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

kademlia: Preserve publisher & expiration time in DHT records #162

Merged
merged 3 commits into from
Jun 25, 2024

Conversation

dmitry-markin
Copy link
Collaborator

This PR fixes a bug with publisher & expiration time not being preserved in DHT records.

Resolves #129.

Copy link
Collaborator

@lexnv lexnv left a comment

Choose a reason for hiding this comment

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

LGTM! Nice catch 👍

@dmitry-markin dmitry-markin merged commit fd02c1f into master Jun 25, 2024
8 checks passed
@dmitry-markin dmitry-markin deleted the dm-kad-publisher branch June 25, 2024 12:03
dmitry-markin added a commit that referenced this pull request Jun 26, 2024
## [0.6.2] - 2024-06-26

This is a bug fixing release. Kademlia now correctly sets and forwards
publisher & ttl in the DHT records.

### Fixed

- kademlia: Preserve publisher & expiration time in DHT records
([#162](#162))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Blocked ⛔️
Development

Successfully merging this pull request may close these issues.

kad: Ensure Kademlia Record has TTL
2 participants