Skip to content

Merge branch 'eth-rollup-develop' into feature/rolldown_on_idle_hook

Sign in for the full log view
GitHub Actions / E2E report yarn test-sequential-no-bootstrap failed Nov 27, 2024 in 0s

E2E report yarn test-sequential-no-bootstrap ❌

Tests failed

❌ e2eTests/reports/junit.xml-24a3c970-acb0-11ef-8d57-131eb288bd35.xml

21 tests were completed in 540s with 2 passed, 19 failed and 0 skipped.

Test suite Passed Failed Skipped Time
test/sequential/bootstrap.claimAndActivate.test.ts 2✅ 454s
test/sequential/xyk-pallet.API.accuracy.MGA.fees.test.ts 1❌ 11s
test/sequential/xyk-pallet.API.fees.v2.test.ts 7❌ 7s
test/sequential/xyk-pallet.API.treasury.v2.test.ts 9❌ 8s
test/sequential/xyk-pallet.scenarios.v2.test.ts 2❌ 60s

✅ test/sequential/bootstrap.claimAndActivate.test.ts

bootstrap - checking bootstrapped pool in different situations
  ✅ bootstrap - checking claiming and activating rewards. Promoting pool is true, vesting MGA token for User1 is false
  ✅ bootstrap - checking claiming and activating rewards. Promoting pool is false, vesting MGA token for User1 is false

❌ test/sequential/xyk-pallet.API.accuracy.MGA.fees.test.ts

❌ xyk-pallet - Assets substracted are incremented by 1 - MGA- SellAsset
	TypeError: Cannot read properties of undefined (reading 'createPool')

❌ test/sequential/xyk-pallet.API.fees.v2.test.ts

API fees test suite
  ❌ xyk-pallet - MGA tokens are subtracted as fee : CreatePool
	TypeError: Cannot read properties of undefined (reading 'createPool')
  ❌ xyk-pallet - MGA tokens are subtracted as fee : MintLiquidity
	TypeError: Cannot read properties of undefined (reading 'createPool')
  ❌ xyk-pallet - MGA tokens are subtracted as fee : BurnLiquidity
	TypeError: Cannot read properties of undefined (reading 'createPool')
  ❌ xyk-pallet - MGA tokens are subtracted as fee : Transfer
	TypeError: Cannot read properties of undefined (reading 'createPool')
  ❌ xyk-pallet - MGA tokens are subtracted as fee : TransferAll
	TypeError: Cannot read properties of undefined (reading 'createPool')
  ❌ xyk-pallet - MGA tokens are not subtracted as fee : SellAsset
	TypeError: Cannot read properties of undefined (reading 'createPool')
  ❌ xyk-pallet - MGA tokens are / are not subtracted as fee : BuyAsset
	TypeError: Cannot read properties of undefined (reading 'createPool')

❌ test/sequential/xyk-pallet.API.treasury.v2.test.ts

xyk-pallet - treasury tests [Mangata]: on treasury we store
  ❌ assets won when assets are sold [Selling Mangata] - 5
	TypeError: Cannot read properties of undefined (reading 'createPool')
  ❌ assets won when assets are bought [Buying Mangata]
	TypeError: Cannot read properties of undefined (reading 'createPool')
  ❌ assets won when assets are sold [Selling other in MGA pool] - 6
	TypeError: Cannot read properties of undefined (reading 'createPool')
  ❌ assets won when assets are bought [Buying other in MGA pool]
	TypeError: Cannot read properties of undefined (reading 'createPool')
xyk-pallet - treasury tests [Connected - Mangata]: on treasury we store
  ❌ assets won when assets are sold [Selling X connected to MGA pool] - rounding
	TypeError: Cannot read properties of undefined (reading 'createPool')
  ❌ assets won when assets are bought [Buying X connected to MGA pool]
	TypeError: Cannot read properties of undefined (reading 'createPool')
  ❌ assets won when assets are sold [Selling Y - X connected toMGA pool] - 6
	TypeError: Cannot read properties of undefined (reading 'createPool')
  ❌ assets won when assets are bought [Buying Y - X connected toMGA pool] - 6
	TypeError: Cannot read properties of undefined (reading 'createPool')
