lighthouse/beacon_node/eth1
Pawan Dhananjay 3a888d6ef3 Fix early return from DepositLog parsing (#1382)
## Issue Addressed

N/A

## Proposed Changes

When parsing deposit logs, we were returning an error in case `PublicKeyBytes` or `SignatureBytes` didn't convert to valid bls `PublicKey` or `Signature` types. This would stall our import of deposit logs. 
Fixes this by returning `signature_is_valid` as `false` in `DepositLog` if the bytes are invalid `PublicKey/Signature` types.

Tested this fix on the Onyx deposit contract where the bug was observed and it works correctly as expected.
2020-07-22 10:24:37 +00:00
..
src Fix early return from DepositLog parsing (#1382) 2020-07-22 10:24:37 +00:00
tests Merge pull request #1294 from gakonst/fix/self-instead-of-service 2020-06-29 10:18:36 +10:00
Cargo.toml Update deps (#1322) 2020-07-06 11:55:56 +10:00