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/README.md

7 lines
358 B

# 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.