xyk-pallet - treasury tests [Connected - Mangata]: Error cases
  ❌ Not enough tokens to convert fee LINK[https://trello.com/c/p77t0atO]
	TypeError: Cannot read properties of undefined (reading 'createPool')

❌ test/sequential/xyk-pallet.scenarios.v2.test.ts

xyk-pallet: Happy case scenario
  ❌ xyk-pallet: Happy case scenario
	TypeError: Cannot read properties of undefined (reading 'createPool')
xyk-pallet: Liquidity sufficiency scenario
  ❌ xyk-pallet: Liquidity sufficiency scenario
	TypeError: Cannot read properties of undefined (reading 'createPool')

Annotations

Check failure on line 0 in e2eTests/reports/junit.xml-24a3c970-acb0-11ef-8d57-131eb288bd35.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report yarn test-sequential-no-bootstrap

test/sequential/xyk-pallet.API.accuracy.MGA.fees.test.ts ► xyk-pallet - Assets substracted are incremented by 1 - MGA- SellAsset

Failed test found in:
  e2eTests/reports/junit.xml-24a3c970-acb0-11ef-8d57-131eb288bd35.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/xyk-pallet.API.accuracy.MGA.fees.test.ts:72:11
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/xyk-pallet.API.accuracy.MGA.fees.test.ts:4:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)

Check failure on line 0 in e2eTests/reports/junit.xml-24a3c970-acb0-11ef-8d57-131eb288bd35.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report yarn test-sequential-no-bootstrap

test/sequential/xyk-pallet.API.fees.v2.test.ts ► API fees test suite ► xyk-pallet - MGA tokens are subtracted as fee : CreatePool

Failed test found in:
  e2eTests/reports/junit.xml-24a3c970-acb0-11ef-8d57-131eb288bd35.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/xyk-pallet.API.fees.v2.test.ts:52:13
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/xyk-pallet.API.fees.v2.test.ts:4:58)

Check failure on line 0 in e2eTests/reports/junit.xml-24a3c970-acb0-11ef-8d57-131eb288bd35.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report yarn test-sequential-no-bootstrap

test/sequential/xyk-pallet.API.fees.v2.test.ts ► API fees test suite ► xyk-pallet - MGA tokens are subtracted as fee : MintLiquidity

Failed test found in:
  e2eTests/reports/junit.xml-24a3c970-acb0-11ef-8d57-131eb288bd35.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/xyk-pallet.API.fees.v2.test.ts:52:13
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/xyk-pallet.API.fees.v2.test.ts:4:58)

Check failure on line 0 in e2eTests/reports/junit.xml-24a3c970-acb0-11ef-8d57-131eb288bd35.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report yarn test-sequential-no-bootstrap

test/sequential/xyk-pallet.API.fees.v2.test.ts ► API fees test suite ► xyk-pallet - MGA tokens are subtracted as fee : BurnLiquidity

Failed test found in:
  e2eTests/reports/junit.xml-24a3c970-acb0-11ef-8d57-131eb288bd35.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/xyk-pallet.API.fees.v2.test.ts:52:13
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/xyk-pallet.API.fees.v2.test.ts:4:58)

Check failure on line 0 in e2eTests/reports/junit.xml-24a3c970-acb0-11ef-8d57-131eb288bd35.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report yarn test-sequential-no-bootstrap

test/sequential/xyk-pallet.API.fees.v2.test.ts ► API fees test suite ► xyk-pallet - MGA tokens are subtracted as fee : Transfer

