- 831 Add amino tags for protobuf msgs for compiling in js using telescope
- 841 add type ForceUpdateValidatorDelegations to MsgUpdateHostChain
- 842 liquidstake: move rebalancing from begin block to day epoch
- 815 Not escape merkle paths for proof verification.
- 822 liquidstake: redelegation to follow msg router instead of keeper.
- 792 Use GetHostChainFromHostDenom in ICA Transfer unsuccessfulAck instead of GetHostChainFromDelegatorAddress as Rewards account too uses ICA Transfer to autocompound
- 795 Reject zero weight validator LSM shares for liquidstakeibc
- 773 Improve logging.
- 774 Fix liquidstake params test.
- 760 Calculate C Value after autocompounding / slashing.
- 758 Dynamic C Value limit updates.
- 757 Change ibc transfer to use timeoutTimestamp instead of timeoutHeight
- 756 Add query for singular host-chain in liquidstakeibc
- 755 Add channel-id, port to ratesync host-chains and liquidstake instantiate.
- 766 stkxprt audit fixes
- 761 Use counterparty channels instead of self chain for ratesync-instantiate
- 753 Set default bounds for c value
- 737 Unhandled errors.
- 736 Check for host denom duplicates.
- 733 Add more validation for host-chain.
- 732 Move c value bounds to per-chain params.
- 729 Add rewards account query (hence autocompound) OnChanOpenAck.
- 727 Send LSM redeem messages in chunks.
- 721 Add Query host chain user unbondings.
- 752 Use correct existing delegation amount.
- 751 Set LSM bond factor as -1 by default.
- 750 Shares to tokens.
- 734 Host chain duplication check.
- 731 Set limit to LSM deposit filtering.
- 730 Fix deposit validate.
- 728 Fix prevent users from liquid-staking funds by removing the Deposit entry.
- 726 Fix minimal unbondings.
- 725 Fix Incorrect bookkeeping of validator’s delegated amount upon redelegation
- 720 Fix unbondings loop.
- 719 Fix afterEpoch hooks to take LiquidStake feature instead of LiquidStakeIBC
- 715 Fix stuck unbondings.
- 707 Fix liquidstakeibc redeem edge case for protecting cValue
- 703 Add ratesync module.
- 687 Add queries for redelegations and redelegation txs.
- 696 Add capability to swap rewards.
- 697 Add hooks for liquidstakeibc c_value updates.
- 685 Fix rebalancing to happen outside of unbonding epochs
- #680 Add rebalancing
- #667 Monitoring Events.
- #668 Update ICA timeout.
- #665 LSM deposit timeout fix.
- #652 Register MsgLiquidStakeLSM into amino codec.
- #643 Re-add LSCosmos types to enable parsing of older transactions and gov data.
- #639 LSM cap room bug.
- #637 LSM bond factor validation fix.
- #627 Remove lscosmos, lspersistence in favour of liquidstakeibc.
- #604 Create an empty deposit when a host chain is registered.
- #603 Add extra code for lscosmos migration to account for unrelayed packets.
-
#560 liquidstakeibc: allow localhost client type.
-
#524 [LiquidStakeIbc] Query Updates
-
#474 Liquidstakeibc Unstake
-
#475 LiquidstakeIbc Claim
-
#479 Liquidstakeibc - Redeem
-
#481 Liquidstakeibc - Automatically claim failed unbondings
-
#482 LiquidstakeIbc - Autocompounding
-
#485 Liquidstakeibc - host chain activation
-
#486 Liquidstakeibc - Slashing
-
#488 Liquidstakeibc - update unbonding queries
-
#487 Liquidstakeibc - Withdraw delegator rewards
-
#513 [LiquidStakeIbc] ICQ Proofs
-
#511 use params store in lspersistence instead of params module
-
#478 stkxprt: add fees for staking
-
#483 stkxprt: add fees for unstake.
-
#480 stkxprt: add fees for restake.
-
#514 add proto checks to github actions
- #588 Cleanup repository
- #492,#558,#561,#563,#564,#565,#566,#567,#568,#569,#570,#571,#573,#574,#576,#577,#580,#581,#582,#585 unit tests for liquidstake ibc
- #587 [LiquidStakeIbc] e2e test setup
- #522 [LiquidStakeIbc] Cleanups
- #501 liquidstakeibc: use icaaccount.owner instead of keeper func,
- #518,#528,#491,#536,#508, add migrations.
- #459 LS module refactor - Part 1
- #493 refactor queries for lscosmos for proofs
- #539 ci-separate module tests with e2e.
- #556 LiquidStakeIbc notional Audit
- #540 [LiquidStakeIbc] Fix Auto Slashing Mechanism
- #542 [LiquidstakeIbc] Limit Auto Compounding
- #533 [Liquidstakeibc] remove deposits when chain is disabled
- #535 [Liquidstakeibc] add init validator delegation to deal with updates to validator set.
- #499 [LiquidStakeIbc] Fixes
- #512 fix icq unmarshal for icq unmarshal.
Never released.
- #411 add admin functionality to disable module in case of failure.
- #410 reset IBC state instead of retrying IBC.
- #422 sdkv46
- #440 implement slashing handling
- #446 add ibcfee
- #447 remove register_host_chain_proposal.json.
- #451 Update protogen using buf
- #409 remove governance proposal
- #545 fix failed unbondings on mainnet
- #549 add test for GetUnstakingEpochForPacket
- #550 update height
- #551 add undelegations json as embedded file
- #397 use default auth ante.go
- #399 add equal condition for undelegation.CompletionTime while checking mature undelegations
- #401 bind baseDenom and mintDenom.
- #403 disallow jumpstarting module from getting a second chance once enabled
- #392 remove fork logic
- #373 Added introduction spec.
- #374 Updating concepts spec.
- #375 Updating events spec.
- #376 Updating keeper spec.
- #377 Updated message spec.
- #378 Restructuring spec folder.
- #383 Adding individual weights validity check for validators.
- #381 Oak report fixes.
- #385 cap restake to 25%.
- #390 Negative coin error fix.
- #386 reverts ibc from delegation account to deposit account.
- #384 remove msgjuice.
- #383 allow rest requests via grpc.
- #369 add recreate-ica tx.
- #372 increase ICA timeout to 15mins, so it doesn't timeout during upgrades
- #358 add bounds for max fee limits, add allowlisted validators deduplication.
- #359 added comments for all functions for godoc.
- #364 fix deterministic ordering of array.
- liquid staking module for cosmoshub-4