Skip to content

Commit

Permalink
Merge pull request #149 from bitauth/changeset-release/next
Browse files Browse the repository at this point in the history
Release v3.1.0-next.2
  • Loading branch information
bitjson authored Nov 15, 2024
2 parents 1ae893c + 10b1eeb commit 681f962
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
13 changes: 12 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,31 @@
"@bitauth/libauth": "3.0.0"
},
"changesets": [
"breezy-tables-enjoy",
"clean-adults-explain",
"cold-cups-eat",
"curvy-pandas-agree",
"eight-mirrors-arrive",
"fair-zoos-tap",
"famous-spies-drive",
"fast-ghosts-fix",
"great-ducks-roll",
"happy-insects-wait",
"itchy-dancers-confess",
"long-hairs-jam",
"modern-cobras-drop",
"nervous-carrots-punch",
"nice-flies-listen",
"orange-suits-impress",
"quiet-ducks-sneeze",
"seven-ligers-drum",
"shaggy-monkeys-tell",
"short-cars-cheat",
"sixty-brooms-shout",
"sour-ties-allow",
"twelve-suns-protect",
"two-peas-give",
"unlucky-windows-remember"
"unlucky-windows-remember",
"wet-pans-confess"
]
}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# `@bitauth/libauth`

## 3.1.0-next.2

### Minor Changes

- [#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

- [#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

- [#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

- [#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

- [#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

- [#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

### Patch Changes

- [#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

- [#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

- [#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

- [#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

- [#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

## 3.1.0-next.1

### 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.1",
"version": "3.1.0-next.2",
"description": "ultra-lightweight library for Bitcoin Cash, Bitcoin, and Bitauth",
"type": "module",
"main": "./build/index.js",
Expand Down

0 comments on commit 681f962

Please sign in to comment.