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
Translate rust struct for ValidationProtocol into go.
Make sure that our go struct is same as rust using scale encoding.
Make sure that both struct produces the same scale encoding.
Make sure that scale encoding of go struct for ValidationProtocol can be decoded into rust struct for ValidationProtocol and they have the same internal properties
Make sure that scale encodoing of rust struct for ValidationProtocol can be decoded into go struct for ValidationProtocol and they have the same internal properties
ValidationProtocol contains three types of messages
Issue summary
Translate rust struct for ValidationProtocol into go.
Make sure that our go struct is same as rust using scale encoding.
Make sure that both struct produces the same scale encoding.
Make sure that scale encoding of go struct for
ValidationProtocol
can be decoded into rust struct forValidationProtocol
and they have the same internal propertiesMake sure that scale encodoing of rust struct for
ValidationProtocol
can be decoded into go struct forValidationProtocol
and they have the same internal propertiesValidationProtocol contains three types of messages
This issue should be picked up after Create a go struct for Statement Distribution Message #3289 and Create a go struct for Approval Distribution Message #3288 as it requires them.
Other information and links
Code for ValidationProtocol here
The text was updated successfully, but these errors were encountered: