-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(composer): add integrity test of eth tx (#574)
## Summary This adds a test to verify that that payload of the sequencer transaction submitted by the `Searcher` does not change the rollup transaction that it collected. ## Testing - Added the `single_rollup_tx_payload_integrity` test that verifies that a transaction with a single payload contains a payload that was serialized properly. * When we support packing multiple rollup transactions into a single sequencer transaction in the `composer` we will need to change this test to encode/decode a `Vec<Transaction>` instead of a single one. ## Related Issues closes #213
- Loading branch information
1 parent
2521343
commit bc99aec
Showing
1 changed file
with
71 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters