This repository was archived by the owner on Dec 1, 2025. It is now read-only.
Releases: persistenceOne/pstake-native
Releases · persistenceOne/pstake-native
v2.2.0-rc0
cosmos-sdk v47.x, ibc-go v7.x
New modules: liquidstakeibc, lspersistence
What's Changed
- Puneet/stkxprt by @puneet2019 in #460
- LS module refactor - Part 1 by @kruspy in #459
- Liquidstakeibc Unstake by @kruspy in #474
- LiquidstakeIbc Claim by @kruspy in #475
- Puneet/fee liquidstake by @puneet2019 in #478
- Liquidstakeibc - Redeem by @kruspy in #479
- add fees for restake. by @puneet2019 in #480
- Liquidstakeibc - Automatically claim failed unbondings by @kruspy in #481
- add fees for unstake. by @puneet2019 in #483
- LiquidstakeIbc - Autocompounding by @kruspy in #482
- Liquidstakeibc - host chain activation by @kruspy in #485
- Liquidstakeibc - Slashing by @kruspy in #486
- Liquidstakeibc - update unbonding queries by @kruspy in #488
- Liquidstakeibc - Withdraw delegator rewards by @kruspy in #487
- add structs for migration. by @puneet2019 in #491
- [LiquidStakeIBC] Keeper Tests by @kruspy in #492
- refactor queries for lscosmos for proofs by @puneet2019 in #493
- [LiquidStakeIbc] Fixes by @kruspy in #499
- use icaaccount.owner instead of keeper func, by @puneet2019 in #501
- [LiquidStakeIbc] Params Update by @kruspy in #502
- add migration by @puneet2019 in #508
- update genesis by @puneet2019 in #510
- use params store in lspersistence instead of paramspace. by @puneet2019 in #511
- fix icq unmarshal for icq unmarshal. by @puneet2019 in #512
- [LiquidStakeIbc] ICQ Proofs by @kruspy in #513
- remove msg service. by @puneet2019 in #515
- Puneet/removelscosmos by @puneet2019 in #516
New Contributors
Full Changelog: v2.1.0-rc0...v2.2.0-rc0
v2.1.0-rc0
What's Changed
- inconsistent state fixes by @puneet2019 in #405
- update deps by @puneet2019 in #412
- add admin functionality to disable module incase of failure. by @puneet2019 in #411
- fix resetICA like #405 by @puneet2019 in #413
- reset IBC state instead of retrying IBC. by @puneet2019 in #410
- remove governance proposal by @puneet2019 in #409
- Bump github.com/persistenceOne/persistence-sdk/v2 from 2.0.0-rc0 to 2.0.0 by @dependabot in #416
- Puneet/sdkv46 by @puneet2019 in #422
- fix governance by @puneet2019 in #432
- fix ICA transaction and capabilities. by @puneet2019 in #436
- remove deprecated methods for errors. by @puneet2019 in #437
- implement slashing handling by @puneet2019 in #440
- add ibcfee by @puneet2019 in #446
- Puneet/fixes by @puneet2019 in #448
- remove register_host_chain_proposal.json. by @puneet2019 in #447
- Update protogen using buf by @kruspy in #451
- update go mod. by @puneet2019 in #456
New Contributors
Full Changelog: v2.0.0...v2.1.0-rc0
v2.0.0
What's Changed
- remove fork logic by @puneet2019 in #392
- use default auth ante.go by @puneet2019 in #397
- add equal condition for undelegation.CompletionTime while checking ma… by @puneet2019 in #399
- bind baseDenom and mintDenom. by @puneet2019 in #401
- update go versions to 1.19 by @puneet2019 in #398
- Bump github.com/golangci/golangci-lint from 1.50.1 to 1.51.0 by @dependabot in #400
- Bump docker/build-push-action from 3 to 4 by @dependabot in #396
- update deps by @puneet2019 in #402
- Bump github.com/golangci/golangci-lint from 1.51.0 to 1.51.1 by @dependabot in #404
- disallow jumpstarting module from getting a second chance once enable… by @puneet2019 in #403
- update ibc-go, use persistence-sdk commit, use version-default in ica. by @puneet2019 in #394
- prepare pstake-v2 by @puneet2019 in #406
Full Changelog: v1.4.0...v2.0.0
v2.0.0-rc0
What's Changed
- use default auth ante.go by @puneet2019 in #397
- add equal condition for undelegation.CompletionTime while checking ma… by @puneet2019 in #399
- bind baseDenom and mintDenom. by @puneet2019 in #401
- update go versions to 1.19 by @puneet2019 in #398
- Bump github.com/golangci/golangci-lint from 1.50.1 to 1.51.0 by @dependabot in #400
- Bump docker/build-push-action from 3 to 4 by @dependabot in #396
- update deps by @puneet2019 in #402
- Bump github.com/golangci/golangci-lint from 1.51.0 to 1.51.1 by @dependabot in #404
- disallow jumpstarting module from getting a second chance once enable… by @puneet2019 in #403
- update ibc-go, use persistence-sdk commit, use version-default in ica. by @puneet2019 in #394
- prepare pstake-v2 by @puneet2019 in #406
Full Changelog: v1.3.0...v2.0.0-rc0
v1.3.0
What's Changed
- Added introduction spec by @arhamchordia in #373
- Updating concepts spec. by @arhamchordia in #374
- Updating events spec. by @arhamchordia in #375
- Updating keeper spec. by @arhamchordia in #376
- Updated message spec. by @arhamchordia in #377
- Restructuring spec folder. by @arhamchordia in #378
- Adding individual weights validity check for validators. by @arhamchordia in #382
- Oak report fixes. by @arhamchordia in #381
- allow rest requests via grpc, OAK-5 by @puneet2019 in #383
- Puneet/removejuice by @puneet2019 in #384
- cap restake to 25% by @puneet2019 in #385
- Negative coin error fix by @arhamchordia in #390
- reverts ibc from delegation account to puneet/handle-deposits-to-dele… by @puneet2019 in #386
Full Changelog: v1.2.1...v1.3.0
v1.2.1
- allows rest requests over grpc.
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- add recreate-ica tx. by @puneet2019 in #369
- increase ICA timeout to 15mins, so it doesnt timeout during upgrades … by @puneet2019 in #372
Full Changelog: v1.1.0...v1.2.0
v1.1.0
This release fixes a bug found in v1.0.0, where ICA delegateMsgs and undelegateMsgs array is not ordered deterministically.
What's Changed
- add bounds for max fee limits, add allowlisted validators deduplicati… by @puneet2019 in #358
- Added comments for all functions for godoc by @arhamchordia in #359
What's Fixed
- fix deterministic ordering or array. by @puneet2019 in #364
Full Changelog: v1.0.0...v1.1.0
v1.0.0
USE v1.1.0 instead
What's Present
- liquid staking module for cosmoshub-4
Full Changelog: https://github.com/persistenceOne/pstake-native/commits/v1.0.0