-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Delayed block processing for Fortuna (#2307)
* feat: add delayed block processing and bump minor version Co-Authored-By: Jayant Krishnamurthy <[email protected]> * fix: add clippy allow attribute for too many arguments Co-Authored-By: Jayant Krishnamurthy <[email protected]> * fix: remove trailing whitespace in config.sample.yaml Co-Authored-By: Jayant Krishnamurthy <[email protected]> * refactor: move block delays to EthereumConfig and support multiple delays Co-Authored-By: Jayant Krishnamurthy <[email protected]> * fix: pass only block delays param and subtract delays Co-Authored-By: Jayant Krishnamurthy <[email protected]> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Jayant Krishnamurthy <[email protected]>
- Loading branch information
1 parent
326f234
commit de934f5
Showing
5 changed files
with
46 additions
and
6 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 = "7.3.0" | ||
version = "7.4.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
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