-
Updated
Oct 5, 2020
wallet
Here are 1,606 public repositories matching this topic...
-
Updated
Jun 22, 2021 - TypeScript
-
Updated
May 17, 2021 - JavaScript
Edge case that makes it a little annoying to work with the RegTest.
-
Updated
May 8, 2019 - Swift
-
Updated
Jun 18, 2021 - JavaScript
-
Updated
Jun 22, 2021 - TypeScript
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Jun 16, 2021 - TypeScript
-
Updated
Apr 12, 2021 - C#
- I have checked this feature was not yet requested.
I would like to open the Ledger Live Desktop (and Mobile) app by URL Scheme and set the values in the 'send' modal. It's kind of this request: LedgerHQ/ledger-live-desktop#1236 . Except I *don't
-
Updated
Apr 7, 2021 - JavaScript
It would be awesome to have a method on the Wallet .verifyPublicKey(publicKey).
-
Updated
May 7, 2021 - JavaScript
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
Jun 23, 2021 - TypeScript
-
Updated
Jun 17, 2021 - JavaScript
Our current JSON-RPC wiki is outdated.
A lot of commands were changed, new commands were added and some were removed.
Some description might need to be rewritten in a more comprehensible way.
This is a good first issue for anyone who wants to start familiarizing with the PIVX sources.
-
Updated
Feb 27, 2020 - Swift
-
Updated
May 15, 2020 - Python
-
Updated
Jun 22, 2021 - PHP
this is the natural behavior of node-hid but we should backport this behavior to all other transports.
basically it's a failsafe for race conditions.
if you open() 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
Mar 22, 2020 - Swift
-
Updated
Jun 18, 2021 - 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."
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