dart_ipfs_core 1.11.5
dart_ipfs_core: ^1.11.5 copied to clipboard
Stable core primitives for dart_ipfs (CID, multihash, multibase, block, codecs, crypto).
Changelog #
All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.11.5 Unreleased #
Added #
- Initial extraction of
dart_ipfs_corefrom thedart_ipfsumbrella package. - Stable core primitives:
CID,MultibaseUtils,Multicodec,MultihashInfo,MultihashUtils. - Block abstractions:
Block,IBlock,IBlockStore,BlockStoreResult,InMemoryBlockStore. - Common codecs:
IPLDCodec,RawCodec,DagCborCodec,DagJsonCodec. - Cryptographic helpers:
CryptoUtils,EncryptedData,Ed25519Signer,KeyPairExtensions. - Small immutable data structures:
ImmutableBytes,TypedMap.