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
e17d8ddbeb
core: during chain reorg rewrite receipts and transactions
...
Added PutBlockReceipts; storing receipts by blocks. Eventually this will
require pruning during some cleanup cycle. During forks the receipts by
block are used to get the new canonical receipts and transactions.
This PR fixes #1473 by rewriting transactions and receipts from the point
of where the fork occured.
10 years ago
..
state
all: add some godoc synopsis comments
10 years ago
types
all: add some godoc synopsis comments
10 years ago
vm
core/vm: added str to op
10 years ago
.gitignore
Renamed `chain` => `core`
10 years ago
asm.go
all: update license information
10 years ago
bad_block.go
all: update license information
10 years ago
bench_test.go
cmd, core, eth, common: genesis preparation
10 years ago
block_cache.go
all: update license information
10 years ago
block_cache_test.go
all: update license information
10 years ago
block_processor.go
core: during chain reorg rewrite receipts and transactions
10 years ago
block_processor_test.go
cmd, core, eth, common: genesis preparation
10 years ago
blocks.go
all: update license information
10 years ago
canary.go
all: update license information
10 years ago
chain_makers.go
cmd, core, eth, common: genesis preparation
10 years ago
chain_makers_test.go
cmd, core, eth, common: genesis preparation
10 years ago
chain_manager.go
core: during chain reorg rewrite receipts and transactions
10 years ago
chain_manager_test.go
cmd, core, eth, common: genesis preparation
10 years ago
chain_util.go
cmd, core, eth, common: genesis preparation
10 years ago
error.go
all: update license information
10 years ago
events.go
all: update license information
10 years ago
execution.go
all: update license information
10 years ago
fees.go
all: update license information
10 years ago
filter.go
miner, xeth: fire log event during mining. Fix return raw tx
10 years ago
filter_test.go
all: update license information
10 years ago
genesis.go
cmd, core, eth, common: genesis preparation
10 years ago
helper_test.go
all: update license information
10 years ago
manager.go
all: update license information
10 years ago
state_transition.go
all: update license information
10 years ago
transaction_pool.go
all: update license information
10 years ago
transaction_pool_test.go
all: update license information
10 years ago
transaction_util.go
core: during chain reorg rewrite receipts and transactions
10 years ago
vm_env.go
all: update license information
10 years ago