Skip to content

Releases: AztecProtocol/aztec-connect-bridges

Yearn optional chaining fix

22 Aug 17:07
e6fc4f8
Compare
Choose a tag to compare

What's Changed

  • JB/Removes optional chaining on yearn bridge by @jonybur in #213

New Contributors

Full Changelog: v0.1.52...v0.1.53

BridgeDataFieldGetters.getAuxData(...) returns number[]

17 Aug 11:22
94ea0e5
Compare
Choose a tag to compare
refactor: returning number[] from getAuxData(...) (#211)

* refactor: returning number[] from getAuxData(...)

* chore: version bump

Unified types with internal, Yearn client

17 Aug 09:27
Compare
Choose a tag to compare

Changes:

  1. AssetValue is imported from barretenberg instead of using the local one,
  2. since AssetValue in barretenberg was a bit different from the local one (value instead of amount, number assetId instead of bigInt) basically all the clients had to be refactored to reflect this,
  3. added Yearn client,
  4. refactored getAPR function to have only the vault asset on input,
  5. Element client uses getTermAPR instead of getAPR function,
  6. BridgeDataFieldGetters inteface was expanded withgetTermAPR.

Helper for underlying asset value

04 Aug 12:01
6388b08
Compare
Choose a tag to compare

For bridges with wrapped assets, users often have a hard time figuring out what the value is or think that the wrapped asset and underlying has a value 1:1. To mitigate, we make a helper function on the bridge data class that allows frontends to get the value of the wrapped asset in the underlying, e.g., for wstEth outputs a value in stEth that can be displayed on the frontend.

Bug fix for retrieving latest block

04 Jul 14:57
00874b6
Compare
Choose a tag to compare

This release fixes an issue in block retrieval under some providers

Element bridge data class update

01 Jul 13:19
a47af0c
Compare
Choose a tag to compare
v0.1.48

Merge pull request #139 from joss-aztec/jcf/interaction_present_value…

Curve bridge data

24 Jun 16:17
255dd57
Compare
Choose a tag to compare
Merge pull request #133 from AztecProtocol/feat/curve-bridge-data

Curve steth bridge data

Curve wsteth bridge

24 Jun 10:16
eee42d8
Compare
Choose a tag to compare
v0.1.46

Bump version

Bump version number

09 Jun 09:54
3e1da47
Compare
Choose a tag to compare

Updates the package.json version

Lido Client Data

09 Jun 09:02
1288f20
Compare
Choose a tag to compare

Updated the Lido Client data helper for frontends