go-ethereum/core
2017-10-02 14:04:22 +03:00
..
asm core/asm: use ContainsRune instead of IndexRune (#15098) 2017-09-07 23:11:48 +02:00
bloombits core/bloombits, eth/filters: handle null topics (#15195) 2017-09-27 12:14:52 +02:00
state core/state: revert log index when removing logs 2017-09-21 20:46:21 +02:00
types core/types, internal: swap Receipt.Failed to Status 2017-10-02 14:04:22 +03:00
vm core/vm: standard vm traces (#15035) 2017-09-22 10:22:56 +02:00
.gitignore
bench_test.go
block_validator.go
block_validator_test.go
blockchain.go core: only fire one chain head per batch (#15123) 2017-09-11 13:13:05 +03:00
blockchain_test.go params: enable Byzantium on Ropsten/tests, fix failures 2017-09-14 10:59:05 +03:00
blocks.go
chain_indexer.go core, eth: clean up bloom filtering, add some tests 2017-09-06 11:14:19 +03:00
chain_indexer_test.go core, eth: clean up bloom filtering, add some tests 2017-09-06 11:14:19 +03:00
chain_makers.go consensus, core, tests: implement Metropolis EIP 649 2017-08-24 17:16:39 +03:00
chain_makers_test.go
dao_test.go params: enable Byzantium on Ropsten/tests, fix failures 2017-09-14 10:59:05 +03:00
database_util.go core, eth/downloader: commit block data using batches (#15115) 2017-09-09 19:03:07 +03:00
database_util_test.go core/types, internal: swap Receipt.Failed to Status 2017-10-02 14:04:22 +03:00
error.go core: make txpool operate on immutable state 2017-09-05 13:34:41 +03:00
events.go
evm.go
fees.go
gaspool.go
gen_genesis.go
gen_genesis_account.go
genesis.go
genesis_alloc.go
genesis_test.go
headerchain.go core, eth/downloader: commit block data using batches (#15115) 2017-09-09 19:03:07 +03:00
helper_test.go
mkalloc.go
state_processor.go consensus, core, params: rebrand Metro to Byzantium 2017-09-14 10:10:46 +03:00
state_transition.go core: make txpool operate on immutable state 2017-09-05 13:34:41 +03:00
tx_journal.go
tx_list.go core: make txpool operate on immutable state 2017-09-05 13:34:41 +03:00
tx_list_test.go
tx_pool.go core: use blocks and avoid deep reorgs in txpool 2017-09-05 19:50:29 +03:00
tx_pool_test.go core: use blocks and avoid deep reorgs in txpool 2017-09-05 19:50:29 +03:00
types.go