-
Updated
Aug 14, 2020
wallet
Here are 1,363 public repositories matching this topic...
-
Updated
Sep 8, 2020 - TypeScript
-
Updated
Aug 19, 2020 - JavaScript
-
Updated
May 8, 2019 - Swift
GetVerboseBlockInfo uses NBitcoin's SendCommandAsync, which parses the returned JSON with Newtonsoft.
Then our RpcParser parses it again with Newtonsoft.
There're 2 opportunities to improve the performance significantly:
- Don't parse the JSON twice.
- Parse the JSON with System.Text.JSON instead.
The performance gain was about 80% when I messed around with it (https://github.
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Sep 8, 2020 - TypeScript
-
Updated
Aug 10, 2020 - C#
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Jul 19, 2020 - JavaScript
Reviving LedgerHQ/ledger-live-desktop#1468 we need to revisit all the ctas and make sure they are consistent. At this point I don't know if a cta is supposed to use pointer or not. It's pretty bad right now:
- Accounts screen, cards use pointer
- Portfolio screen, rows use arrow
- Settings button, arrow
- Dismiss a banner?, pointer
- Sidemenu items, arrow
- Extern
We avoid using cgo anywhere in the codebase since it causes problems with cross compilation. However, cgo would be advantageous in some cases (e.g. can use certain optimized libraries, can use libsecp256k1 bindings)
Investigate the viability of using xgo to do this. Test it on linux/osx/windows.
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Sep 8, 2020 - TypeScript
-
Updated
Feb 27, 2020 - Swift
- Start wallet from scratch
- Go to Receive tab
- Assuming Receiving address that got showed up first had no label, button would be
Add Label - When you click on a Receiving address that is already labeled, button will change to
Edit Label, and when you select again an address without label, button will stayEdit Labelinstead ofAdd Label.
 a transport, you are responsible to close() it in a finally, if an open() happens during that time it should throw if it concerns the same device (e.g. by path id / by uuid, ... depending on the transport)
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Jun 18, 2019 - Java
-
Updated
Sep 7, 2020 - JavaScript
Improve this page
Add a description, image, and links to the wallet topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the wallet topic, visit your repo's landing page and select "manage topics."
User Story
To be able to see the history of the channels (anonymized though), we need a bot that will listen in to a set of public channels and writes their content in a DB. We also need a full-text search in the archive in the same bot.
Imagine http://offsite.chat/html, but on steroids.
https://github.com/status-im/sta