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
Zach 3da1bf8ca1 all: use gometalinter.v2, fix new gosimple issues (#15650) 7 years ago
..
asm all: use gometalinter.v2, fix new gosimple issues (#15650) 7 years ago
bloombits core/bloombits: handle non 8-bit boundary section matches 7 years ago
state core/state: copy trie too, not just content 7 years ago
types core/types: fix typo in comment (#15619) 7 years ago
vm core/vm: track 63/64 call gas off stack (#15563) 7 years ago
.gitignore
bench_test.go
block_validator.go
block_validator_test.go
blockchain.go core: split same-td blocks on block height 7 years ago
blockchain_test.go
blocks.go
chain_indexer.go all: fix code comment typos (#15547) 7 years ago
chain_indexer_test.go core, eth, les: fix messy code (#15367) 7 years ago
chain_makers.go cmd, consensus, core, miner: instatx clique for --dev (#15323) 7 years ago
chain_makers_test.go
dao_test.go
database_util.go les, light: LES/2 protocol version (#14970) 7 years ago
database_util_test.go core/types, internal: swap Receipt.Failed to Status 7 years ago
error.go
events.go
evm.go
fees.go
gaspool.go
gen_genesis.go
gen_genesis_account.go
genesis.go all: gofmt -w -s (#15419) 7 years ago
genesis_alloc.go all: use gometalinter.v2, fix new gosimple issues (#15650) 7 years ago
genesis_test.go cmd, consensus, core, miner: instatx clique for --dev (#15323) 7 years ago
headerchain.go
helper_test.go
mkalloc.go
state_processor.go
state_transition.go
tx_journal.go core, swarm: typo fixes 7 years ago
tx_list.go core: respect price bump threshold (#15401) 7 years ago
tx_list_test.go
tx_pool.go all: gofmt -w -s (#15419) 7 years ago
tx_pool_test.go all: fix code comment typos (#15547) 7 years ago
types.go