Skip to content

Commit

Permalink
feat: remove all relayer core crates, use deps
Browse files Browse the repository at this point in the history
  • Loading branch information
roberts-pumpurs authored Nov 5, 2024
2 parents 0463033 + b64d462 commit 93601d1
Show file tree
Hide file tree
Showing 29 changed files with 76 additions and 2,401 deletions.
64 changes: 16 additions & 48 deletions Cargo.lock

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

11 changes: 7 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,7 @@ unused_must_use = { level = "deny", priority = -1 }

[workspace.dependencies]
# Our crates
relayer-engine = { path = "crates/relayer-engine" }
relayer-amplifier-api-integration = { path = "crates/relayer-amplifier-api-integration" }
relayer-amplifier-state = { path = "crates/relayer-amplifier-state" }
file-based-storage = { path = "crates/file-based-storage" }
amplifier-api = { path = "crates/amplifier-api" }
solana-listener = { path = "crates/solana-listener" }
common-serde-utils = { path = "crates/common-serde-utils" }
solana-event-forwarder = { path = "crates/solana-event-forwarder" }
Expand All @@ -75,6 +71,13 @@ retrying-solana-http-sender = { path = "crates/retrying-solana-http-sender" }
solana-gateway-task-processor = { path = "crates/solana-gateway-task-processor" }
effective-tx-sender = { path = "crates/effective-tx-sender" }

# Relayer core
amplifier-api = { git = "https://github.com/eigerco/axelar-relayer-core.git", branch = "main" }
relayer-engine = { git = "https://github.com/eigerco/axelar-relayer-core.git", branch = "main" }
relayer-amplifier-api-integration = { git = "https://github.com/eigerco/axelar-relayer-core.git", branch = "main" }
relayer-amplifier-state = { git = "https://github.com/eigerco/axelar-relayer-core.git", branch = "main" }
core-common-serde-utils = { git = "https://github.com/eigerco/axelar-relayer-core.git", package = "common-serde-utils", branch = "main" }

# Solana Gateway
gmp-gateway = { git = "https://github.com/eigerco/solana-axelar.git", branch = "main", features = ["no-entrypoint"] }
axelar-rkyv-encoding = { git = "https://github.com/eigerco/solana-axelar.git", branch = "main" }
Expand Down
35 changes: 0 additions & 35 deletions crates/amplifier-api/Cargo.toml

This file was deleted.

35 changes: 0 additions & 35 deletions crates/amplifier-api/examples/healthcheck.rs

This file was deleted.

45 changes: 0 additions & 45 deletions crates/amplifier-api/fixtures/example_cert.pem

This file was deleted.

Loading

0 comments on commit 93601d1

Please sign in to comment.