Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/packages/helpers/simple.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: pkg-simple
title: '@bsv/simple'
kind: package
domain: helpers
version: '0.5.0'
version: '0.5.1'
source_repo: 'bsv-blockchain/ts-stack'
last_updated: '2026-08-10'
last_verified: '2026-08-10'
last_updated: '2026-08-14'
last_verified: '2026-08-14'
review_cadence_days: 30
npm: 'https://www.npmjs.com/package/@bsv/simple'
repo: 'https://github.com/bsv-blockchain/ts-stack/tree/main/packages/helpers/simple'
Expand Down
6 changes: 3 additions & 3 deletions docs/packages/messaging/authsocket-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: pkg-authsocket-client
title: '@bsv/authsocket-client'
kind: package
domain: messaging
version: '2.1.4'
version: '2.1.5'
source_repo: 'bsv-blockchain/ts-stack'
last_updated: '2026-07-31'
last_verified: '2026-07-31'
last_updated: '2026-08-14'
last_verified: '2026-08-14'
review_cadence_days: 30
npm: 'https://www.npmjs.com/package/@bsv/authsocket-client'
repo: 'https://github.com/bsv-blockchain/ts-stack/tree/main/packages/messaging/authsocket-client'
Expand Down
6 changes: 3 additions & 3 deletions docs/packages/messaging/authsocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: pkg-authsocket
title: '@bsv/authsocket'
kind: package
domain: messaging
version: '2.1.5'
version: '2.1.6'
source_repo: 'bsv-blockchain/ts-stack'
last_updated: '2026-07-31'
last_verified: '2026-07-31'
last_updated: '2026-08-14'
last_verified: '2026-08-14'
review_cadence_days: 30
npm: 'https://www.npmjs.com/package/@bsv/authsocket'
repo: 'https://github.com/bsv-blockchain/ts-stack/tree/main/packages/messaging/authsocket'
Expand Down
10 changes: 7 additions & 3 deletions docs/packages/messaging/message-box-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: pkg-message-box-client
title: '@bsv/message-box-client'
kind: package
domain: messaging
version: '2.4.0'
version: '2.4.1'
source_repo: 'bsv-blockchain/ts-stack'
last_updated: '2026-08-10'
last_verified: '2026-08-10'
last_updated: '2026-08-14'
last_verified: '2026-08-14'
review_cadence_days: 30
npm: 'https://www.npmjs.com/package/@bsv/message-box-client'
repo: 'https://github.com/bsv-blockchain/ts-stack/tree/main/packages/messaging/message-box-client'
Expand All @@ -27,6 +27,10 @@ npm install @bsv/message-box-client @bsv/sdk
```

`@bsv/sdk` is a required peer. Node.js 22 or newer is supported.
Use SDK 2.4.1 or newer so BRC-29 sends accept both historical `number[]` and
binary Wallet Wire `Uint8Array` transaction results. Payment receipt also
recovers pending typed-array tokens serialized through JSON as numeric-key
objects.

## Quick start

Expand Down
6 changes: 3 additions & 3 deletions docs/packages/middleware/auth-express-middleware.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: pkg-auth-express-middleware
title: '@bsv/auth-express-middleware'
kind: package
domain: middleware
version: '2.2.1'
version: '2.2.2'
source_repo: 'bsv-blockchain/ts-stack'
last_updated: '2026-08-04'
last_verified: '2026-08-04'
last_updated: '2026-08-14'
last_verified: '2026-08-14'
review_cadence_days: 30
npm: 'https://www.npmjs.com/package/@bsv/auth-express-middleware'
repo: 'https://github.com/bsv-blockchain/ts-stack/tree/main/packages/middleware/auth-express-middleware'
Expand Down
10 changes: 7 additions & 3 deletions docs/packages/sdk/bsv-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: bsv-sdk
title: '@bsv/sdk'
kind: package
domain: sdk
version: '2.4.0'
version: '2.4.1'
npm: '@bsv/sdk'
last_updated: '2026-08-10'
last_verified: '2026-08-10'
last_updated: '2026-08-14'
last_verified: '2026-08-14'
review_cadence_days: 30
status: stable
tags: ['sdk', 'crypto', 'transactions']
Expand Down Expand Up @@ -142,6 +142,10 @@ console.log(publicKey, action.txid)

`WalletClient` implements the BRC-100 method surface. It discovers a wallet substrate such as BSV Desktop over localhost or BSV Browser over a postMessage bridge.

`CreateActionResult` can carry AtomicBEEF as either a historical `number[]` or
a binary Wallet Wire `Uint8Array`. BRC-29 remittance accepts both and emits a
portable `number[]` settlement artifact for JSON-safe transport.

For advanced postMessage integrations, `XDM` defaults to the wildcard target
origin so public apps, mobile webviews, and opaque origins can reach an embedded
wallet. Every response must still come from the current parent window and match
Expand Down
6 changes: 3 additions & 3 deletions docs/packages/wallet/btms.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ title: '@bsv/btms'
kind: package
domain: wallet
npm: '@bsv/btms'
version: '1.2.0'
last_updated: '2026-08-10'
last_verified: '2026-08-10'
version: '1.2.1'
last_updated: '2026-08-14'
last_verified: '2026-08-14'
review_cadence_days: 30
status: stable
tags: ['tokens', 'protocol']
Expand Down
6 changes: 3 additions & 3 deletions docs/packages/wallet/wallet-relay.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ title: '@bsv/wallet-relay'
kind: package
domain: wallet
npm: '@bsv/wallet-relay'
version: '0.3.4'
last_updated: '2026-07-30'
last_verified: '2026-07-30'
version: '0.3.5'
last_updated: '2026-08-14'
last_verified: '2026-08-14'
review_cadence_days: 30
status: stable
tags: ['wallet', 'relay']
Expand Down
6 changes: 3 additions & 3 deletions docs/packages/wallet/wallet-toolbox-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ id: pkg-wallet-toolbox-client
title: '@bsv/wallet-toolbox-client'
kind: package
domain: wallet
version: '2.10.1'
last_updated: '2026-08-13'
last_verified: '2026-08-13'
version: '2.10.2'
last_updated: '2026-08-14'
last_verified: '2026-08-14'
review_cadence_days: 30
npm: 'https://www.npmjs.com/package/@bsv/wallet-toolbox-client'
repo: 'https://github.com/bsv-blockchain/ts-stack/tree/main/packages/wallet/wallet-toolbox/client'
Expand Down
6 changes: 3 additions & 3 deletions docs/packages/wallet/wallet-toolbox-mobile.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ id: pkg-wallet-toolbox-mobile
title: '@bsv/wallet-toolbox-mobile'
kind: package
domain: wallet
version: '2.10.1'
last_updated: '2026-08-13'
last_verified: '2026-08-13'
version: '2.10.2'
last_updated: '2026-08-14'
last_verified: '2026-08-14'
review_cadence_days: 30
npm: 'https://www.npmjs.com/package/@bsv/wallet-toolbox-mobile'
repo: 'https://github.com/bsv-blockchain/ts-stack/tree/main/packages/wallet/wallet-toolbox/mobile'
Expand Down
6 changes: 3 additions & 3 deletions docs/packages/wallet/wallet-toolbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ title: '@bsv/wallet-toolbox'
kind: package
domain: wallet
npm: '@bsv/wallet-toolbox'
version: '2.10.1'
last_updated: '2026-08-13'
last_verified: '2026-08-13'
version: '2.10.2'
last_updated: '2026-08-14'
last_verified: '2026-08-14'
review_cadence_days: 30
status: stable
tags: ['wallet', 'brc100']
Expand Down
Loading
Loading