Skip to content

Commit

Permalink
chore: bump escalator version (#4978)
Browse files Browse the repository at this point in the history
### Description

the escalator doesn't log the hash of the new gas-escalated transaction,
so it's hard to find the transaction that actually landed onchain (you
have to look by nonce) - example
[here](https://cloudlogging.app.goo.gl/cFXYHui4agpxU4AK9). This PR uses
a newer version of the escalator, which does log the hash.

ethers-rs fork PR: hyperlane-xyz/ethers-rs#22
  • Loading branch information
daniel-savu authored Dec 10, 2024
1 parent bb44f9b commit a29a899
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions rust/main/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions rust/main/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -197,27 +197,27 @@ overflow-checks = true
[workspace.dependencies.ethers]
features = []
git = "https://github.com/hyperlane-xyz/ethers-rs"
tag = "2024-12-03-3"
tag = "2024-12-10"

[workspace.dependencies.ethers-contract]
features = ["legacy"]
git = "https://github.com/hyperlane-xyz/ethers-rs"
tag = "2024-12-03-3"
tag = "2024-12-10"

[workspace.dependencies.ethers-core]
features = []
git = "https://github.com/hyperlane-xyz/ethers-rs"
tag = "2024-12-03-3"
tag = "2024-12-10"

[workspace.dependencies.ethers-providers]
features = []
git = "https://github.com/hyperlane-xyz/ethers-rs"
tag = "2024-12-03-3"
tag = "2024-12-10"

[workspace.dependencies.ethers-signers]
features = ["aws"]
git = "https://github.com/hyperlane-xyz/ethers-rs"
tag = "2024-12-03-3"
tag = "2024-12-10"

[patch.crates-io.curve25519-dalek]
branch = "v3.2.2-relax-zeroize"
Expand Down

0 comments on commit a29a899

Please sign in to comment.