Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/liq tokens mgx 434 v2 #603

Merged
merged 29 commits into from
Sep 29, 2023

Removed duplicated code after auto merging

11a4749
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Bugfix/liq tokens mgx 434 v2 #603

Removed duplicated code after auto merging
11a4749
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / E2E report yarn test-poolliquidity succeeded Sep 28, 2023 in 0s

E2E report yarn test-poolliquidity ✔️

Tests passed successfully

✔️ e2eTests/reports/junit-52766260-5e0d-11ee-aae0-6970b0d08d05.xml

9 tests were completed in 1065s with 9 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
test/parallel/xyk-pallet.API.poolLiqidity.activateLiqudity.test.ts 1✔️ 272s
test/parallel/xyk-pallet.API.poolLiqidity.claimReward.test.ts 3✔️ 1064s
test/parallel/xyk-pallet.API.poolLiqudity.burnTokens.test.ts 2✔️ 416s
test/parallel/xyk-pallet.API.poolLiqudity.multipleUserRewards.test.ts 2✔️ 428s
test/parallel/xyk-pallet.API.poolLiqudity.sepClaimRewards.test.ts 1✔️ 704s

✔️ test/parallel/xyk-pallet.API.poolLiqidity.activateLiqudity.test.ts

✔️ Check that a user that deactivate some tokens, put liquidity tokens from frozen to free, then activate some tokens and put liquidity tokens from free to frozen

✔️ test/parallel/xyk-pallet.API.poolLiqidity.claimReward.test.ts

✔️ Check that rewards are generated and can be claimed on each session, then burn all tokens and rewards wont be available
✔️ Given a pool with 2 users with activated rewards WHEN more than one period last AND the user burn all liquidity THEN pool is destroyed but users can still claim pending rewards
✔️ Given a pool with user with activated rewards  WHEN it was deactivated AND activated again THEN the user can receive a reward in both a deactivated and activated pool

✔️ test/parallel/xyk-pallet.API.poolLiqudity.burnTokens.test.ts

✔️ Check that a user can burn tokens when they are activated, and when burning the free, those subtracted first
✔️ Check that a user can burn some tokens on a non-promoted pool

✔️ test/parallel/xyk-pallet.API.poolLiqudity.multipleUserRewards.test.ts

✔️ Users minted a different number of tokens THEN they receive an equivalent amount of rewards
✔️ One user mints X tokens, other mints those X tokens but splitted in 5 mints at the same block, rewards are equal

✔️ test/parallel/xyk-pallet.API.poolLiqudity.sepClaimRewards.test.ts

✔️ One user claim all the rewards on every session and other user claim them at the 3rd session, the sum of rewards are equal