evm
Here are 595 public repositories matching this topic...
-
Updated
Oct 28, 2021 - C++
-
Updated
Aug 4, 2022
With the breaking changes, we're making some fairly substantial updates to the trie package so we should go over the docs/readme in detail and make sure everything is up to date once #2071 is merged.
-
Updated
Aug 10, 2022 - C++
What is wrong?
- After London changes, certain genesis header params became unconfigurable. Introduce back the ability to configure
block_number. See eth-tester issue #225.
How can it be fixed
fill_header_params_from_parent()needs the ability to pass in ablock_numberkwarg to be configurable again. This call is made fr
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
https://github.com/tharsis/ethermint/blob/main/crypto/ethsecp256k1/ethsecp256k1.go#L21
probably worth mentioning it's the compressed form in the comments
Add an example to load file from a directory along with https://remix-ide.readthedocs.io/en/latest/locations.html#load-one-of-the-default-remix-files
-
Updated
Aug 10, 2022 - Go
-
Updated
Nov 23, 2021 - Go
-
Updated
Mar 2, 2021 - JavaScript
In rpc method:
https://docs.nethermind.io/nethermind/ethereum-client/json-rpc/parity#parity_pendingtransactions
Will be nice to add optional argument Address to let users opportunity to ask about txs from specific address only.
If optional argument Address will not be null, there will be a need to filter txs by this address inside Where
https://github.com/NethermindEth/nethermind/bl
-
Updated
Aug 10, 2022 - TypeScript
-
Updated
Aug 10, 2022 - Rust
We should create a corpus of tests to verify that CFG recovery is accurate and complete, and there are no regressions.
The AUR packages are used by Arch Linux. It looks some solidity core devs are using these. Include the PKGBUILD config here and test it on CI.
cc @cameel
-
Updated
Jul 25, 2022 - C#
-
Updated
Jul 17, 2022 - TypeScript
-
Updated
Aug 10, 2022 - Go
Improve this page
Add a description, image, and links to the evm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the evm topic, visit your repo's landing page and select "manage topics."
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.2.0 (64fe4ac 2022-08-05T17:02:41.636625562Z)
What command(s) is the bug in?
forge test -vvvv
Operating System
Linux
Describe the bug
It would be ideal if the addresses displayed in the traces were checksummed. A common workf