go-ethereum/core
2022-01-05 15:00:03 +08:00
..
asm core/asm: change order of items in stringtokenTypes (#24153) 2021-12-26 14:58:17 +01:00
bloombits
forkid eth/catalyst: implement kintsugi-spec v3 (#24067) 2021-12-17 15:38:58 +01:00
rawdb core/rawdb: fix double-lock causing hang (#24189) 2022-01-04 19:02:37 +01:00
state core, eth, les, trie: remove the sync bloom, used by fast sync 2021-12-03 12:32:41 +02:00
types core/types: document JSON field name equivalents of DynamicFeeTx (#24143) 2021-12-22 15:32:17 +01:00
vm core/vm: Make INVALID a defined opcode (#24017) 2021-12-17 13:44:05 +01:00
.gitignore
bench_test.go
block_validator_test.go all: core rework for the merge transition (#23761) 2021-11-26 13:23:02 +02:00
block_validator.go
blockchain_insert.go
blockchain_reader.go core, eth: improve delivery speed on header requests (#23105) 2021-12-07 17:50:58 +01:00
blockchain_repair_test.go eth: request id dispatcher and direct req/reply APIs (#23576) 2021-11-26 13:26:03 +02:00
blockchain_sethead_test.go eth: request id dispatcher and direct req/reply APIs (#23576) 2021-11-26 13:26:03 +02:00
blockchain_snapshot_test.go
blockchain_test.go eth: request id dispatcher and direct req/reply APIs (#23576) 2021-11-26 13:26:03 +02:00
blockchain.go core: periodically flush the transaction indexes 2022-01-05 15:00:03 +08:00
blocks.go
bloom_indexer.go
chain_indexer_test.go
chain_indexer.go
chain_makers_test.go
chain_makers.go eth: request id dispatcher and direct req/reply APIs (#23576) 2021-11-26 13:26:03 +02:00
dao_test.go
error.go
events.go
evm.go
forkchoice.go all: core rework for the merge transition (#23761) 2021-11-26 13:23:02 +02:00
gaspool.go
gen_genesis_account.go
gen_genesis.go
genesis_alloc.go
genesis_test.go
genesis.go all: core rework for the merge transition (#23761) 2021-11-26 13:23:02 +02:00
headerchain_test.go all: core rework for the merge transition (#23761) 2021-11-26 13:23:02 +02:00
headerchain.go core, eth: improve delivery speed on header requests (#23105) 2021-12-07 17:50:58 +01:00
mkalloc.go
rlp_test.go
state_prefetcher.go
state_processor_test.go
state_processor.go
state_transition.go
tx_cacher.go
tx_journal.go
tx_list_test.go
tx_list.go
tx_noncer.go
tx_pool_test.go
tx_pool.go core: ignore basefee when comparing with pool gasprice in txpool (#24080) 2021-12-17 15:44:57 +01:00
types.go