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