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.
Jeffrey Wilcke
b8ca0a830e
eth, trie: removed key prefixing from state entries & merge db fix
...
Fixed database merge strategy to use the correct database. Due to a copy
paste fail when doing type evaluation the same database was being
iterated (chain), all others were ignored.
Removed state prefixing because {H(code): code} is stored in the same
database as the rest of the state.
9 years ago
..
downloader
eth, eth/downloader: don't report stall if fetcher filled the block
9 years ago
fetcher
miner: gas limit strategy, target 3141592 & def gas price 50 Shannon
9 years ago
backend.go
eth, trie: removed key prefixing from state entries & merge db fix
9 years ago
gasprice.go
all: fix license headers one more time
9 years ago
handler.go
Merge pull request #1515 from fjl/license-fixes
9 years ago
metrics.go
all: fix license headers one more time
9 years ago
peer.go
all: fix license headers one more time
9 years ago
protocol.go
Merge pull request #1515 from fjl/license-fixes
9 years ago
protocol_test.go
core, eth, trie, xeth: merged state, chain, extra databases in one
9 years ago
sync.go
eth, eth/downloader: don't report stall if fetcher filled the block
9 years ago