Skip to content

Releases: StreamSwapProtocol/streamswap-contracts

v0.2.0-beta3

08 Dec 19:53
5cd01ad
Compare
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
Compare
Choose a tag to compare

This release includes:

  • creator side vested releases

Stream Swap v0.2.0-beta.

20 Aug 11:54
47bdbd3
Compare
Choose a tag to compare
Reword readme (#86)

StreamSwap v0.1.0

04 Apr 14:21
47bdbd3
Compare
Choose a tag to compare
stream-swap-v0.1.0

Reword readme (#86)

Test CI release

17 Aug 11:25
Compare
Choose a tag to compare

This release is to test CI release build.

v0.1.2

26 Sep 12:35
Compare
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
Compare
Choose a tag to compare

What's Changed

  • Threshold feature implemented.

Dependencies Update

12 May 10:25
a406008
Compare
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.

StreamSwap Mainnet Release

08 Apr 12:20
4e8e096
Compare
Choose a tag to compare
Merge pull request #6 from StreamSwapProtocol/sudo-permissions-update

Sudo and admin permissions reworked

Audit Release

04 Apr 13:18
ffae165
Compare
Choose a tag to compare
Merge pull request #58 from orkunkl/audit-issue-4-revisited

Fix audit issue #4 (revisited)