evm
Here are 331 public repositories matching this topic...
-
Updated
Oct 28, 2021 - C++
-
Updated
Dec 26, 2021
-
Updated
Dec 30, 2021 - 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
Adding the new debugging capabilities (see title) within the devp2p packages along #1449 had the side effect of producing redundant messages on certain DEBUG logger combinations, mostly visible if the plain devp2p:* logger is used, see e.g.:
This is distracting and reduces ove
-
Updated
Nov 23, 2021 - Go
-
Updated
Mar 2, 2021 - JavaScript
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
We can safely disallow any use of solc below 0.4.25.
feat: `cast wallet`
We should add some wallet management commands:
cast wallet new: Creates a new random keypair, outputs it in some format (maybe directly to stdout, maybe encrypted json keystore)cast wallet address: Given a private key it converts it to an addresscast wallet sign: Given a private key and a message it signs the message (or its hash maybe prefixed with eth signed message?)- `ca
-
Updated
Dec 30, 2021 - Go
-
Updated
Dec 18, 2021 - Kotlin
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
Dec 30, 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
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.
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."

https://github.com/tharsis/ethermint/blob/main/crypto/ethsecp256k1/ethsecp256k1.go#L21
probably worth mentioning it's the compressed form in the comments