Files
lighthouse/common
Łukasz Sroka 4d732a1f1d Added fn to count unicode characters (#1903)
## Issue Addressed

Password length check too short (https://github.com/sigp/lighthouse/issues/1880)

## Proposed Changes

I've added function that counts number of unicode characters, instead of calling String::len()


Co-authored-by: Paul Hauner <paul@paulhauner.com>
2020-11-16 09:30:34 +00:00
..
2020-10-05 08:22:19 +00:00
2020-11-13 02:02:41 +00:00
2020-11-16 05:11:35 +00:00
2020-11-13 06:06:35 +00:00
2020-10-05 08:22:19 +00:00
2020-05-18 21:24:23 +10:00

eth2

Common crates containing eth2-specific logic.