-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/integration-docs
- Loading branch information
Showing
72 changed files
with
4,024 additions
and
2,073 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.