Releases: astraly-labs/hyperlane_starknet
Releases · astraly-labs/hyperlane_starknet
v0.2.1 [warp routes]
What's Changed
- hyp_erc20_vault_tests by @EgeCaner in #114
- feat: pragma devnet deploy by @EvolveArt in #115
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- feat: add supported features to README by @EvolveArt in #89
- Add CI Workflow to Automatically Label and Tag PRs for feat-token-extensions Branch by @ametel01 in #93
- feat(deployments): hyperlane deployments scripts by @JordyRo1 in #91
- feat: hyperlane warp routes by @EvolveArt in #113
New Contributors
Full Changelog: v0.1.0...v0.2.0
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
v0.0.14
What's Changed
- Feat hyperlane contract feedback corrections by @JordyRo1 in #46
- Feat: ownable initializer by @JordyRo1 in #67
- Feat: Update keccak implementation by @JordyRo1 in #62
- Audit: Module removal for routing ism by @JordyRo1 in #59
- Audit: Aggregation ISM metadata verification by @JordyRo1 in #50
- Audit: Duplicate validator check for signatures by @JordyRo1 in #47
- Fix: Integration tests by @JordyRo1 in #74
- Audit: change store array source by @JordyRo1 in #77
- Audit:
convert_to_signature
as free function by @JordyRo1 in #73 - fix: history of delivery before external calls by @JordyRo1 in #70
- Audit: Zero optimization condition by @JordyRo1 in #72
- Audit: Defaut fallback routing mecanism by @JordyRo1 in #69
- fix: concatenate_input now use bitshift by @JordyRo1 in #65
- Feat: Validator Announce storage location as array by @JordyRo1 in #57
Full Changelog: v0.0.13...v0.0.14