Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Releases: FuelLabs/swayswap

v0.1.4

25 May 00:17
ec40015
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.1.4

v0.1.3

19 May 05:06
d2aa45a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

19 May 03:25
1db591e
Compare
Choose a tag to compare
fix: update icons url (#115)

v0.1.1

19 May 02:43
0cc73e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

19 May 02:29
743bf6a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.1.0

v0.0.3

12 May 01:11
e92924f
Compare
Choose a tag to compare

Summary

  • Swap is correctly working with the new changes;
    • Reducing units for 3 decimals;
    • Changing fee calculation, removing multiplications;
    • Track reserve amounts on storage;
  • Swap preview value on swap;
  • Better error/loading handling in general;
  • UI changes on Wallet;

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

06 May 01:51
b752ae1
Compare
Choose a tag to compare

Summary

  • Add token swaps

Notes

  • We have a u64 * u64 overflow issue on the contract side. So the suitable values for pooling amount around 0.000001 and swapping amounts around 0.00000001.

What's Changed

Full Changelog: v0.0.1...v0.0.2

v0.0.1

02 May 21:04
ae8c495
Compare
Choose a tag to compare

Summary

  • NativeToken Faucet
  • Mint Alt. Tokens
  • Create liquidity pools
  • Remove liquidity
  • View Assets
  • Create a Simple Wallet

What's Changed

New Contributors

Full Changelog: https://github.com/FuelLabs/swayswap/commits/v0.0.1