Hannah Howard
Hannah Howard
According to the docs on Ability Precedence, abilities defined later should take precendence over abilities defined earlier. However, the accessibly_by method, at least for Mongoid, does not behave this way....
# Goals Move graphsync to a CBOR based protocol instead of one based on protobuf # Implementation Graphsync messages should be valid IPLD data structures encoded in DAG-CBOR. I have...
# Goals This PR has a couple of goals (on top of the protocol rewrite for CBOR): - Add layers to the graphsync protocol to facilitate discovery -- specifically, only...
If I create a scheme where I define a struct type with a touple type, does that remove my ability to look up fields by name when constructing a path?...
Currently, Graphsync is specified as a Protobuf based protocol. This was done to fit the spec at the time it was written and because IPLD CBOR tooling was still incomplete....
# Goals Flesh out data transfer interface # Implementation - Abstract out elements that are role specific (storage client, retrieval client, storage miner, retrieval miner) from the actual operation of...
Once auth exists in go-bitswap, it would be nice to get an auth token as a third parameter to the peer block filter.
# Goals If we want to do accurate accounting of data received from a single peer, i.e. what I will need in order to properly implement bitswap as a transport...
One thing I don't see covered in https://github.com/ipfs/go-bitswap/pull/543 or https://github.com/ipfs/specs/pull/270 is how we actually pass an auth token to a bitswap want from the standpoint of the library consumer. I...
# What The session peers are super useful, and also, they aren't publicly available. It would really be great to expose them outside of bitswap. It would be even better...