This repository has been archived on 2023-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
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-02-25 19:40:39 +00:00
|
|
|
## [1.0.0] - 2020-02-25
|
|
|
|
|
|
|
|
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)
|
|
|
|
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-02-20 19:33:01 +00:00
|
|
|
- updated bls wasm binding version - it isn't catching unhandled rejections and modify stacktraces
|