You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was having a look at the CLI start vs add etc - and re-noticed that we have a concept of RequestToken in iroh-bytes, which has 2 issues atm:
It is not supported in docs at all (i.e. if you set a request token during node startup, docs cannot exchange content)
with the CLI we only support creating a ticket with an embedded token for data added directly with iroh start (i.e. the old provide flow), but not for data added later with iroh add
Point 2) should be easy enough to solve by exposing ticket creation over the RPC (iroh.blobs.ticket(hash) or so). However about 1) I'm unsure. For release we should add to the notes though that sync is incompatible with --request-token
The text was updated successfully, but these errors were encountered:
I was having a look at the CLI start vs add etc - and re-noticed that we have a concept of
RequestToken
in iroh-bytes, which has 2 issues atm:iroh start
(i.e. the oldprovide
flow), but not for data added later withiroh add
Point 2) should be easy enough to solve by exposing ticket creation over the RPC (
iroh.blobs.ticket(hash)
or so). However about 1) I'm unsure. For release we should add to the notes though that sync is incompatible with--request-token
The text was updated successfully, but these errors were encountered: