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
Nicholas Johnson c74a575725 core: Provide a public accessor for ChainConfig 9 years ago
..
state all: fix go vet warnings 9 years ago
types core, core/types, eth: add and use Block.Body 9 years ago
vm all: fix go vet warnings 9 years ago
.gitignore
asm.go all: fix go vet warnings 9 years ago
bad_block.go
bench_test.go
block_validator.go
block_validator_test.go
blockchain.go core: Provide a public accessor for ChainConfig 9 years ago
blockchain_test.go
blocks.go
chain_makers.go
chain_makers_test.go
chain_pow.go
chain_pow_test.go
config.go
database_util.go core, core/types, eth: add and use Block.Body 9 years ago
database_util_test.go core, core/types, eth: add and use Block.Body 9 years ago
default_genesis.go
error.go
events.go
execution.go
fees.go
filter_test.go
gaspool.go
genesis.go core, eth: added json tag field for proper unmarshalling 9 years ago
headerchain.go
helper_test.go
state_processor.go
state_transition.go
tx_pool.go
tx_pool_test.go
types.go
vm_env.go