Skip to content

Feature: Merge mangata-node repository code #2142

Feature: Merge mangata-node repository code

Feature: Merge mangata-node repository code #2142

GitHub Actions / E2E report test-rollup failed Jan 22, 2025 in 1s

4 passed, 9 failed and 0 skipped

Tests failed

❌ e2eTests/reports/junit.xml-2f374e70-d8a2-11ef-a36e-755406ee5137.xml

13 tests were completed in 3028s with 4 passed, 9 failed and 0 skipped.

Test suite Passed Failed Skipped Time
test/rollup/rollup.cancel.test.ts 1❌ 336s
test/rollup/rollup.deposit.ferry.test.ts 4✅ 242s
test/rollup/rollup.deposit.native.test.ts 4❌ 1464s
test/rollup/rollup.deposit.test.ts 4❌ 986s

❌ test/rollup/rollup.cancel.test.ts

Rollup › Sequencer monitors updates O_o
  ❌ A sequencer who creates a fake deposit, gets slashed
	Error: thrown: "method rolldown.L1ReadCanceled not found within blocks limit"

✅ test/rollup/rollup.deposit.ferry.test.ts

Rollup-Ferry › Ferry Deposits
  ✅ A user who deposits a token ferried will have them on the node soonish - eth erc20
  ✅ A user who deposits a token ferried will have them on the node soonish- arb Native
Rollup-Ferry › Ferry withdrawals
  ✅ A user who deposits a ferried native token Can ferry-withdraw
  ✅ A user who deposits a ferried erc20 token Can ferry-withdraw

❌ test/rollup/rollup.deposit.native.test.ts

Rollup › ETH Deposits & withdraws - native
  ❌ A user who deposits a token will have them on the node
	Error: thrown: "Timeout waiting for balance change"
  ❌ withdrawing tokens from the rollup contract
	Error: thrown: "Timeout waiting for balance change"
Rollup › ARB Deposits & withdraws - native
  ❌ A user who deposits a token will have them on the node
	Error: thrown: "Timeout waiting for balance change"
  ❌ withdrawing tokens from the rollup contract
	Error: thrown: "Timeout waiting for balance change"

❌ test/rollup/rollup.deposit.test.ts

Rollup › ETH Deposits & withdraws
  ❌ A user who deposits a token will have them on the node
	Error: thrown: "Timeout waiting for balance change"
  ❌ withdrawing tokens from the rollup contract
	Error: thrown: "Timeout waiting for balance change"
Rollup › ARB Deposits & withdraws
  ❌ A user who deposits a token will have them on the node
	Error: thrown: "Timeout waiting for balance change"
  ❌ withdrawing tokens from the rollup contract
	Error: thrown: "Timeout waiting for balance change"

Annotations

Check failure on line 0 in e2eTests/reports/junit.xml-2f374e70-d8a2-11ef-a36e-755406ee5137.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report test-rollup

test/rollup/rollup.cancel.test.ts ► Rollup › Sequencer monitors updates O_o ► A sequencer who creates a fake deposit, gets slashed

Failed test found in:
  e2eTests/reports/junit.xml-2f374e70-d8a2-11ef-a36e-755406ee5137.xml
Error:
  Error: thrown: "method rolldown.L1ReadCanceled not found within blocks limit"
Raw output
Error: thrown: "method rolldown.L1ReadCanceled not found within blocks limit"
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.cancel.test.ts:42:5
    at _dispatchDescribe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:91:26)
    at describe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:55:5)
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.cancel.test.ts:28:3
    at _dispatchDescribe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:91:26)
    at describe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:55:5)
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.cancel.test.ts:27:1
    at SourceTextModule.evaluate (node:internal/vm/module:222:23)
    at Runtime.linkAndEvaluateModule (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runtime/build/index.js:710:20)
    at runNextTicks (node:internal/process/task_queues:60:5)
    at processImmediate (node:internal/timers:454:9)
    at jestAdapter (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:75:5)
    at runTestInternal (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runner/build/runTest.js:444:34)

Check failure on line 0 in e2eTests/reports/junit.xml-2f374e70-d8a2-11ef-a36e-755406ee5137.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report test-rollup

test/rollup/rollup.deposit.native.test.ts ► Rollup › ETH Deposits & withdraws - native ► A user who deposits a token will have them on the node

Failed test found in:
  e2eTests/reports/junit.xml-2f374e70-d8a2-11ef-a36e-755406ee5137.xml
Error:
  Error: thrown: "Timeout waiting for balance change"
