Releases: persistenceOne/pstake-native
v2.3.2
v2.3.1
v2.3.0
pStake v2.3.0
This is a minor release for the pStake app, focused on improving the integration with the new liquid staking module (LSM) implementation.
📝 What changed
The full changelog is available here and you can find the last release diff here.
🔨 Build from source
git clone https://github.com/persistenceOne/pstake-native
cd pstake-native && git checkout v2.3.0
make install
v2.2.3
- See changelog for and diff for more details
Full Changelog: v2.2.2...v2.2.3
v2.2.2
What's Changed
- chore: Bump google.golang.org/grpc from 1.56.2 to 1.57.0 by @dependabot in #602
- ci: add changelog reminder by @puneet2019 in #605
- fix: Create en empty deposit when a host chain is registered by @kruspy in #604
Full Changelog: v2.2.1...v2.2.2
v2.2.1
What's Changed
- fix: add extra migration for unrelayed ica delegate packets. by @puneet2019 in #603
Full Changelog: v2.2.0...v2.2.1
v2.2.0
pStake v2.2.0
This is a major release for the pStake app, focused on enhancing the liquid staking capabilities of the platform and increase its future functionality and adaptability.
It introduces a new module liquidstakeibc
which includes major updates and opens up the path for future features, such as chain expansion, while also keeping the core tech up to date in preparation for future groundbreaking updates in the interchain, such as the Liquid Staking Module (LSM).
📝 What changed
The full changelog is available here and you can find the last release diff here.
🔨 Build from source
git clone https://github.com/persistenceOne/pstake-native
cd pstake-native && git checkout v2.2.0
make install
v2.2.0-rc6
What's Changed
Full Changelog: v2.2.0-rc5...v2.2.0-rc6
v2.2.0-rc5
What's Changed
- allow localhost client type. by @puneet2019 in #560
- change epoch used as sdk.Int to int64 in deposits. by @puneet2019 in #559
- test types/ genesis.go by @puneet2019 in #558
- add genesis tests by @puneet2019 in #561
- [Liquidstakeibc] Telemetry by @kruspy in #562
- add liquidstakeibc_test.go by @puneet2019 in #563
- Puneet/paramstest by @puneet2019 in #564
- Puneet/removecvalue GT(1)check from hostchain validation by @puneet2019 in #565
- add msgs test, hostchain tests by @puneet2019 in #566
- add more test cases by @puneet2019 in #567
- edit keeper test setup. by @puneet2019 in #568
- tests for deposit.go by @puneet2019 in #570
- remove unused file by @puneet2019 in #569
- delegation_strategy_test.go 100% by @puneet2019 in #571
- chainID usage, grpc querier test. by @puneet2019 in #573
- test unbondings, userunbondings. by @puneet2019 in #575
- test host_chain.go by @puneet2019 in #574
- keeper tests, not complete. by @puneet2019 in #576
- refactor keeper tests by @puneet2019 in #577
- refactor keeper tests by @puneet2019 in #580
- add msg server tests skeleton by @puneet2019 in #581
- try simulating entire flow, finish delegation by @puneet2019 in #582
- icq tests, invariants tests. by @puneet2019 in #585
- [LiquidStakeIbc] e2e test setup by @kruspy in #587
- [LiquidStakeIbc] Cleanup by @kruspy in #588
Full Changelog: v2.2.0-rc4...v2.2.0-rc5