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
Péter Szilágyi 4253030ef6
core/state: move metrics out of state objects (#29665)
10 months ago
..
asm all: fix mismatched names in comments (#29348) 11 months ago
bloombits all: use timer instead of time.After in loops, to avoid memleaks (#29241) 10 months ago
forkid all: remove dependency on golang.org/exp (#29314) 11 months ago
rawdb all: fix various typos (#29542) 10 months ago
state core/state: move metrics out of state objects (#29665) 10 months ago
tracing core/tracing: Add OnClose Trace Hook (#29629) 10 months ago
txpool core/txpool: repair the limbo Billy too on unclean shutdowns (#29451) 10 months ago
types signer: implement blob txs sendtxargs, enable blobtx-signing (#28976) 10 months ago
vm core/state: remove account reset operation v2 (#29520) 10 months ago
.gitignore
bench_test.go
block_validator.go core: fix typo (#29438) 10 months ago
block_validator_test.go
blockchain.go core/state: move metrics out of state objects (#29665) 10 months ago
blockchain_insert.go all: fix various typos (#29600) 10 months ago
blockchain_reader.go core: add txlookup lock (#29343) 10 months ago
blockchain_repair_test.go cmd: use package filepath over path for file system operations (#29227) 11 months ago
blockchain_sethead_test.go all: replace path.Join with filepath.Join (#29479) 10 months ago
blockchain_snapshot_test.go cmd: use package filepath over path for file system operations (#29227) 11 months ago
blockchain_test.go core: remove bad block checks (#29609) 10 months ago
bloom_indexer.go
chain_indexer.go
chain_indexer_test.go
chain_makers.go core: add an end-to-end verkle test (#29262) 11 months ago
chain_makers_test.go params: use the same variable name as EIP-4788 (#29195) 11 months ago
dao_test.go
error.go core: remove bad block checks (#29609) 10 months ago
events.go
evm.go all: use big.Sign to compare with zero (#29490) 10 months ago
forkchoice.go
gaspool.go
gen_genesis.go core: go fmt (#29544) 10 months ago
genesis.go core: fix dev mode genesis difficulty (#29469) 10 months ago
genesis_alloc.go
genesis_test.go
headerchain.go core: remove bad block checks (#29609) 10 months ago
headerchain_test.go
mkalloc.go all: remove dependency on golang.org/exp (#29314) 11 months ago
rlp_test.go
sender_cacher.go
state_prefetcher.go
state_processor.go eth/tracers: live chain tracing with hooks (#29189) 11 months ago
state_processor_test.go core: add an end-to-end verkle test (#29262) 11 months ago
state_transition.go eth/tracers: live chain tracing with hooks (#29189) 11 months ago
txindexer.go
txindexer_test.go
types.go