Entropy-Foundation / aptos-core

Aptos is a layer 1 blockchain built to support the widespread use of blockchain through better technology and user experience.
https://aptoslabs.com
Other
0 stars 2 forks source link

Ensured that `Coin`s cannot be converted to `FungibleAsset`s and vice-versa #92

Closed isaacdoidge closed 1 month ago

isaacdoidge commented 1 month ago

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

axiongsupra commented 1 month ago

Will this PR fix #91? If so, you can link this PR to it by using fixes #91.