3a888d6ef3
## 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. |
||
---|---|---|
.. | ||
block_cache.rs | ||
deposit_cache.rs | ||
deposit_log.rs | ||
http.rs | ||
inner.rs | ||
lib.rs | ||
metrics.rs | ||
service.rs |