Skip to content

Create a test that sends a transaction for each shutterized block #4

@ylembachar

Description

@ylembachar

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

  1. Query the validator registry to get the list of registered validators
  2. Query the consensus node to get the list of next proposers
  3. 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions