evm
Here are 198 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
Dec 7, 2020
-
Updated
Dec 21, 2020 - C++
-
Updated
Dec 11, 2020 - JavaScript
Code Merklization
What is wrong?
https://eips.ethereum.org/EIPS/eip-2926
EIP-2027, aka Code Merklization is coming down the EIP pipeline. It would be nice to have a basic implementation of it.
How can it be fixed
Implement a stand-alone API for merklizing code. I'd recommend something loosely using the following structure:
from typing import NamedTuple
class MerklizedCode(NameThe check block in the peer-communication.ts example should be updated to the latest fork.
The following PR can be used for guidance ethereumjs/ethereumjs-devp2p#54 (this is missing the header RLP though).
-
Updated
Dec 3, 2020 - Kotlin
Currently, we are not able to
a) symbolically execute init code with symbolic arguments
b) get srcmapping for init code with arguments
We could change ContractCode as follows:
data ContractCode
= InitCode (ByteString, Buffer) -- ^ "Constructor" code, during contract creation (possibly with arguments)
| RuntimeCode ByteString -- ^ "Instance" code, after contract crea
-
Updated
Nov 2, 2018 - OCaml
We should create a corpus of tests to verify that CFG recovery is accurate and complete, and there are no regressions.
-
Updated
Aug 12, 2020 - Rust
recently CI failed many times testing cluster because of port already used, which can be very annoying.
-
Updated
Dec 10, 2020 - JavaScript
-
Updated
Feb 22, 2020 - Python
-
Updated
Jan 23, 2020 - Java
The ethabi::errors::InvalidData error could use some more info such that the user can find which part of their input is invalid.
-
Updated
Dec 11, 2020 - Solidity
-
Updated
Dec 21, 2020 - C++
-
Updated
Apr 24, 2020 - Go
-
Updated
Apr 19, 2016 - C++
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."
Create simple ERC20 and ERC777 presets with fixed supply.
The benefits are:
Community members are creating their own simple ERC20 tokens, so it would be good if they