Start work on cleaning up the coordinator's tributary handling

This commit is contained in:
Luke Parker
2025-01-02 09:11:04 -05:00
parent 6272c40561
commit bcd3f14f4f
24 changed files with 582 additions and 5674 deletions

View File

@@ -83,7 +83,7 @@ pub mod sign {
#[derive(Clone, Copy, PartialEq, Eq, Hash, Encode, Decode, BorshSerialize, BorshDeserialize)]
pub enum VariantSignId {
Cosign(u64),
Batch(u32),
Batch([u8; 32]),
SlashReport,
Transaction([u8; 32]),
}