-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Labels
scope:executeScope: Changes to the execute commandScope: Changes to the execute commandscope:testsScope: Changes EL client test cases in `./tests`Scope: Changes EL client test cases in `./tests`type:feattype: Featuretype: Feature
Description
> test suite that sends blob txs to ELs, then we call `get_blobs` to validate the response. This feels suited towards an extension in `execute`.
This could even replace most of hive simulator tests if possible. The main issue right now is that most of the time we don't have full blobs in our tests but we only put the versioned hashes in the transaction. But perhaps we could put full blobs in the test transactions if we are running in execute mode (we could create a "mode" fixture that is populated with "fill" or "execute" depending on the pytest plugin).
Originally posted by @marioevz in #1510 (comment)
Metadata
Metadata
Assignees
Labels
scope:executeScope: Changes to the execute commandScope: Changes to the execute commandscope:testsScope: Changes EL client test cases in `./tests`Scope: Changes EL client test cases in `./tests`type:feattype: Featuretype: Feature