Skip to content

Comments

Create Synchronization.md#57

Merged
sirdeggen merged 4 commits intobsv-blockchain:masterfrom
ChanceBarimbao:GASP-DOCS
Dec 30, 2025
Merged

Create Synchronization.md#57
sirdeggen merged 4 commits intobsv-blockchain:masterfrom
ChanceBarimbao:GASP-DOCS

Conversation

@ChanceBarimbao
Copy link
Contributor

Description of Changes

Created Guide docs for how to synchronize overlay nodes

Linked Issues / Tickets

Reference any related issues or tickets, e.g. "Closes #123".

Testing Procedure

Describe the tests you've added or any testing steps you've taken.

  • I have added new unit tests
  • All tests pass locally
  • I have tested manually in my local environment

Checklist:

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have updated CHANGELOG.md with my changes
  • I have run npm run doc and npm run lint one final time before requesting a review
  • I have fixed all linter errors to ensure these changes are compliant with ts-standard
  • I have run npm version patch so that my changes will trigger a new version to be released when they are merged

@codecov
Copy link

codecov bot commented Dec 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link
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 introduces comprehensive documentation for the GASP (Graph Aware Sync Protocol) synchronization mechanism used by overlay nodes. The guide provides detailed instructions for configuring and validating synchronization between overlay nodes.

Key changes:

  • Added explanation of GASP protocol fundamentals and architecture
  • Documented two configuration approaches: CARS (managed) and direct setup
  • Included complete code examples showing OverlayExpress server configuration with GASP sync enabled

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


### **Before sync**

```
Copy link

Copilot AI Dec 20, 2025

Choose a reason for hiding this comment

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

The code block is missing a language identifier. It should be specified as ```sql or another appropriate language identifier to enable proper syntax highlighting.

Copilot uses AI. Check for mistakes.

### **After sync**

```
Copy link

Copilot AI Dec 20, 2025

Choose a reason for hiding this comment

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

The code block is missing a language identifier. It should be specified as ```sql or another appropriate language identifier to enable proper syntax highlighting.

Copilot uses AI. Check for mistakes.
@sirdeggen sirdeggen merged commit 45512fa into bsv-blockchain:master Dec 30, 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