-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase max fee factor for gas price (#1867)
Related to alert https://cowservices.slack.com/archives/C0371SB243E/p1694457516932509 Yesterday we had more than 10 consecutive full blocks: [18114932](https://etherscan.io/block/18114932) - [18114948](https://etherscan.io/block/18114948) Need to increase the max fee factor to 4.2 (12 blocks) because we need to also take into consideration the solvers solving time, not just the submission deadline, to estimate the maximal gas price spike increase. The reason being that this is the timeline of the calls: 1. estimate gas price 2. solve auction (13s) 3. enter submission (120s) --------- Co-authored-by: Martin Beckmann <[email protected]>
- Loading branch information
1 parent
6832df5
commit 7b3c76a
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters