Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/core
rjl493456442 125fb1ff58
core/state: avoid data race (#29924)
8 months ago
..
asm
bloombits all: fix typos in comments (#29873) 8 months ago
forkid
rawdb core/rawdb, triedb/pathdb: fix freezer read-only option (#29823) 8 months ago
state core/state: avoid data race (#29924) 8 months ago
tracing Supply delta live tracer (#29347) 8 months ago
txpool
types all: improve some error strings (#29842) 8 months ago
vm core/vm/runtime: set random to enable merge-opcodes (#29799) 8 months ago
.gitignore
bench_test.go
block_validator.go
block_validator_test.go core: use in-memory freezer for tests (#29720) 9 months ago
blockchain.go core/state: blocking prefetcher on term signal, parallel updates (#29519) 9 months ago
blockchain_insert.go
blockchain_reader.go
blockchain_repair_test.go
blockchain_sethead_test.go
blockchain_snapshot_test.go
blockchain_test.go core: use in-memory freezer for tests (#29720) 9 months ago
bloom_indexer.go
chain_indexer.go
chain_indexer_test.go all: improve some error strings (#29842) 8 months ago
chain_makers.go cmd, core, params, trie: add verkle access witness gas charging (#29338) 9 months ago
chain_makers_test.go core: deploy EIP-4788 contract in dev mode genesis (#29655) 9 months ago
dao_test.go
error.go cmd, core, params, trie: add verkle access witness gas charging (#29338) 9 months ago
events.go
evm.go
forkchoice.go
gaspool.go
gen_genesis.go
genesis.go core, eth/protocols/snap, internal/ethapi: remove redundant types (#29841) 8 months ago
genesis_alloc.go
genesis_test.go core/state: introduce stateupdate structure (#29530) 8 months ago
headerchain.go
headerchain_test.go
mkalloc.go accounts, cmd/geth, core: close opened files (#29598) 9 months ago
rlp_test.go
sender_cacher.go
state_prefetcher.go
state_processor.go core/tracing: add system call callback when performing `ProcessBeaconBlockRoot` (#29355) 9 months ago
state_processor_test.go cmd, core, params, trie: add verkle access witness gas charging (#29338) 9 months ago
state_transition.go core: move balanceCheck addition in buyGas (#29762) 9 months ago
txindexer.go
txindexer_test.go core: use in-memory freezer for tests (#29720) 9 months ago
types.go