-
Updated
May 25, 2022 - JavaScript
dapp
Here are 3,107 public repositories matching this topic...
-
Updated
May 2, 2022 - JavaScript
-
Updated
May 28, 2022
-
Updated
May 29, 2022 - CSS
-
Updated
May 9, 2019 - JavaScript
-
Updated
May 27, 2022 - Go
-
Updated
May 28, 2022 - Solidity
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:
- Write a new little dapp helper script which is the
dapp --library-addressesabove - Make
dapp buildanddapp --make-library-stateuse this helper script instead - Allow a flag
--stateto be passed todapp test(probably a
-
Updated
May 8, 2019 - Swift
-
Updated
May 26, 2022 - TypeScript
-
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
May 25, 2022 - JavaScript
-
Updated
May 4, 2022 - JavaScript
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.
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
-
Updated
Dec 17, 2021 - TypeScript
-
Updated
Feb 13, 2018 - JavaScript
Go through and fix all tests that do this and ensure that the tests pass afterwards.
TODOs:
- check that all uses of
assertRevertare not using the optionalerrorMessageparam as the expected revert reason; if so, changeassertRevert->assertRevertWithReason- Examples:
packages/protocol/test/governance/validators/downtimeslasher.tsnumerous, including L241- `packa
- Examples:
-
Updated
May 25, 2022 - Go
-
Updated
May 28, 2022 - Rust
-
Updated
May 26, 2022 - JavaScript
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."
Component
Cast
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (fc534d9 2022-05-23T00:04:42.704454Z)
What command(s) is the bug in?
cast call
Operating System
macOS (Apple Silicon)
Describe the bug
castappears to be parsinginttypes asuinttypes. A minimal example: