go-ethereum/core
2018-08-24 15:48:25 +10:00
..
asm first commit 2018-08-06 15:56:17 +08:00
bloombits first commit 2018-08-06 15:56:17 +08:00
rawdb first commit 2018-08-06 15:56:17 +08:00
state first commit 2018-08-06 15:56:17 +08:00
types merge 2018-08-24 15:48:25 +10:00
vm changed ethdb.Database to trie.Database 2018-08-09 12:47:24 +08:00
.gitignore Renamed chain => core 2014-12-04 10:28:02 +01:00
bench_test.go ADDED LCP engine 2018-08-24 13:39:21 +08:00
block_validator.go first commit 2018-08-06 15:56:17 +08:00
block_validator_test.go first commit 2018-08-06 15:56:17 +08:00
blockchain.go first commit 2018-08-06 15:56:17 +08:00
blockchain_test.go ADDED LCP engine 2018-08-24 13:39:21 +08:00
blocks.go first commit 2018-08-06 15:56:17 +08:00
chain_indexer.go first commit 2018-08-06 15:56:17 +08:00
chain_indexer_test.go first commit 2018-08-06 15:56:17 +08:00
chain_makers.go ADDED LCP engine 2018-08-24 13:39:21 +08:00
chain_makers_test.go ADDED LCP engine 2018-08-24 13:39:21 +08:00
dao_test.go first commit 2018-08-06 15:56:17 +08:00
error.go core: make txpool operate on immutable state 2017-09-05 13:34:41 +03:00
events.go first commit 2018-08-06 15:56:17 +08:00
evm.go first commit 2018-08-06 15:56:17 +08:00
gaspool.go miner: avoid unnecessary work (#15883) 2018-01-15 12:57:06 +02:00
gen_genesis.go first commit 2018-08-06 15:56:17 +08:00
gen_genesis_account.go first commit 2018-08-06 15:56:17 +08:00
genesis.go ADDED LCP engine 2018-08-21 12:50:03 +08:00
genesis_alloc.go all: use gometalinter.v2, fix new gosimple issues (#15650) 2017-12-12 19:05:47 +01:00
genesis_test.go ADDED LCP engine 2018-08-24 13:39:21 +08:00
headerchain.go first commit 2018-08-06 15:56:17 +08:00
helper_test.go first commit 2018-08-06 15:56:17 +08:00
mkalloc.go first commit 2018-08-06 15:56:17 +08:00
state_processor.go merge 2018-08-24 15:40:42 +10:00
state_transition.go first commit 2018-08-06 15:56:17 +08:00
tx_cacher.go first commit 2018-08-06 15:56:17 +08:00
tx_journal.go first commit 2018-08-06 15:56:17 +08:00
tx_list.go first commit 2018-08-06 15:56:17 +08:00
tx_list_test.go first commit 2018-08-06 15:56:17 +08:00
tx_pool.go first commit 2018-08-06 15:56:17 +08:00
tx_pool_test.go first commit 2018-08-06 15:56:17 +08:00
types.go first commit 2018-08-06 15:56:17 +08:00