evm
Here are 307 public repositories matching this topic...
-
Updated
Oct 28, 2021 - C++
-
Updated
Nov 15, 2021
-
Updated
Nov 17, 2021 - C++
What is wrong?
Previous to ethereum/py-evm#1805 we had classes like eth.vm.BaseVM that served as the reference. Now, we have interfaces defined in eth.abc.
There are now two primary problems.
- Many of our docstrings might still refer to the wrong class. Most class references in docstrings should be referencing the abc base classes now.
- Most of the met
Would be really nice to get native BSC support :)
-
Updated
Nov 19, 2021 - Go
-
Updated
Mar 2, 2021 - JavaScript
Right now env vars that accept boolean-esque values (like DAPP_TEST_FFI, HEVM_RPC, and DAPP_BUILD_OPTIMIZE) each require slightly different values to represent true.
Sometimes 1 means true, sometimes yes means true, sometimes any non 0 value means true, and sometimes the variable being set at all means true!
Ideally all boolean-esque env vars would only accept one of these value
We can safely disallow any use of solc below 0.4.25.
-
Updated
Oct 24, 2021 - Kotlin
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 19, 2021 - Go
Describe the solution you'd like
Nethermind currently uses the Parity chainspec format while virtually all other clients use the Geth chainspec format. It would be great for composability if Nethermind also supported the Geth chainspec format
We should create a corpus of tests to verify that CFG recovery is accurate and complete, and there are no regressions.
-
Updated
Nov 19, 2021 - Rust
-
Updated
Oct 22, 2021 - F#
-
Updated
Nov 2, 2018 - OCaml
First of all, when upgrading CI to clang-13 to do coverage report, the llvm-profdata reports malformed data. So we need to make it work with clang-13 first. Try reproducing the issue locally with clang-13 toolchain.
The CI steps: https://github.com/ethereum/evmone/blob/dca15dfd3a7a998b38821061e329d54df41484e6/circle.yml#L335-L357
Clang documentation: https://clang.llvm.org/docs/SourceBasedC
-
Updated
Nov 19, 2021 - Go
-
Updated
Aug 12, 2020 - Rust
The ethabi::errors::InvalidData error could use some more info such that the user can find which part of their input is invalid.
-
Updated
Feb 22, 2020 - Python
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."
In case of contract creation,
tofield should be null.Currently the json-rpc endpoint return
0x0000000...which is inconsistant with the transaction receipt value which return nul