Name
Last commit
Last update
..
downloader common, core, eth/downloader: adjust import log formatting
fetcher eth/fetcher: small typo fix (#2932)
filters rpc: refactor subscriptions and filters
gasprice eth: separate common and full node-specific API and backend service
api.go core, eth, trie: reuse trie journals in all our code
api_backend.go core/state: implement reverts by journaling all changes
backend.go cmd, eth: drop the blockchain version from cli/eth configs
backend_test.go accounts, core, eth: pass chain config for chain maker to test DAO
bad_block.go eth: enable bad block reports
bind.go accounts/abi/bind: use ethereum interfaces
cpu_mining.go cmd, common, console, eth, release: drop redundant "full"s
db_upgrade.go eth: fixed chaindb upgrade
gpu_mining.go cmd, common, console, eth, release: drop redundant "full"s
handler.go eth: move "timed out DAO fork check, dropping" to debug level
handler_test.go eth: monitor malicious header retrieval requests
helper_test.go core, eth, internal, miner: optimize txpool for quick ops
metrics.go eth, eth/downloader, eth/fetcher: delete eth/61 code
peer.go eth, eth/downloader: better remote head tracking
protocol.go core, eth, internal, miner: optimize txpool for quick ops
protocol_test.go core, eth, internal, miner: optimize txpool for quick ops
sync.go core, eth, internal, miner: optimize txpool for quick ops
sync_test.go eth: skip transaction handling during fast sync