-
Updated
Oct 3, 2021 - TypeScript
dapp
Here are 2,146 public repositories matching this topic...
-
Updated
Sep 22, 2021 - JavaScript
-
Updated
Sep 27, 2021 - JavaScript
-
Updated
Aug 16, 2021 - JavaScript
-
Updated
May 9, 2019 - JavaScript
-
Updated
Oct 2, 2021 - Go
-
Updated
Oct 1, 2021 - TypeScript
-
Updated
Sep 17, 2021
-
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
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
-
Updated
Feb 13, 2018 - JavaScript
-
Updated
Sep 16, 2021 - C
-
Updated
Oct 2, 2021 - JavaScript
-
Updated
Nov 2, 2019 - 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.
-
Updated
Sep 28, 2021 - TypeScript
-
Updated
Sep 21, 2021 - Vue
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
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
Sep 21, 2021 - TypeScript
-
Updated
Nov 19, 2020
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."
Right now env vars that accept boolean-esque values (like
DAPP_TEST_FFI
,HEVM_RPC
, andDAPP_BUILD_OPTIMIZE
) each require slightly different values to represent true.Sometimes
1
means true, sometimesyes
means true, sometimes any non0
value means true, and sometimes the variable being set at all means true!Ideally all boolean-esque env vars would only accept one of these value