2020-02-12 09:38:04 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
2020-08-29 14:20:56 +00:00
|
|
|
## [dev]
|
|
|
|
|
2020-12-18 12:28:24 +00:00
|
|
|
## [5.1.1] - 2020-12-18
|
|
|
|
|
|
|
|
- Enable worker-threads support for blst [#76](https://github.com/ChainSafe/bls/pull/76)
|
|
|
|
|
2020-12-08 21:52:17 +00:00
|
|
|
## [5.1.0] - 2020-11-30
|
|
|
|
|
|
|
|
- Bump @chainsafe/lodestar-spec-test-util [#56](https://github.com/ChainSafe/bls/pull/56)
|
|
|
|
- Add benchmark results [#57](https://github.com/ChainSafe/bls/pull/57)
|
|
|
|
- Add verifyMultipleSignatures method [#58](https://github.com/ChainSafe/bls/pull/58)
|
|
|
|
- Set strictNullChecks to true [#67](https://github.com/ChainSafe/bls/pull/67)
|
|
|
|
- Simplify build setup with tsc [#68](https://github.com/ChainSafe/bls/pull/68)
|
|
|
|
|
2020-11-30 23:54:35 +00:00
|
|
|
## [5.0.1] - 2020-11-30
|
|
|
|
|
|
|
|
- Remove foreign property breaking types ([ccd870](https://github.com/chainsafe/bls/commit/ccd870))
|
|
|
|
- Deduplicate interface ([0bf6e9](https://github.com/chainsafe/bls/commit/0bf6e9))
|
|
|
|
- Deprecate IKeypair ([293286](https://github.com/chainsafe/bls/commit/293286))
|
|
|
|
|
2020-11-30 20:26:12 +00:00
|
|
|
## [5.0.0] - 2020-11-30
|
|
|
|
|
|
|
|
### BREAKING CHANGES
|
|
|
|
|
|
|
|
- Compatible with [Eth2 spec 1.0.0](https://github.com/ethereum/eth2.0-specs/blob/v1.0.0/specs/phase0/beacon-chain.md#bls-signatures)
|
|
|
|
- Update bls-keygen to latest EIP-2333 standard
|
|
|
|
- Refactored class-based interface, minor functional interface changes
|
|
|
|
- BLST support
|
|
|
|
|
2020-08-31 16:48:48 +00:00
|
|
|
## [4.0.0] - 2020-08-31
|
|
|
|
|
2020-08-29 14:20:56 +00:00
|
|
|
### BREAKING CHANGES
|
2020-11-04 17:40:36 +00:00
|
|
|
|
|
|
|
- Signature.verifyAggregate now takes decompressed pubkeys instead of raw bytes of compressed key
|
2020-08-29 14:20:56 +00:00
|
|
|
|
2020-07-31 14:53:42 +00:00
|
|
|
## [3.0.0] - 2020-07-31
|
|
|
|
|
|
|
|
### BREAKING CHANGES
|
|
|
|
|
2020-11-04 17:40:36 +00:00
|
|
|
- Update bls-keygen to latest EIP-2333 standard ([55dd5d](https://github.com/chainsafe/bls/commit/55dd5d))
|
2020-07-31 14:53:42 +00:00
|
|
|
|
2020-05-21 17:12:35 +00:00
|
|
|
## [2.0.0] - 2020-05-21
|
|
|
|
|
2020-11-04 17:40:36 +00:00
|
|
|
Compatible with [Eth2 spec 0.12.0](https://github.com/ethereum/eth2.0-specs/blob/v0.12.0/specs/phase0/beacon-chain.md#bls-signatures)
|
2020-05-21 17:12:35 +00:00
|
|
|
and [IETF draft bls specification](https://github.com/ethereum/eth2.0-specs/blob/v0.12.0/specs/phase0/beacon-chain.md#bls-signatures)
|
|
|
|
|
2020-02-25 19:40:39 +00:00
|
|
|
## [1.0.0] - 2020-02-25
|
|
|
|
|
2020-11-04 17:40:36 +00:00
|
|
|
Compatible with [Eth2 spec 0.10.1](https://github.com/ethereum/eth2.0-specs/blob/v0.10.1/specs/phase0/beacon-chain.md#bls-signatures)
|
2020-02-25 19:40:39 +00:00
|
|
|
and [IETF draft bls specification](https://github.com/ethereum/eth2.0-specs/blob/v0.10.1/specs/phase0/beacon-chain.md#bls-signatures)
|
|
|
|
|
|
|
|
### BREAKING CHANGES
|
|
|
|
|
|
|
|
- domain param is removed from all apis
|
|
|
|
- message length constraint is changed
|
|
|
|
|
2020-02-20 19:33:01 +00:00
|
|
|
## [0.3.0] - 2020-02-20
|
|
|
|
|
|
|
|
### BREAKING CHANGES
|
|
|
|
|
|
|
|
- Uint8Array inputs in functional interface
|
2020-02-12 09:38:04 +00:00
|
|
|
|
|
|
|
## [0.2.2] - 2020-02-12
|
|
|
|
|
|
|
|
###Bugfixes:
|
2020-11-04 17:40:36 +00:00
|
|
|
|
2020-02-20 19:33:01 +00:00
|
|
|
- updated bls wasm binding version - it isn't catching unhandled rejections and modify stacktraces
|