Skip to content

Releases: StreamSwapProtocol/streamswap-contracts

Release v.1.5

07 Feb 14:27

Choose a tag to compare

  • Treasury_cancel
    The stream creator can cancel the stream after creation, provided the min_duration_until_stream_start has not elapsed.
    During this period, only the creator can interact with the contract, and the only allowed action is canceling the stream, which refunds the out_funds to the creator.
  • Improved attribute utilization.

v0.2.0-beta3

08 Dec 19:53
5cd01ad

Choose a tag to compare

What's Changed

This PR targets audit.

Full Changelog: v0.2.0-beta2...v0.2.0-beta3

v0.2.0-beta2

19 Nov 12:17
089a375

Choose a tag to compare

This release includes:

  • creator side vested releases

v0.1.4

04 Feb 11:24

Choose a tag to compare

Stream swap v1 with TOS implementation

v0.1.3

10 Feb 21:19

Choose a tag to compare

Release v0.1.3

StreamSwap v0.1.0

04 Apr 14:21
47bdbd3

Choose a tag to compare

stream-swap-v0.1.0

Reword readme (#86)

Test CI release

17 Aug 11:25

Choose a tag to compare

This release is to test CI release build.

v0.1.2

26 Sep 12:35

Choose a tag to compare

Release Notes for Stream Swap Contract v0.1.2

This release addresses a critical overflow issue encountered during the calculation of stream shares on the Injective chain. Previously, the contract utilized Uint128 for distribution calculations and was primarily tested with denominations using 6 decimal places (e.g., Osmosis). Injective's native denomination, however, operates with 18 decimals, leading to overflow during multiplication operations.

To resolve this, all calculations have been upgraded to use Uint256, ensuring compatibility with higher precision denominations moving forward.

v0.1.1

26 Sep 12:25
c9c7d57

Choose a tag to compare

What's Changed

  • Threshold feature implemented.

Dependencies Update

12 May 10:25
a406008

Choose a tag to compare

Release Note: Dependencies Update

Changes:

Updated cosmwasm-std to version 1.5.4.
Updated cosmwasm-schema to version 1.5.4.
Updated cw-controllers to version 1.1.2.
Updated cw-storage-plus to version 1.2.0.
Updated cw-utils to version 1.0.3.
Updated cw2 to version 1.1.2.