The home for Hyperlane core contracts, sdk packages, and other infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hyperlane-monorepo/rust/sealevel/programs/mailbox-test
Daniel Savu 8dbc2e636e
fix: another sealevel unit test flake (#4784)
4 weeks ago
..
src fix: another sealevel unit test flake (#4784) 4 weeks ago
Cargo.toml feat: Splitting `rust` workspace into `main` and `sealevel` (#4438) 2 months ago
README.md Sealevel (#2404) 1 year ago

README.md

mailbox-test

These are functional tests that ordinarily would live in programs/mailbox/tests, however due to some funky dependency resolution, the building the SBF .so files included some dev dependencies that would result in errors when trying to deploy the programs.

As a (slightly hacky) fix, these tests are pulled into an entirely separate crate.