Raw output
Error: thrown: "Timeout waiting for balance change"
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.deposit.native.test.ts:51:5
    at _dispatchDescribe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:91:26)
    at describe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:55:5)
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.deposit.native.test.ts:31:3
    at _dispatchDescribe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:91:26)
    at describe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:55:5)
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.deposit.native.test.ts:30:1
    at SourceTextModule.evaluate (node:internal/vm/module:222:23)
    at Runtime.linkAndEvaluateModule (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runtime/build/index.js:710:20)
    at runNextTicks (node:internal/process/task_queues:60:5)
    at processImmediate (node:internal/timers:454:9)
    at jestAdapter (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:75:5)
    at runTestInternal (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runner/build/runTest.js:444:34)

Check failure on line 0 in e2eTests/reports/junit.xml-2f374e70-d8a2-11ef-a36e-755406ee5137.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report test-rollup

test/rollup/rollup.deposit.native.test.ts ► Rollup › ETH Deposits & withdraws - native ► withdrawing tokens from the rollup contract

Failed test found in:
  e2eTests/reports/junit.xml-2f374e70-d8a2-11ef-a36e-755406ee5137.xml
Error:
  Error: thrown: "Timeout waiting for balance change"
Raw output
Error: thrown: "Timeout waiting for balance change"
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.deposit.native.test.ts:57:5
    at _dispatchDescribe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:91:26)
    at describe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:55:5)
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.deposit.native.test.ts:31:3
    at _dispatchDescribe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:91:26)
    at describe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:55:5)
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.deposit.native.test.ts:30:1
    at SourceTextModule.evaluate (node:internal/vm/module:222:23)
    at Runtime.linkAndEvaluateModule (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runtime/build/index.js:710:20)
    at runNextTicks (node:internal/process/task_queues:60:5)
    at processImmediate (node:internal/timers:454:9)
    at jestAdapter (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:75:5)
    at runTestInternal (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runner/build/runTest.js:444:34)

Check failure on line 0 in e2eTests/reports/junit.xml-2f374e70-d8a2-11ef-a36e-755406ee5137.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report test-rollup

test/rollup/rollup.deposit.native.test.ts ► Rollup › ARB Deposits & withdraws - native ► A user who deposits a token will have them on the node

Failed test found in:
  e2eTests/reports/junit.xml-2f374e70-d8a2-11ef-a36e-755406ee5137.xml
Error:
  Error: thrown: "Timeout waiting for balance change"
Raw output
Error: thrown: "Timeout waiting for balance change"
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.deposit.native.test.ts:130:5
    at _dispatchDescribe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:91:26)
    at describe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:55:5)
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.deposit.native.test.ts:109:3
    at _dispatchDescribe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:91:26)
    at describe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:55:5)
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.deposit.native.test.ts:30:1
    at SourceTextModule.evaluate (node:internal/vm/module:222:23)
    at Runtime.linkAndEvaluateModule (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runtime/build/index.js:710:20)
    at runNextTicks (node:internal/process/task_queues:60:5)
    at processImmediate (node:internal/timers:454:9)
    at jestAdapter (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:75:5)
    at runTestInternal (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runner/build/runTest.js:444:34)

Check failure on line 0 in e2eTests/reports/junit.xml-2f374e70-d8a2-11ef-a36e-755406ee5137.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report test-rollup

test/rollup/rollup.deposit.native.test.ts ► Rollup › ARB Deposits & withdraws - native ► withdrawing tokens from the rollup contract

Failed test found in:
  e2eTests/reports/junit.xml-2f374e70-d8a2-11ef-a36e-755406ee5137.xml
Error:
  Error: thrown: "Timeout waiting for balance change"
Raw output
Error: thrown: "Timeout waiting for balance change"
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.deposit.native.test.ts:136:5
    at _dispatchDescribe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:91:26)
    at describe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:55:5)
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.deposit.native.test.ts:109:3
    at _dispatchDescribe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:91:26)
    at describe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:55:5)
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.deposit.native.test.ts:30:1
    at SourceTextModule.evaluate (node:internal/vm/module:222:23)
    at Runtime.linkAndEvaluateModule (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runtime/build/index.js:710:20)
    at runNextTicks (node:internal/process/task_queues:60:5)
    at processImmediate (node:internal/timers:454:9)
    at jestAdapter (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:75:5)
    at runTestInternal (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runner/build/runTest.js:444:34)

Check failure on line 0 in e2eTests/reports/junit.xml-2f374e70-d8a2-11ef-a36e-755406ee5137.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report test-rollup

