Skip to content

Releases: ar-io/ar-io-sdk

v1.2.2

11 Jul 13:59
Compare
Choose a tag to compare

1.2.2 (2024-07-11)

Bug Fixes

  • api: ensure timestamps are always in miliseconds (93b162f)

v1.2.1

04 Jul 00:20
Compare
Choose a tag to compare

1.2.1 (2024-07-04)

Bug Fixes

  • io: default the IO process to use testnet (61bca5c)

v1.2.0

03 Jul 14:36
Compare
Choose a tag to compare

1.2.0 (2024-07-03)

Features

  • ant: add balance APIs to ant interface (ec67440)
  • ant: add utility for fetchint ant modules owned by wallet (01f7ec9)
  • ants: support ANT apis in SDK (b187aeb)
  • ao: add spawn ant util (d02566e)
  • ao: experiment with initial implementation of ao contract (6118cea)
  • io: add getInfo method to io class (4ef25ec)
  • io: implement io/ao classes that call process apis (aab8967)

v1.1.1

06 Jun 23:59
Compare
Choose a tag to compare

1.1.1 (2024-06-06)

Bug Fixes

  • api: default evalution options on getArNSReservedNames api (0a1f22e)

v1.1.0

03 Jun 19:33
Compare
Choose a tag to compare

1.1.0 (2024-06-03)

Bug Fixes

  • api: make evaluation options optional on the interface (9e5a1c0)
  • api: remove unused variable for epochBlockHeight (98c5ebc)
  • arweave: default to arweave.net (84c9653)
  • axios: add back axios-retry (9aae4de)
  • errors: throw AbortError on signal aborted (63bd395)
  • getContracts: only implement util for now (6b29c2f)
  • gql query: dont abstract the data protocol query (f0b8f77)
  • imports: import type from base route warp-contracts (bf99a85)
  • init: allow signer to be undefined and if so return readable (b6a05e2)
  • init: fix type for init to allow undefined signer (0a64ea9)
  • init: rmeove unnecessary destructuring (81af1af)
  • remove epochBlockHeight from interface (b646f08)
  • types: remove DataItem from WriteInteractionResult (eadb1a1)
  • types: use gql node interface for dataProtocolTransaction (79cebd9)
  • warp: ensure contract init on read interactions (bc3d1b8)

Features

  • getContracts: add get contracts on network specific providers like WarpContract (603d36e)
  • gql util: add smartweave gql utils (5ea3aab)
  • write: add tags support to write interactions on warp-contract and saveObservations (46eb4c9)

v1.0.8

29 May 18:48
Compare
Choose a tag to compare

1.0.8 (2024-05-29)

Bug Fixes

  • api: add getPriceForInteration api to ario contract (3b8083c)
  • bundle: minify web bundle (9266676)
  • method: use function map for method name (439ec1f)
  • release: push a commit to release v1.0.8.alpha-3 (2cf0d9e)
  • reserved: add reserved arns name get methods (ad203ef)
  • signer: check if method is property of signer before using (c52783c)
  • signing: modify signer to assume the signer type based on public key being undefined (b775c96)
  • test: add dockerfile for running tests in certain node environments (86cf2ad)

v1.0.7

23 May 17:31
Compare
Choose a tag to compare

1.0.7 (2024-05-23)

Bug Fixes

  • ario: add extendLease and increaseUndernameSupport apis (1b13b5e)
  • atleastOne: fix the AtLeastOne type (ffd0869)
  • deps: force arweavve to 1.15.1 (2448598)
  • joinnetwork: make params required - properties and note (89db674)
  • mIO: update tests and use overwrite type to allow mIOtoken for certain paramaters (badcece)
  • naming: change to increaseUndernameLimit (9b72c1e)
  • readme: update ario apis (4af0862)
  • tests: update extend test util to include a test domain (e959b7c)
  • token: add mIO and IO token classes to exports (f47f7d5)
  • types: add delegated gateway type (c877496)
  • types: export the token types (dfc83ae)
  • types: remove visible types (6ab1fc3)
  • types: update Gateway delegates type to use the new GatewayDelegate (ac7e924)
  • warp: bump warp version (db7344d)

v1.0.6

07 May 19:14
Compare
Choose a tag to compare

1.0.6 (2024-05-07)

Bug Fixes

  • warp: bump warp to fix AbortError issue on warp imports for web (c9a5613)

v1.0.5

02 May 21:40
Compare
Choose a tag to compare

1.0.5 (2024-05-02)

Bug Fixes

  • cjs: provide path alias for warp in cjs export (7f9bf9a)
  • logger: replace winston with bunyan (0488f75)
  • util: add FQDN regex that matches ArNS contract (e6d7396)
  • utils: manally conver from b64 to b64url to avoid web polyfill issues (766035c)
  • utils: use base64 for fromB64url util (42302ef)
  • warp-contract: correctly throw error in write interaction (c2368dd)

v1.0.4

30 Apr 22:02
Compare
Choose a tag to compare

1.0.4 (2024-04-30)

Bug Fixes

  • ario: update joinNetwork to accept observerWallet param (6a32dd1)