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 0178eeca08
fix(sealevel): use `overflow-checks` in the release profile (#2636)
1 year ago
..
src Sealevel (#2404) 1 year ago
Cargo.toml fix(sealevel): use `overflow-checks` in the release profile (#2636) 1 year 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.