go-ethereum/core
2025-05-20 15:14:47 +08:00
..
asm
bloombits
rawdb core, eth, trie: add a prefix to contract code (21080) 2025-03-24 22:31:03 +08:00
state core/state, eth, trie: stabilize memory use, fix memory leak #21491 (#1040) 2025-05-20 15:14:47 +08:00
txpool core/txpool: accept non-local transaction with zero tip (#950) 2025-04-21 16:11:43 +08:00
types Revert "core/types: fix wrong hash after EIP-1559 for EncodeIndex in PR #933 (#939)" 2025-04-12 11:30:50 +08:00
vm core/vm: fix invalid merkle root caused by PR #627 (#1033) 2025-05-14 16:47:53 +08:00
.gitignore
bench_test.go
block_validator.go core: use headers only where blocks are unnecessary #19261 (#984) 2025-04-28 06:46:40 +08:00
block_validator_test.go
blockchain.go core: use atomic type #27011 2025-04-28 16:57:56 +08:00
blockchain_insert.go core: prefetch next block state concurrently #19328 2025-04-28 16:57:56 +08:00
blockchain_test.go core: use headers only where blocks are unnecessary #19261 (#984) 2025-04-28 06:46:40 +08:00
blocks.go
chain_indexer.go core: use atomic type #27011 2025-04-28 16:57:56 +08:00
chain_indexer_test.go light: CHT and bloom trie indexers working in light mode (#16534) 2025-03-06 15:30:48 +08:00
chain_makers.go core: improve commit genesis 2025-03-20 14:15:09 +08:00
chain_makers_test.go
dao_test.go core: improve commit genesis 2025-03-20 14:15:09 +08:00
error.go
events.go
evm.go
gaspool.go
gen_genesis.go
genesis.go trie: use trie.NewStackTrie instead of new(trie.Trie) (#22246) 2025-04-07 16:44:32 +08:00
genesis_alloc_devnet.go core: tidy up genesis alloc 2025-02-19 14:15:09 +08:00
genesis_alloc_mainnet.go core: tidy up genesis alloc 2025-02-19 14:15:09 +08:00
genesis_alloc_testnet.go core: tidy up genesis alloc 2025-02-19 14:15:09 +08:00
genesis_test.go core, light, params: clean genesis hash 2025-03-05 14:30:39 +08:00
headerchain.go common, core: add block age into info logs #17718 (#947) 2025-04-24 17:56:54 +08:00
mkalloc.go
sender_cacher.go
state_prefetcher.go core: use atomic type #27011 2025-04-28 16:57:56 +08:00
state_processor.go
state_processor_test.go trie: use trie.NewStackTrie instead of new(trie.Trie) (#22246) 2025-04-07 16:44:32 +08:00
state_transition.go core: fix BlockSigner tx cause debug API fail after EIP-1559 2025-02-20 12:35:24 +08:00
token_validator.go
types.go core: use atomic type #27011 2025-04-28 16:57:56 +08:00