Releases: persistenceOne/pstake-native
Releases · persistenceOne/pstake-native
v2.0.2
v2.0.1
What's Changed
- Puneet/fixunbondings by @kruspy in #545
- change halt height and address. by @puneet2019 in #547
- Puneet/change consts by @puneet2019 in #548
- add test for GetUnstakingEpochForPacket by @puneet2019 in #549
- udpate height by @puneet2019 in #550
- add undelegations json as embeded file by @puneet2019 in #551
Full Changelog: v2.0.0...v2.0.1
v2.2.0-rc3
What's Changed
- change migration logic to add valdiators. by @puneet2019 in #536
- fix lint by @puneet2019 in #537
- [LiquidStakeIbc] Fix Auto Slashing Mechanism by @kruspy in #540
- separate module tests with e2e. by @puneet2019 in #539
- [LiquidstakeIbc] Limit Auto Compounding by @kruspy in #542
Full Changelog: v2.2.0-rc2...v2.2.0-rc3
v2.2.0-rc2
What's Changed
- [Liquidstakeibc] dockerfile by @kruspy in #529
- [Liquidstakeibc] C Value Fix by @kruspy in #530
- [Liquidstakeibc] remove depostis when chain is disabled by @kruspy in #533
- fix: delegated amount double updates by @kruspy in #534
- [Liquidstakeibc] add init validator delegation to deal with updates to validator set. by @puneet2019 in #535
Full Changelog: v2.2.0-rc1...v2.2.0-rc2
v2.2.0-rc1
What's Changed
- remove abci and hooks by @puneet2019 in #517
- update migrations. by @puneet2019 in #518
- Puneet/protoactions by @puneet2019 in #514
- [LiquidStakeIbc] Cleanups by @kruspy in #522
- [LiquidStakeIbc] Query Updates by @kruspy in #524
- chore: update deps by @ajeet97 in #520
- [breaking] update protos by @puneet2019 in #519
- [LiquidStakeIbc] Fix by @kruspy in #526
- Puneet/upgradetest by @puneet2019 in #525
- fail migration if there are pending ica txns for active channels by @puneet2019 in #528
Full Changelog: v2.2.0-rc0...v2.2.0-rc1
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