v0.1.0 [audited]
Official Stable Release
This is the first official and audited release of the Hyperlane Protocol in Cairo.
It contains a bare simple implementation of the Hyperlane protocol but some things are still missing and being added.
You can find the supported features list in the README
.
What's Changed
- fix: remove unused contract by @JordyRo1 in #79
- Audit: Revert dispatch if default fee not matched by @JordyRo1 in #63
- Audit fixed size for merkle tree construction by @JordyRo1 in #83
- Audit
interchain security module
definition for mailbox client by @JordyRo1 in #81 - Audit: additional check for aggregation module parameter by @JordyRo1 in #80
- feat: size validation for Byte types by @JordyRo1 in #85
- Audit: Static variable size for hash parameters by @JordyRo1 in #56
- Feat: sender and receiver ContractAddress -> u256 by @JordyRo1 in #78
- Audit: set
threshold
as constructor param by @JordyRo1 in #86
Full Changelog: v0.0.14...v0.1.0