Name
Last commit
Last update
..
asm core/asm: allow numbers in labels (#20362)
bloombits eth, core: speed up some tests (#22000)
forkid core, eth: split eth package, implement snap protocol (#21482)
rawdb core: persist bad blocks (#21827)
state snapshot: merge loops for better performance (#22160)
types core/types: fixed typo (#21897)
vm common,crypto: move fuzzers out of core (#22029)
.gitignore Renamed `chain` => `core`
bench_test.go cmd, core, eth: background transaction indexing (#20302)
block_validator.go trie: use stacktrie for Derivesha operation (#21407)
block_validator_test.go cmd, core, eth: background transaction indexing (#20302)
blockchain.go core: reset to genesis when middle block is missing (#22135)
blockchain_insert.go core: fix blockchain insert report time interval calculation (#21723)
blockchain_repair_test.go core: improve snapshot journal recovery (#21594)
blockchain_sethead_test.go core: improve snapshot journal recovery (#21594)
blockchain_snapshot_test.go core/state/snapshot: write snapshot generator in batch (#22163)
blockchain_test.go core: improve contextual information on core errors (#21869)
blocks.go core: typos and comments improve
chain_indexer.go all: replace RWMutex with Mutex in places where RLock is not used (#21622)
chain_indexer_test.go les: historical data garbage collection (#19570)
chain_makers.go les: historical data garbage collection (#19570)
chain_makers_test.go cmd, core, eth: background transaction indexing (#20302)
dao_test.go les: historical data garbage collection (#19570)
error.go all: fix typos in comments (#21118)
events.go eth/filters: remove use of event.TypeMux for pending logs (#20312)
evm.go core, all: split vm.Context into BlockContext and TxContext (#21672)
gaspool.go miner: avoid unnecessary work (#15883)
gen_genesis.go all: regenerate codecs with gencodec commit 90983d99de (#15830)
gen_genesis_account.go all: regenerate codecs with gencodec commit 90983d99de (#15830)
genesis.go all: disable recording preimage of trie keys (#21402)
genesis_alloc.go cmd, core, params: inital support for yolo-v1 testnet (#21154)
genesis_test.go cmd, core, eth: background transaction indexing (#20302)
headerchain.go core,les: headerchain import in batches (#21471)
headerchain_test.go core,les: headerchain import in batches (#21471)
mkalloc.go core/vm: 64 bit memory and gas calculations (#19210)
rlp_test.go cmd, core, eth: background transaction indexing (#20302)
state_prefetcher.go core, all: split vm.Context into BlockContext and TxContext (#21672)
state_processor.go core: improve contextual information on core errors (#21869)
state_processor_test.go core: improve contextual information on core errors (#21869)
state_transition.go core: improve contextual information on core errors (#21869)
tx_cacher.go Comment error (#18303)
tx_journal.go core: fix typos in comment (#17531)
tx_list.go core/txpool: remove "local" notion from the txpool price heap (#21478)
tx_list_test.go Revert "core, txpool: less allocations when handling transactions (#21232)"
tx_noncer.go core: fix write concurrency in txpool (#19835)
tx_pool.go core/txpool: remove "local" notion from the txpool price heap (#21478)
tx_pool_test.go core/txpool: remove "local" notion from the txpool price heap (#21478)
types.go core: prefetch next block state concurrently