Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Releases: AztecProtocol/aztec-v1

aztec.js@0.18.1

23 Jul 10:15
ab1ad09
Compare
Choose a tag to compare

aztec.js 0.18.1 (2020-07-23)

Bug Fixes

  • aztec.js: fix node build (a193dc1)
  • aztec.js: save the owner address instead of public key (2d36421)

@aztec/sdk@1.12.0

23 Jul 10:23
ab1ad09
Compare
Choose a tag to compare

@aztec/sdk 1.12.0 (2020-07-23)

Bug Fixes

  • sdk: always add user's own access when creating note from the api (17853e8)
  • sdk: init aztec when DOMContentLoaded has already been fired (cef61cb)

Features

  • sdk: blocks sync manager (12e14c6)
  • sdk: catogrised deposits in transaction history (d26aee2)
  • sdk: clean lint errors (f48ced0)
  • sdk: clean up event service (5347842)
  • sdk: delete w file (799bc0b)
  • sdk: enable dai permit (fc56d87)
  • sdk: fix fetchtransactions logic (d6e02c3)
  • sdk: fix for incorrectly indexing notes for linked accounts (57d38cf)
  • sdk: fix indexing properly in dexie (78f524c)
  • sdk: fix lint (6bbdb23)
  • sdk: fix lint (49f5d1d)
  • sdk: fix sendingnotes to contract with new return proof (72f6fbc)
  • sdk: fix subscriptions (68f4662)
  • sdk: fix using infuraurl for fetching (76791ce)
  • sdk: lint issue fix (107084e)
  • sdk: migrate db to fix hardcoding users (e2e9448)
  • sdk: package json semantic release change (6597492)
  • sdk: rebase develop (841bcdc)
  • sdk: reduce gas cost for sdk (d4c4e44)
  • sdk: remove dai permit (4c8109a)
  • sdk: return signature as well as proof with returnproof flag (c5eedba)

Dependencies

  • @aztec/protocol: upgraded to 1.7.1
  • aztec.js: upgraded to 0.18.1

@aztec/protocol@1.7.1

23 Jul 10:17
ab1ad09
Compare
Choose a tag to compare

@aztec/protocol 1.7.1 (2020-07-23)

Dependencies

  • aztec.js: upgraded to 0.18.1

@aztec/contract-artifacts@1.22.0

24 Mar 16:43
Compare
Choose a tag to compare

@aztec/contract-artifacts 1.22.0 (2020-03-24)

Features

  • contract-artifacts: sync 🤖 (8850a7f)

aztec.js@0.18.0

20 Mar 19:09
Compare
Choose a tag to compare

aztec.js 0.18.0 (2020-03-20)

Bug Fixes

  • fix patch, add migration (5563495)
  • remove duplicate utils fn (f369362)
  • protocol: add check on value of s range in libeip712 (9624663)

Features

  • protocol: fix sign malieability (36ace75)

@aztec/protocol@1.7.0

20 Mar 19:16
Compare
Choose a tag to compare

@aztec/protocol 1.7.0 (2020-03-20)

Bug Fixes

  • fix patch, add migration (5563495)
  • protocol: add check on value of s range in libeip712 (9624663)
  • protocol: update registry behaviour interface (b702fd8)

Features

  • protocol: add fallbacktest (fd0036e)
  • protocol: fix sign malieability (36ace75)
  • protocol: force add test contract (8f65f14)
  • protocol: force add test contract (ed3dba7)
  • protocol: switch MetaDataUtils from contract to library (866e5b2)

Dependencies

  • aztec.js: upgraded to 0.18.0

@aztec/contract-artifacts@1.21.0

20 Mar 19:14
Compare
Choose a tag to compare

@aztec/contract-artifacts 1.21.0 (2020-03-20)

Features

  • add references to new behaviour (454fb5e)
  • contract-artifacts: sync 🤖 (568fc29)

@aztec/contract-addresses@1.19.0

20 Mar 19:11
Compare
Choose a tag to compare

@aztec/contract-addresses 1.19.0 (2020-03-20)

Features

  • contract-addresses: sync 🤖 (d700d52)

aztec.js@0.17.0

27 Feb 22:12
Compare
Choose a tag to compare

aztec.js 0.17.0 (2020-02-27)

Features

  • aztec.js: add permit signing function (ee9eea2)

Dependencies

  • @aztec/bn128: upgraded to 1.3.2
  • @aztec/dev-utils: upgraded to 2.4.0
  • @aztec/note-access: upgraded to 1.1.4

@aztec/sdk@1.9.0

27 Feb 22:34
Compare
Choose a tag to compare

@aztec/sdk 1.9.0 (2020-02-27)

Bug Fixes

  • sdk: always return no free transactions if apiKey is empty (0255241)
  • sdk: avoid race conditions when establishing connection (828f428)
  • sdk: change network names to uppercase (edf940f)
  • sdk: check apiKey quota by origin with or without http (f7128b0)
  • sdk: compare origins without protocols for apiKey quota (8d69b43)
  • sdk: disable if profile is changed and auto refresh is off (8e5e767)
  • sdk: don't expose all aztec account data to client (cc38238)
  • sdk: expose apis to get account or network even when not enabled (00654f2)
  • sdk: fix and update tests for ApiManager (d00a579)
  • sdk: fix race condition when opening multiple ui popups (e9aa14d)
  • sdk: fix transaction sending result status (5f74c96)
  • sdk: initialize Aztec when document is ready (3beac02)
  • sdk: remove special character (574bf61)
  • sdk: resolve immediately if already enabled with the same options (5e2fd22)

Features

  • sdk: add api to get aztec account (6a62f7c)
  • sdk: add enabled method (4d13706)
  • sdk: add expiry to frontend (fd22ca2)
  • sdk: add user api to fetch aztec account by address (f7166ed)
  • sdk: allow to register with metamask if failed to send via gsn (eff0c2a)
  • sdk: allow to retry with metamask if failed to send via gsn (ec8b548)
  • sdk: allow to send to a recipient who has no aztec account (b3d8fed)
  • sdk: batch sign notes for create note from balance proof (f73d6e4)
  • sdk: batch sign notes for send and retry with metamask if failed (bf829fc)
  • sdk: batch sign notes for withdraw proof (6e35486)
  • sdk: big pr, rewrite of scripts, refactor integration tests (87567e2)
  • sdk: bump version (ee42946)
  • sdk: export current account as Account instance (7b4f81e)
  • sdk: fix typo (29aa927)
  • sdk: let the sdk pick random number of notes if null (0bcb489)
  • sdk: set gas price dynamicly (202c80b)
  • sdk: sorking permit signature for dai (7741b90)
  • sdk: update the sdk to detect permit from config (3715c38)
  • sdk: working permit (3b3cb75)

Dependencies

  • @aztec/bn128: upgraded to 1.3.2
  • @aztec/contract-artifacts: upgraded to 1.20.0
  • @aztec/contract-addresses: upgraded to 1.18.0
  • @aztec/dev-utils: upgraded to 2.4.0
  • @aztec/note-access: upgraded to 1.1.4
  • @aztec/protocol: upgraded to 1.6.0
  • aztec.js: upgraded to 0.17.0