Skip to content

Releases: hyperlane-xyz/hyperlane-starknet

v0.3.3

16 May 11:16
ef36f43

Choose a tag to compare

Merge branch 'reorg-aggregation-verify' into reorg-getters

v0.3.2

23 Apr 16:17
680534a

Choose a tag to compare

feat(cairo): add `HypErc20DexCollateral` extension (#5)

### Description

- Add extension to HypErc20CollateralComponent which deposits the
collateral to DEX (paradex specific) contract after approving the
tokens.
- Provides a helper function balance_on_behalf_of for reading the
balance of the user in the dex

### Drive-by changes

None

### Related issues

fixes
https://linear.app/hyperlane-xyz/issue/ENG-1281/dex-deposit-extension-for-paradex

### Backward compatibility

Yes

### Testing

Unit testing

v0.3.1

22 Apr 15:47
a187606

Choose a tag to compare

Merge pull request #2 from hyperlane-xyz/aggregation_verify

fix: aggregation_ism_metadata parsing fix