## Issue Addressed

NA

## Proposed Changes

- Bump version.
- Add some new ENR for Prater
    - Afri: https://github.com/eth2-clients/eth2-testnets/pull/42
    - Prysm: https://github.com/eth2-clients/eth2-testnets/pull/43
- Apply the fixes from #2181 to the no-eth1-sim to try fix CI issues. 

## Additional Info

NA
This commit is contained in:
Paul Hauner
2021-03-18 04:20:46 +00:00
parent aae8bbd130
commit b34a79dc0b
8 changed files with 50 additions and 47 deletions

8
Cargo.lock generated
View File

@@ -628,7 +628,7 @@ dependencies = [
[[package]]
name = "beacon_node"
version = "1.2.0"
version = "1.2.1"
dependencies = [
"beacon_chain",
"clap",
@@ -841,7 +841,7 @@ dependencies = [
[[package]]
name = "boot_node"
version = "1.2.0"
version = "1.2.1"
dependencies = [
"beacon_node",
"clap",
@@ -3335,7 +3335,7 @@ dependencies = [
[[package]]
name = "lcli"
version = "1.2.0"
version = "1.2.1"
dependencies = [
"account_utils",
"bls",
@@ -3707,7 +3707,7 @@ dependencies = [
[[package]]
name = "lighthouse"
version = "1.2.0"
version = "1.2.1"
dependencies = [
"account_manager",
"account_utils",