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 06d6685eb5 Merge pull request #3756 from fjl/core-types-gencodec 8 years ago
..
asm cmd/evm, core/asm: add EVM assembler (#3686) 8 years ago
state Merge pull request #3723 from karalabe/logger-updates-2 8 years ago
types core/types: use gencodec for JSON marshaling code 8 years ago
vm core/evm, core/vm: improved evm trace output 8 years ago
.gitignore Renamed `chain` => `core` 10 years ago
bench_test.go all: swap out the C++ ethash to the pure Go one (mining todo) 8 years ago
block_validator.go all: swap out the C++ ethash to the pure Go one (mining todo) 8 years ago
block_validator_test.go all: swap out the C++ ethash to the pure Go one (mining todo) 8 years ago
blockchain.go all: swap out the C++ ethash to the pure Go one (mining todo) 8 years ago
blockchain_test.go all: swap out the C++ ethash to the pure Go one (mining todo) 8 years ago
blocks.go core, core/state: fixed consensus issue added touch revert 8 years ago
chain_makers.go all: swap out the C++ ethash to the pure Go one (mining todo) 8 years ago
chain_makers_test.go all: swap out the C++ ethash to the pure Go one (mining todo) 8 years ago
chain_pow.go all: swap out the C++ ethash to the pure Go one (mining todo) 8 years ago
chain_pow_test.go all: swap out the C++ ethash to the pure Go one (mining todo) 8 years ago
dao.go core, core/state, core/vm: remove exported account getters (#3618) 8 years ago
dao_test.go all: swap out the C++ ethash to the pure Go one (mining todo) 8 years ago
database_util.go all: next batch of log polishes to contextual versions 8 years ago
database_util_test.go common: move big integer math to common/math (#3699) 8 years ago
default_genesis.go core: remove support for Olympic network 8 years ago
error.go Merge pull request #1889 from karalabe/fast-sync-rebase 9 years ago
events.go core/vm: move Log to core/types 8 years ago
evm.go core, core/vm: implemented a generic environment (#3348) 8 years ago
fees.go Merge pull request #1515 from fjl/license-fixes 9 years ago
filter_test.go all: fix license headers one more time 9 years ago
gaspool.go all: update license information 9 years ago
genesis.go cmd/utils, core, params: fork all teh things for dev mode (#3697) 8 years ago
headerchain.go Merge pull request #3723 from karalabe/logger-updates-2 8 years ago
helper_test.go cmd/geth, cmd/utils, core, rpc: renamed to blockchain 9 years ago
state_processor.go all: next batch of log polishes to contextual versions 8 years ago
state_transition.go all: next batch of log polishes to contextual versions 8 years ago
tx_list.go all: fix spelling errors 8 years ago
tx_list_test.go core: abstract out a sorted transaction hash map 8 years ago
tx_pool.go Merge pull request #3723 from karalabe/logger-updates-2 8 years ago
tx_pool_test.go common: move big integer math to common/math (#3699) 8 years ago
types.go core/vm: move Log to core/types 8 years ago