@bsv/wallet-toolbox 2.10.3 → 2.10.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,28 @@
1
+ # Open BSV License version 4
2
+
3
+ Copyright (c) 2023 BSV Blockchain Association ("Bitcoin Association")
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ 1 - The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ 2 - The Software, and any software that is derived from the Software or parts thereof,
16
+ can only be used on the Bitcoin SV blockchains. The Bitcoin SV blockchains are defined,
17
+ for purposes of this license, as the Bitcoin blockchain containing block height #556767
18
+ with the hash "000000000000000001d956714215d96ffc00e0afda4cd0a96c96f8d802b1662b" and
19
+ that contains the longest persistent chain of blocks accepted by this Software and which are valid under the rules set forth in the Bitcoin white paper (S. Nakamoto, Bitcoin: A Peer-to-Peer Electronic Cash System, posted online October 2008) and the latest version of this Software available in this repository or another repository designated by Bitcoin Association,
20
+ as well as the test blockchains that contain the longest persistent chains of blocks accepted by this Software and which are valid under the rules set forth in the Bitcoin whitepaper (S. Nakamoto, Bitcoin: A Peer-to-Peer Electronic Cash System, posted online October 2008) and the latest version of this Software available in this repository, or another repository designated by Bitcoin Association
21
+
22
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
28
+ THE SOFTWARE.
package/README.md CHANGED
@@ -449,4 +449,6 @@ for the full stack-wide policy.
449
449
 
450
450
  ## License
451
451
 
452
- Released under the [Open BSV License](./LICENSE.txt).
452
+ This package is released under the [Open BSV License Version 6](./LICENSE.txt).
453
+ The accompanying [THIRD_PARTY_NOTICES.md](./THIRD_PARTY_NOTICES.md) and
454
+ [LICENSES/](./LICENSES/) preserve the package's earlier Open BSV grant.
@@ -0,0 +1,35 @@
1
+ <!-- Generated by scripts/third-party-license-policy.mjs. Do not edit by hand. -->
2
+
3
+ # Third-Party Notices
4
+
5
+ The Open BSV License Version 6 in `LICENSE.txt` applies to current TS Stack
6
+ first-party contributions. It does not replace, narrow, or relicense historical
7
+ or third-party material identified below. Each identified portion remains available
8
+ under its stated terms.
9
+
10
+ Distributors must keep this file and the referenced `LICENSES/` files with source,
11
+ npm tarballs, browser bundles, WebAssembly artifacts, and container images that
12
+ contain the corresponding material. Ordinary dependency licenses remain with those
13
+ dependencies and are additionally inventoried in release SBOMs.
14
+
15
+ Registry: `governance/third-party-materials.json`
16
+
17
+ ## Release clearance status
18
+
19
+ The notices below reduce attribution risk but do not create rights. A release is
20
+ blocked while any item marked `required` remains unresolved.
21
+
22
+ - **2026-stack-license-uniformization-authority — cleared:** The uniformization changed 107 total paths, including 55 license or policy texts; all 28 preexisting license/policy files are inventoried and every prior grant remains scoped to its snapshot code, so no blanket retroactive relicensing authority is relied upon.
23
+ Accepted evidence: governance/license-continuity.json, governance/license-evidence/pre-uniformization-root-policy.md, and the nine hash-pinned historical Open BSV texts.
24
+
25
+ ## Wallet Toolbox pre-uniformization Open BSV License version 4 source (snapshot d215223af67b2b08ef628e8e07f5cff8b60ec9b3)
26
+
27
+ - License: `LicenseRef-Open-BSV-License-4`
28
+ - Use in this stack: license continuity for wallet source present before the 2026 license-file uniformization
29
+ - Upstream: https://github.com/bsv-blockchain/ts-stack/tree/d215223af67b2b08ef628e8e07f5cff8b60ec9b3/packages/wallet/wallet-toolbox
30
+ - License text: [Open-BSV-License-4-wallet-pre-2026.txt](./LICENSES/Open-BSV-License-4-wallet-pre-2026.txt)
31
+ - Incorporated paths:
32
+ - `packages/wallet/wallet-toolbox`
33
+ - `packages/wallet/wallet-toolbox-examples`
34
+
35
+ Copyright (c) 2023 BSV Blockchain Association (Bitcoin Association)
package/docs/README.md CHANGED
@@ -22,9 +22,8 @@ The documentation is split into various pages, each covering a set of related fu
22
22
 
23
23
  ## Open RPC
24
24
 
25
- StorageClient implements the WalletStorageProvider interface over https using a JSON-RPC api which can be explored using the JSight UI.
26
-
27
- - [StorageClient JSight UI](https://bsv-blockchain.github.io/wallet-toolbox/open-rpc)
25
+ `StorageClient` implements `WalletStorageProvider` over HTTPS using JSON-RPC.
26
+ Its maintained API documentation is in the [Storage reference](./storage.md#class-storageclient).
28
27
 
29
28
  ## Getting Started
30
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bsv/wallet-toolbox",
3
- "version": "2.10.3",
3
+ "version": "2.10.4",
4
4
  "sideEffects": false,
5
5
  "type": "commonjs",
6
6
  "engines": {
@@ -34,14 +34,16 @@
34
34
  "docs/",
35
35
  "README.md",
36
36
  "CHANGELOG.md",
37
- "LICENSE.txt"
37
+ "LICENSE.txt",
38
+ "THIRD_PARTY_NOTICES.md",
39
+ "LICENSES"
38
40
  ],
39
41
  "repository": {
40
42
  "type": "git",
41
43
  "url": "git+https://github.com/bsv-blockchain/ts-stack.git",
42
44
  "directory": "packages/wallet/wallet-toolbox"
43
45
  },
44
- "author": "Tone Engel",
46
+ "author": "BSV Association",
45
47
  "license": "SEE LICENSE IN LICENSE.txt",
46
48
  "keywords": [
47
49
  "bsv",
@@ -54,8 +56,8 @@
54
56
  },
55
57
  "homepage": "https://github.com/bsv-blockchain/ts-stack/tree/main/packages/wallet/wallet-toolbox#readme",
56
58
  "dependencies": {
57
- "@bsv/auth-express-middleware": "^2.2.2",
58
- "@bsv/payment-express-middleware": "^2.1.5",
59
+ "@bsv/auth-express-middleware": "^2.2.3",
60
+ "@bsv/payment-express-middleware": "^2.1.6",
59
61
  "@types/express": "^5.0.6",
60
62
  "better-sqlite3": "^13.0.2",
61
63
  "body-parser": "^2.3.0",
@@ -69,8 +71,8 @@
69
71
  "ws": "^8.21.1"
70
72
  },
71
73
  "devDependencies": {
72
- "@bsv/sdk": "^2.4.1",
73
- "@bsv/verifast": "^0.3.4",
74
+ "@bsv/sdk": "^2.4.2",
75
+ "@bsv/verifast": "^0.3.5",
74
76
  "@jest/globals": "^30.4.1",
75
77
  "@types/body-parser": "^1.19.6",
76
78
  "@types/cors": "^2.8.19",