QA: The backwards compatibility of this feature should be verified by starting a local network running smr-moonshotv6.3.0, then compiling and deploying the new version of the framework. The deployment should succeed, and once it does, the following CLI command should return a transaction execution log that contains an error indicating that the related function is not available: ./supra move simulate run --function-id 0x1::coin::migrate_to_fungible_store --type-args 0x1::supra_coin::SupraCoin
See #91.
QA: The backwards compatibility of this feature should be verified by starting a local network running
smr-moonshot
v6.3.0
, then compiling and deploying the new version of the framework. The deployment should succeed, and once it does, the following CLI command should return a transaction execution log that contains an error indicating that the related function is not available:./supra move simulate run --function-id 0x1::coin::migrate_to_fungible_store --type-args 0x1::supra_coin::SupraCoin