Skip to content

Releases: octopus-network/octopus-appchain-registry

v4.0.0

18 Dec 13:34
e5e40c2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v4.0.0

v3.1.1

13 Sep 09:12
916e2d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v3.1.1

v3.1.0

06 Jan 06:01
e976679
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0

01 Dec 10:18
f7a386a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v3.0.0

v2.1.0

18 Oct 06:03
2be5ee4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

19 Aug 03:08
1a1b19d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v2.0.0

v1.2.0

19 Mar 07:41
3c01d76
Compare
Choose a tag to compare

All Changes

Refer to pull request #15

Full Changelog: v1.1.0...v1.2.0

v1.1.0

24 Dec 12:43
0fda3bf
Compare
Choose a tag to compare

All Changes

  • Add role based access control. Refer to spec.
  • Add pause/resume asset transfer functions. Refer to spec.
  • Fix bugs.

v1.0.6

02 Dec 13:39
Compare
Choose a tag to compare

All changes

  • Add sudo function create_anchor_account.
  • Remove sudo function change_oct_token.
  • Add checks for input params in a few functions.
  • Refactor source code to move all public interfaces of this contract into pub module interfaces.
  • Set go_live_time of an appchain when its state changes to active from booting.

v1.0.5

10 Nov 12:33
b3fae83
Compare
Choose a tag to compare

All changes

  • Remove commit_id from appchain registration info.
  • Add param checking for function set_owner, change_minimum_register_deposit, change_counting_interval_in_seconds and change_operator_of_counting_voting_score.
  • Remove sudo function delete_appchain and clear_appchains.
  • Correct the type of param amount in callback functions of voter actions.
  • Correct the type of param total_stake in callback function of appchain anchor.