Implement integration test for UPDATE_GER note consumption#1854
Closed
Implement integration test for UPDATE_GER note consumption#1854
UPDATE_GER note consumption#1854Conversation
mmagician
reviewed
Mar 4, 2026
3 tasks
lint clippy
mmagician
approved these changes
Mar 5, 2026
Contributor
mmagician
left a comment
There was a problem hiding this comment.
LGTM
Let's not merge this yet - instead, once client crates v0.14.0-alpha.1 is released, we will have a release/v0.14.0-alpha branch, and we should target that.
The reason is that I want to hand over these tests to Gateway ASAP (can be from a branch compatible with the release), but before merging, we should have all this agglayer integration work at least looked at by Ignacio & co.
feat: create agglayer accounts at genesis
* feat: add agglayer e2e bridge in / out tests * feat: add foundry install to CI * refactor: add multiple client instances & refactor * fix: forge install command fix * fix: update CI install process * fix: merge conflicts * fix: test.yml * fix: init dir * refactor: make agglayer_test_utils non-public * empty commit test for CI * feat: add wait_for_note logic in test * fix: clippy warning * feat: setup accounts or load from genesis config * chore: re-use setup structure * refactor: destructure CoreAccountIds into tuple * refactor: replace ClientWithKeystore tuple with Actor struct * refactor: extract destination_network variable in bridge-out * style: apply formatting from make lint * refactor: rename Actor to ClientPair * lint * chore: lint --------- Co-authored-by: riemann <aleqvids@gmail.com> Co-authored-by: Claude (Opus) <noreply@anthropic.com>
Contributor
|
closing in favor of #1854 (cleaner branch name) |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WiP