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

Latest commit

 

History

History
19 lines (13 loc) · 576 Bytes

CHANGELOG.md

File metadata and controls

19 lines (13 loc) · 576 Bytes

Changelog

v0.12.0

November 7, 2019

  • Add update note metaData functionality
  • Add note viewing key permissioning system
  • Make note registries upgradeable
  • Add ability to mint on initialisation of ZkAssetMintable
  • BREAKING_CHANGE: zkAsset.confidentialTransfer() now called through a different API when interacting via Truffle. Use await zkAsset.methods['confidentialTransfer(bytes,bytes)'](data, signatures)
  • Make ZkAsset support JoinSplit upgrade

v0.11.0-beta.0

September 6, 2019

  • Add PublicRange proof validator and ABI encoder