plugeth/core
2019-07-22 12:17:27 +03:00
..
asm asm: remove unused parameter for function Lex (#18058) 2019-03-14 10:35:55 +01:00
bloombits
forkid core/forkid: implement the forkid EIP, announce via ENR (#19738) 2019-07-08 18:53:47 +03:00
rawdb all: update author list and licenses 2019-07-22 12:17:27 +03:00
state core/state, p2p/discover, trie, whisper: avoid unnecessary conversions (#19870) 2019-07-22 10:30:09 +03:00
types all: replace t.Log(); t.FailNow() with t.Fatal() (#19849) 2019-07-18 15:21:24 +03:00
vm all: update author list and licenses 2019-07-22 12:17:27 +03:00
.gitignore
bench_test.go core, eth, les, light: scope receipt functionality a bit cleaner 2019-04-15 13:42:26 +03:00
block_validator_test.go
block_validator.go
blockchain_insert.go all: simplify timestamps to uint64 (#19372) 2019-04-02 23:28:48 +03:00
blockchain_test.go les, les/flowcontrol: implement LES/3 (#19329) 2019-05-30 20:51:13 +02:00
blockchain.go core/forkid: implement the forkid EIP, announce via ENR (#19738) 2019-07-08 18:53:47 +03:00
blocks.go
chain_indexer_test.go
chain_indexer.go core: fix chain indexer (#19786) 2019-07-03 11:18:48 +03:00
chain_makers_test.go
chain_makers.go core: fix import errors on clique crashes + empty blocks (#19544) 2019-05-10 17:04:10 +03:00
dao_test.go
error.go core: move error variable to error.go (#19560) 2019-05-13 13:23:32 +03:00
events.go
evm.go all: simplify timestamps to uint64 (#19372) 2019-04-02 23:28:48 +03:00
gaspool.go
gen_genesis_account.go
gen_genesis.go
genesis_alloc.go
genesis_test.go
genesis.go core: check error before accessing potentially nil block 2019-07-18 15:26:22 +03:00
headerchain.go core, ethdb, metrics, p2p: expose various counter metrics for grafana 2019-06-11 09:49:13 +03:00
helper_test.go
mkalloc.go
state_prefetcher.go core: prefetch next block state concurrently 2019-04-01 11:06:15 +03:00
state_processor.go consensus,core,miner: avoid overhead of creating a new block (#19301) 2019-04-30 16:42:36 +03:00
state_transition.go
tx_cacher.go
tx_journal.go
tx_list_test.go
tx_list.go core, ethdb, metrics, p2p: expose various counter metrics for grafana 2019-06-11 09:49:13 +03:00
tx_noncer.go core: fix write concurrency in txpool (#19835) 2019-07-17 13:39:41 +03:00
tx_pool_test.go core: kill off managed state, use own tiny noncer for txpool 2019-07-09 10:42:09 +03:00
tx_pool.go core: fix write concurrency in txpool (#19835) 2019-07-17 13:39:41 +03:00
types.go core: prefetch next block state concurrently 2019-04-01 11:06:15 +03:00