plugeth/core
2020-09-18 14:26:19 +02:00
..
asm
bloombits core/bloombits: use single channel for shutdown (#20878) 2020-07-29 13:49:12 +02:00
forkid core: fix typo in comments (#21181) 2020-06-08 10:53:56 +03:00
rawdb cmd/geth: added counters to the geth inspect report (#21495) 2020-09-17 10:23:56 +02:00
state core, eth, trie: prepare trie sync for path based operation 2020-09-02 13:21:32 +03:00
types core, eth, les, trie: add a prefix to contract code (#21080) 2020-08-21 15:10:40 +03:00
vm core/vm: fix benchmark overflow + prep for precompile repricings (#21530) 2020-09-10 09:19:30 +02:00
.gitignore
bench_test.go cmd, core, eth: background transaction indexing (#20302) 2020-05-11 18:58:43 +03:00
block_validator_test.go cmd, core, eth: background transaction indexing (#20302) 2020-05-11 18:58:43 +03:00
block_validator.go core: fix a typo in comment (#21439) 2020-09-18 14:26:19 +02:00
blockchain_insert.go
blockchain_repair_test.go core: define and test chain rewind corner cases (#21409) 2020-08-20 13:01:24 +03:00
blockchain_sethead_test.go core: define and test chain rewind corner cases (#21409) 2020-08-20 13:01:24 +03:00
blockchain_test.go core, eth, les, trie: add a prefix to contract code (#21080) 2020-08-21 15:10:40 +03:00
blockchain.go core/rawdb: single point of maintenance for writing and deleting tx lookup indexes (#21480) 2020-09-15 10:37:01 +02:00
blocks.go
chain_indexer_test.go les: historical data garbage collection (#19570) 2020-07-13 11:02:54 +02:00
chain_indexer.go les: historical data garbage collection (#19570) 2020-07-13 11:02:54 +02:00
chain_makers_test.go cmd, core, eth: background transaction indexing (#20302) 2020-05-11 18:58:43 +03:00
chain_makers.go les: historical data garbage collection (#19570) 2020-07-13 11:02:54 +02:00
dao_test.go les: historical data garbage collection (#19570) 2020-07-13 11:02:54 +02:00
error.go all: fix typos in comments (#21118) 2020-05-25 10:21:28 +02:00
events.go
evm.go
gaspool.go
gen_genesis_account.go
gen_genesis.go
genesis_alloc.go cmd, core, params: inital support for yolo-v1 testnet (#21154) 2020-06-03 12:05:15 +03:00
genesis_test.go cmd, core, eth: background transaction indexing (#20302) 2020-05-11 18:58:43 +03:00
genesis.go core, eth, les, trie: add a prefix to contract code (#21080) 2020-08-21 15:10:40 +03:00
headerchain.go core: define and test chain rewind corner cases (#21409) 2020-08-20 13:01:24 +03:00
mkalloc.go
rlp_test.go cmd, core, eth: background transaction indexing (#20302) 2020-05-11 18:58:43 +03:00
state_prefetcher.go
state_processor.go
state_transition.go
tx_cacher.go
tx_journal.go
tx_list_test.go Revert "core, txpool: less allocations when handling transactions (#21232)" 2020-07-09 14:02:03 +02:00
tx_list.go core: transaction pool optimizations (#21328) 2020-07-14 21:42:32 +02:00
tx_noncer.go
tx_pool_test.go core, eth, les, trie: add a prefix to contract code (#21080) 2020-08-21 15:10:40 +03:00
tx_pool.go core: more detailed metering for reorgs (#21420) 2020-08-20 09:49:35 +02:00
types.go