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 peer entry and peer key structs #615

Merged
merged 3 commits into from
Dec 4, 2024
Merged

Conversation

nathanielc
Copy link
Collaborator

These structures allow for communicating information about Peers and their addresses. The structs can be signed as JWS and verified.

Fixes: #603

@nathanielc nathanielc requested review from a team, stbrody and dav1do as code owners November 21, 2024 21:49
@nathanielc nathanielc requested review from 3benbox and removed request for a team November 21, 2024 21:49
These structures allow for communicating information about Peers and
their addresses. The structs can be signed as JWS and verified.

Fixes: #603
core/src/node_id.rs Show resolved Hide resolved
core/src/node_id.rs Show resolved Hide resolved
core/src/peer.rs Show resolved Hide resolved
core/src/peer.rs Outdated Show resolved Hide resolved
@nathanielc nathanielc added this pull request to the merge queue Dec 4, 2024
Merged via the queue into main with commit 763c7e4 Dec 4, 2024
5 checks passed
@nathanielc nathanielc deleted the feat/peer-entry branch December 4, 2024 15:34
@smrz2001 smrz2001 mentioned this pull request Dec 9, 2024
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.

Create Signed Peer Structure
2 participants