Skip to content

Releases: eqoty-labs/cw-migratable-contract-std

v7.0.0

12 Jun 04:35
Compare
Choose a tag to compare

update to secret-cosmwasm-std v1.0.10

v6.0.0

31 May 19:14
Compare
Choose a tag to compare

rename package

v5.0.5

31 May 19:10
Compare
Choose a tag to compare

Update secret toolkit to v0.8.2

v5.0.4

04 May 22:01
Compare
Choose a tag to compare
  • use secret-toolkit commit with fixed keymap and keyset

v5.0.3

04 May 21:57
Compare
Choose a tag to compare

update secret-toolkit

v5.0.2

03 Apr 04:05
Compare
Choose a tag to compare

bug fix

v5.0.1

31 Mar 20:13
Compare
Choose a tag to compare

bug fix

v5.0.0

31 Mar 18:54
Compare
Choose a tag to compare

Remove reciprocal_sub_requested param, add_migration_complete_event_subscriber function

reciprocal_sub_requested is not really needed. the calling contract can just add the subscriber itself.
add_migration_complete_event_subscriber is a new helper function to allow a contract to easily do this

rename:
NOTIFY_ON_MIGRATION_COMPLETE -> MIGRATION_COMPLETE_EVENT_SUBSCRIBERS
REMAINING_NOTIFY_ON_MIGRATION_COMPLETE_SLOTS -> REMAINING_MIGRATION_COMPLETE_EVENT_SUB_SLOTS

v4.0.0

31 Mar 03:42
Compare
Choose a tag to compare

Refactor msg
RegisterToNotifyOnMigrationComplete -> SubscribeToOnMigrationCompleteEvent

Add paramSubscribeToOnMigrationCompleteEvent.reciprocal_sub_requested:

  • If true, the sender is requesting that the receiver of this message sends a reciprocal SubscribeToOnMigrationCompleteEvent message to the address (useful if the address is
    also a migratable contract)

  • Add update_migrated_subscriber helper function

v3.0.0 Store addr as canonicalized. remove checking for admin.

28 Mar 21:37
Compare
Choose a tag to compare

Notes:
Store addr as canonicalized. Remove checking for admin, instead of checking for admin as sender use REMAINING_NOTIFY_ON_MIGRATION_COMPLETE_SLOTS for setting an optional remaining number of contracts that can be registered to be notified of migration