Skip to content

0.15.0-beta.0

Pre-release
Pre-release

Choose a tag to compare

@ltardivo ltardivo released this 08 Mar 23:11
· 2111 commits to main since this release

Library

  • Implemented a new format for revisions: we are now using the syntax txId:outputIndex to better integrate with the ordinals ecosystem and simplify the usage of revisions in URL query strings.
  • Updated the computer.fund() function to accept an array of revision strings instead of an array of UnspentOutput objects for the include and exclude parameters. This way users do not need to create UnspentOutput objects.
  • Modified the type of computer.getUtxos() to return an array of revisions (string[]) instead of an array of UnspentOutput objects.

Node

  • Upgraded to Litecoin version 0.21.2.2.
  • Added a new index to the database for querying by module specifier.
  • Enforce that off-chain data is communicated only via https between the node and the client.

Open Source Projects

  • Optimized page loading behavior.
  • Refactored the user interface.

NFT

  • More work on creating and accepting offers for NFTs.
  • The offers are sent thought the Bitcoin Computer off-chain solution to reduce the fees.
  • Enabled non-logged-in users to view all NFTs.
  • Optimized page loading behavior.

Docs

  • Improved documentation for computer.fund() and computer.getUtxos().
  • Added examples for querying by module specifier.