Skip to content

0.14.1-beta.1

Pre-release
Pre-release

Choose a tag to compare

@ltardivo ltardivo released this 01 Mar 23:44
· 2115 commits to main since this release

Library

  • Add a new way of querying for smart objects by module specifier
const mod = await computer.export(`export const x = ${Math.random()}`)
a = await computer.new(A, [], mod)
const revs = await computer.query({ mod })
expect(revs.length).eq(1)
  • Fix bug in off-chain storage and encryption
  • Run integration and unit tests with all bundles
  • Consolidate tsconfig files
  • Fix bug in _root computation
  • More work on Readme files

Node

  • Ensure that the node resumes synchronization where it left off on restart
  • Add daily rotation of log files

NFT app

  • Include an script for deploying smart contracts
  • Import smart contracts from modules
  • Start adding trustless trading
  • Start adding royalty payments and offers
  • UI/UX improvements