Closed gui1117 closed 2 months ago
CI fails because I am external maybe? or CI is down?
@gui1117 i started the CI now. Looks like the format is not happy and the clippy because of unconstructed variants 🙃
@gui1117 i started the CI now. Looks like the format is not happy and the clippy because of unconstructed variants 🙃
Thanks, it should be fixed hopefully
right now
MaxEncodedLen
do not differentiate betwen skipped variants and normal variants on enum.Now skipped variant are correctly skipped.
(also thinking again, it is not so much consistent to have skipped variant being not decodable and skipped fields being decoded to default value. Maybe it should be 2 different names)