Skip to content

v8.1.0

Choose a tag to compare

@dmitrizagidulin dmitrizagidulin released this 05 Sep 23:14
· 2 commits to main since this release

Changed

  • Route multikey header, codec, and length checks through
    decodeMultikey()/MultikeyCodec from @interop/data-integrity-core/multihash
    instead of hand-rolled base58 slicing. This closes gaps in the previous
    validation, which checked the header bytes but not the key length or the
    multibase z prefix on every path.