Skip to content

Fix: Remove trailing comma in bootstrap_peers configuration for testnet#551

Open
deus-labs wants to merge 1 commit into
farcasterxyz:mainfrom
deus-labs:main
Open

Fix: Remove trailing comma in bootstrap_peers configuration for testnet#551
deus-labs wants to merge 1 commit into
farcasterxyz:mainfrom
deus-labs:main

Conversation

@deus-labs
Copy link
Copy Markdown

Hey team!
Noticed a trailing comma in the bootstrap_peers configuration that could cause the node to try connecting to an empty address. This simple fix prevents connection errors and improves testnet stability.

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 20, 2025

@deus-labs is attempting to deploy a commit to the farcaster Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the testnet bootstrap_peers configuration in docker-compose.testnet.yml by removing a trailing comma that could be parsed into an empty peer entry, avoiding failed connection attempts during gossip bootstrap.

Changes:

  • Removed the trailing comma from the bootstrap_peers multiaddr list embedded in the generated config.toml.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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