-
Updated
Dec 16, 2021 - JavaScript
dapp
Here are 2,384 public repositories matching this topic...
-
Updated
Dec 13, 2021 - JavaScript
-
Updated
Dec 17, 2021 - CSS
-
Updated
Nov 27, 2021
-
Updated
Aug 16, 2021 - JavaScript
-
Updated
May 9, 2019 - JavaScript
-
Updated
Dec 16, 2021 - Go
-
Updated
Dec 16, 2021 - TypeScript
-
Updated
May 8, 2019 - Swift
-
Updated
Dec 14, 2018
We should apply sorting to the list of installed apps in the App Center (we "randomize" the discovery page to make it a bit more "fun"):
- Upgrades available ahead of up to date apps
- Alphabetical
cc @bpierre @dizzypaty I've also been wondering if it might be nice to start having sections in the App Center similar to Voting, for the different classes of apps (e.g. "ready" vs. "experiment
-
Updated
Dec 16, 2021 - TypeScript
I left a review and then got this message
which seems strange as it's telling me something I know.
-
Updated
Feb 11, 2019 - TypeScript
- ledger
- aws kms
Both live under https://github.com/gakonst/ethers-rs/tree/master/ethers-signers/src/
Implemented in 2 steps:
- Add it to the cli opts https://github.com/gakonst/dapptools-rs/blob/master/dapptools/src/seth_opts.rs#L245-L285 (ledger will need hdpath, aws will require some AWS-config related CLI info)
- Load them if present in the config https://github.com/gakons
-
Updated
Feb 13, 2018 - JavaScript
-
Updated
Dec 16, 2021 - JavaScript
-
Updated
Nov 22, 2021 - C
Some file is importing something from some test file. This means that we have to include the test directory in the published package, but besides that it's just a bad idea. I haven't looked into it, but it's probably easy to fix.
-
Updated
Nov 2, 2019 - JavaScript
walletconnect always goes to rinkeby...
<UseWalletProvider
chainId={3}
connectors={{
walletconnect: {
rpcUrl:
'https://ropsten.infura.io/v3/7082b757ec2e4ebd8d47ca9518743623',
},
}}
>
...
onConnect={() => connect('walletconnect')}
But...
Response :
POST https://rinkeby.infura.io/v3/ 401 (Unauthorized
Expected Behavior
GoldWithdrawn, GoldLocked, GoldRelocked, GoldUnlocked should not emit when value is 0 (and corresponding operations should be prevented)
AccountsSlashed?
Current Behavior
Locked Celo operations are used to trace internal celo transfers by indexers, which leads to a false positive when value is 0
Discovered by coinbase in rosetta operation
See fix
-
Updated
Dec 14, 2021 - Rust
When use formatToEthereumUnits from Web3.Utils it use decimals parameter, and after format BigInt it's may create many redundant zeros at the end. For example if 'decimals' parameter is 18 we have: 990000000000000 wei -> 0.000990000000000000 eth
At old repo already have similar issue:
BANKEX/web3swift#200
and some solution:
https://github.com/v57/web3swift/commi
Improve this page
Add a description, image, and links to the dapp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dapp topic, visit your repo's landing page and select "manage topics."

deploying libraries can take a long time. One can easily skip this stage if we make it possible to save the deployed library state and pass it to
dapp test:dapp --library-addressesabovedapp buildanddapp --make-library-stateuse this helper script instead--stateto be passed todapp test(probably a