0.14.1-beta.1
Pre-release
Pre-release
·
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
_rootcomputation - 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