Skip to content

Commit

Permalink
chore: Prepare v2.11.0 (#785)
Browse files Browse the repository at this point in the history
* changelog

* lint
  • Loading branch information
kruspy authored Mar 12, 2024
1 parent bec9a4d commit bea3b03
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,21 @@ Ref: https://keepachangelog.com/en/1.0.0/

## Unreleased

## [v2.11.0] - 2024-03-12

### Features

- [783](https://github.com/persistenceOne/pstake-native/pull/783) Move rewards autocompounding to hourly epoch.
- [784](https://github.com/persistenceOne/pstake-native/pull/784) Allow admin address to update params.

### Improvements

- [773](https://github.com/persistenceOne/pstake-native/pull/773) Improve logging.

### Bug Fixes

- [774](https://github.com/persistenceOne/pstake-native/pull/774) Fix liquidstake params test.

## [v2.10.0] - 2024-02-21

### Features
Expand Down
1 change: 0 additions & 1 deletion x/liquidstake/keeper/hooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ func (h EpochHooks) AfterEpochEnd(_ sdk.Context, _ string, _ int64) error {
}

func (k Keeper) BeforeEpochStart(ctx sdk.Context, epochIdentifier string, epochNumber int64) error {

if !k.GetParams(ctx).ModulePaused {
// Update the liquid validator set at the start of each epoch
if epochIdentifier == liquidstake.AutocompoundEpoch {
Expand Down

0 comments on commit bea3b03

Please sign in to comment.