You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge commit from fork
* add VaidateBasic to BitArray to ensure Bits and len(Elems) are valid
* call ValidateBasic on BitArrays when receiving as a msg from exteranl nodes
* enfore SetIndex is not setting out of bounds
* add guard to getNumTrueIndices
getNumTrueIndices will index out of bounds if Bits and Elems have a
mismatch where len(elems) != (bits+63)/64, this guard makes it simply
return 0 if this mismatch is present
* changelog
* fix missing import for v0.38.x
* update changelog for release of v0.38.19
* remove duplicate bug fixes from unreleased
* fix changelog date
* fix lint
* fix expected error string in test