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
ZombieNet greps node log files looking for regular expression 'Listening for new connections|Running JSON-RPC' to determine that a node has started. Gossamer nodes do not use either of these terms when reporting it's started.
Update gossamer node to output message to log Listening for new connections or Running JSON-RPC when it's started so that ZombieNet will be aware it's started.
Example command to start ZombieNet with debug logging: DEBUG=zombie* ./zombienet-linux-x64 spawn --provider native examples/0001-small-network-gossamer.toml
The text was updated successfully, but these errors were encountered:
Issue summary
'Listening for new connections|Running JSON-RPC'
to determine that a node has started. Gossamer nodes do not use either of these terms when reporting it's started.Listening for new connections
orRunning JSON-RPC
when it's started so that ZombieNet will be aware it's started.Other information and links
DEBUG=zombie* ./zombienet-linux-x64 spawn --provider native examples/0001-small-network-gossamer.toml
The text was updated successfully, but these errors were encountered: