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
Mantas-M 096aeff13e
feat: Splitting `rust` workspace into `main` and `sealevel` (#4438)
2 months ago
..
src feat(sealevel): charge protocol fees (#4355) 3 months 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.