Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(katana): messaging e2e test (#1925)
* -Runner creation -L1 -> L2 Messaging * L2 -> L1 messaging * clippy and fmt * style * apply kari's cool formatting * fmt * Applying more change from Code review * tests * Delete debug from Sol! and not used B256 * Merge remote-tracking branch 'origin/main' into katana/Messaging-Intregation-Testing * Cleaning cargo.lock * Add new option to Katnna Runner Config * consume message and check msg fee * clippy and fmt * - Use alloy Anvil Binding Object to spawn an instance - Delete Manual created Anvil Runner object - Delete unnecesary libraries from Cargo.toml * Add step to install anvil in Dockerfile * Remove profile local from Anvil installation command * Delete step to install anvil * Point CI to devcontainer that has Anvil installed * Update Alloy * fix: fix test with pre-computed tx hash * ci: increment cores for clippy * ci: pre-build latest sozo to re-use in jobs * ci: fix missing dependency * ci: fix missing x permission * ci: remove unused cached to save time * restore lockfile * revert l1 handler tx hash computation changes * revert some changes * revert test case --------- Co-authored-by: Ammar Arif <evergreenkary@gmail.com> Co-authored-by: glihm <dev@glihm.net>
- Loading branch information