Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jeffrey Wilcke
10a57fc3d4
consensus, core/*, params: metropolis preparation refactor
...
This commit is a preparation for the upcoming metropolis hardfork. It
prepares the state, core and vm packages such that integration with
metropolis becomes less of a hassle.
* Difficulty calculation requires header instead of individual
parameters
* statedb.StartRecord renamed to statedb.Prepare and added Finalise
method required by metropolis, which removes unwanted accounts from
the state (i.e. selfdestruct)
* State keeps record of destructed objects (in addition to dirty
objects)
* core/vm pre-compiles may now return errors
* core/vm pre-compiles gas check now take the full byte slice as argument
instead of just the size
* core/vm now keeps several hard-fork instruction tables instead of a
single instruction table and removes the need for hard-fork checks in
the instructions
* core/vm contains a empty restruction function which is added in
preparation of metropolis write-only mode operations
* Adds the bn256 curve
* Adds and sets the metropolis chain config block parameters (2^64-1)
8 years ago
..
asm
cmd/evm, core/asm: add EVM assembler ( #3686 )
8 years ago
state
consensus, core/*, params: metropolis preparation refactor
8 years ago
types
consensus, core/*, params: metropolis preparation refactor
8 years ago
vm
consensus, core/*, params: metropolis preparation refactor
8 years ago
.gitignore
Renamed `chain` => `core`
10 years ago
bench_test.go
core, consensus: pluggable consensus engines ( #3817 )
8 years ago
block_validator.go
consensus, core: drop all the legacy custom core error types
8 years ago
block_validator_test.go
core, consensus: pluggable consensus engines ( #3817 )
8 years ago
blockchain.go
core: fix processing regression during receipt import
8 years ago
blockchain_test.go
consensus/clique: Proof of Authority ( #3753 )
8 years ago
blocks.go
core, core/state: fixed consensus issue added touch revert
8 years ago
chain_makers.go
consensus, core/*, params: metropolis preparation refactor
8 years ago
chain_makers_test.go
core, consensus: pluggable consensus engines ( #3817 )
8 years ago
dao.go
consensus, core: drop all the legacy custom core error types
8 years ago
dao_test.go
core: don't import genesis block in TestDAOForkRangeExtradata
8 years ago
database_util.go
all: next batch of log polishes to contextual versions
8 years ago
database_util_test.go
core, consensus: pluggable consensus engines ( #3817 )
8 years ago
error.go
consensus, core: drop all the legacy custom core error types
8 years ago
events.go
cmd, core, eth, miner: remove txpool gas price limits ( #14442 )
8 years ago
evm.go
all: update license information
8 years ago
fees.go
Merge pull request #1515 from fjl/license-fixes
9 years ago
filter_test.go
all: fix license headers one more time
9 years ago
gaspool.go
consensus, core: drop all the legacy custom core error types
8 years ago
gen_genesis.go
core, core/types: regenerate JSON marshaling, add "hash" to headers ( #13868 )
8 years ago
gen_genesis_account.go
core, core/types: regenerate JSON marshaling, add "hash" to headers ( #13868 )
8 years ago
genesis.go
cmd, core, params: add --rinkeby flag for fast connectivity
8 years ago
genesis_alloc.go
cmd, core, params: add --rinkeby flag for fast connectivity
8 years ago
genesis_test.go
core, consensus: pluggable consensus engines ( #3817 )
8 years ago
headerchain.go
consensus, core, ethstats: use engine specific block beneficiary ( #14318 )
8 years ago
helper_test.go
cmd/geth, cmd/utils, core, rpc: renamed to blockchain
9 years ago
mkalloc.go
core: refactor genesis handling
8 years ago
state_processor.go
consensus, core/*, params: metropolis preparation refactor
8 years ago
state_transition.go
core: fix processing regression during receipt import
8 years ago
tx_list.go
cmd, core, eth, miner: remove txpool gas price limits ( #14442 )
8 years ago
tx_list_test.go
core: abstract out a sorted transaction hash map
8 years ago
tx_pool.go
cmd, core, eth, miner: remove txpool gas price limits ( #14442 )
8 years ago
tx_pool_test.go
cmd, core, eth, miner: remove txpool gas price limits ( #14442 )
8 years ago
types.go
core, consensus: pluggable consensus engines ( #3817 )
8 years ago