The current setup, in which a single iroh node, per validator, is running in a docker container.
temp-{hash}-{upload_id}
ent-{uuid}
for each entangled blobtemp-seq-{hash_seq_hash}
temp-seq-{hash_seq_hash}
source
on chainsource
fieldstore-seq-{hash_seq_hash}
temp-seq-{hash_seq_hash}
(only relevant to the one adding the data)GetObject
by key
/v1/objects/{address}/{key}
key
-> hash_seq_hash
/ metadatahash
and recovery_hash
from the local iroh nodeThe new setup, in which an iroh node is running embedded in the resolver, as well as the objects server.
iroh-r
: iroh node in the resolver
iroh-o
: iroh node in the objects server
At this stage data is only stored in the iroh-o
node.
temp-{hash}-{upload_id}