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 e0d0e64ce2
cmd, core, miner: add --txpool.locals and priority mining
7 years ago
..
asm
bloombits
rawdb
state
types core/types: fix docs about protected Vs (#17436) 7 years ago
vm crypto: change formula for create2 (#17393) 7 years ago
.gitignore
bench_test.go
block_validator.go
block_validator_test.go
blockchain.go miner: move agent logic to worker (#17351) 7 years ago
blockchain_test.go
blocks.go
chain_indexer.go light: CHT and bloom trie indexers working in light mode (#16534) 7 years ago
chain_indexer_test.go light: CHT and bloom trie indexers working in light mode (#16534) 7 years ago
chain_makers.go
chain_makers_test.go
dao_test.go
error.go
events.go miner: regenerate mining work every 3 seconds (#17413) 7 years ago
evm.go
gaspool.go
gen_genesis.go
gen_genesis_account.go
genesis.go
genesis_alloc.go
genesis_test.go
headerchain.go core: fix some small typos on comment code (#17278) 7 years ago
helper_test.go
mkalloc.go
state_processor.go
state_transition.go
tx_cacher.go core: fix comment typo (#17376) 7 years ago
tx_journal.go
tx_list.go core: fix some small typos on comment code (#17278) 7 years ago
tx_list_test.go
tx_pool.go cmd, core, miner: add --txpool.locals and priority mining 7 years ago
tx_pool_test.go
types.go