1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/eth
Nick Johnson b06e20bc7c eth/gasprice: set default percentile to 60%, count blocks instead of transactions (#15828)
The first should address a long term issue where we recommend a gas
price that is greater than that required for 50% of transactions in
recent blocks, which can lead to gas price inflation as people take
this figure and add a margin to it, resulting in a positive feedback
loop.
2018-01-10 13:57:36 +01:00
..
downloader all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
fetcher all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
filters all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
gasprice eth/gasprice: set default percentile to 60%, count blocks instead of transactions (#15828) 2018-01-10 13:57:36 +01:00
tracers all: update generated code (#15808) 2018-01-08 14:15:57 +02:00
api.go
api_backend.go
api_test.go
api_tracer.go eth: fix tracer panic when running without configs + reexec (#15799) 2018-01-04 12:58:11 +01:00
backend.go
bind.go all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
bloombits.go
config.go eth/gasprice: set default percentile to 60%, count blocks instead of transactions (#15828) 2018-01-10 13:57:36 +01:00
db_upgrade.go
gen_config.go all: regenerate codecs with gencodec commit 90983d99de (#15830) 2018-01-08 15:13:22 +02:00
handler.go various: remove redundant parentheses (#15793) 2018-01-03 14:14:47 +02:00
handler_test.go all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
helper_test.go all: switch gas limits from big.Int to uint64 2018-01-03 14:45:35 +02:00
metrics.go
peer.go
protocol.go
protocol_test.go
sync.go
sync_test.go