Skip to content

Comments

test(node): add consensus break testing to 4-node script#1

Closed
djm07073 wants to merge 1 commit intozsystm/memloggerfrom
feat/consensus-break-memlogger-test
Closed

test(node): add consensus break testing to 4-node script#1
djm07073 wants to merge 1 commit intozsystm/memloggerfrom
feat/consensus-break-memlogger-test

Conversation

@djm07073
Copy link

Configure node0 to enable consensus break testing while other nodes run normally. Includes fast sync test instructions and configuration examples.

Changes:

  • Add consensus break env vars to node0 only
  • Remove --evm.min-tip flag (unsupported in current version)
  • Add fast sync test procedure in comments
  • Add network delay simulation option

Test setup:

  • Node0: ENABLE_CONSENSUS_BREAK=true, CONSENSUS_BREAK_INTERVAL=2
  • Nodes 1-3: normal operation
  • Optional: CONSENSUS_BREAK_DELAY_MS for network latency simulation

Configure node0 to enable consensus break testing while other nodes run normally.
Includes fast sync test instructions and configuration examples.

Changes:
- Add consensus break env vars to node0 only
- Remove --evm.min-tip flag (unsupported in current version)
- Add fast sync test procedure in comments
- Add network delay simulation option

Test setup:
- Node0: ENABLE_CONSENSUS_BREAK=true, CONSENSUS_BREAK_INTERVAL=2
- Nodes 1-3: normal operation
- Optional: CONSENSUS_BREAK_DELAY_MS for network latency simulation
@djm07073 djm07073 marked this pull request as draft November 22, 2025 02:10
@djm07073
Copy link
Author

djm07073 commented Nov 22, 2025

will be applied in #2

@djm07073 djm07073 closed this Nov 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants