web3
Here are 1,822 public repositories matching this topic...
-
Updated
Nov 8, 2021
-
Updated
Nov 16, 2021
-
Updated
Nov 12, 2021 - JavaScript
-
Updated
Nov 17, 2021 - TypeScript
-
Updated
Oct 20, 2021 - JavaScript
We should add explicit runtime errors that stop CLI execution when an obvious version mismatch is detected. No one (me neither) checks peer dependency-related errors from a package manager.
TC should bail if:
- ether target has detected too low ethers version detected
- tc core package is too low to support given target package
Each target package should be able to define custom conditions
-
Updated
May 8, 2019 - Swift
-
Updated
Nov 12, 2021 - Go
-
Updated
Nov 17, 2021 - TypeScript
-
Updated
Nov 16, 2021 - JavaScript
Just to let you know you have a problem with ABIEncoderV2 if you are trying to call a function that returns a struct.
Call to a member function staticPartLength() on integer
-
Updated
Nov 17, 2021 - JavaScript
-
Updated
Oct 18, 2021 - JavaScript
-
Updated
Nov 17, 2021 - JavaScript
Is your feature request related to a problem? Please describe.
In our tests we frequently call out to 3rd party providers: Infura, Etherscan, Alchemy, various Gas Oracles and so on. These tests are mixed inside the unit test code. Sometimes these tests fail for 3rd party reasons (rate limiting, service down, 2 PRs opened at the same time causing nonce-reuse etc.) and they can cause confusio
-
Updated
Nov 10, 2021 - TypeScript
-
Updated
Feb 27, 2020 - Swift
-
Updated
Jun 16, 2020 - 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
-
Updated
Feb 8, 2018 - JavaScript
-
Updated
Nov 16, 2021 - PHP
-
Updated
Sep 17, 2021
-
Updated
Oct 7, 2021 - JavaScript
-
Updated
Nov 15, 2021 - Swift
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 web3 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the web3 topic, visit your repo's landing page and select "manage topics."
the link to makerdao.world in stablecoins section is broken
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots
<img width="1315" a