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/[email protected]

27 Feb 22:23
Compare
Choose a tag to compare

@aztec/protocol 1.6.0 (2020-02-27)

Bug Fixes

  • protocol: migrate correct behaviour contract for 17 (e09cb95)
  • protocol: use latest manager in account registry migrations (bd01c4d)

Features

  • protocol: add Behaviour contract with permit functionality (6b54a75)
  • protocol: add DAI token contracts (3c020f8)
  • protocol: add interface contract for ERC20 with permit (01e14d1)
  • protocol: add new behvaiour migration script (4a22aad)
  • protocol: enable contracts to call approve on notes they own (a829191)
  • sdk: sorking permit signature for dai (7741b90)
  • sdk: update interface for account registry (911b9cf)
  • sdk: working permit (3b3cb75)

Dependencies

  • @aztec/bn128: upgraded to 1.3.2
  • @aztec/dev-utils: upgraded to 2.4.0
  • aztec.js: upgraded to 0.17.0

@aztec/[email protected]

27 Feb 22:29
Compare
Choose a tag to compare

@aztec/note-access 1.1.4 (2020-02-27)

Dependencies

  • @aztec/dev-utils: upgraded to 2.4.0

@aztec/[email protected]

27 Feb 22:20
Compare
Choose a tag to compare

@aztec/dev-utils 2.4.0 (2020-02-27)

Features

  • dev-utils: add EIP712 constants for sign permit fn (20973d5)

@aztec/[email protected]

27 Feb 22:18
Compare
Choose a tag to compare

@aztec/contract-artifacts 1.20.0 (2020-02-27)

Features

  • contract-artifacts: add IERC20Permit artifact for cirlceci (f420979)
  • contract-artifacts: add permit behaviour to artifacts (7b7e801)
  • contract-artifacts: sync 🤖 (38c4074)
  • contract-artifacts: sync 🤖 (b48f811)

@aztec/[email protected]

27 Feb 22:15
Compare
Choose a tag to compare

@aztec/contract-addresses 1.18.0 (2020-02-27)

Features

  • contract-addresses: sync 🤖 (329f89f)
  • contract-addresses: sync 🤖 (e03eff2)

@aztec/[email protected]

27 Feb 22:25
Compare
Choose a tag to compare

@aztec/bn128 1.3.2 (2020-02-27)

Dependencies

  • @aztec/dev-utils: upgraded to 2.4.0

@aztec/[email protected]

13 Feb 17:29
5417dd0
Compare
Choose a tag to compare

@aztec/sdk 1.8.0 (2020-02-13)

Bug Fixes

  • sdk: cast network ids to string to compare (9899c4c)
  • sdk: don't add custom deployed contract to Web3Service (51866e8)
  • sdk: don't recreate background frame when switching accounts (602cbfe)
  • sdk: handle null userAccess in create note from balance view (5e96d23)
  • sdk: prevent MetaMask from refreshing in all scripts (6db0bd6)
  • sdk: return null account if user denied metamask connection (f61c64c)
  • sdk: update demo to adopt the latest api spec (0c6410b)

Features

  • sdk: parse integer input to be the correct type (c73ba2f)
  • sdk: return detailed error message if input format is wrong (c12c1f6)
  • sdk: show custom metadata approval in ui (ccb3911)

@aztec/[email protected]

13 Feb 16:44
30c0375
Compare
Choose a tag to compare

@aztec/sdk 1.7.0 (2020-02-13)

Bug Fixes

  • sdk: adjust gsn error messages (b6ad821)
  • sdk: adjust styles for asset with large values (a46e09d)
  • sdk: adjust styles for list items in last step (0c763d5)
  • sdk: change zkSymbol to be lowercase (a138da2)
  • sdk: check origin to get correct api key quota status (cc83088)
  • sdk: don't expose private methods in Aztec (e57c1c0)
  • sdk: don't format formatted values (5f9c98f)
  • sdk: don't save apiKey to localStorage to avoid conflicts (4fd26aa)
  • sdk: fix eslint and jest errors caused by mocks (2f799de)
  • sdk: fix tests for dataKey util (e875273)
  • sdk: handle callbacks and events properly during profile changes (966b984)
  • sdk: pass note service version to asset helper (bd4e054)
  • sdk: pass owner address to note subscriber (a34bb14)
  • sdk: reject promise when failing to deploy contract (ef5e982)
  • sdk: return big numbers from all linked token related apis (9c26da8)
  • sdk: set value to 0 for non visible note (25a9a32)
  • sdk: show AZTECaddress in aztec account block (bf1b2eb)

Features

  • sdk: add data-testid to inputs and buttons (ab78769)
  • sdk: add get method to check if a zkAsset is valid (ae79675)
  • sdk: add mechanism to migrate indexedDB at startup (4d7f0b1)
  • sdk: add version control to the data in NoteService (530a743)
  • sdk: allow to pass addresses for different networks through enable (a73febe)
  • sdk: always expose account and network as objects (6e65a74)
  • sdk: expose simple apis if not enabled (84adf00)
  • sdk: log gsn error in production mode (93927d3)
  • sdk: pass aztec account to event listeners (80b0faa)
  • sdk: update the sdk to use the new behaviour (b843783)

Dependencies

  • @aztec/contract-artifacts: upgraded to 1.19.0
  • @aztec/protocol: upgraded to 1.5.0

@aztec/[email protected]

13 Feb 16:41
30c0375
Compare
Choose a tag to compare

@aztec/protocol 1.5.0 (2020-02-13)

Features

  • protocol: add behaviour contract migration script (8ced2de)
  • protocol: add Behaviour20200207 contract (21e36b1)

@aztec/[email protected]

13 Feb 16:39
30c0375
Compare
Choose a tag to compare

@aztec/contract-artifacts 1.19.0 (2020-02-13)

Features

  • contract-artifacts: sync 🤖 (36d43f6)