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
{{ message }}
This repository has been archived by the owner on Aug 3, 2018. It is now read-only.
Currently there is no way to get a list of all submissions. One option is to publish the list via ipns and update it on each submission. This will work as long as there is only a single node, but if a steward wants to run multiple mirrored daemons all with the same public/private key pair a more sophisticated eventually distributed append log will need be used such as https://github.com/haadcode/ipfs-log.
The other issue is a bit of a catch 22 in that we need determine if there is already an existing submissions list which if there isn't takes a very long time/just doesn't return.
The text was updated successfully, but these errors were encountered:
ipfs/notes#108 appears to a possible solution if/when implemented.
rcurrie
changed the title
Update list of all submissions per steward on each submit
Updating list of submissions via ipns publish is too slow
Jun 7, 2016
Currently there is no way to get a list of all submissions. One option is to publish the list via ipns and update it on each submission. This will work as long as there is only a single node, but if a steward wants to run multiple mirrored daemons all with the same public/private key pair a more sophisticated eventually distributed append log will need be used such as https://github.com/haadcode/ipfs-log.
The other issue is a bit of a catch 22 in that we need determine if there is already an existing submissions list which if there isn't takes a very long time/just doesn't return.
The text was updated successfully, but these errors were encountered: