Skip to content

Latest commit

 

History

History
257 lines (174 loc) · 11.9 KB

CHANGELOG.md

File metadata and controls

257 lines (174 loc) · 11.9 KB

Changelog

[Unreleased]

[v2.4.0] - 2023-09-13

Bug Fixes

  • #652 Register MsgLiquidStakeLSM into amino codec.

[v2.3.3] - 2023-09-07

Bug Fixes

  • #643 Re-add LSCosmos types to enable parsing of older transactions and gov data.

[v2.3.2] - 2023-09-07

Bug Fixes

  • #639 LSM cap room bug.

[v2.3.1] - 2023-09-06

Bug Fixes

  • #637 LSM bond factor validation fix.

[v2.3.0] - 2023-09-06

Features

  • #594 LSM integration.
  • #631 Add telemetry to measure time taken in begin/end block.

Bug Fixes

  • #632 LSM cap fix.
  • #621 ICA recreation timeout fix.

Removed

  • #627 Remove lscosmos, lspersistence in favour of liquidstakeibc.

[v2.2.2] - 2023-08-07

Improvements

  • #604 Create an empty deposit when a host chain is registered.

[v2.2.1] - 2023-07-27

Improvements

  • #603 Add extra code for lscosmos migration to account for unrelayed packets.

[v2.2.0] - 2023-07-24

Features

  • #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

Improvements

Bug Fixes

  • #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.

Removed

  • #516,#517,#515 lscosmos: depracate, remove functional code

[v2.1.0-rc0] - 2023-04-20

Never released.

Improvements

  • #411 add admin functionality to disable module incase 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

Bug Fixes

  • #405 audit: inconsistent state fixes
  • #413 fix resetICA like #405

Removed

  • #409 remove governance proposal

[v2.0.1, v2.0.2] - 2023-06-29

Bug Fixes

  • #545 fix failed unbondings on mainnet
  • #549 add test for GetUnstakingEpochForPacket
  • #550 udpate height
  • #551 add undelegations json as embeded file

[v2.0.0] - 2023-02-18

Improvements

  • #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

Removed

  • #392 remove fork logic

[v1.3.0] -2022-12-22

Improvements

  • #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.

Removed

  • #384 remove msgjuice.

[v1.2.1] -2022-12-5

Improvements

  • #383 allow rest requests via grpc.

[v1.2.0] -2022-11-9

Features

  • #369 add recreate-ica tx.

Improvements

  • #372 increase ICA timeout to 15mins, so it doesnt timeout during upgrades

[v1.1.0] -2022-10-24

Improvements

  • #358 add bounds for max fee limits, add allowlisted validators deduplication.
  • #359 added comments for all functions for godoc.

Bug Fixes

  • #364 fix deterministic ordering of array.

[v1.0.0] -2022-10-22

Features

  • liquid staking module for cosmoshub-4