From bf8756a512071839b37ae62d2df63e7ccc3d37f5 Mon Sep 17 00:00:00 2001 From: CJ Cobb Date: Wed, 13 Nov 2024 15:18:25 -0500 Subject: [PATCH 1/2] chore: update changelog with migration notes --- CHANGELOG.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc58dc07..9fcab572c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,4 +8,23 @@ #### Migration Notes -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. \ No newline at end of file +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. + From 671491acd37758506910512d749cfddb1788a40a Mon Sep 17 00:00:00 2001 From: CJ Cobb Date: Thu, 14 Nov 2024 12:29:43 -0500 Subject: [PATCH 2/2] add version number for migration notes --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fcab572c..3c40a1e9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ - 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) -#### Migration Notes +#### v1.3.0 Migration Notes Components that need upgrading: ampd