ceramicnetwork / rust-ceramic

Implementation of the Ceramic protocol in Rust
Other
37 stars 10 forks source link

feat: self-anchoring (part 5) #488

Closed smrz2001 closed 1 month ago

smrz2001 commented 2 months ago

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, here, here, and here) so there are some redundant changes here. They will get cleaned up as those PRs merge.

We'll leave this PR in a draft state until the other PRs are merged.