Skip to content

Commit 681f962

Browse files
authored
Merge pull request #149 from bitauth/changeset-release/next
Release v3.1.0-next.2
2 parents 1ae893c + 10b1eeb commit 681f962

File tree

3 files changed

+41
-2
lines changed

3 files changed

+41
-2
lines changed

.changeset/pre.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,31 @@
55
"@bitauth/libauth": "3.0.0"
66
},
77
"changesets": [
8+
"breezy-tables-enjoy",
9+
"clean-adults-explain",
810
"cold-cups-eat",
911
"curvy-pandas-agree",
12+
"eight-mirrors-arrive",
13+
"fair-zoos-tap",
1014
"famous-spies-drive",
15+
"fast-ghosts-fix",
1116
"great-ducks-roll",
1217
"happy-insects-wait",
1318
"itchy-dancers-confess",
1419
"long-hairs-jam",
20+
"modern-cobras-drop",
1521
"nervous-carrots-punch",
22+
"nice-flies-listen",
1623
"orange-suits-impress",
24+
"quiet-ducks-sneeze",
1725
"seven-ligers-drum",
26+
"shaggy-monkeys-tell",
27+
"short-cars-cheat",
1828
"sixty-brooms-shout",
1929
"sour-ties-allow",
2030
"twelve-suns-protect",
2131
"two-peas-give",
22-
"unlucky-windows-remember"
32+
"unlucky-windows-remember",
33+
"wet-pans-confess"
2334
]
2435
}

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# `@bitauth/libauth`
22

3+
## 3.1.0-next.2
4+
5+
### Minor Changes
6+
7+
- [#148](https://github.com/bitauth/libauth/pull/148) [`76879be`](https://github.com/bitauth/libauth/commit/76879be3f74b8b4829c2100e7a2954eb845ad7d8) Thanks [@bitjson](https://github.com/bitjson)! - Extend AuthenticationErrorCommon with all transaction verification errors
8+
9+
- [#148](https://github.com/bitauth/libauth/pull/148) [`76879be`](https://github.com/bitauth/libauth/commit/76879be3f74b8b4829c2100e7a2954eb845ad7d8) Thanks [@bitjson](https://github.com/bitjson)! - Add support for warnings in VMB test generation
10+
11+
- [#148](https://github.com/bitauth/libauth/pull/148) [`76879be`](https://github.com/bitauth/libauth/commit/76879be3f74b8b4829c2100e7a2954eb845ad7d8) Thanks [@bitjson](https://github.com/bitjson)! - Add support for verifying VMB tests against BCHN metrics and fail reasons
12+
13+
- [#148](https://github.com/bitauth/libauth/pull/148) [`76879be`](https://github.com/bitauth/libauth/commit/76879be3f74b8b4829c2100e7a2954eb845ad7d8) Thanks [@bitjson](https://github.com/bitjson)! - Prevent excessive hashing in null-signature CHECKMULTISIG
14+
15+
- [#148](https://github.com/bitauth/libauth/pull/148) [`76879be`](https://github.com/bitauth/libauth/commit/76879be3f74b8b4829c2100e7a2954eb845ad7d8) Thanks [@bitjson](https://github.com/bitjson)! - Submodule BCHN and extend package scripts to verify VMB tests
16+
17+
- [#148](https://github.com/bitauth/libauth/pull/148) [`76879be`](https://github.com/bitauth/libauth/commit/76879be3f74b8b4829c2100e7a2954eb845ad7d8) Thanks [@bitjson](https://github.com/bitjson)! - Expand VMB test coverage
18+
19+
### Patch Changes
20+
21+
- [#148](https://github.com/bitauth/libauth/pull/148) [`76879be`](https://github.com/bitauth/libauth/commit/76879be3f74b8b4829c2100e7a2954eb845ad7d8) Thanks [@bitjson](https://github.com/bitjson)! - Fix operation cost in OP_SIZE
22+
23+
- [#148](https://github.com/bitauth/libauth/pull/148) [`76879be`](https://github.com/bitauth/libauth/commit/76879be3f74b8b4829c2100e7a2954eb845ad7d8) Thanks [@bitjson](https://github.com/bitjson)! - Move VMB test duplication checking to start of generation
24+
25+
- [#148](https://github.com/bitauth/libauth/pull/148) [`76879be`](https://github.com/bitauth/libauth/commit/76879be3f74b8b4829c2100e7a2954eb845ad7d8) Thanks [@bitjson](https://github.com/bitjson)! - Fix operation cost in OP_NIP
26+
27+
- [#148](https://github.com/bitauth/libauth/pull/148) [`76879be`](https://github.com/bitauth/libauth/commit/76879be3f74b8b4829c2100e7a2954eb845ad7d8) Thanks [@bitjson](https://github.com/bitjson)! - Fix operation cost in OP_ROLL
28+
29+
- [#148](https://github.com/bitauth/libauth/pull/148) [`76879be`](https://github.com/bitauth/libauth/commit/76879be3f74b8b4829c2100e7a2954eb845ad7d8) Thanks [@bitjson](https://github.com/bitjson)! - Fix bug in isMinimalDataPush for OP_PUSHBYTES_1
30+
331
## 3.1.0-next.1
432

533
### Minor Changes

package.json

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

0 commit comments

Comments
 (0)