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
#[derive(Copy,Clone,Encode,Decode,Debug,Eq,PartialEq)]pubstructOpaqueValKeyset{/// The opaque Ed25519 public key.pubed25519:OpaqueEd25519Public,/// The opaque Bandersnatch public key.pubbandersnatch:OpaqueBandersnatchPublic,/// The opaque BLS public key.pubbls:OpaqueBlsPublic,/// The opaque metadata.pubmetadata:OpaqueValidatorMetadata,}
and in the scale the bandersnatch comes first. The gray paper clearly states bandersnatch is first (6.9) so this seems a bug in jam types.
I would raise it there, but there seems no public repo associated with https://crates.io/crates/jam-types ? I raise it here as this is where people will notice the inconsistency.
The text was updated successfully, but these errors were encountered:
In jam types 0.1.8, it's defined in this order:
but in
jamtestvectors/safrole/tiny/enact-epoch-change-with-no-tickets-1.json
Line 17 in dc20cbc
I would raise it there, but there seems no public repo associated with https://crates.io/crates/jam-types ? I raise it here as this is where people will notice the inconsistency.
The text was updated successfully, but these errors were encountered: