Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add namespace to peer pre-have messages #314

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

gmaclennan
Copy link
Member

@gmaclennan gmaclennan commented Oct 4, 2023

Fixes #312

@gmaclennan gmaclennan linked an issue Oct 4, 2023 that may be closed by this pull request
@gmaclennan gmaclennan self-assigned this Oct 4, 2023
@gmaclennan gmaclennan mentioned this pull request Oct 4, 2023
1 task
Copy link
Member

@achou11 achou11 left a comment

Choose a reason for hiding this comment

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

non-blocking question but otherwise lgtm!

readonly data: "data";
readonly blobIndex: "blobIndex";
readonly blob: "blob";
readonly UNRECOGNIZED: "UNRECOGNIZED";
Copy link
Member

Choose a reason for hiding this comment

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

Just for my own understanding, this is added in by the ts-proto step because of the enumsAsLiterals=true change? isn't immediately clear to me where this comes from but could kind of guess

@gmaclennan gmaclennan merged commit c125483 into main Oct 5, 2023
5 of 6 checks passed
gmaclennan added a commit that referenced this pull request Oct 5, 2023
* main:
  chore: update github action steps (#322)
  fix: fix mdns discovery (finally) (#323)
  chore: check npm lockfile version does not change (#321)
  chore: commit hooks for lint & package-lock chk (#320)
  feat: define sync capability per namespace (#319)
  feat: add namespace to peer pre-have messages (#314)
@gmaclennan gmaclennan deleted the feat/pre-have-namespace branch October 26, 2023 02:02
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.

Add namespace to peer pre-have messages
2 participants