-
Notifications
You must be signed in to change notification settings - Fork 389
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ignore some testnet4 contracts to reduce prep queues, update tes…
…tnet4 images, stop relaying solanatestnet (#4478) ### Description - Mitosis had previously done some load testing from sepolia to optimismsepolia | arbitrumsepolia, so there were prep queues of 235k+! - Ignores the offending contracts whose mailboxes are different from the ones we deployed, so these messages are forever unprocessable: ``` $ cast call 0x3da95d8d0b98d7428dc2f864511e2650e34f7087 'mailbox()(address)' --rpc-url $(rpc arbitrumsepolia) 0xBA42Ee5864884C77a683E1dda390c6f6aE144167 $ addy arbitrumsepolia mailbox 0x598facE78a4302f11E3de0bee1894Da0b2Cb71F8 ``` - Updates the image as a drive-by - Stops relaying and validating on solantestnet, which is now old (doesn't include protocol fees) which is incompatible with the agents on `main`. This is because the account storage layout that the agents read has changed. Solantestnet isn't used for anything anymore because eclipsetestnet was also shut down ### Drive-by changes <!-- Are there any minor or drive-by changes also included? --> ### Related issues <!-- - Fixes #[issue number here] --> ### Backward compatibility <!-- Are these changes backward compatible? Are there any infrastructure implications, e.g. changes that would prohibit deploying older commits using this infra tooling? Yes/No --> ### Testing <!-- What kind of testing have these changes undergone? None/Manual/Unit Tests -->
- Loading branch information
Showing
2 changed files
with
38 additions
and
20 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
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