Update spec tests to 0.11.1
This commit is contained in:
parent
2f759ca958
commit
107c25ccc0
|
@ -2,11 +2,11 @@
|
|||
|
||||
[![Build Status](https://travis-ci.org/ChainSafe/lodestar.svg?branch=master)](https://travis-ci.org/ChainSafe/lodestar)
|
||||
[![codecov](https://codecov.io/gh/ChainSafe/lodestar/branch/master/graph/badge.svg)](https://codecov.io/gh/ChainSafe/lodestar)
|
||||
![ETH2.0_Spec_Version 0.10.1](https://img.shields.io/badge/ETH2.0_Spec_Version-0.10.1-2e86c1.svg)
|
||||
![ETH2.0_Spec_Version 0.11.1](https://img.shields.io/badge/ETH2.0_Spec_Version-0.11.1-2e86c1.svg)
|
||||
|
||||
This is a Javascript library that implements BLS (Boneh-Lynn-Shacham) signatures and supports signature aggregation.
|
||||
|
||||
>[spec](https://github.com/ethereum/eth2.0-specs/blob/v0.10.1/specs/phase0/beacon-chain.md#bls-signatures)
|
||||
>[spec](https://github.com/ethereum/eth2.0-specs/blob/v0.11.1/specs/phase0/beacon-chain.md#bls-signatures)
|
||||
>[test vectors](https://github.com/ethereum/eth2.0-spec-tests/tree/master/tests/bls)
|
||||
|
||||
##### Notice: *0.3.x* branch and releases follows old [eth2 bls specitification](https://github.com/ethereum/eth2.0-specs/blob/v0.9.4/specs/bls_signature.md)
|
||||
|
|
|
@ -77,6 +77,6 @@
|
|||
"webpack-cli": "^3.3.2"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@chainsafe/eth2-spec-tests": "^0.10.1-fix"
|
||||
"@chainsafe/eth2-spec-tests": "^0.11.1-fix"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -827,10 +827,10 @@
|
|||
dependencies:
|
||||
buffer "^5.4.3"
|
||||
|
||||
"@chainsafe/eth2-spec-tests@^0.10.1-fix":
|
||||
version "0.10.1-fix"
|
||||
resolved "https://registry.yarnpkg.com/@chainsafe/eth2-spec-tests/-/eth2-spec-tests-0.10.1-fix.tgz#c0fb839b5b93fae0a7cd247fd686d2a9ea926240"
|
||||
integrity sha512-mnfIDUFZ/IsAHmJQ7hkZ3t3s7rxrr5olLz3pH1RS2kWsuQonAKzVOZTQNkHYowpeI4ebYo8H+NPRtD5mkbTTzg==
|
||||
"@chainsafe/eth2-spec-tests@^0.11.1-fix":
|
||||
version "0.11.1-fixed"
|
||||
resolved "https://registry.yarnpkg.com/@chainsafe/eth2-spec-tests/-/eth2-spec-tests-0.11.1-fixed.tgz#4c873a627740aa43c9dd85fbfcb90a528a7e6467"
|
||||
integrity sha512-kjxeVrg5DJJXhrbydD+FSNdNj6Z2JIOitRUY7gnXVI9DRDEjAa59tZ9ZqFjx7M0UAOCJ9DLR6JdHAU/0nLLIZQ==
|
||||
|
||||
"@chainsafe/lodestar-params@^0.5.0":
|
||||
version "0.5.0"
|
||||
|
|
Reference in New Issue