|
228 | 228 | "cl_consolidations": { |
229 | 229 | "info_slot_processed_estimated": "This is an estimation since this consolidation is still queued.", |
230 | 230 | "reject_reason": { |
231 | | - "full_queue": "The consolidation queue is full.", |
232 | | - "insufficient_consolidation_churn": "Not enough churn capacity available to consolidate.", |
233 | | - "source_address_mismatch": "The source address doesn't match", |
| 231 | + "full_queue": "The consolidation queue was full when this request was processed.", |
| 232 | + "insufficient_consolidation_churn": "Not enough churn capacity was available to consolidate.", |
| 233 | + "source_address_mismatch": "Request must originate from the source validator's configured withdrawal address.", |
234 | 234 | "source_equals_target": "Source and target must be different.", |
235 | | - "source_exiting": "The source is currently exiting and cannot be used for consolidation.", |
236 | | - "source_inactive": "The source is inactive and cannot be used for consolidation.", |
237 | | - "source_no_execution_withdrawal_credentials": "The source has no execution withdrawal credentials.", |
238 | | - "source_pending_withdrawals": "The source has pending withdrawals that must be completed before consolidating.", |
239 | | - "source_slashed": "The source has been slashed and cannot be used for consolidation.", |
240 | | - "source_too_young": "The source is too new to be eligible for consolidation.", |
| 235 | + "source_exiting": "The source was exiting and could not be used for consolidation.", |
| 236 | + "source_inactive": "The source was inactive and could not be used for consolidation.", |
| 237 | + "source_no_execution_withdrawal_credentials": "Validator has unsupported withdrawal credentials.\nUpdate withdrawal credentials to 0x01 or 0x02-prefixed.", |
| 238 | + "source_pending_withdrawals": "The source had pending withdrawals that must be completed before consolidating.", |
| 239 | + "source_slashed": "The source was slashed and was ineligible for consolidation.", |
| 240 | + "source_too_young": "The source was too new to be eligible for consolidation.", |
241 | 241 | "source_unknown_pubkey": "The source public key could not be found.", |
242 | | - "target_exiting": "The target is currently exiting and cannot receive consolidation.", |
243 | | - "target_inactive": "The target is inactive and cannot receive consolidation.", |
244 | | - "target_not_compounding": "The target is not compounding.", |
| 242 | + "target_exiting": "The target was exiting and could not receive consolidation.", |
| 243 | + "target_inactive": "The target was inactive and could not receive consolidation.", |
| 244 | + "target_not_compounding": "The target was not compounding.", |
245 | 245 | "target_unknown_pubkey": "The target public key could not be found." |
246 | 246 | }, |
247 | 247 | "search_placeholder": "Index, Slot", |
|
0 commit comments