0.15.0-beta.0
Pre-release
Pre-release
·
2111 commits
to main
since this release
Library
- Implemented a new format for revisions: we are now using the syntax
txId:outputIndexto 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 ofUnspentOutputobjects for the include and exclude parameters. This way users do not need to createUnspentOutputobjects. - Modified the type of
computer.getUtxos()to return an array of revisions (string[]) instead of an array ofUnspentOutputobjects.
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()andcomputer.getUtxos(). - Added examples for querying by module specifier.