Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update XcmReserveTransferFilter in the simulator * Update IsReserve in xcm simulator * Setup reserve transfer in LAOS config * remove unused import; use `ParachainInfo::parachain_id()` instead of hardcoded id; replace `OnlyTeleportNative` for `OnlySendNative` * working moonbeam chopsticks config * Correct reserves configs to make LAOS the only reserve for * remove funding of LAOS SA in moonbeam chopsticks * set comma in array of supported assets moonbeam chopsticks so conversion is not 0 * Update parachain template in xcm simulator to support xcm v4; init reserve transfer test with laosish asset registry in the parachain template * Uncommit moonbeam + logs runtime * exclude all files but .js and .ts from e2e prettier; fix xcm version of benchmarkhelper in simulator parachain * lint + rename test * replace match for matches in reserves; laosish calculate sibling account; edit asset transactor in laosish to advance with simulator test * reserve transfer back works! * ci e2e run moonbeam; reserve transfer from LAOS to moonbeam in chopsticks with required setup & types; remove prettierignore && fix prettier command * remove wasm override from moonbeam chopsticks; reserve transfer Moonbeam -> LAOS * Fund Baltathar in Moonbeam chopsticks config * Fixing reserve transfer e2e test; fixing teleport e2e test * simulator test renamed to local_reserve; simulator local reserve test checks the balance of SA is correct * Rename e2e reserve test to local reserve * Clarification in local reserve e2e test * Update some comments and structs in XCM config * Prepare release 26.90 --------- Co-authored-by: luispdm <17044119+luispdm@users.noreply.github.com>
- Loading branch information