diff --git a/programs/steward/idl/steward.json b/programs/steward/idl/steward.json index c385b4c4..1622e2ab 100644 --- a/programs/steward/idl/steward.json +++ b/programs/steward/idl/steward.json @@ -2741,44 +2741,18 @@ "type": "u64" }, { - "name": "validators_added", - "docs": [ - "Number of validators added to the pool in the current cycle" - ], - "type": "u16" - }, - { - "name": "compute_delegations_completed", - "docs": [ - "Tracks whether delegation computation has been completed" - ], - "type": { - "defined": { - "name": "U8Bool" - } - } - }, - { - "name": "rebalance_completed", + "name": "status_flags", "docs": [ - "Tracks whether unstake and delegate steps have completed" + "Various flags to track state progress - See" ], - "type": { - "defined": { - "name": "U8Bool" - } - } + "type": "u32" }, { - "name": "checked_validators_removed_from_list", + "name": "validators_added", "docs": [ - "So we only have to check the validator list once for `ReadyToRemove`" + "Number of validators added to the pool in the current cycle" ], - "type": { - "defined": { - "name": "U8Bool" - } - } + "type": "u16" }, { "name": "_padding0", @@ -2788,7 +2762,7 @@ "type": { "array": [ "u8", - 40003 + 40002 ] } }