Skip to content

Commit febc970

Browse files
Release v3.1.0-next.3 (#151)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 836d917 commit febc970

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"short-cars-cheat",
2828
"sixty-brooms-shout",
2929
"sour-ties-allow",
30+
"tall-actors-sell",
3031
"twelve-suns-protect",
3132
"two-peas-give",
3233
"unlucky-windows-remember",

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# `@bitauth/libauth`
22

3+
## 3.1.0-next.3
4+
5+
### Minor Changes
6+
7+
- [#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
8+
39
## 3.1.0-next.2
410

511
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitauth/libauth",
3-
"version": "3.1.0-next.2",
3+
"version": "3.1.0-next.3",
44
"description": "ultra-lightweight library for Bitcoin Cash, Bitcoin, and Bitauth",
55
"type": "module",
66
"main": "./build/index.js",

src/lib/engine/types/template-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ export type WalletTemplateScriptLocking = WalletTemplateScript & {
841841
* The presence of the `lockingType` property indicates that this script is a
842842
* locking script. It must be present on any script referenced by the
843843
* `unlocks` property of another script.
844-
*
844+
*
845845
* TODO: migrate `standard` -> `p2s`
846846
*/
847847
lockingType: 'p2sh20' | 'p2sh32' | 'standard';

0 commit comments

Comments
 (0)