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
With this PRnote_type_id now fits into 7 bits but the encoding is still 32 bytes. I didn't optimize the encoding because the to_be_bytes function will go away once we serialize to fields.
Note: Started work on this in #10899 but stopped as the whole to_be_bytes func will be most likely eventually nuked.
The text was updated successfully, but these errors were encountered:
With this PR
note_type_id
now fits into 7 bits but the encoding is still 32 bytes. I didn't optimize the encoding because theto_be_bytes
function will go away once we serialize to fields.Note: Started work on this in #10899 but stopped as the whole
to_be_bytes
func will be most likely eventually nuked.The text was updated successfully, but these errors were encountered: