scuttlebutt-protocol-guide
scuttlebutt-protocol-guide copied to clipboard
Arguments for blobs.get
According to https://ssbc.github.io/scuttlebutt-protocol-guide/#fetching a valid argument for blobs.get would be
{"hash":"&KYWW5Lblhq2moFO9BJhtJ5WukFRpA7eYybOwdODTt3M=.sha256","max":5242880}
However, the reference implementation is sending
{"key":"&KYWW5Lblhq2moFO9BJhtJ5WukFRpA7eYybOwdODTt3M=.sha256","max":5242880}
see: https://github.com/ssbc/ssb-blobs/commit/c3943338d6ee8b756d75a18e7350147aa0bf212f
Looks correct, can you provide a PR? Looks like getSlice also needs an update?