-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add a call to freeze asset and create smart contract * add a storage value to track foreign asset migration status * add a call to migrate balances * migrate approvals * update migration calls * add test for start_foreign_asset_migration call * add test for balances migrations * add tests for approvals migration * add test for finish migration * add typescript tests * update polkadot-sdk pin * add benchmarking scenarios * update typescript tests * update benchmark scenarios * fix revet when minting and approving * add local genretad weights * fix format * format * fix test build * fix format * fix test * address comments and add more tests * Update pallets/moonbeam-lazy-migrations/src/lib.rs Co-authored-by: Rodrigo Quelhas <22591718+RomarQ@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Éloïs <c@elo.tf> * allow multiple assets to be migrated * update call to approve migration of assets * update benchmarks * fix rust tests * fix typescript tests * update origin * fix ci * fix benchmarks --------- Co-authored-by: Rodrigo Quelhas <22591718+RomarQ@users.noreply.github.com> Co-authored-by: Éloïs <c@elo.tf>
- Loading branch information
1 parent
99eebab
commit 317f49c
Showing
19 changed files
with
3,257 additions
and
342 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.