rust-ceramic icon indicating copy to clipboard operation
rust-ceramic copied to clipboard

Implementation of the Ceramic protocol in Rust

Results 49 rust-ceramic issues
Sort by recently updated
recently updated
newest added

If two nodes each had 2K+ events that the other node did not have it was possible for the protocol to deadlock as both nodes tried to write those events...

This is not complete, however I have the tree by itself passing the property tests so I think it might be an ok time to share it around a bit....

The unvalidated module contains structures and can serialize and deserialze into Ceramic Events (i.e. dagcbor IPLD blocks). Additionally a method to construct an EventId from the raw data is added.

All `Store` tests run with postgres and sqlite. Postgres tests no-op unless `PG_TESTS=1`, so that `cargo test` still passes even if you haven't set up a docker postgres image. In...

Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.13.1 to 1.13.2. Release notes Sourced from smallvec's releases. v1.13.2 What's Changed Add more tests for UB by @​workingjubilee in servo/rust-smallvec#346 Fix UB on out-of-bounds insert() by...

dependencies