go-ethereum/core
2025-01-24 16:54:08 +08:00
..
asm
bloombits
rawdb core: lookup txs by block number instead of block hash (#19431) 2025-01-24 15:52:43 +08:00
state accouts, core: fix some comments (#21617) 2025-01-24 16:18:30 +08:00
txpool all: replace t.Log(); t.FailNow() with t.Fatal() (#19849) 2025-01-24 16:18:29 +08:00
types all: replace t.Log(); t.FailNow() with t.Fatal() (#19849) 2025-01-24 16:18:29 +08:00
vm
.gitignore
bench_test.go all: use T.TempDir to create temporary test directories (#24633) 2025-01-24 16:54:08 +08:00
block_validator.go all: remove the duplicate 'the' in annotations (#17509) 2025-01-24 16:18:28 +08:00
block_validator_test.go
blockchain.go core: lookup txs by block number instead of block hash (#19431) 2025-01-24 15:52:43 +08:00
blockchain_test.go core: improve contextual information on core errors (#21869) 2025-01-24 16:18:30 +08:00
blocks.go
chain_indexer.go all: replace RWMutex with Mutex in places where RLock is not used (#21622) 2025-01-24 16:18:30 +08:00
chain_indexer_test.go core/rawdb: separate raw database access to own package (#16666 #19345) 2025-01-22 15:19:39 +08:00
chain_makers.go
chain_makers_test.go
dao_test.go
error.go
events.go
evm.go
gaspool.go
gen_genesis.go
gen_genesis_account.go
genesis.go core/rawdb: separate raw database access to own package (#16666 #19345) 2025-01-22 15:19:39 +08:00
genesis_alloc.go
genesis_test.go core/rawdb: separate raw database access to own package (#16666 #19345) 2025-01-22 15:19:39 +08:00
headerchain.go core/rawdb: separate raw database access to own package (#16666 #19345) 2025-01-22 15:19:39 +08:00
mkalloc.go
sender_cacher.go
state_processor.go core: improve contextual information on core errors (#21869) 2025-01-24 16:18:30 +08:00
state_processor_test.go accounts/abi/bind: allow specifying signer on transactOpts (#21356) 2025-01-24 16:18:30 +08:00
state_transition.go core: improve contextual information on core errors (#21869) 2025-01-24 16:18:30 +08:00
token_validator.go accounts/abi: ABI explicit difference between Unpack and UnpackIntoInterface (#21091) 2025-01-24 16:18:30 +08:00
types.go