Skip to content

v2.4.0

Latest
Compare
Choose a tag to compare
@dtfiedler dtfiedler released this 12 Nov 19:02
· 1 commit to main since this release

2.4.0 (2024-11-12)

Bug Fixes

  • ant: add reassignName to ant implementation (9e705a9)
  • auctions: fix submitAuctionApi to accept type and years (6780a80)
  • auctions: update auction APIs and types (5fd2ccc)
  • auctions: update read APIs to fetch auctions, use vite example display active auction (32001c2)
  • auctions: update types and add intervalMs (bc21200)
  • corrected AoVaultData field to be startTimestamp (b9888bf)
  • delegates: fixes type (ae7be5c)
  • emitter: do non strict checks on state in arns emitter (6566a3c)
  • emitter: provide strictness in constuctor (060df05)
  • exports: add exports to barrel file (fec094e)
  • exports: dont export http stuff) (d6369aa)
  • io: consolidate instantGatewayWithdrawal and instantGatewayWithdrawal to just instantWithdrawal, update `cancelWithdrawal (ea9f3eb)
  • io: include address in delegate type for gateway (46ef1a7)
  • lint: add lint fix and missing bracket (72446aa)
  • PE-7080: add apis for fetching paginated delegates (e3d4af2)
  • schema: add strict mode to ANT with default to false (4864abf)
  • schemas: add passthrough on schema checks for ants (9cb2776)
  • schemas: add zod schemas and tests (feba587)
  • schema: specify HandlerNames instead of Handlers (44cc472)
  • schemas: update ant schema and tests (f3284ed)
  • schema: update handlers schema (6ec52e4)
  • strict: allow for passing in strict mode on apis (e147220)
  • tag: small tweak to instant tag (663de6f)
  • test: correct params for get record (f999c49)
  • tests: add esm tests and remove redundant cjs tests (95244ea)
  • tests: add js path on imports (db1520a)
  • tests: simplify strict check on test (62c9140)
  • types: add back delegates for AoGateway (d337a74)
  • types: update types to match contract (cb7d2b4)
  • types: use generic on PageParms for sortBy, update delegate types (7a1abc4)
  • util: create schema parsing util to pretty format errors (367537a)
  • validations: add zod schema validations on ant returns (163c2f1)
  • withdrawls: update API for cancelling withdrawls to allow delegate and operator withdrawls (5cb680a)

Features

  • ant: adds set-keywords and set-description methods for ants) (3b260a2)
  • ant: support releasing of name of ANTs (16363e8)
  • arns: add upgradeRecord API (9c1726d)
  • auctions: add auctions api to IO classes (974897b)
  • delegates: add instant delegate withdrawal for a fee (4b4cb8f)
  • getVault: init IO method PE-7081 (0e3cde2)
  • paginated vaults: init SDK paginated vaults PE-7081 (6d079f9)
  • paginated vaults: use flat array over nested vaults PE-7081 (e17cfb7)