Skip to content

Latest commit

 

History

History
63 lines (37 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

63 lines (37 loc) · 1.18 KB

@siafoundation/sdk

0.2.4

Patch Changes

0.2.3

Patch Changes

0.2.2

Patch Changes

0.2.1

Patch Changes

0.2.0

Minor Changes

  • 8c3dcc8a: The SDK now works in non-browser environments like nodejs and bun.

0.1.1

Patch Changes

0.1.0

Minor Changes

  • f0921aef: signTransaction has been updated to the more specific signTransactionV1.
  • f0921aef: WebTransportClient no longer requires the SDK API as an explicit constructor parameter.
  • 8aa3db00: Wallet and transaction signing methods are now part of the sdk.
  • 6c0ee434: Updated SDK to latest core changes, updated structure.

Patch Changes

0.0.2

Patch Changes

  • d9578e36: Initial web SDK with WebTransport RHP4 protocol support.
  • b3e12c99: The package has been updated to use Next 14.