-
Updated
Oct 5, 2020
wallet
Here are 1,452 public repositories matching this topic...
-
Updated
Dec 28, 2020 - TypeScript
-
Updated
Dec 7, 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
Dec 29, 2020 - TypeScript
-
Updated
Nov 30, 2020 - C#
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript
Add the ability to go above the year to see longer graphs.
Technical notes:
- that means asking more dates to countervalues API. Some changes needed in live-common. For a given currency we can infer the afterDay to use by using the older operation
- if oldest operation of the chart is under 365 days, the graph can fallback on the year mode
- it might be recommended switching to week
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
Dec 29, 2020 - TypeScript
-
Updated
Dec 26, 2020 - JavaScript
-
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
Dec 24, 2020 - TypeScript
-
Updated
Dec 22, 2020 - JavaScript
-
Updated
Dec 25, 2020 - PHP
-
Updated
Jun 18, 2019 - Java
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."
Add custom clj-kondo hooks for macroses to ensure that lint rules are followed inside them.
Macros to be handled:
fx/defn- similarly to defn with check on metadata for::eventsfx/merge- seems like it could be lint'ed as thread macro, plus warn on limitationsdefviewletsubs- lint as let + check on types for