evm
Here are 235 public repositories matching this topic...
The cpp-ethereum homepage is not exactly helpful... http://cpp-ethereum.org/ which just takes you to here: http://www.ethdocs.org/en/latest/ethereum-clients/cpp-ethereum/ which only helps with building and installing.. and the only useful link is the "Running" which is only this: "Running eth without any argument will synchronise your node to the public blockchain. It is also possible to create or
-
Updated
Jun 16, 2021
-
Updated
Jun 23, 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
-
Updated
Mar 2, 2021 - JavaScript
The coverage of the client RPC tests - especially for the eth and web3 calls - are pretty low with eth < 70% and web3 < 80%, see Codecov report.
This should be significantly improved.
-
Updated
Jun 23, 2021 - Kotlin
We can safely disallow any use of solc below 0.4.25.
See #347
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
The generated JSON file at https://chainid.network/chains.json needs to be ordered by chain_id
We should create a corpus of tests to verify that CFG recovery is accurate and complete, and there are no regressions.
-
Updated
Nov 2, 2018 - OCaml
Multi language docs
Motivation
It’s good to support as many local languages as it possible. One of steps of it is creating easy method to support multiple languages in docs. Currently documentation located in staketechnologies/plasmdocs repo.
Results
Result for closing this is PR into staketechnologies/plasmdocs repo with implementation multi language feature for gitbook generator and moving
-
Updated
Aug 12, 2020 - Rust
-
Updated
Jun 24, 2021 - Go
-
Updated
Jun 23, 2021 - C++
recently CI failed many times testing cluster because of port already used, which can be very annoying.
-
Updated
Feb 22, 2020 - Python
The ethabi::errors::InvalidData error could use some more info such that the user can find which part of their input is invalid.
-
Updated
May 9, 2021 - JavaScript
-
Updated
Jan 23, 2020 - Java
-
Updated
Jun 10, 2021 - Solidity
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."
The
ECDSAcontract has a functiontoEthSignedMessage(bytes32), but we should have a function that works for any length of abytesarray:Where
uintToBytesis implemented from an ideally