Skip to content

Releases: ardriveapp/turbo-sdk

v1.7.0

25 Apr 15:57
Compare
Choose a tag to compare

1.7.0 (2024-04-25)

Features

  • upload: allow eth and sol signing for upload PE-5941 (bfcdc4b)
  • upload: allow eth/sol signer types PE-5941 (9902501)

v1.6.0

24 Apr 16:21
Compare
Choose a tag to compare

1.6.0 (2024-04-24)

Features

  • top up: allow eth/sol destination for fiat top up PE-6034 (dabe123)
  • top up: allow eth/sol destination for fiat top up PE-6034 (8ca05ab)

v1.5.0

16 Apr 21:02
Compare
Choose a tag to compare

1.5.0 (2024-04-16)

Bug Fixes

  • export Arconnect and ArweaveSigner from env specific signers (b94ffdc)
  • fund with ar: add web esm compatible arweave export PE-5849 (9681e06)

Features

  • crypto payments: init fund methods PE-5849 (5ec1687)
  • crypto payments: refactor arweave-js out of signer PE-5849 (aa7836b)
  • fund with ar: add ToTokenAmount helper utils PE-5849 (37417dd)
  • fund with ar: catch polling error PE-5849 (8bb9b1f)
  • fund with ar: continue polling on request error PE-5849 (a324ca1)
  • fund with ar: throw no wallet found as error PE-5849 (d1d2e7a)
  • signers: exports arbundles ArconnectSigner and ArweaveSigner (41c85ed)

v1.4.2

15 Mar 16:41
Compare
Choose a tag to compare

1.4.2 (2024-03-15)

Bug Fixes

  • arbundles: pin arbundles to 0.9.9 and run tests locally (c92ce38)

v1.4.1

11 Mar 15:52
Compare
Choose a tag to compare

1.4.1 (2024-03-11)

Bug Fixes

  • checkout session: correct query param, change type, add coverage PE-5790 (4fc6115)

v1.4.0

30 Jan 20:20
Compare
Choose a tag to compare

1.4.0 (2024-01-30)

Features

  • ui mode: support query param for checkout session ui mode PE-5332 (18dec34)

v1.3.0

03 Jan 17:20
Compare
Choose a tag to compare

1.3.0 (2024-01-03)

Bug Fixes

  • web: ensure we have the public key for arconnect wallets when signing data (7dd9ae0)
  • web: remove reference to node:crypto in websigner, use signer to signer to sign header (45a413d)

Features

  • signer: allow an optional signer to be passed instead of JWK for signing data items (b70cfa2)

v1.2.0

15 Dec 17:13
Compare
Choose a tag to compare

1.2.0 (2023-12-15)

Features

  • data item opts: init tags anchor and target support PE-5035 (6b95881)

v1.1.1

14 Dec 03:08
Compare
Choose a tag to compare

1.1.1 (2023-12-14)

Bug Fixes

  • exports: use bundled export to avoid issue with polyfilled features needed for web (6e559d6)
  • exports: web exports reference an invalid build path (d663498)
  • polyfills: update esbuild script to include crypto polyfill (61b66ec)

v1.1.0

10 Nov 17:52
Compare
Choose a tag to compare

1.1.0 (2023-11-10)

Bug Fixes

  • axios: set maxRedirects to 0 on our axios instances (0e7ae17)

Features

  • logger: add configurable global logger (e6f341a)