Releases: StreamSwapProtocol/streamswap-contracts
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
Stream Swap v0.2.0-beta.
Reword readme (#86)
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.
StreamSwap Mainnet Release
Merge pull request #6 from StreamSwapProtocol/sudo-permissions-update Sudo and admin permissions reworked
Audit Release
Merge pull request #58 from orkunkl/audit-issue-4-revisited Fix audit issue #4 (revisited)