Releases: centrifuge/sdk
Release v1.7.5
What's Changed
Full Changelog: v1.7.4...v1.7.5
Release v1.7.4
What's Changed
Full Changelog: v1.7.2...v1.7.4
v1.7.3
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 — causingNotEnoughGasreverts 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
Release v1.7.1
What's Changed
Full Changelog: v1.7.0...v1.7.1
Release v1.7.0
What's Changed
Full Changelog: v1.6.4...v1.7.0
Release v1.6.4
Release v1.6.3
What's Changed
- fix: swap params and add buffer by @gregory-kf in #396
Full Changelog: v1.6.2...v1.6.3
Release v1.6.2
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
What's Changed
Full Changelog: v1.6.0...v1.6.1