Skip to content

Latest commit

 

History

History
160 lines (81 loc) · 6.56 KB

CHANGELOG.md

File metadata and controls

160 lines (81 loc) · 6.56 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.7.4 (2022-08-10)

0.7.3 (2022-08-10)

Features

0.7.2 (2022-07-27)

Features

  • expose pre enacted policy type (e54099e)

0.7.1 (2022-07-16)

Features

  • expose encrypted treasue map type (1c18001)

0.7.0 (2022-04-14)

⚠ BREAKING CHANGES

  • In public API, use SecretKey directly instead of raw secret key bytes

Features

  • Add default config per network (25a84f1)
  • Add Polygon mainnet contract config (98ad251)
  • Expose SecretKey from nucypher-core (64ac724)
  • In public API, use SecretKey directly instead of raw secret key bytes (868ff43)
  • Validate Porter URI (399c306)

Bug Fixes

  • Expose Configuration type (4414fd4)

0.6.1 (2022-03-26)

Bug Fixes

0.6.0 (2022-03-16)

Features

  • Update policy smart contracts (320117a)
  • Update Porter client (0df3ea2)

Bug Fixes

  • Generating code in postinstall (64d6cba)
  • Remove deprecated revocations (4971886)
  • Set correct contract address (1e78e39)

0.5.1 (2022-02-07)

0.5.0 (2022-01-18)

Features

  • Enact policies with a different publisher (725d25c)

Bug Fixes

  • src/policies/hrac.ts: changed label string encoding used by HRAC to utf-8 (59769cc)

0.4.3 (2021-11-27)

Features

  • Set default fee rate for policyfrom global min fee (466fca2)

0.4.2 (2021-11-25)

Bug Fixes

  • Transaction value integer overflow (a397859)

0.4.1-alpha (2021-11-22)

Bug Fixes

  • Transaction value integer overflow (a397859)

0.4.0-alpha (2021-11-22)

Bug Fixes

  • Gas limit too low when creating policies (b2842de)

0.3.1-alpha (2021-11-17)

Features

  • Alice only revokes non-disabled policies (2f1290b)
  • Alice revokes on-chain policy access (9432c59)

0.3.0-alpha (2021-11-14)

Features

  • Update protocol entities in accordance to nucypher-core (f0444e1)

0.2.0-alpha (2021-10-14)

Features

  • Implement versioned entities (28b289a)
  • Use web3 provider to handle txs (48d71dc)

Bug Fixes

  • Verify capsule fragments from Porter (00ab102)

0.1.2-alpha (2021-10-04)

Features

  • Use web3 provider to handle txs (48d71dc)

Bug Fixes

  • Verify capsule fragments from Porter (00ab102)

0.1.1-alpha (2021-09-30)

0.1.0-alpha (2021-09-30)

Features