ssbc / ssb-validate2-rsjs

Cryptographic validation of Scuttlebutt messages in the form of bindings (Rust) for Node.js.
3 stars 0 forks source link

Add method for multi-author out-of-order validation #11

Closed mycognosist closed 3 years ago

mycognosist commented 3 years ago

Adds support for validating an array of out-of-order messages by multiple authors. This has been made possible by the addition of multi-author support to ssb-validate (https://github.com/mycognosist/ssb-validate/pull/13).

Major changes

Minor changes