Skip to content

Commit

Permalink
Merge branch 'hyperlane-xyz:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mshojaei-txfusion authored Jan 16, 2025
2 parents af971af + 769cec1 commit 814bdb0
Show file tree
Hide file tree
Showing 22 changed files with 364 additions and 55 deletions.
5 changes: 5 additions & 0 deletions .changeset/green-schools-attack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/cli': patch
---

Print displayName instead of chain name in signer validity logs.
5 changes: 5 additions & 0 deletions .changeset/three-walls-count.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/cli': minor
---

Add explorer link to warp send and send message commands
14 changes: 8 additions & 6 deletions rust/main/Cargo.lock

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

2 changes: 2 additions & 0 deletions rust/main/agents/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,11 @@ hyperlane-ethereum = { path = "../../chains/hyperlane-ethereum" }
once_cell.workspace = true
mockall.workspace = true
tokio-test.workspace = true
tracing-test.workspace = true
hyperlane-test = { path = "../../hyperlane-test" }
hyperlane-base = { path = "../../hyperlane-base", features = ["test-utils"] }
hyperlane-core = { path = "../../hyperlane-core", features = ["agent", "async", "test-utils"] }
ethers-prometheus = { path = "../../ethers-prometheus", features = ["serde"] }

[features]
default = ["color-eyre", "oneline-errors"]
Expand Down
3 changes: 3 additions & 0 deletions rust/main/agents/relayer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ mod memory_profiler;

#[tokio::main(flavor = "multi_thread", worker_threads = 20)]
async fn main() -> Result<()> {
// Logging is not initialised at this point, so, using `println!`
println!("Relayer starting up...");

let agent_main_fut = agent_main::<Relayer>();

#[cfg(feature = "memory-profiling")]
Expand Down
Loading

0 comments on commit 814bdb0

Please sign in to comment.