Skip to content

Commit

Permalink
Release v3.1.0-next.3 (#151)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 12, 2024
1 parent 836d917 commit febc970
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"short-cars-cheat",
"sixty-brooms-shout",
"sour-ties-allow",
"tall-actors-sell",
"twelve-suns-protect",
"two-peas-give",
"unlucky-windows-remember",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# `@bitauth/libauth`

## 3.1.0-next.3

### Minor Changes

- [#150](https://github.com/bitauth/libauth/pull/150) [`836d917`](https://github.com/bitauth/libauth/commit/836d9172f556889150ced64d8d991d1dfa3d3c79) Thanks [@bitjson](https://github.com/bitjson)! - Speculatively implement P2S, OP_EVAL, and OP_POW

## 3.1.0-next.2

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bitauth/libauth",
"version": "3.1.0-next.2",
"version": "3.1.0-next.3",
"description": "ultra-lightweight library for Bitcoin Cash, Bitcoin, and Bitauth",
"type": "module",
"main": "./build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/engine/types/template-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ export type WalletTemplateScriptLocking = WalletTemplateScript & {
* The presence of the `lockingType` property indicates that this script is a
* locking script. It must be present on any script referenced by the
* `unlocks` property of another script.
*
*
* TODO: migrate `standard` -> `p2s`
*/
lockingType: 'p2sh20' | 'p2sh32' | 'standard';
Expand Down

0 comments on commit febc970

Please sign in to comment.