Failed test found in:
  e2eTests/reports/junit.xml-24a3c970-acb0-11ef-8d57-131eb288bd35.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/xyk-pallet.API.fees.v2.test.ts:52:13
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/xyk-pallet.API.fees.v2.test.ts:4:58)

Check failure on line 0 in e2eTests/reports/junit.xml-24a3c970-acb0-11ef-8d57-131eb288bd35.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report yarn test-sequential-no-bootstrap

test/sequential/xyk-pallet.API.fees.v2.test.ts ► API fees test suite ► xyk-pallet - MGA tokens are subtracted as fee : TransferAll

Failed test found in:
  e2eTests/reports/junit.xml-24a3c970-acb0-11ef-8d57-131eb288bd35.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/xyk-pallet.API.fees.v2.test.ts:52:13
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/xyk-pallet.API.fees.v2.test.ts:4:58)

Check failure on line 0 in e2eTests/reports/junit.xml-24a3c970-acb0-11ef-8d57-131eb288bd35.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report yarn test-sequential-no-bootstrap

test/sequential/xyk-pallet.API.fees.v2.test.ts ► API fees test suite ► xyk-pallet - MGA tokens are not subtracted as fee : SellAsset

Failed test found in:
  e2eTests/reports/junit.xml-24a3c970-acb0-11ef-8d57-131eb288bd35.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/xyk-pallet.API.fees.v2.test.ts:52:13
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/xyk-pallet.API.fees.v2.test.ts:4:58)

Check failure on line 0 in e2eTests/reports/junit.xml-24a3c970-acb0-11ef-8d57-131eb288bd35.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report yarn test-sequential-no-bootstrap

test/sequential/xyk-pallet.API.fees.v2.test.ts ► API fees test suite ► xyk-pallet - MGA tokens are / are not subtracted as fee : BuyAsset

Failed test found in:
  e2eTests/reports/junit.xml-24a3c970-acb0-11ef-8d57-131eb288bd35.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/xyk-pallet.API.fees.v2.test.ts:52:13
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/xyk-pallet.API.fees.v2.test.ts:4:58)

Check failure on line 0 in e2eTests/reports/junit.xml-24a3c970-acb0-11ef-8d57-131eb288bd35.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report yarn test-sequential-no-bootstrap

test/sequential/xyk-pallet.API.treasury.v2.test.ts ► xyk-pallet - treasury tests [Mangata]: on treasury we store ► assets won when assets are sold [Selling Mangata] - 5

Failed test found in:
  e2eTests/reports/junit.xml-24a3c970-acb0-11ef-8d57-131eb288bd35.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/xyk-pallet.API.treasury.v2.test.ts:67:13
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/xyk-pallet.API.treasury.v2.test.ts:4:58)

Check failure on line 0 in e2eTests/reports/junit.xml-24a3c970-acb0-11ef-8d57-131eb288bd35.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report yarn test-sequential-no-bootstrap

test/sequential/xyk-pallet.API.treasury.v2.test.ts ► xyk-pallet - treasury tests [Mangata]: on treasury we store ► assets won when assets are bought [Buying Mangata]

Failed test found in:
  e2eTests/reports/junit.xml-24a3c970-acb0-11ef-8d57-131eb288bd35.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/xyk-pallet.API.treasury.v2.test.ts:67:13
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/xyk-pallet.API.treasury.v2.test.ts:4:58)

Check failure on line 0 in e2eTests/reports/junit.xml-24a3c970-acb0-11ef-8d57-131eb288bd35.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report yarn test-sequential-no-bootstrap

test/sequential/xyk-pallet.API.treasury.v2.test.ts ► xyk-pallet - treasury tests [Mangata]: on treasury we store ► assets won when assets are sold [Selling other in MGA pool] - 6

Failed test found in:
  e2eTests/reports/junit.xml-24a3c970-acb0-11ef-8d57-131eb288bd35.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/xyk-pallet.API.treasury.v2.test.ts:67:13
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/xyk-pallet.API.treasury.v2.test.ts:4:58)