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.
Felix Lange
be12392fba
core/vm: track 63/64 call gas off stack ( #15563 )
...
* core/vm: track 63/64 call gas off stack
Gas calculations in gasCall* relayed the available gas for calls by
replacing it on the stack. This lead to inconsistent traces, which we
papered over by copying the pre-execution stack in trace mode.
This change relays available gas using a temporary variable, off the
stack, and allows removing the weird copy.
* core/vm: remove stackCopy
* core/vm: pop call gas into pool
* core/vm: to -> addr
7 years ago
..
asm
core/asm: use ContainsRune instead of IndexRune ( #15098 )
7 years ago
bloombits
core/bloombits: handle non 8-bit boundary section matches
7 years ago
state
core/state: copy trie too, not just content
7 years ago
types
core/types: fix test for TransactionsByPriceAndNonce
7 years ago
vm
core/vm: track 63/64 call gas off stack ( #15563 )
7 years ago
.gitignore
Renamed `chain` => `core`
10 years ago
bench_test.go
core, light: send chain events using event.Feed ( #14865 )
7 years ago
block_validator.go
core/state: access trie through Database interface, track errors ( #14589 )
7 years ago
block_validator_test.go
core, light: send chain events using event.Feed ( #14865 )
7 years ago
blockchain.go
core: split same-td blocks on block height
7 years ago
blockchain_test.go
params: enable Byzantium on Ropsten/tests, fix failures
7 years ago
blocks.go
core: typos and comments improve
8 years ago
chain_indexer.go
all: fix code comment typos ( #15547 )
7 years ago
chain_indexer_test.go
core, eth, les: fix messy code ( #15367 )
7 years ago
chain_makers.go
cmd, consensus, core, miner: instatx clique for --dev ( #15323 )
7 years ago
chain_makers_test.go
core, light: send chain events using event.Feed ( #14865 )
7 years ago
dao_test.go
params: enable Byzantium on Ropsten/tests, fix failures
7 years ago
database_util.go
les, light: LES/2 protocol version ( #14970 )
7 years ago
database_util_test.go
core/types, internal: swap Receipt.Failed to Status
7 years ago
error.go
core: make txpool operate on immutable state
7 years ago
events.go
core: remove unused events
7 years ago
evm.go
all: update license information
8 years ago
fees.go
core: typos and comments improve
8 years ago
gaspool.go
consensus, core: drop all the legacy custom core error types
8 years ago
gen_genesis.go
core: blocknumber in genesis as hex ( #14812 )
7 years ago
gen_genesis_account.go
tests: update tests and implement general state tests ( #14734 )
7 years ago
genesis.go
all: gofmt -w -s ( #15419 )
7 years ago
genesis_alloc.go
cmd, consensus, core, miner: instatx clique for --dev ( #15323 )
7 years ago
genesis_test.go
cmd, consensus, core, miner: instatx clique for --dev ( #15323 )
7 years ago
headerchain.go
core, eth/downloader: commit block data using batches ( #15115 )
7 years ago
helper_test.go
core: typos and comments improve
8 years ago
mkalloc.go
core: refactor genesis handling
8 years ago
state_processor.go
consensus, core, params: rebrand Metro to Byzantium
7 years ago
state_transition.go
core: make txpool operate on immutable state
7 years ago
tx_journal.go
core, swarm: typo fixes
7 years ago
tx_list.go
core: respect price bump threshold ( #15401 )
7 years ago
tx_list_test.go
cmd, core, eth: configurable txpool parameters
8 years ago
tx_pool.go
all: gofmt -w -s ( #15419 )
7 years ago
tx_pool_test.go
all: fix code comment typos ( #15547 )
7 years ago
types.go
core, consensus: pluggable consensus engines ( #3817 )
8 years ago