Releases: eqoty-labs/cw-migratable-contract-std
v7.0.0
v6.0.0
v5.0.5
v5.0.4
v5.0.3
v5.0.2
v5.0.1
v5.0.0
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
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.
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