You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FixesKILTprotocol/ticket#3344.
Integration tests are outdated. Since KILT is now listed on HydraDX, any
tokens sent to the Omnipool account is automatically transferred to the
treasury, which makes the test cases fail. The integration test logic
must be updated to test the following:
1. Send KILT tokens from a KILT account to **its own** sovereign account
on HydraDX (implementation started in this PR for the V2 tests)
2. Send KILT tokens from HydraDX back to KILT (to implement in this PR)
---------
Co-authored-by: Adel Golghalyani <[email protected]>
// Whether to allow WASM unresolved imports when using a WASM to build the parachain. This Flag is needed otherwise, the runtime can not be built from the WASM. Chopsticks throws an error when it encounters an unresolved import.
12
-
allowUnresolvedImports: true,
13
10
}
14
11
15
12
/// Assigns the native tokens to an accounts
@@ -29,15 +26,6 @@ export function setGovernance(addr: string[]) {
29
26
}
30
27
}
31
28
32
-
/// Sets the [safeXcmVersion] to the given version
Copy file name to clipboardExpand all lines: integration-tests/chopsticks/src/tests/xcm/__snapshots__/limitedReserveTransferSpiritnetHydraDxV2.test.ts.snap
Copy file name to clipboardExpand all lines: integration-tests/chopsticks/src/tests/xcm/__snapshots__/limitedReserveTransferSpiritnetHydraDxV3.test.ts.snap
Copy file name to clipboardExpand all lines: integration-tests/chopsticks/src/tests/xcm/__snapshots__/limitedReseveTransferHydraDxSpiritnet.test.ts.snap
0 commit comments