Mohsin Zaidi
Mohsin Zaidi
This PR adds a few more anchor polling related metrics and implements a simple pacing for anchor polling with some jitter. @stbrody, I've not added anything besides the jitter for...
This PR implements a possible solution for [incrementally modifying IPLD nodes](https://github.com/ipld/go-ipld-prime/issues/320). It uses the same interface as @warpfork's patch [implementation](https://github.com/ipld/go-ipld-prime/pull/350) but accumulates updates and internal state to provide a more...
This PR makes two main changes: - Puts IPFS store operations behind a new feature flag (`CAS_USE_IPFS_STORAGE`). - Detects whether a batch queue message was received without request IDs and,...
Updates based on [this](https://forum.ceramic.network/t/cip-145-multiple-previous-multi-prev/1277?u=Mohsin) forum discussion. cc @m0ar
Based on [this](https://forum.ceramic.network/t/security-risks-with-opening-port-7007/690) forum discussion.
This PR pulls together most of the changes needed for self-anchoring except for the CLI arguments. It builds on top of the existing PRs ([here](https://github.com/ceramicnetwork/rust-ceramic/pull/478), [here](https://github.com/ceramicnetwork/rust-ceramic/pull/476), [here](https://github.com/ceramicnetwork/rust-ceramic/pull/484), and [here](https://github.com/ceramicnetwork/rust-ceramic/pull/477)) so...
This is the first PR for self-anchoring and includes: - Anchor service machinery - Merkle tree building - Time Event building - Traits for: - Anchor client (e.g. Event Service)...