Skip to content

Commit

Permalink
Merge branch 'main' into feat/integration-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth authored Nov 18, 2024
2 parents f4aca1c + fc6a657 commit 1fcf5bc
Show file tree
Hide file tree
Showing 72 changed files with 4,024 additions and 2,073 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Changelog

## [Unreleased](https://github.com/axelarnetwork/axelar-amplifier/tree/HEAD)

[Full Changelog](https://github.com/axelarnetwork/axelar-amplifier/compare/ampd-v1.2.0..HEAD)

- Change event index in message ids from u32 to u64. Emit message id from voting verifier [#666](https://github.com/axelarnetwork/axelar-amplifier/pull/666)
- Ampd switch from horizon to RPC client for Stellar verifier [#694](https://github.com/axelarnetwork/axelar-amplifier/pull/694)

#### v1.3.0 Migration Notes

Components that need upgrading:
ampd

Contracts that need migration:
coordinator
voting-verifier
service-registry
rewards
router
multisig-prover

Contracts that should be redeployed (deploy fresh instance):
interchain-token-service
axelarnet-gateway (deploy with chain name "axelar")

Contracts no longer used (no longer part of the active system):
nexus-gateway

The voting verifier contracts must be migrated before ampd is upgraded. Existing ampd instances will continue to work even after the contract migration, but we recommend upgrading ampd.

172 changes: 120 additions & 52 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion ampd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ serde_with = "3.2.0"
service-registry-api = { workspace = true }
sha3 = { workspace = true }
stellar = { workspace = true }
stellar-rs = "0.3.2"
stellar-rpc-client = "21.4.0"
stellar-xdr = { workspace = true, features = ["serde_json"] }
sui-gateway = { workspace = true }
sui-json-rpc-types = { git = "https://github.com/mystenlabs/sui", tag = "mainnet-v1.26.2" }
Expand Down
Loading

0 comments on commit 1fcf5bc

Please sign in to comment.