evm
Here are 515 public repositories matching this topic...
-
Updated
Oct 28, 2021 - C++
-
Updated
Jun 8, 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 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
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
Jun 10, 2022 - Go
-
Updated
Nov 23, 2021 - Go
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Jun 4, 2022 - Kotlin
Is your feature request related to a problem? Please describe.
Nethermind appears to write to both stdout and a log file, which is superfluous when running under a control harness (e.g. systemd). Being able to turn off the log file output would avoid the log taking up disk space unnecessarily.
Describe the solution you'd like
Add some sort of option to disable output to the log f
-
Updated
Jun 10, 2022 - Rust
-
Updated
Jun 10, 2022 - TypeScript
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
CI: Add fuzzer build
-
Updated
Jun 10, 2022 - Go
-
Updated
Mar 15, 2022 - F#
-
Updated
Jun 2, 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
For certain networks, gas(price) may be incorrectly estimated, resulting in transactions that are underpriced:
foundry-rs/foundry#1703
in
forge createwe use the defaultProvider::{estimate_gas,get_gas_price}functions to fill the transactions, if they're not provided via cli argumentsit w