Official Go implementation of the Ethereum protocol
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Péter Szilágyi
3d32690b54
cmd, core, eth: journal local transactions to disk ( #14784 )
...
* core: reduce txpool event loop goroutines and sync structs
* cmd, core, eth: journal local transactions to disk
* core: journal replacement pending transactions too
* core: separate transaction journal from pool
7 years ago
..
downloader
eth/downloader: Doc fixes
7 years ago
fetcher
consensus, core: drop all the legacy custom core error types
8 years ago
filters
core: remove redundant storage of transactions and receipts ( #14801 )
7 years ago
gasprice
all: update license information
8 years ago
api.go
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago
api_backend.go
eth: drop leftover from previous nonce protection scheme
7 years ago
api_test.go
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago
backend.go
cmd, core, eth: journal local transactions to disk ( #14784 )
7 years ago
backend_test.go
core: remove redundant storage of transactions and receipts ( #14801 )
7 years ago
bind.go
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago
config.go
cmd, core, eth: configurable txpool parameters
8 years ago
db_upgrade.go
core: remove redundant storage of transactions and receipts ( #14801 )
7 years ago
gen_config.go
cmd, core, eth: configurable txpool parameters
8 years ago
handler.go
Merge pull request #14737 from holiman/txpool_localaccounts
7 years ago
handler_test.go
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago
helper_test.go
core, eth, les: polish txpool API around local/remote txs
7 years ago
metrics.go
eth, eth/downloader, eth/fetcher: delete eth/61 code
8 years ago
peer.go
cmd, eth, les, mobile: make networkid uint64 everywhere
8 years ago
protocol.go
core, eth, les: polish txpool API around local/remote txs
7 years ago
protocol_test.go
core, eth, les: polish txpool API around local/remote txs
7 years ago
sync.go
eth: don't import propagated blocks during fastsync
8 years ago
sync_test.go
cmd/geth: add --config file flag ( #13875 )
8 years ago