You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added live network test support for Westend bulletin chain (#216)
* Add live network test support for Westend bulletin chain
- Add store_big_data_live.js for testing against live Westend/Paseo networks
- Uses pre-authorized accounts (//Signer1, etc.) instead of sudo
- Supports --skip-ipfs-verify for storage-only tests
- Supports --fast mode for broadcast-only (no block wait)
- Supports --num-signers for parallel uploads
- Add ipfs-reconnect-westend-live.sh for live IPFS peer connections
- Update justfile with improved live test recipes:
- run-live-tests-westend/paseo with image_size parameter
- setup-live-ipfs/teardown-live-ipfs for Docker kubo management
- connect-live-ipfs-westend for peer connections
- Auto-detects missing IPFS config and uses --skip-ipfs-verify
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add --skip-authorize and --skip-ipfs-verify flags for live network testing
- Add --skip-authorize flag to skip sudo authorization (for pre-authorized accounts)
- Add --skip-ipfs-verify flag to skip IPFS download verification
- Update justfile live test recipes to use new flags
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments