wormhole/sdk/rust/serde_wormhole
Chirantan Ekbote e05176c9be sdk/rust: Remove `expiration_time` from `GuardianSetInfo`
This field doesn't actually appear in `GuardianSetUpgrade` governance
messages and was already being skipped by serde so just remove it
completely.  Contracts that need to keep track of this information can
encapsulate the `GuardianSetInfo` inside another struct that has an
`expiration_time` field.
2023-01-04 16:17:14 +09:00
..
src sdk/rust: Remove `expiration_time` from `GuardianSetInfo` 2023-01-04 16:17:14 +09:00
Cargo.toml sdk/rust: Add serde_wormhole crate 2022-12-14 16:33:22 +09:00