Rod Vagg
Rod Vagg
Since I need to work on a proposal for a change here (based on discussion @ https://github.com/filecoin-project/boost/pull/715) I thought I'd get familiar with the codebase by attempting a conversion to...
**This is only a proposal for the purpose of discussion around https://github.com/filecoin-project/boost/pull/715, if we go this route there'd be more testing needed.** ## Summary of the problem Storage providers have...
Two related items: 1. Autoretrieve is seeing "successful" transfers that have zero bytes transferred, our event logs for them look like this: `{ "confirmed": true, "receivedCids": 1, "receivedSize": 0 }`....
With data transfer getting increasing usage, we should do an audit of the non-DEBUG log level messages in the stack. Particularly paying concern to WARN which are typically turned on...
Ref: https://github.com/whyrusleeping/cbor-gen/pull/92
In https://github.com/ipld/specs/pull/282 I'm claiming that the `map` (`bitfield`) is addressed here in the same way as the specification, and therefore the reference implementation for the IPLD HashMap. The [spec](https://github.com/ipld/specs/blob/master/data-structures/hashmap.md) currently...
_Posting in a new issue instead of #68 or #80 because this is about a specific implementation that I'd like comment on._ The LevelUP [pluggability](https://github.com/rvagg/node-levelup/tree/pluggability) branch contains an extension to...
A redo of #42, rebased to the current master. We now have all our main codec implementations sorted out (again) to do proper RFC7049 sorting as per dag-cbor standard and...