Releases: StreamSwapProtocol/streamswap-contracts
Release v.1.5
- 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
What's Changed
- Implement tos for v0.2 by @orkunkl in #99
- Seperate stream data into chunks by @orkunkl in #100
- Tos data reduce by @orkunkl in #101
- Reenable codecov by @orkunkl in #89
- Refactor threshold by @Ninjatosba in #105
- Fix codecov upload by @orkunkl in #106
- List Stream Refactor by @orkunkl in #107
- Add out asset refund case by @Ninjatosba in #108
- generate ts code by @Ninjatosba in #109
- bump project version to v0.2.0-beta3 by @orkunkl in #110
This PR targets audit.
Full Changelog: v0.2.0-beta2...v0.2.0-beta3
v0.2.0-beta2
This release includes:
- creator side vested releases
v0.1.4
Stream swap v1 with TOS implementation
v0.1.3
Release v0.1.3
StreamSwap v0.1.0
stream-swap-v0.1.0 Reword readme (#86)
Test CI release
This release is to test CI release build.
v0.1.2
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
What's Changed
- Threshold feature implemented.
Dependencies Update
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.