Skip to content

v1.1.0

Compare
Choose a tag to compare
@dtfiedler dtfiedler released this 03 Jun 19:33
· 514 commits to main since this release

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)