ssv icon indicating copy to clipboard operation
ssv copied to clipboard

network/records: change subnets type to [128]byte

Open nkryuchkov opened this issue 4 months ago • 0 comments

The current handling of records is very error-prone and causes bugs like https://github.com/ssvlabs/ssv/issues/1802. The code always expects subnets to be 128 byte long, so we can use [128]byte type instead of []byte

nkryuchkov avatar Oct 22 '24 15:10 nkryuchkov