plugeth/core
2020-12-15 18:52:51 +01:00
..
asm
bloombits eth, core: speed up some tests (#22000) 2020-12-15 18:52:51 +01:00
forkid core, eth: split eth package, implement snap protocol (#21482) 2020-12-14 10:27:15 +01:00
rawdb core, eth: split eth package, implement snap protocol (#21482) 2020-12-14 10:27:15 +01:00
state core, eth: split eth package, implement snap protocol (#21482) 2020-12-14 10:27:15 +01:00
types core/types: fixed typo (#21897) 2020-11-25 08:53:20 +01:00
vm core/vm/runtime: remove duplicated line (#21956) 2020-12-04 08:54:07 +01:00
.gitignore
bench_test.go
block_validator_test.go
block_validator.go trie: use stacktrie for Derivesha operation (#21407) 2020-09-29 17:38:13 +02:00
blockchain_insert.go core: fix blockchain insert report time interval calculation (#21723) 2020-10-21 16:53:30 +02:00
blockchain_repair_test.go core: improve snapshot journal recovery (#21594) 2020-10-29 21:01:58 +02:00
blockchain_sethead_test.go core: improve snapshot journal recovery (#21594) 2020-10-29 21:01:58 +02:00
blockchain_snapshot_test.go core, eth: split eth package, implement snap protocol (#21482) 2020-12-14 10:27:15 +01:00
blockchain_test.go core: improve contextual information on core errors (#21869) 2020-12-04 12:22:19 +01:00
blockchain.go core, eth: split eth package, implement snap protocol (#21482) 2020-12-14 10:27:15 +01:00
blocks.go
chain_indexer_test.go
chain_indexer.go all: replace RWMutex with Mutex in places where RLock is not used (#21622) 2020-10-13 10:58:41 +02:00
chain_makers_test.go
chain_makers.go
dao_test.go
error.go
events.go
evm.go core, all: split vm.Context into BlockContext and TxContext (#21672) 2020-11-13 13:42:19 +01:00
gaspool.go
gen_genesis_account.go
gen_genesis.go
genesis_alloc.go
genesis_test.go
genesis.go all: disable recording preimage of trie keys (#21402) 2020-11-18 11:51:33 +02:00
headerchain_test.go core,les: headerchain import in batches (#21471) 2020-12-09 11:13:02 +01:00
headerchain.go core,les: headerchain import in batches (#21471) 2020-12-09 11:13:02 +01:00
mkalloc.go
rlp_test.go
state_prefetcher.go core, all: split vm.Context into BlockContext and TxContext (#21672) 2020-11-13 13:42:19 +01:00
state_processor_test.go core: improve contextual information on core errors (#21869) 2020-12-04 12:22:19 +01:00
state_processor.go core: improve contextual information on core errors (#21869) 2020-12-04 12:22:19 +01:00
state_transition.go core: improve contextual information on core errors (#21869) 2020-12-04 12:22:19 +01:00
tx_cacher.go
tx_journal.go
tx_list_test.go
tx_list.go core/txpool: remove "local" notion from the txpool price heap (#21478) 2020-12-11 10:44:57 +01:00
tx_noncer.go
tx_pool_test.go core/txpool: remove "local" notion from the txpool price heap (#21478) 2020-12-11 10:44:57 +01:00
tx_pool.go core/txpool: remove "local" notion from the txpool price heap (#21478) 2020-12-11 10:44:57 +01:00
types.go