go-ethereum/cmd/geth
Jonas Theis b9d3c72e0d
feat: congestion-aware gas price oracle (#790)
* Implement functionality to reset gas price / suggested tip to minimal value when there's no congestion

* Add flags to configure congestion value and initialize gas price oracle accordingly

* Fix and add tests to make sure GPO works as expected depending on pre- or post-Curie (EIP 1559) upgrade

* Apply review suggestions

* chore: auto version bump [bot]

---------

Co-authored-by: omerfirmak <omerfirmak@users.noreply.github.com>
2024-06-04 17:05:58 +08:00
..
testdata Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
accountcmd.go Add goimports lint (#54) 2022-03-24 16:53:59 +08:00
accountcmd_test.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
chaincmd.go feat: add new configuration (#526) 2023-10-08 13:29:09 +02:00
config.go feat: add replay blockResult API (#139) 2022-09-20 14:30:57 +08:00
consolecmd.go feat: add new configuration (#526) 2023-10-08 13:29:09 +02:00
consolecmd_test.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
dao_test.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
dbcmd.go feat: add new configuration (#526) 2023-10-08 13:29:09 +02:00
genesis_test.go chore: remove outdated genesis.json (#297) 2023-04-20 19:58:25 +08:00
les_test.go Update mod file and all imports to use scroll-tech URL (#15) 2021-12-24 10:59:22 +01:00
main.go feat: congestion-aware gas price oracle (#790) 2024-06-04 17:05:58 +08:00
misccmd.go Add goimports lint (#54) 2022-03-24 16:53:59 +08:00
run_test.go Add goimports lint (#54) 2022-03-24 16:53:59 +08:00
snapshot.go feat: add new configuration (#526) 2023-10-08 13:29:09 +02:00
usage.go feat: congestion-aware gas price oracle (#790) 2024-06-04 17:05:58 +08:00
version_check.go Add goimports lint (#54) 2022-03-24 16:53:59 +08:00
version_check_test.go cmd/geth: add test to verify regexps in version check (#21962) 2020-12-09 13:59:24 +01:00