evm
Here are 501 public repositories matching this topic...
-
Updated
Jun 1, 2022
In devp2p at least in eth and les we always generate a debug string even if we are not in debug mode, e.g. here: https://github.com/ethereumjs/ethereumjs-monorepo/blob/8e1c3cf9c47bfc037182c275f46eef405ef70dca/packages/devp2p/src/protocol/eth.ts#L43
Guards should be added so we don't unnecessarily generate debug strings in case we are not in debug mode.
-
Updated
Jun 1, 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
https://github.com/tharsis/ethermint/blob/main/crypto/ethsecp256k1/ethsecp256k1.go#L21
probably worth mentioning it's the compressed form in the comments
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
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
Nov 23, 2021 - Go
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
May 29, 2022 - Kotlin
Suggested by @LukaszRozmej
Could we change to have one property SyncMode with values from enumeration FullSync, FastSync, PivotSync, SnapSync instead of bool flags FastSync, FastBlocks, SnapSync? Those are now exclusive flags and make configuration confusing.
-
Updated
Jun 1, 2022 - Rust
-
Updated
Jun 1, 2022 - TypeScript
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
CI: Add fuzzer build
-
Updated
Mar 15, 2022 - F#
-
Updated
Jun 1, 2022 - Go
-
Updated
Jun 1, 2022 - C#
-
Updated
Mar 24, 2022 - OCaml
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
Describe the feature you would like
The
--jsonflag forforge createis very useful for piping in bash scripts.I propose something similar for
forge scriptandforge debug.The
--jsonflag for these two commands would replace all stdout with json output.Potential keys include
gasUsed,logs, andreturn.Currently,
forge scriptwill print return