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
The macro-generated code always checks the top-level attributes of the wrapping message for is_registered instead of on a per field basis :-/
We haven't noticed that so far because the only place this feature was (successfully) used was for PubKeyMsg which contains only one field which also happen to be registered.
The macro-generated code always checks the top-level attributes of the wrapping message for
is_registered
instead of on a per field basis :-/We haven't noticed that so far because the only place this feature was (successfully) used was for
PubKeyMsg
which contains only one field which also happen to be registered.amino_rs/prost-amino-derive/src/lib.rs
Lines 276 to 281 in 06d64fa
amino_rs/prost-amino-derive/src/lib.rs
Lines 34 to 42 in 06d64fa
Additionally, this length computation is wrong:
amino_rs/prost-amino-derive/src/lib.rs
Lines 260 to 264 in 06d64fa
The text was updated successfully, but these errors were encountered: