Skip to content

Commit

Permalink
chore: update changelog for v1.3.0 (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcobb23 authored Nov 19, 2024
1 parent a1086c3 commit ec3c61c
Showing 1 changed file with 23 additions and 16 deletions.
39 changes: 23 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,37 @@

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

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

## [v1.3.0](https://github.com/axelarnetwork/axelar-amplifier/tree/ampd-v1.3.0) (2024-11-19)

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

- 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
#### Migration Notes
Upgrade or deploy contracts/components in the below order:

Components that need upgrading:
ampd
##### Contracts that should be deployed fresh
- interchain-token-service
- axelarnet-gateway (deploy with chain name "axelar")

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

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

Contracts no longer used (no longer part of the active system):
nexus-gateway
##### 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.

0 comments on commit ec3c61c

Please sign in to comment.