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: implement delegated PUTs #40

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

feat: implement delegated PUTs #40

wants to merge 2 commits into from

Conversation

hacdias
Copy link
Member

@hacdias hacdias commented Feb 14, 2024

Based on ipfs/boxo#539.

@2color
Copy link
Member

2color commented Feb 21, 2024

I haven't look at the code thoroughly, but would PUTs be stored by the someguy instance or also written to the DHT?

@hacdias
Copy link
Member Author

hacdias commented Feb 27, 2024

@2color afaik, the way the DHT works right now, you can't do it: only the peers that store the data can do it.

My plan is to have an internal storage to store the PUTs, so that if anyone asks for a certain CID, we know who can provide them.

@hacdias hacdias force-pushed the put branch 3 times, most recently from df5dc37 to 8055a67 Compare March 6, 2024 12:02
@hacdias
Copy link
Member Author

hacdias commented Mar 6, 2024

Note from meeting:

  • LevelDB or something else for PUTs as PoC
  • PUTs not enabled by default

@hacdias hacdias removed their assignment May 27, 2024
@hacdias hacdias marked this pull request as draft May 27, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: 🔎 In Review
Development

Successfully merging this pull request may close these issues.

2 participants