Skip to content

Commit

Permalink
feat(minor-ampd): confirm SignersRotated event (#405)
Browse files Browse the repository at this point in the history
* confirm amplifier gateway SignersRotated event

* address comments
  • Loading branch information
haiyizxx authored May 16, 2024
1 parent 3886863 commit da684d8
Show file tree
Hide file tree
Showing 10 changed files with 158 additions and 1,043 deletions.
2 changes: 1 addition & 1 deletion .cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ unit-test = "test --lib"
rustflags = ["--cfg", "tracing_unstable"]

[env]
SOLIDITY_GATEWAY_VERSION = "v5.8.0"
SOLIDITY_GATEWAY_VERSION = "v5.9.0"
SOLIDITY_RELEASES_URL = "https://github.com/axelarnetwork/axelar-gmp-sdk-solidity/releases/download"
5 changes: 5 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions ampd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ error-stack = { workspace = true }
ethers = { version = "2.0.8", features = ["rustls"] }
events = { workspace = true }
events-derive = { workspace = true }
evm-gateway = { workspace = true }
futures = "0.3.25"
hex = { version = "0.4.3", features = ["serde"] }
humantime-serde = "1.1.1"
Expand Down
Loading

0 comments on commit da684d8

Please sign in to comment.