-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* first changes * wip updating modified pallet configs * wip updating modified pallet configs 2 * updgrade to v0.9.42 completed * avoid using VeMinting pallet in farming * re-run benchmarks pallet-xcm * modify default deposit limit for amplitude * fix for try-runtime features * reorg imports * fixes after merge with try-runtime fix * wip add custom update code, workaround for TakeFirstAsset trader * wip patching scheduler and xcm * patching 2 * add storage versions * fix for storage version definition * Use proper return values for vesting migration * remove vesting migration since it is not needed * add transaction payment and vesting custom migrations to set version * rollback on version change, fix some spacewalk revision * fix incorrect spacewalk revision, add variable writes for custom upgrade function * add foucoco storage version updates * use right number of reads for amplitude custom on runtime upgrade * WIP * Fmt * Add comment * Still wip * Fmt * Add doc comments * Fix warning * Address change requests * Fmt * Add comment * Add fee for basic asset * Fmt * Return NoPrice error when price fetching fails * Add signed extension * Add first iteration of mock * Allow only XCM assets for buyout * Update mock to only allow specific XCM assets * Add tests and benchmarks - still wip * Fmt * Handle currency id in benchmarks * Update comments * Remove benchmark comment * Fix benchmarks and tests, add pallet to Foucoco, switch from UnixTime to blocks, generate weights * Fmt * Refactor dot currency id in tests * Small refactor for test attempt_buyout_after_buyout_limit_exceeded_fails * Update comments * Small refactor * Add comment in Foucoco runtime * Add comment in Foucoco runtime * Update comment * Update comment * Add signed extension to runtime * Add comment * Fix indentation in tests * Fix indentation in tests * Fix indentation in tests * Fix indentation in tests * Update comment Co-authored-by: Marcel Ebert <[email protected]> * Fix building project with runtime benchmarks flag * Address change requests * Small refactor for asset registry benchmarks * Fix compiler warning * Address change requests * Update comment Co-authored-by: Marcel Ebert <[email protected]> * Optimise fetching oracle price for benchmarks and regenerate weights * Fmt * using fee per second value for relative fee adjusting * WIP * fixing xcm integration tests * fix pendulum integration tests, reuse v3 location * cleanup imports, reuse type for fee distribution * cleanup and format * more cleanup * more import cleaning and fixes after merging with future CustomMetadata implementation branch * moving implementation * modify expected fees in tests * added current xcm config to foucoco * removing unused constants * fully remove alice test account * use multipliers for fee expected constants in tests * Update runtime/pendulum/src/lib.rs Co-authored-by: Marcel Ebert <[email protected]> * removal of comments, package-lock.json * replace spacewalk dependencies * fix to compile with try runtime * Revert "merged with fee per second" This reverts commit ed05812, reversing changes made to 04583a8. * remove todos with mock implementations to be safe --------- Co-authored-by: Marcel Ebert <[email protected]> Co-authored-by: bogdanS98 <[email protected]>
- Loading branch information
1 parent
b13f463
commit 27950be
Showing
35 changed files
with
2,168 additions
and
1,289 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.