Skip to content

Funds for sequencers (#873) #847

Funds for sequencers (#873)

Funds for sequencers (#873) #847

GitHub Actions / E2E report yarn test-sequencerStaking failed Dec 20, 2024 in 0s

E2E report yarn test-sequencerStaking ❌

Tests failed

❌ e2eTests/reports/junit.xml-d22fece0-bebc-11ef-b04d-2bbf72b042b2.xml

12 tests were completed in 2406s with 10 passed, 1 failed and 1 skipped.

Test suite Passed Failed Skipped Time
test/sequential/sequencerStaking.rules.test.ts 6✅ 1⚪ 2322s
test/sequential/sequencerStaking.sequencerJoining.test.ts 4✅ 1❌ 84s

✅ test/sequential/sequencerStaking.rules.test.ts

sequencerStaking
  ✅ An already collator joining as sequencer - On Active
  ✅ Active Sequencer - mint less than min amount -> Not in active
  ✅ Active Sequencer -> Active -> pending update -> Can not leave
  ✅ Only a selected sequencer can submit updates
  ✅ A selected sequencer with read rights can submit updates
  ✅ An active sequencer with cancel rights can submit cancels
  ⚪ Max sequencer is set for both chains - fix when BugFix

❌ test/sequential/sequencerStaking.sequencerJoining.test.ts

✅ GIVEN User provides a stake by using StakeOnly action THEN User is not a sequencer
✅ GIVEN User provides a stake by using StakeAndJoinActiveSet action AND his stake < minimalStakeAmount THEN return error
✅ GIVEN User provides a stake by using StakeAndJoinActiveSet action AND his stake > minimalStakeAmount THEN User is a sequencer
✅ GIVEN User provides a stake by using StakeOnly action And User use rejoinActiveSequencer function THEN User is a sequencer
❌ Happy path - A user can join and leave sequencing
	TypeError: Cannot read properties of undefined (reading 'chain')

Annotations

Check failure on line 0 in e2eTests/reports/junit.xml-d22fece0-bebc-11ef-b04d-2bbf72b042b2.xml

See this annotation in the file changed.

@github-actions github-actions / E2E report yarn test-sequencerStaking

test/sequential/sequencerStaking.sequencerJoining.test.ts ► Happy path - A user can join and leave sequencing

Failed test found in:
  e2eTests/reports/junit.xml-d22fece0-bebc-11ef-b04d-2bbf72b042b2.xml
Error:
  TypeError: Cannot read properties of undefined (reading 'chain')
Raw output
TypeError: Cannot read properties of undefined (reading 'chain')
    at /home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/sequencerStaking.sequencerJoining.test.ts:186:24
    at Generator.next (<anonymous>)
    at fulfilled (/home/runner/_work/mangata-node/mangata-node/e2eTests/test/sequential/sequencerStaking.sequencerJoining.test.ts:8:58)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)