Skip to content

Releases: octopus-network/octopus-appchain-anchor

v1.2.0

18 Apr 07:20
0fb820c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.2.0

v1.1.2

07 Mar 10:17
3e5da77
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

31 Jan 04:05
6de9dac
Compare
Choose a tag to compare

Refer to this pull request for detail.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

30 Jan 03:41
2162558
Compare
Choose a tag to compare

This version contains many changes, please refer to this pull request.

Full Changelog: v1.0.5...v1.1.0

v1.0.5

09 Jan 07:59
Compare
Choose a tag to compare

All Changes

  • Add sudo function change_account_id_in_appchain_of_validator and force_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

04 Jan 12:28
ec17b38
Compare
Choose a tag to compare

All Changes

  • Add sudo functions pause_rewards_withdrawal and resume_rewards_withdrawal.

Full Changelog: v1.0.3...v1.0.4

v1.0.3

03 Jan 11:55
7016e7e
Compare
Choose a tag to compare

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 of era switching ends.

v1.0.2

02 Jan 01:17
2151004
Compare
Choose a tag to compare

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

24 Dec 12:51
Compare
Choose a tag to compare

All Changes

  • Add pause/resume asset transfer functions. Refer to spec.
  • Add view function get_staking_histories.
  • Add sudo function remove_staking_history_at.
  • Fix bugs.

v1.0.0

16 Dec 13:07
Compare
Choose a tag to compare

The first stable version which implemented all basic functionalities as described in README.