replay-checkpoint

Replay All Transactions in a Range of Checkpoints

Replays all transactions in a range of checkpoints.

Usage

movement sui client replay-checkpoint [OPTIONS] --start <START> --end <END>

Options

  • -s, --start <START> The starting checkpoint sequence number of the range of checkpoints to replay.

  • -e, --end <END> The ending checkpoint sequence number of the range of checkpoints to replay.

  • -t, --terminate-early If an error is encountered during a transaction, this specifies whether to terminate or continue.

  • --json Return command outputs in JSON format.

Note: The following options are not displayed in the command's help output:

  • -h, --help Print help.

  • -V, --version Print version.

Last updated