Releases: octopus-network/octopus-appchain-anchor
Releases · octopus-network/octopus-appchain-anchor
v1.2.0
v1.1.2
v1.1.1
Refer to this pull request for detail.
Full Changelog: v1.1.0...v1.1.1
v1.1.0
This version contains many changes, please refer to this pull request.
Full Changelog: v1.0.5...v1.1.0
v1.0.5
All Changes
- Add sudo function
change_account_id_in_appchain_of_validator
andforce_change_account_id_in_appchain_of_staking_history
. - Add 2 fields to interface struct
AnchorStatus
. It now changes to:
pub struct AnchorStatus {
pub total_stake_in_next_era: U128,
pub validator_count_in_next_era: U64,
pub index_range_of_validator_set_history: IndexRange,
pub index_range_of_anchor_event_history: IndexRange,
pub index_range_of_staking_history: IndexRange,
pub permissionless_actions_status: PermissionlessActionsStatus,
pub asset_transfer_is_paused: bool,
pub rewards_withdrawal_is_paused: bool,
}
v1.0.4
All Changes
- Add sudo functions
pause_rewards_withdrawal
andresume_rewards_withdrawal
.
Full Changelog: v1.0.3...v1.0.4
v1.0.3
All Changes
- Adjust gas cap for multi-transactions processing to 160T.
- Return empty validator list in view function
get_validator_list_of
before the processing ofera switching
ends.
v1.0.2
All Changes
- Add view function
get_user_staking_histories_of
. - Upgrade implementation of beefy light client to v1.0.1 to fix a bug of data structure.
v1.0.1
v1.0.0
The first stable version which implemented all basic functionalities as described in README.