e2eutils: collect addresses from test setup for easy fuzzing/test usage#3587
e2eutils: collect addresses from test setup for easy fuzzing/test usage#3587mergify[bot] merged 2 commits intodevelopfrom
Conversation
|
|
This PR changes implementation code, but doesn't include a changeset. Did you forget to add one? |
|
Hmm, squash merging of the base PR caused this to need a rebase. So we can't really stack small PRs nicely without breaking line count. cc @mslipper |
0cb518b to
017d7f2
Compare
|
I'll update the Mergify rules. |
017d7f2 to
dac7fa9
Compare
|
rebased on develop, and using the new non-pointer alias functions now |
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
|
This PR has been added to the merge queue, and will be merged soon. |
Description
Simple function to get all addresses involved in the test setup, including their L1/L2 aliases, so we can use those for fuzzing.
Tests
Test that the function works and outputs at least one expected address.
Additional context
Working on fuzz testing as part of action-testing.
Metadata
Fix ENG-2837
Draft PR, depends on action tests setup