lighthouse/beacon_node
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
..
beacon_chain Small improvement: encapsulate a public field (#1362) 2020-07-22 09:34:57 +00:00
client Remove unused event handler function (#1377) 2020-07-22 10:24:35 +00:00
eth1 Fix early return from DepositLog parsing (#1382) 2020-07-22 10:24:37 +00:00
eth2_libp2p Do not send regular status updates during syncing (#1375) 2020-07-22 15:39:56 +10:00
genesis Update deps (#1322) 2020-07-06 11:55:56 +10:00
network Fix attestation propagation (#1360) 2020-07-20 12:55:32 +10:00
operation_pool Update deps (#1322) 2020-07-06 11:55:56 +10:00
rest_api Add ability to configure CORS header (#1345) 2020-07-16 07:23:14 +00:00
src Add ability to configure CORS header (#1345) 2020-07-16 07:23:14 +00:00
store Update deps (#1322) 2020-07-06 11:55:56 +10:00
tests Improve tokio task execution (#1181) 2020-06-04 21:48:05 +10:00
timer Update deps (#1322) 2020-07-06 11:55:56 +10:00
version v0.1.2 (#1155) 2020-05-18 15:05:23 +10:00
websocket_server Improve tokio task execution (#1181) 2020-06-04 21:48:05 +10:00
Cargo.toml Add ability to configure CORS header (#1345) 2020-07-16 07:23:14 +00:00