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
Felix Lange f71e85b8e2 core: fix staticcheck warnings (#20323) 5 years ago
..
asm core/asm: assembly parser label fixes (#20210) 5 years ago
bloombits
forkid build: use golangci-lint (#20295) 5 years ago
rawdb core/rawdb: check hash before return data from ancient db (#20195) 5 years ago
state build: use golangci-lint (#20295) 5 years ago
types
vm build: use golangci-lint (#20295) 5 years ago
.gitignore
bench_test.go
block_validator.go
block_validator_test.go
blockchain.go build: use golangci-lint (#20295) 5 years ago
blockchain_insert.go
blockchain_test.go core: fix staticcheck warnings (#20323) 5 years ago
blocks.go
chain_indexer.go
chain_indexer_test.go
chain_makers.go core: fix staticcheck warnings (#20323) 5 years ago
chain_makers_test.go
dao_test.go
error.go
events.go
evm.go
gaspool.go
gen_genesis.go
gen_genesis_account.go
genesis.go params: check fork ordering when initializing new genesis, fixes #20136 (#20169) 5 years ago
genesis_alloc.go
genesis_test.go
headerchain.go
mkalloc.go
state_prefetcher.go
state_processor.go
state_transition.go core: s/isEIP155/isHomestead/g (fix IntrinsicGas signature var name) (#20300) 5 years ago
tx_cacher.go
tx_journal.go
tx_list.go
tx_list_test.go
tx_noncer.go
tx_pool.go
tx_pool_test.go
types.go