Skip to content

fixes the symbol naming for liq pools (#860) #813

fixes the symbol naming for liq pools (#860)

fixes the symbol naming for liq pools (#860) #813

GitHub Actions / E2E report yarn test-seqgasless succeeded Dec 8, 2024 in 0s

E2E report yarn test-seqgasless ✅

Tests passed successfully

✅ e2eTests/reports/junit.xml-4deeafe0-b564-11ef-abb8-09f18e34b25a.xml

7 tests were completed in 294s with 6 passed, 0 failed and 1 skipped.

Test suite Passed Failed Skipped Time
test/sequential/feeLock.API.config.test.ts 4✅ 204s
test/sequential/feeLock.API.feePayment.sequential.test.ts 2✅ 1⚪ 90s

✅ test/sequential/feeLock.API.config.test.ts

✅ gasless- GIVEN a non sudo user WHEN feeLock configuration extrinsic is submitted THEN it fails with RequireSudo
✅ gasless- GIVEN an empty feeLock configuration (all options empty) WHEN sudo submit the extrinsic THEN Tx fails because insufficient params
✅ gasless- GIVEN a feeLock WHEN periodLength and feeLockAmount are set THEN extrinsic succeed and feeLock is correctly configured
✅ gasless- Changing feeLock config parameter on the fly is works robustly. Either automatic or manual unlocks the tokens

✅ test/sequential/feeLock.API.feePayment.sequential.test.ts

⚪ gasless- GIVEN a feeLock configured (only Time and Amount ) WHEN the user swaps AND the user has not enough MGAs and has enough TURs THEN the extrinsic fails on submission
✅ gasless- GIVEN a feeLock configured (only Time and Amount )  WHEN the user swaps AND the user does not have enough MGAs THEN the extrinsic fails on submission
✅ gasless- Given a feeLock correctly configured (only Time and Amount ) WHEN the user swaps AND the user has enough MGAs THEN the extrinsic is correctly submitted