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
AusIV 3ebfeb09fe
core/rawdb: fix high memory usage in freezer (#21243)
5 years ago
..
asm
bloombits
forkid core: fix typo in comments (#21181) 5 years ago
rawdb core/rawdb: fix high memory usage in freezer (#21243) 5 years ago
state core/state: avoid escape analysis fault when accessing cached state 5 years ago
types
vm core, eth, internal: include read storage entries in structlog output (#21204) 5 years ago
.gitignore
bench_test.go
block_validator.go
block_validator_test.go
blockchain.go eth: interrupt chain insertion on shutdown (#21114) 5 years ago
blockchain_insert.go
blockchain_test.go all: fix typos in comments (#21118) 5 years ago
blocks.go
chain_indexer.go
chain_indexer_test.go
chain_makers.go
chain_makers_test.go
dao_test.go
error.go all: fix typos in comments (#21118) 5 years ago
events.go
evm.go
gaspool.go
gen_genesis.go
gen_genesis_account.go
genesis.go cmd, core, params: inital support for yolo-v1 testnet (#21154) 5 years ago
genesis_alloc.go cmd, core, params: inital support for yolo-v1 testnet (#21154) 5 years ago
genesis_test.go
headerchain.go
mkalloc.go
rlp_test.go
state_prefetcher.go
state_processor.go
state_transition.go
tx_cacher.go
tx_journal.go
tx_list.go
tx_list_test.go
tx_noncer.go
tx_pool.go core: filter out txs with invalid signatures as soon as possible 5 years ago
tx_pool_test.go
types.go