dymensionxyz / e2e-tests

Dymension e2e tests
24 stars 11 forks source link

[E2E Test] Hard fork due to fraud #500

Closed anhductn2001 closed 2 weeks ago

anhductn2001 commented 4 weeks ago

Test Case Type

Update

DRS

EVM

Target Milestone

3D

Test Case Issue link

No response

Epic

rollapp hard fork

Test Case Description

na

Preconditions

  1. Sequencer A running Rollapp X with some balances for some users

Test Steps

  1. Submit gov prop of fraud at height H
  2. Sequencer B syncs to latest valid height
  3. Sequencer B bonds and starts sequencing from H+1

Expected Results

  1. A hard-fork happened and sequencer B is the new sequencer
  2. Balances are preserved just before the upgrade
  3. It’s possible to IBC transfer
  4. Full nodes manages to sync from genesis after fork height

Live Test

Comments

No response