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
Martin Holst Swende 51e7968b8b
core/state: fix read-meters + simplify code (#24304)
3 years ago
..
asm core/asm: change order of items in stringtokenTypes (#24153) 3 years ago
beacon all: separate catalyst package (#24280) 3 years ago
bloombits
forkid eth/catalyst: implement kintsugi-spec v3 (#24067) 3 years ago
rawdb core/rawdb: fix typo (#24289) 3 years ago
state core/state: fix read-meters + simplify code (#24304) 3 years ago
types core/types: document JSON field name equivalents of DynamicFeeTx (#24143) 3 years ago
vm core/evm: RANDOM opcode (EIP-4399) (#24141) 3 years ago
.gitignore
bench_test.go
block_validator.go
block_validator_test.go
blockchain.go Merge pull request #24197 from rjl493456442/periodically-flush-batch 3 years ago
blockchain_insert.go
blockchain_reader.go
blockchain_repair_test.go core, miner, rpc, eth: fix goroutine leaks in tests (#24211) 3 years ago
blockchain_sethead_test.go
blockchain_snapshot_test.go
blockchain_test.go core: fix typo in blockchain test (#24263) 3 years ago
blocks.go
bloom_indexer.go
chain_indexer.go
chain_indexer_test.go
chain_makers.go
chain_makers_test.go
dao_test.go
error.go
events.go
evm.go core/evm: RANDOM opcode (EIP-4399) (#24141) 3 years ago
forkchoice.go
gaspool.go
gen_genesis.go
gen_genesis_account.go
genesis.go core/evm: RANDOM opcode (EIP-4399) (#24141) 3 years ago
genesis_alloc.go
genesis_test.go
headerchain.go
headerchain_test.go
mkalloc.go
rlp_test.go
state_prefetcher.go
state_processor.go
state_processor_test.go
state_transition.go core/evm: RANDOM opcode (EIP-4399) (#24141) 3 years ago
tx_cacher.go
tx_journal.go
tx_list.go
tx_list_test.go
tx_noncer.go
tx_pool.go core: ignore basefee when comparing with pool gasprice in txpool (#24080) 3 years ago
tx_pool_test.go
types.go