plugeth/core
meowsbits 57d697629d core: s/isEIP155/isHomestead/g (fix IntrinsicGas signature var name) (#20300)
* core: s/isEIP155/isEIP2/ (fix)

This signature variable name reflects a spec'd change
in gas cost for creating contracts as documented in EIP2 (Homestead HF).

https://github.com/ethereum/EIPs/blob/master/EIPS/eip-2.md#specification

* core: s/isEIP2/sIsHomestead/g

Use isHomestead since Homestead is what the caller
and rest of the code uses.
2019-11-18 11:41:49 +02:00
..
asm core/asm: assembly parser label fixes (#20210) 2019-10-29 13:47:18 +01:00
bloombits
forkid build: use golangci-lint (#20295) 2019-11-18 10:49:17 +02:00
rawdb build: use golangci-lint (#20295) 2019-11-18 10:49:17 +02:00
state build: use golangci-lint (#20295) 2019-11-18 10:49:17 +02:00
types crypto: add SignatureLength constant and use it everywhere (#19996) 2019-08-22 15:14:06 +02:00
vm build: use golangci-lint (#20295) 2019-11-18 10:49:17 +02:00
.gitignore
bench_test.go core, light, params: implement eip2028 (#19931) 2019-08-14 15:53:21 +03:00
block_validator_test.go
block_validator.go
blockchain_insert.go
blockchain_test.go params: check fork ordering when initializing new genesis, fixes #20136 (#20169) 2019-10-16 13:23:14 +02:00
blockchain.go build: use golangci-lint (#20295) 2019-11-18 10:49:17 +02:00
blocks.go
chain_indexer_test.go
chain_indexer.go
chain_makers_test.go
chain_makers.go core: remove unused gas return in ApplyTransaction (#20065) 2019-09-12 22:22:22 +03:00
dao_test.go
error.go
events.go
evm.go
gaspool.go
gen_genesis_account.go
gen_genesis.go
genesis_alloc.go
genesis_test.go
genesis.go params: check fork ordering when initializing new genesis, fixes #20136 (#20169) 2019-10-16 13:23:14 +02:00
headerchain.go internal/ethapi: support block number or hash on state-related methods (#19491) 2019-09-26 10:47:31 +02:00
helper_test.go
mkalloc.go
state_prefetcher.go
state_processor.go core: remove unused gas return in ApplyTransaction (#20065) 2019-09-12 22:22:22 +03:00
state_transition.go core: s/isEIP155/isHomestead/g (fix IntrinsicGas signature var name) (#20300) 2019-11-18 11:41:49 +02:00
tx_cacher.go
tx_journal.go
tx_list_test.go
tx_list.go
tx_noncer.go
tx_pool_test.go core: fix tx dedup return error count 2019-09-18 11:42:47 +03:00
tx_pool.go core: fix tx dedup return error count 2019-09-18 11:42:47 +03:00
types.go