Skip to content

Rolldown on_idle_hook & configurable dispute period #740

Rolldown on_idle_hook & configurable dispute period

Rolldown on_idle_hook & configurable dispute period #740

GitHub Actions / E2E report yarn test-sequential-autocompound failed Nov 27, 2024 in 0s

E2E report yarn test-sequential-autocompound ❌

Tests failed

❌ e2eTests/reports/junit.xml-ed835970-acae-11ef-a597-cdeeb108bf55.xml

7 tests were completed in 30s with 0 passed, 7 failed and 0 skipped.

Test suite Passed Failed Skipped Time
test/sequential/rewardsv2.poolLiquidityRewards.test.ts 4❌ 18s
test/story/rewardsStory.test.ts 3❌ 12s

❌ test/sequential/rewardsv2.poolLiquidityRewards.test.ts

rewards v2 tests › Error cases
  ❌ Given a user with Liquidity on non promoted pool When tries to activate Then extrinsic fail
	TypeError: Cannot read properties of undefined (reading 'createPool')
rewards v2 tests › A user can get rewards
  ❌ Given a user with Liquidity activated When tries to deactivate Then the user gets all tokens burn and rewards amount are readable in RPC THEN the user can claim them
	TypeError: Cannot read properties of undefined (reading 'createPool')
  ❌ Given a user with Liquidity activated When tries to burn some Then the user gets automatically deactivated that amount And rewards are stored in NotYetClaimed section in rewards info
	TypeError: Cannot read properties of undefined (reading 'createPool')
  ❌ Given a user with Liquidity activated When tries to mint some more Then the user activated amount will grow on that value
	TypeError: Cannot read properties of undefined (reading 'createPool')

❌ test/story/rewardsStory.test.ts

Story tests > Rewards - autocompound
  ❌ Given a user1 with minted tokens when two sessions happen, then there are available rewards
	TypeError: Cannot read properties of undefined (reading 'createPool')
  ❌ Given a user2 WHEN available rewards can claim and mgas are increased
	TypeError: Cannot read properties of undefined (reading 'createPool')
  ❌ Given a user3 WHEN available rewards can autocompund
	TypeError: Cannot read properties of undefined (reading 'createPool')

Annotations

Check failure on line 0 in e2eTests/reports/junit.xml-ed835970-acae-11ef-a597-cdeeb108bf55.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report yarn test-sequential-autocompound

test/sequential/rewardsv2.poolLiquidityRewards.test.ts ► rewards v2 tests › Error cases ► Given a user with Liquidity on non promoted pool When tries to activate Then extrinsic fail

Failed test found in:
  e2eTests/reports/junit.xml-ed835970-acae-11ef-a597-cdeeb108bf55.xml
Error:
  TypeError: Cannot read properties of undefined (reading 'createPool')
Raw output
TypeError: Cannot read properties of undefined (reading 'createPool')
    at Function.createPool (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/xyk.ts:12:23)
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/rewardsv2.poolLiquidityRewards.test.ts:69:13
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/rewardsv2.poolLiquidityRewards.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-ed835970-acae-11ef-a597-cdeeb108bf55.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report yarn test-sequential-autocompound

test/sequential/rewardsv2.poolLiquidityRewards.test.ts ► rewards v2 tests › A user can get rewards ► Given a user with Liquidity activated When tries to deactivate Then the user gets all tokens burn and rewards amount are readable in RPC THEN the user ...

Failed test found in:
  e2eTests/reports/junit.xml-ed835970-acae-11ef-a597-cdeeb108bf55.xml
Error:
  TypeError: Cannot read properties of undefined (reading 'createPool')
Raw output
TypeError: Cannot read properties of undefined (reading 'createPool')
    at Function.createPool (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/xyk.ts:12:23)
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/rewardsv2.poolLiquidityRewards.test.ts:69:13
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/rewardsv2.poolLiquidityRewards.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-ed835970-acae-11ef-a597-cdeeb108bf55.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report yarn test-sequential-autocompound

test/sequential/rewardsv2.poolLiquidityRewards.test.ts ► rewards v2 tests › A user can get rewards ► Given a user with Liquidity activated When tries to burn some Then the user gets automatically deactivated that amount And rewards are stored in NotYet...

Failed test found in:
  e2eTests/reports/junit.xml-ed835970-acae-11ef-a597-cdeeb108bf55.xml
Error:
  TypeError: Cannot read properties of undefined (reading 'createPool')
Raw output
TypeError: Cannot read properties of undefined (reading 'createPool')
    at Function.createPool (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/xyk.ts:12:23)
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/rewardsv2.poolLiquidityRewards.test.ts:69:13
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/rewardsv2.poolLiquidityRewards.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-ed835970-acae-11ef-a597-cdeeb108bf55.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report yarn test-sequential-autocompound

test/sequential/rewardsv2.poolLiquidityRewards.test.ts ► rewards v2 tests › A user can get rewards ► Given a user with Liquidity activated When tries to mint some more Then the user activated amount will grow on that value

Failed test found in:
  e2eTests/reports/junit.xml-ed835970-acae-11ef-a597-cdeeb108bf55.xml
Error:
  TypeError: Cannot read properties of undefined (reading 'createPool')
Raw output
TypeError: Cannot read properties of undefined (reading 'createPool')
    at Function.createPool (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/xyk.ts:12:23)
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/rewardsv2.poolLiquidityRewards.test.ts:69:13
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/rewardsv2.poolLiquidityRewards.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-ed835970-acae-11ef-a597-cdeeb108bf55.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report yarn test-sequential-autocompound

test/story/rewardsStory.test.ts ► Story tests > Rewards - autocompound ► Given a user1 with minted tokens when two sessions happen, then there are available rewards

Failed test found in:
  e2eTests/reports/junit.xml-ed835970-acae-11ef-a597-cdeeb108bf55.xml
Error:
  TypeError: Cannot read properties of undefined (reading 'createPool')
Raw output
TypeError: Cannot read properties of undefined (reading 'createPool')
    at Function.createPool (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/xyk.ts:12:23)
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/test/story/rewardsStory.test.ts:135:11
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/story/rewardsStory.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-ed835970-acae-11ef-a597-cdeeb108bf55.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report yarn test-sequential-autocompound

test/story/rewardsStory.test.ts ► Story tests > Rewards - autocompound ► Given a user2 WHEN available rewards can claim and mgas are increased

Failed test found in:
  e2eTests/reports/junit.xml-ed835970-acae-11ef-a597-cdeeb108bf55.xml
Error:
  TypeError: Cannot read properties of undefined (reading 'createPool')
Raw output
TypeError: Cannot read properties of undefined (reading 'createPool')
    at Function.createPool (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/xyk.ts:12:23)
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/test/story/rewardsStory.test.ts:135:11
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/story/rewardsStory.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-ed835970-acae-11ef-a597-cdeeb108bf55.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report yarn test-sequential-autocompound

test/story/rewardsStory.test.ts ► Story tests > Rewards - autocompound ► Given a user3 WHEN available rewards can autocompund

Failed test found in:
  e2eTests/reports/junit.xml-ed835970-acae-11ef-a597-cdeeb108bf55.xml
Error:
  TypeError: Cannot read properties of undefined (reading 'createPool')
Raw output
TypeError: Cannot read properties of undefined (reading 'createPool')
    at Function.createPool (/home/runner/_work/mangata-node/mangata-node/e2eTests/utils/xyk.ts:12:23)
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/test/story/rewardsStory.test.ts:135:11
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/story/rewardsStory.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)