plugeth/core
2018-11-12 18:06:34 +02:00
..
asm core/asm: Use hexadecimal addresses in assembly dumps (#17870) 2018-10-09 10:27:07 +03:00
bloombits
rawdb rawdb: remove unused parameter for WritePreimages func (#18059) 2018-11-09 12:51:07 +02:00
state core/state: remove lock (#18065) 2018-11-08 21:37:19 +01:00
types core/types: fix comment for func SignatureValues (#17921) 2018-10-16 12:45:28 +02:00
vm Merge pull request #17982 from holiman/polish_contantinople_extcodehash 2018-11-08 14:26:04 +02:00
.gitignore
bench_test.go all: protect self-mined block during reorg (#17656) 2018-09-20 15:09:30 +03:00
block_validator_test.go all: protect self-mined block during reorg (#17656) 2018-09-20 15:09:30 +03:00
block_validator.go core, eth/downloader: fix validation flaw, fix downloader printout flaw (#17974) 2018-11-07 14:47:11 +02:00
blockchain_test.go all: protect self-mined block during reorg (#17656) 2018-09-20 15:09:30 +03:00
blockchain.go core: fix default trie cache limit (#17860) 2018-11-12 18:06:34 +02:00
blocks.go
chain_indexer_test.go
chain_indexer.go core: use ChainHeadEvent subscription in the chain indexer (#17826) 2018-10-03 17:25:25 +03:00
chain_makers_test.go all: protect self-mined block during reorg (#17656) 2018-09-20 15:09:30 +03:00
chain_makers.go eth/downloader: speed up tests by generating chain only once (#17916) 2018-11-07 15:07:43 +01:00
dao_test.go all: protect self-mined block during reorg (#17656) 2018-09-20 15:09:30 +03:00
error.go
events.go
evm.go
gaspool.go
gen_genesis_account.go
gen_genesis.go
genesis_alloc.go
genesis_test.go all: protect self-mined block during reorg (#17656) 2018-09-20 15:09:30 +03:00
genesis.go core, eth: fix goimports for Go 1.11 2018-09-19 11:47:09 +03:00
headerchain.go common, core, light: add block age into info logs 2018-09-20 12:56:35 +03:00
helper_test.go
mkalloc.go
state_processor.go core: fix typo in comment (#17586) 2018-09-05 10:29:51 +02:00
state_transition.go
tx_cacher.go
tx_journal.go
tx_list_test.go
tx_list.go
tx_pool_test.go
tx_pool.go core: fix a typo (#17733) 2018-09-21 13:45:42 +03:00
types.go