gary rong 40a71f28cf miner: fix state commit, track old work packages too (#17490) 7 years ago
..
asm ec192f18b4 core/asm: correct comments typo (#16974) 7 years ago
bloombits 9e24491c65 core/bloombits, light: fix typos (#17235) 7 years ago
rawdb aab7ab04b0 core/rawdb: wrap db key creations (#16914) 7 years ago
state c3f7e3be3b core/statedb: deep copy logs (#17489) 7 years ago
types 40a71f28cf miner: fix state commit, track old work packages too (#17490) 7 years ago
vm e0e0e53401 crypto: change formula for create2 (#17393) 7 years ago
.gitignore 9008b155d3 Renamed `chain` => `core` 11 years ago
bench_test.go 7beccb29be all: get rid of error when creating memory database (#16716) 7 years ago
block_validator.go 55599ee95d core, trie: intermediate mempool between trie and database (#15857) 7 years ago
block_validator_test.go 7beccb29be all: get rid of error when creating memory database (#16716) 7 years ago
blockchain.go a1783d1697 miner: move agent logic to worker (#17351) 7 years ago
blockchain_test.go d42ce0f2c1 all: simplify switches (#17267) 7 years ago
blocks.go 17f0b11942 core: typos and comments improve 8 years ago
chain_indexer.go 2cdf6ee7e0 light: CHT and bloom trie indexers working in light mode (#16534) 7 years ago
chain_indexer_test.go 2cdf6ee7e0 light: CHT and bloom trie indexers working in light mode (#16534) 7 years ago
chain_makers.go 9b1536b26a core: remove dead code, limit test code scope (#17006) 7 years ago
chain_makers_test.go 7beccb29be all: get rid of error when creating memory database (#16716) 7 years ago
dao_test.go 7beccb29be all: get rid of error when creating memory database (#16716) 7 years ago
error.go da7d57e07c core: make txpool operate on immutable state 8 years ago
events.go 54216811a0 miner: regenerate mining work every 3 seconds (#17413) 7 years ago
evm.go bc0a43191e core: fix typo in comment code 7 years ago
gaspool.go 18a7d31338 miner: avoid unnecessary work (#15883) 7 years ago
gen_genesis.go 9d06026c19 all: regenerate codecs with gencodec commit 90983d99de (#15830) 7 years ago
gen_genesis_account.go 9d06026c19 all: regenerate codecs with gencodec commit 90983d99de (#15830) 7 years ago
genesis.go 7beccb29be all: get rid of error when creating memory database (#16716) 7 years ago
genesis_alloc.go 3da1bf8ca1 all: use gometalinter.v2, fix new gosimple issues (#15650) 8 years ago
genesis_test.go 7beccb29be all: get rid of error when creating memory database (#16716) 7 years ago
headerchain.go 2cffd4ff3c core: fix some small typos on comment code (#17278) 7 years ago
helper_test.go 7beccb29be all: get rid of error when creating memory database (#16716) 7 years ago
mkalloc.go 37dd9086ec core: refactor genesis handling 8 years ago
state_processor.go feb6620c34 core: relax type requirement for bc in ApplyTransaction (#16901) 7 years ago
state_transition.go d0082bb7ec core: fix comment typo (#17236) 7 years ago
tx_cacher.go fb368723ac core: fix comment typo (#17376) 7 years ago
tx_journal.go 49719e21bc core, eth: minor txpool event cleanups 7 years ago
tx_list.go 2cffd4ff3c core: fix some small typos on comment code (#17278) 7 years ago
tx_list_test.go 6f69cdd109 all: switch gas limits from big.Int to uint64 7 years ago
tx_pool.go e0d0e64ce2 cmd, core, miner: add --txpool.locals and priority mining 7 years ago
tx_pool_test.go 55b579e02c core: use a wrapped map to remove contention in `TxPool.Get`. (#16670) 7 years ago
types.go 6f69cdd109 all: switch gas limits from big.Int to uint64 7 years ago