Skip to content

Releases: centrifuge/sdk

Release v1.7.5

21 Apr 12:32
6a53ebf

Choose a tag to compare

What's Changed

Full Changelog: v1.7.4...v1.7.5

Release v1.7.4

16 Apr 07:12
1a17e26

Choose a tag to compare

What's Changed

  • fix: resolve EIP-712 permit domain from token contract by @manimal1 in #409

Full Changelog: v1.7.2...v1.7.4

v1.7.3

09 Apr 11:07

Choose a tag to compare

Fixes

  • Bridge fee estimation: handle broken adapters (SPXA hotfix)

    When a bridge adapter's upstream GasService is broken at the protocol level (e.g. AxelarGasService function removed/upgraded), MultiAdapter.estimate() can return an understated cost or revert entirely — causing NotEnoughGas reverts in Gateway at execution time.

    The SDK now queries each configured pool adapter individually. If any adapter returns 0 or reverts (broken), it extrapolates a safe fee from the working adapter(s): maxWorkingEstimate × totalAdapters × 2, then takes the higher of that vs the multiAdapter total. The existing 1.5× buffer is applied on top.

    This is a backward-compatible hotfix — pools with all adapters healthy are unaffected.

Release v1.7.2

08 Apr 15:33
db8d528

Choose a tag to compare

What's Changed

Full Changelog: v1.7.1...v1.7.2

Release v1.7.1

30 Mar 12:31
03bd357

Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.7.1

Release v1.7.0

26 Mar 08:26
f452bb2

Choose a tag to compare

What's Changed

Full Changelog: v1.6.4...v1.7.0

Release v1.6.4

19 Mar 12:37
c3795b2

Choose a tag to compare

What's Changed

Full Changelog: v1.6.3...v1.6.4

Release v1.6.3

17 Mar 10:25
9fa71d8

Choose a tag to compare

What's Changed

Full Changelog: v1.6.2...v1.6.3

Release v1.6.2

11 Mar 09:21
3cda9d2

Choose a tag to compare

What's Changed

  • fix: Handle predeployed manager deployment flow by @kattylucy in #394

Full Changelog: v1.6.1...v1.6.2

Release v1.6.1

05 Mar 08:17
21b4e11

Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1