Skip to content

Commit d6efa4f

Browse files
committed
Merge branch 'main' into hermes-client
2 parents 9321546 + d507b3f commit d6efa4f

File tree

31 files changed

+1191
-438
lines changed

31 files changed

+1191
-438
lines changed

apps/fortuna/Cargo.lock

+38-37
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/fortuna/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fortuna"
3-
version = "6.2.0"
3+
version = "6.2.3"
44
edition = "2021"
55

66
[dependencies]
@@ -36,6 +36,7 @@ lazy_static = "1.4.0"
3636
url = "2.5.0"
3737
chrono = { version = "0.4.38", features = ["clock", "std"] , default-features = false}
3838
backoff = { version = "0.4.0", features = ["futures", "tokio"] }
39+
thiserror = "1.0.61"
3940

4041

4142
[dev-dependencies]

apps/fortuna/src/chain.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pub(crate) mod eth_gas_oracle;
22
pub(crate) mod ethereum;
33
pub(crate) mod reader;
4+
pub(crate) mod traced_client;

0 commit comments

Comments
 (0)