Skip to content

Tags: pontem-network/liquidswap

Tags

v0.4.4

Toggle v0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update to latest Aptos (#138)

* updated error codes to constants

* Fix router v2 tests with constants

* Fix curves tests for common style of error codes

* Fix CLI version for CI and README

v0.4.3

Toggle v0.4.3's commit message
Router v2 (#121)

* add router_v2

* add ci run

* upgrade policy for router v2, updated comments

Co-authored-by: borispovod <[email protected]>

v0.4.2

Toggle v0.4.2's commit message
update admin address (#119)

v0.4.1

Toggle v0.4.1's commit message
update aptos to latest main, update addresses (#111)

* update aptos to latest main, update addresses

* testnet aptos version

* disable prover CI for now

* uncomment prover in ci

* changed addresses, bumped version

* update readme

Co-authored-by: borispovod <[email protected]>

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update GH Action (#110)

v0.3.1

Toggle v0.3.1's commit message
bump versions

v0.3.0

Toggle v0.3.0's commit message
Generate LP name and symbol from coin symbols with new limit sizes (#92)

* generate lp_name and lp_symbol from coin symbols

* remove unused constants, add docs to new const

* pseudocode for docs in generate symbol

* more docs

* change symbols

* fix tests

v0.2.8

Toggle v0.2.8's commit message
lock revision

v0.2.7

Toggle v0.2.7's commit message
bump version

v0.2.6

Toggle v0.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v0.2.6 (#61)

* feat: add unit testing for add_liquidity fail cases and getter functions (#37)

* feat: add unit testing for add_liquidity fail cases and getter functions

* feat: add more tests

* merged

* Implemented unchecked swap function (#40)

* Implemented unchecked swap function

* added stable unchecked tests

* Improved comments, optimized swap code

Co-authored-by: borispovod <[email protected]>

* update devnet 26-8-22

* fix test

Co-authored-by: gaquarius <[email protected]>
Co-authored-by: Victor Han <[email protected]>