-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
In jam types 0.1.8, it's defined in this order:
#[derive(Copy, Clone, Encode, Decode, Debug, Eq, PartialEq)]
pub struct OpaqueValKeyset {
/// The opaque Ed25519 public key.
pub ed25519: OpaqueEd25519Public,
/// The opaque Bandersnatch public key.
pub bandersnatch: OpaqueBandersnatchPublic,
/// The opaque BLS public key.
pub bls: OpaqueBlsPublic,
/// The opaque metadata.
pub metadata: OpaqueValidatorMetadata,
}but in
| "bandersnatch": "0x5e465beb01dbafe160ce8216047f2155dd0569f058afd52dcea601025a8d161d", |
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.
Metadata
Metadata
Assignees
Labels
No labels