mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
* 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> * fix eth/gasprice/gasprice_test.go * minor * fix(GPO): min suggested tip cap if there's congestion to avoid filtering through `DefaultIgnorePrice` (#883) * fix tests * fix tests --------- Co-authored-by: Jonas Theis <4181434+jonastheis@users.noreply.github.com> Co-authored-by: omerfirmak <omerfirmak@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| flowcontrol | ||
| utils | ||
| vflux | ||
| api.go | ||
| api_backend.go | ||
| api_test.go | ||
| benchmark.go | ||
| bloombits.go | ||
| client.go | ||
| client_handler.go | ||
| commons.go | ||
| costtracker.go | ||
| distributor.go | ||
| distributor_test.go | ||
| enr_entry.go | ||
| handler_test.go | ||
| metrics.go | ||
| odr.go | ||
| odr_requests.go | ||
| odr_test.go | ||
| peer.go | ||
| peer_test.go | ||
| protocol.go | ||
| request_test.go | ||
| retrieve.go | ||
| server.go | ||
| server_handler.go | ||
| server_requests.go | ||
| servingqueue.go | ||
| state_accessor.go | ||
| test_helper.go | ||
| txrelay.go | ||