ChainSafe / eth2-light-client-demo

https://lodestar-lightclient.chainsafe.io/
MIT License
5 stars 7 forks source link

fix: handle empty external address #70

Closed jeluard closed 7 months ago

jeluard commented 7 months ago

Motivation

Properly support empty external address.

Description

Somme addresses (e.g. 0xA4b06Da12C746666D08e1163CD18Ab57bA544291) trigger error messages when used. Find more context here. Took this opportunity to introduce some utility functions to improve readability.