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
This changes the encoding of the `attribute` field, which is preserved
for future use, from `varuint32` to `uint8`. `uint8` is simpler to
encode/decode and this attribute is not likely to need `varuint32` range
even in future.
Suggested in
#161 (comment).
0 commit comments