-
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.
chore: init KeeperMetrics with chain_id and provider_address, bump ve…
…rsion (#2318) * chore: init KeeperMetrics with chain_id and provider_address, bump version Co-Authored-By: Jayant Krishnamurthy <[email protected]> * fix: properly handle RwLock return values in KeeperMetrics::new Co-Authored-By: Jayant Krishnamurthy <[email protected]> * fix: use keys() and values() instead of iter() for map iteration Co-Authored-By: Jayant Krishnamurthy <[email protected]> * refactor: simplify KeeperMetrics::new to use Vec<(String, Address)> Co-Authored-By: Jayant Krishnamurthy <[email protected]> * chore: update Cargo.lock with version bump 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
bfd8c12
commit dd39029
Showing
4 changed files
with
67 additions
and
4 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.4.0" | ||
version = "7.4.1" | ||
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