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.
gary rong
c9cdf144d5
graphql, internal/ethapi: support overriding accounts in eth_call ( #19917 )
...
* graphql, internal/ethapi: extend eth_call
This PR offers the third option parameter for eth_call API.
Caller can specify a batch of contracts for overriding the
original account metadata(nonce, balance, code, state).
It has a few advantages:
* It's friendly for debugging
* It's can make on-chain contract lighter for getting rid of
state access functions
* core, internal: address comments
6 years ago
..
database.go
all: integrate the freezer with fast sync
6 years ago
dump.go
core/state, cmd/geth: streaming json output for dump command ( #15475 )
6 years ago
iterator.go
core/state: access trie through Database interface, track errors ( #14589 )
8 years ago
iterator_test.go
all: clean up and proerly abstract database access
6 years ago
journal.go
core/state: avoid linear overhead on journal dirty listing
7 years ago
main_test.go
all: fix license headers one more time
10 years ago
state_object.go
graphql, internal/ethapi: support overriding accounts in eth_call ( #19917 )
6 years ago
state_test.go
core/state, cmd/geth: streaming json output for dump command ( #15475 )
6 years ago
statedb.go
graphql, internal/ethapi: support overriding accounts in eth_call ( #19917 )
6 years ago
statedb_test.go
core/state, p2p/discover, trie, whisper: avoid unnecessary conversions ( #19870 )
6 years ago
sync.go
all: integrate the freezer with fast sync
6 years ago
sync_test.go
core, eth, trie: bloom filter for trie node dedup during fast sync ( #19489 )
6 years ago