go-ethereum/core
2025-11-03 12:52:22 +05:30
..
asm all: use strings.EqualFold for string comparison #24890 (#1134) 2025-06-23 16:00:32 +08:00
bloombits all: remove duplicate word in comments (#1570) 2025-09-24 07:57:33 +08:00
rawdb all: handle err from func rlp.Encode, close XFN-127 (#1692) 2025-11-03 12:45:19 +05:30
state core, trie: remove DiskDB function from trie database #25690 (#1116) 2025-10-08 12:21:56 +08:00
tracing eth/tracers: various fixes #30540 (#1491) 2025-09-17 09:04:38 +08:00
txpool core/txpool: fix name shadowing of filter parameter, close XFN-66 (#1694) 2025-11-03 12:44:43 +05:30
types all: refactor so NewBlock, WithBody take types.Body #29482 (#1605) 2025-10-08 13:12:35 +08:00
vm all: fix whitespace error of golangci-lint, remove extra empty lines (#1624) 2025-10-19 14:42:12 +08:00
.gitignore Renamed chain => core 2014-12-04 10:28:02 +01:00
bench_test.go all: using testing.B.Loop (#1554) 2025-09-24 07:59:48 +08:00
block_validator.go core: show db error-info in case of mismatched hash root #26870 (#1220) 2025-08-04 11:51:47 +08:00
block_validator_test.go core: remove outdated tests #27662 (#1496) 2025-09-17 08:16:07 +08:00
blockchain.go core: handle future block more elegantly, close XFN-101 (#1672) 2025-11-03 12:52:22 +05:30
blockchain_insert.go all: simplify timestamps to uint64 #19372 (#1318) 2025-08-08 10:33:37 +08:00
blockchain_test.go all: fix whitespace (#1572) 2025-09-24 07:58:40 +08:00
blocks.go new EVM Upgrade 2021-09-21 16:53:46 +05:30
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 all: move err to the last position of return values (#1581) 2025-10-08 12:29:38 +08:00
chain_makers_test.go all: fix goimports (#1560) 2025-09-24 07:51:10 +08:00
dao_test.go core: improve commit genesis 2025-03-20 14:15:09 +08:00
error.go all: improve EstimateGas API (#20830) 2024-12-21 14:35:44 +08:00
events.go eth/filters: remove use of event.TypeMux for pending logs (#20312) 2024-08-03 10:03:22 +08:00
evm.go eth/tracers: live chain tracing with hooks #29189 (#1352) 2025-09-09 17:30:56 +08:00
gaspool.go miner: avoid unnecessary work (#15883) 2018-01-15 12:57:06 +02:00
gen_genesis.go all: format golang files (#1548) 2025-09-21 19:41:54 +08:00
genesis.go all: refactor so NewBlock, WithBody take types.Body #29482 (#1605) 2025-10-08 13:12:35 +08:00
genesis_alloc_devnet.go all: format golang files (#1548) 2025-09-21 19:41:54 +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 all: simplify timestamps to uint64 #19372 (#1318) 2025-08-08 10:33:37 +08:00
mkalloc.go accounts, cmd/geth, core: close opened files (#29598) 2025-01-24 16:54:12 +08:00
sender_cacher.go all: refactor txpool into it's own package in prep for 4844 (#26038) 2024-11-01 11:36:53 +08:00
state_prefetcher.go core/types: remove message #25977 (#1322) 2025-09-09 11:23:47 +08:00
state_processor.go core: fix too many goroutines in InitSignerInTransactions, close XFN-75 (#1662) 2025-10-31 12:26:22 +05:30
state_processor_test.go all: refactor so NewBlock, WithBody take types.Body #29482 (#1605) 2025-10-08 13:12:35 +08:00
state_transition.go core: check msg.value earlier in func TransitionDb (#1582) 2025-10-08 12:30:22 +08:00
token_validator.go all: eliminate zero owner variables (#1587) 2025-10-08 12:38:32 +08:00
types.go core: use atomic type #27011 2025-04-28 16:57:56 +08:00