test/rollup/rollup.deposit.test.ts ► Rollup › ETH Deposits & withdraws ► A user who deposits a token will have them on the node

Failed test found in:
  e2eTests/reports/junit.xml-2f374e70-d8a2-11ef-a36e-755406ee5137.xml
Error:
  Error: thrown: "Timeout waiting for balance change"
Raw output
Error: thrown: "Timeout waiting for balance change"
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.deposit.test.ts:51:5
    at _dispatchDescribe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:91:26)
    at describe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:55:5)
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.deposit.test.ts:31:3
    at _dispatchDescribe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:91:26)
    at describe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:55:5)
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.deposit.test.ts:30:1
    at SourceTextModule.evaluate (node:internal/vm/module:222:23)
    at Runtime.linkAndEvaluateModule (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runtime/build/index.js:710:20)
    at jestAdapter (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:75:5)
    at runTestInternal (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runner/build/runTest.js:444:34)

Check failure on line 0 in e2eTests/reports/junit.xml-2f374e70-d8a2-11ef-a36e-755406ee5137.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report test-rollup

test/rollup/rollup.deposit.test.ts ► Rollup › ETH Deposits & withdraws ► withdrawing tokens from the rollup contract

Failed test found in:
  e2eTests/reports/junit.xml-2f374e70-d8a2-11ef-a36e-755406ee5137.xml
Error:
  Error: thrown: "Timeout waiting for balance change"
Raw output
Error: thrown: "Timeout waiting for balance change"
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.deposit.test.ts:57:5
    at _dispatchDescribe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:91:26)
    at describe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:55:5)
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.deposit.test.ts:31:3
    at _dispatchDescribe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:91:26)
    at describe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:55:5)
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.deposit.test.ts:30:1
    at SourceTextModule.evaluate (node:internal/vm/module:222:23)
    at Runtime.linkAndEvaluateModule (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runtime/build/index.js:710:20)
    at jestAdapter (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:75:5)
    at runTestInternal (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runner/build/runTest.js:444:34)

Check failure on line 0 in e2eTests/reports/junit.xml-2f374e70-d8a2-11ef-a36e-755406ee5137.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report test-rollup

test/rollup/rollup.deposit.test.ts ► Rollup › ARB Deposits & withdraws ► A user who deposits a token will have them on the node

Failed test found in:
  e2eTests/reports/junit.xml-2f374e70-d8a2-11ef-a36e-755406ee5137.xml
Error:
  Error: thrown: "Timeout waiting for balance change"
Raw output
Error: thrown: "Timeout waiting for balance change"
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.deposit.test.ts:141:5
    at _dispatchDescribe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:91:26)
    at describe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:55:5)
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.deposit.test.ts:120:3
    at _dispatchDescribe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:91:26)
    at describe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:55:5)
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.deposit.test.ts:30:1
    at SourceTextModule.evaluate (node:internal/vm/module:222:23)
    at Runtime.linkAndEvaluateModule (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runtime/build/index.js:710:20)
    at jestAdapter (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:75:5)
    at runTestInternal (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runner/build/runTest.js:444:34)

Check failure on line 0 in e2eTests/reports/junit.xml-2f374e70-d8a2-11ef-a36e-755406ee5137.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report test-rollup

test/rollup/rollup.deposit.test.ts ► Rollup › ARB Deposits & withdraws ► withdrawing tokens from the rollup contract

Failed test found in:
  e2eTests/reports/junit.xml-2f374e70-d8a2-11ef-a36e-755406ee5137.xml
Error:
  Error: thrown: "Timeout waiting for balance change"
Raw output
Error: thrown: "Timeout waiting for balance change"
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.deposit.test.ts:147:5
    at _dispatchDescribe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:91:26)
    at describe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:55:5)
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.deposit.test.ts:120:3
    at _dispatchDescribe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:91:26)
    at describe (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/index.js:55:5)
    at /home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/test/rollup/rollup.deposit.test.ts:30:1
    at SourceTextModule.evaluate (node:internal/vm/module:222:23)
    at Runtime.linkAndEvaluateModule (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runtime/build/index.js:710:20)
    at jestAdapter (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-circus/build/legacy-code-todo-rewrite/jestAdapter.js:75:5)
    at runTestInternal (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runner/build/runTest.js:367:16)
    at runTest (/home/runner/work/gasp-monorepo/gasp-monorepo/e2eTests/node_modules/jest-runner/build/runTest.js:444:34)