Motivation
Send a transaction for every shutterized block to understand the inclusion success and failure rates for every shutterized block, i.e. we need every block to include the transactions it was supposed to include.
Steps
- Query the validator registry to get the list of registered validators
- Query the consensus node to get the list of next proposers
- If one of the proposers is a registered validator, send the transaction at the beginning of the epoch, and expect it to be included within that slot. If more than one proposer is a registered validator, send the first transaction at the beginning of the slot, the second one immediately after the registered slot, and so on.
Additional information
Motivation
Send a transaction for every shutterized block to understand the inclusion success and failure rates for every shutterized block, i.e. we need every block to include the transactions it was supposed to include.
Steps
Additional information