Releases: octopus-network/octopus-appchain-registry
Releases · octopus-network/octopus-appchain-registry
v4.0.0
v3.1.1
What's Changed
- Add scripts for auto-deployment by github workflow. by @riversyang in #20
- Upgrade to v3.1.1 by @riversyang in #21
Full Changelog: v3.1.0...v3.1.1
v3.1.0
v3.0.0
v2.1.0
v2.0.0
v1.2.0
v1.1.0
v1.0.6
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 toactive
frombooting
.
v1.0.5
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
andchange_operator_of_counting_voting_score
. - Remove sudo function
delete_appchain
andclear_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.