Skip to content

Releases: StreamSwapProtocol/streamswap-contracts

Release v.1.5

Choose a tag to compare

@Ninjatosba Ninjatosba released this 07 Feb 14:27
  • 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

Choose a tag to compare

@orkunkl orkunkl released this 08 Dec 19:53
5cd01ad

What's Changed

This PR targets audit.

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

v0.2.0-beta2

Choose a tag to compare

@orkunkl orkunkl released this 19 Nov 12:17
089a375

This release includes:

  • creator side vested releases

v0.1.4

Choose a tag to compare

@Ninjatosba Ninjatosba released this 04 Feb 11:24

Stream swap v1 with TOS implementation

v0.1.3

Choose a tag to compare

@Ninjatosba Ninjatosba released this 10 Feb 21:19
Release v0.1.3

StreamSwap v0.1.0

Choose a tag to compare

@MightOfOaks MightOfOaks released this 04 Apr 14:21
47bdbd3
stream-swap-v0.1.0

Reword readme (#86)

Test CI release

Choose a tag to compare

@orkunkl orkunkl released this 17 Aug 11:25

This release is to test CI release build.

v0.1.2

Choose a tag to compare

@Ninjatosba Ninjatosba released this 26 Sep 12:35

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

Choose a tag to compare

@Ninjatosba Ninjatosba released this 26 Sep 12:25
c9c7d57

What's Changed

  • Threshold feature implemented.

Dependencies Update

Choose a tag to compare

@Ninjatosba Ninjatosba released this 12 May 10:25
a406008

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.