Skip to content

3.0.0

Compare
Choose a tag to compare
@dimitrov-d dimitrov-d released this 09 Apr 08:52
· 41 commits to master since this release
9669584

Computing

  • [Added] Computing module and ComputingContract model
  • [Added] support for Phala computing contract functionalities: Create and get contract, list contracts and transactions, encrypt files through contract, transfer contract ownership

Social

  • [Added] Social module which includes SocialHub and SocialChannel entities
  • [Added] support for Apillon Social functionalities: Create, list and get hubs and channels

NFTs

  • [Added] Support for Substrate NFTs and new createSubstrate method
  • [Added] New types, docs and examples for creating substrate NFTs

Storage

  • [Added] bucketType property to StorageBucket class
  • [Fixed] Issue where file upload payload was too large
  • [Removed] CIDv1 field from storage, now the CID field is v1 by default

General

  • Code cleanup and refactor

CLI v1.3.0

  • [Added] Support for Substrate NFTs and new --substrate flag for nfts create-collection command