-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify testhelpers to make it easier to support non-EVM (#16040)
* ccip_messaging_test: GetLatestNonce * Simplify ComfirmCommitWithExpectedSeqNumRange * Simplify ConfirmExecWithSeqNrsForAll * Similar simplification for ConfirmCommitForAllWithExpectedSeqNums * Don't publicly expose GetExecutionState * testhelpers: Add MineBlocks config rather than having to manually commit in helpers All smoke tests assume blocks are being produced * Only pass source selector around most helpers This is now doable since we no longer call source.backend.Commit() * Set a default block time of 2s, make it configurable (0 disables)
- Loading branch information
Showing
7 changed files
with
189 additions
and
191 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
Oops, something went wrong.