Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

v2.6.0

Compare
Choose a tag to compare
@alexeychr alexeychr released this 27 Jun 09:23
· 92 commits to main since this release
c3e30bd

What's Changed

  • feature: pre-fulfill swap's change recipient by @alexeychr in #94

New opt-in feature: pre-fulfill swaps' change recipient

This releases introduces an opt-int feature to configure pre-fulfill swaps' change recipient. By default, any change occurred after pre-fulfill swap is transferred to the taker; now it is possible to change this behaviour so that change is transferred to maker:

      dstConstraints: {
        // transfer pre-fulfill swap change to maker (orderAuthorityDstAddress). Default value: "taker"
        preFulfillSwapChangeRecipient: "maker"
      }

Full Changelog: v2.5.0...v2.6.0