Skip to content

Commit

Permalink
refactor(nexus-gateway): drop nexus-gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
haiyizxx committed Oct 16, 2024
1 parent f736c48 commit 4f80665
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 921 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
- gateway
- multisig
- multisig-prover
- nexus-gateway
- rewards
- service-registry
- voting-verifier
Expand Down Expand Up @@ -45,7 +44,6 @@ jobs:
["gateway"]="gateway,/(major)|(major-gateway)|(major-contracts)/,/(minor)|(minor-gateway)|(minor-contracts)/,contracts/gateway packages"
["multisig"]="multisig,/(major)|(major-multisig)|(major-contracts)/,/(minor)|(minor-multisig)|(minor-contracts)/,contracts/multisig packages"
["multisig-prover"]="multisig-prover,/(major)|(major-multisig-prover)|(major-contracts)/,/(minor)|(minor-multisig-prover)|(minor-contracts)/,contracts/multisig-prover packages"
["nexus-gateway"]="nexus-gateway,/(major)|(major-nexus-gateway)|(major-contracts)/,/(minor)|(minor-nexus-gateway)|(minor-contracts)/,contracts/nexus-gateway packages"
["rewards"]="rewards,/(major)|(major-rewards)|(major-contracts)/,/(minor)|(minor-rewards)|(minor-contracts)/,contracts/rewards packages"
["service-registry"]="service-registry,/(major)|(major-service-registry)|(major-contracts)/,/(minor)|(minor-service-registry)|(minor-contracts)/,contracts/service-registry packages"
["voting-verifier"]="voting-verifier,/(major)|(major-voting-verifier)|(major-contracts)/,/(minor)|(minor-voting-verifier)|(minor-contracts)/,contracts/voting-verifier packages"
Expand Down
29 changes: 0 additions & 29 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ assert_ok = "1.0"
axelar-wasm-std = { version = "^1.0.0", path = "packages/axelar-wasm-std" }
axelar-wasm-std-derive = { version = "^1.0.0", path = "packages/axelar-wasm-std-derive" }
axelarnet-gateway = { version = "^1.0.0", path = "contracts/axelarnet-gateway" }
nexus-gateway = { version = "^1.0.0", path = "contracts/nexus-gateway" }
bcs = "0.1.5"
client = { version = "^1.0.0", path = "packages/client" }
coordinator = { version = "^1.0.0", path = "contracts/coordinator" }
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ contracts and `ampd` that work well together.
| gateway | 0.2.3 |
| multisig-prover | 0.6.0 |
| multisig | 0.4.1 |
| nexus-gateway | 0.3.0 |
| rewards | 0.4.0 |
| router | 0.4.0 |
| service-registry | 0.4.1 |
Expand Down
1 change: 0 additions & 1 deletion contracts/axelarnet-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ cw2 = { workspace = true }
error-stack = { workspace = true }
itertools = { workspace = true }
msgs-derive = { workspace = true }
nexus-gateway = { workspace = true, features = ["library"] }
report = { workspace = true }
router-api = { workspace = true }
serde = { workspace = true }
Expand Down
4 changes: 0 additions & 4 deletions contracts/nexus-gateway/.cargo/config.toml

This file was deleted.

45 changes: 0 additions & 45 deletions contracts/nexus-gateway/Cargo.toml

This file was deleted.

10 changes: 0 additions & 10 deletions contracts/nexus-gateway/src/bin/schema.rs

This file was deleted.

Loading

0 comments on commit 4f80665

Please sign in to comment.