Skip to content

Tags: b-harvest/liquidity

Tags

v1.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tendermint#442 from tendermint/develop

build: release v1.4.0

v1.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tendermint#439 from tendermint/develop

Release liquidity v1.3.0 based sdk 0.43.0

v1.3.0-rc1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Porting cosmos-sdk from v0.42.6 to v0.43.0 (tendermint#433)

* Porting app.go based sdk 0.43.0

* fix: sdk v0.43.0 marshaling changes

* fix: test account, mint utils

* fix: replace deprecated json cli codec

* feat: add migration codes for ReserveAccIndex

* chore: remove useless comment

* chore: refactoring test_helpers

* chore: fix lint appendAssign

* chore: refact duplicated function

* fix: WIP update docs

* docs: add changelog

* fix: refactor app.go

v1.2.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tendermint#426 from b-harvest/dongsam/bump-sdk-to-…

…v0.42.6

Bump cosmos-sdk version v0.42.5 to v0.42.6

v1.2.8

Fix expected output for param query test

v1.2.7

change package path to gravity-devs

v1.2.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request tendermint#422 from b-harvest/dongsam/remove-outda…

…ted-generated-js-code

remove outdated generated js codes

v1.2.6-rc3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add query a pool endpoint through poolCoin or reserveAcc (tendermint#390

)

* WIP Add pool query endpoints

* Add endpoint functionality for query pool by pool coin denom

* fix for tendermint#391

* change endpoint of pool query by pool_coin_denom

* add endpoint for query pool by reserve_acc

* CLI denomination and reserve acc queries added

* Add flags for query pool by pool-coin-denom or reserve-acc

* Add testcase, docs for new endpoint

* Fix typo and resolve lint issue

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

v1.2.6-rc2

remove redundant import

v1.2.6-rc1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix unit batch height issue (tendermint#346)

* WIP fix expiryHeight

* fix to deterministic batch height

* set ToBeDeleted for already expired order

* remove debug pprint, Set init batch BeginHeight to current height

* go mod tidy

* fix TestLiquidityUnitBatchHeight

* ignored messages to be deleted and add test

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