-
Updated
Mar 17, 2022 - TypeScript
web3
Here are 3,007 public repositories matching this topic...
-
Updated
Mar 17, 2022 - JavaScript
-
Updated
Feb 19, 2022
-
Updated
Feb 10, 2022
-
Updated
Mar 8, 2022 - JavaScript
-
Updated
Mar 9, 2022 - JavaScript
Describe the bug
Under the 'Get started' section of the dapps page the 'Go' button does not have an on-hover effect.
To Reproduce
Steps to reproduce the behavior:
- Go to 'https://ethereum.org/en/dapps/'
- Scroll down to 'Get started'
- Hover over the 'Go' button
- See error
Expected behavior
The button should have an appropriate
-
Updated
Mar 17, 2022 - TypeScript
-
Updated
Mar 1, 2022 - JavaScript
If user already uses prettier we should use:
- user installed prettier version
- user defined config (.prettierrc / package.json config)
This way we ensure that typechain generated code matches style with the rest of the codebase.
-
Updated
Feb 9, 2022 - JavaScript
-
Updated
May 8, 2019 - Swift
-
Updated
Mar 17, 2022 - TypeScript
-
Updated
Mar 17, 2022 - TypeScript
-
Updated
Jan 4, 2022 - Go
Our netlify build is often not rebuilding on content commits because they are outside the site directory (we're symlinking content files into the site directory).
Fix seems to be listed here and involves adding some netlify config:
https://answers.netlify.com/t/builds-cancelled-for-a-new-branch-due-to-no-content-change/17169/2
-
Updated
Mar 17, 2022 - JavaScript
-
Updated
Mar 17, 2022 - Go
Problem
Utils::fromWei returns a BigInteger object, unlike other web3 implementations.
Note that the comment block example is misleading:
/**
* fromWei
* Change number from wei to unit.
* For example:
* list($bnq, $bnr) = Utils::fromWei('1000', 'kwei');
* $bnq->toString(); // 1
*
* @param BigNumber|string|int $number
* @param s
-
Updated
Mar 11, 2022
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
Mar 14, 2022 - TypeScript
-
Updated
Mar 16, 2022 - JavaScript
-
Updated
Mar 8, 2022 - TypeScript
-
Updated
Oct 18, 2021 - JavaScript
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."
blocked by (at least) typescript-eslint/typescript-eslint#4471