-
Updated
Jan 11, 2022
wallet
Here are 1,978 public repositories matching this topic...
-
Updated
Feb 1, 2022 - TypeScript
-
Updated
Feb 5, 2022 - JavaScript
-
Updated
Feb 12, 2022 - TypeScript
-
Updated
Feb 8, 2022 - JavaScript
General Description
After the pocket selection, I press continue and got the following error. However, after the 3rd try, the error went away. The Auto CoinJoin was enabled on the wallet.
How To Reproduce?
- Go to send
- Select all coin pockets
- Press continue
- See an error
The error was solved by itself after the 3rd try.
Screenshots
.
-
Updated
Aug 16, 2021 - C#
-
Updated
Dec 16, 2021 - JavaScript
-
Updated
Jan 21, 2022 - JavaScript
Extract fixtures for device tests to common. We have already done this for cardano, now we need to extend it to all other tests. Let's do this gradually, it's a lot of work.
-
Updated
Feb 16, 2022 - JavaScript
-
Updated
Feb 16, 2022 - TypeScript
-
Updated
Feb 14, 2022 - TypeScript
-
Updated
Jan 12, 2022 - Python
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.
Is your feature request related to a problem? Please describe.
We cannot change the end point that passed into ConnectionProvider.
Describe the solution you'd like
A clear and concise description of what you want to happen.
export interface ConnectionProviderProps {
children: ReactNode;
endpoint: string;
config?: ConnectionConfig;
setEndpoint: (endpoint: st
-
Updated
Feb 12, 2022 - PHP
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