Release 4.0.0
This commit is contained in:
parent
8752d8d3cc
commit
ff26cb6094
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [dev]
|
## [dev]
|
||||||
|
|
||||||
|
## [4.0.0] - 2020-08-31
|
||||||
|
|
||||||
### BREAKING CHANGES
|
### BREAKING CHANGES
|
||||||
* Signature.verifyAggregate now takes decompressed pubkeys instead of raw bytes of compressed key
|
* Signature.verifyAggregate now takes decompressed pubkeys instead of raw bytes of compressed key
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@chainsafe/bls",
|
"name": "@chainsafe/bls",
|
||||||
"version": "3.0.0",
|
"version": "4.0.0",
|
||||||
"description": "Implementation of bls signature verification for ethereum 2.0",
|
"description": "Implementation of bls signature verification for ethereum 2.0",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"types": "lib/index.d.ts",
|
"types": "lib/index.d.ts",
|
||||||
|
|
Reference in New Issue