Skip to content

feat: implement delegated PUTs#40

Closed
hacdias wants to merge 2 commits into
mainfrom
put
Closed

feat: implement delegated PUTs#40
hacdias wants to merge 2 commits into
mainfrom
put

Conversation

@hacdias

@hacdias hacdias commented Feb 14, 2024

Copy link
Copy Markdown
Member

Based on ipfs/boxo#539.

@2color

2color commented Feb 21, 2024

Copy link
Copy Markdown
Member

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

@hacdias

hacdias commented Feb 27, 2024

Copy link
Copy Markdown
Member Author

@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

hacdias commented Mar 6, 2024

Copy link
Copy Markdown
Member Author

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
@lidel

lidel commented Dec 2, 2025

Copy link
Copy Markdown
Member

Closing as the IPIP-378 never landed, see ipfs/specs#378 (comment)

@lidel lidel closed this Dec 2, 2025
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.

3 participants