-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(fortuna): configurable escalation policy for transactions. (#2244)
* feat: add backoff_gas_multiplier_cap_pct to fortuna config Co-Authored-By: Jayant Krishnamurthy <[email protected]> * feat: replace hardcoded gas ceiling with configurable cap in process_event Co-Authored-By: Jayant Krishnamurthy <[email protected]> * feat: apply gas multiplier cap in process_event_with_backoff Co-Authored-By: Jayant Krishnamurthy <[email protected]> * fix: initialize backoff_gas_multiplier_cap_pct in BlockchainState Co-Authored-By: Jayant Krishnamurthy <[email protected]> * gr * make this sane * config defaults --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Jayant Krishnamurthy <[email protected]> Co-authored-by: Jayant Krishnamurthy <[email protected]>
- Loading branch information
1 parent
4a409be
commit 3ea2ac7
Showing
5 changed files
with
167 additions
and
49 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fortuna" | ||
version = "6.8.1" | ||
version = "7.0.0" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|
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
Oops, something went wrong.