evm
Here are 184 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
Oct 29, 2020
-
Updated
Oct 29, 2020 - C++
-
Updated
Sep 10, 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(NameBN support in Common
Lots of methods in Common have to do with numbers. We sometimes convert BNs to numbers (for instance block numbers) and feed those to Common. Common should support inputs where this input is of type BN and should also handle arithmetic as BN. We can keep supporting numbers by internally converting it to BN and then feeding it to the same method which handles the input as BN.
-
Updated
Aug 29, 2020 - Kotlin
-
Updated
Nov 2, 2018 - OCaml
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
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
Sep 5, 2020 - JavaScript
-
Updated
Feb 22, 2020 - Python
-
Updated
Jan 23, 2020 - Java
-
Updated
Oct 10, 2020 - Solidity
-
Updated
Apr 24, 2020 - Go
-
Updated
Apr 19, 2016 - C++
-
Updated
Oct 20, 2020 - 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