Releases: persistenceOne/persistenceCore
v6.1.0 (Emergency Patch)
Overview
Emergency patch after the v6 upgrade for fixing the pstake c-value.
Note to Validators
Please update your v6 binaries to v6.1.0 before reaching height 9616500
.
What's Changed
- update pstake native module to v1.4.0 by @Anmol1696 in #171
Full Changelog: v6.0.0...v6.1.0
v6.0.0
What's Changed
- add rest queries for pstake. by @puneet2019 in #158
- fix local chain init by @betterclever in #157
- prepare for v6 by @puneet2019 in #160
- add pstake upgrade instructions. by @puneet2019 in #161
- Upgrade: v6, untombstoning, add shuttle testing by @Anmol1696 in #163
- Add records and validator information by @Anmol1696 in #164
- fix: Fixes for untombstoning, move pstake handler to v6 by @Anmol1696 in #165
- Anmol/v6 testnet by @Anmol1696 in #166
- update pstake version to 1.3.1, move iteration of mints outside function by @Anmol1696 in #167
- v6-rc5 patches by @Anmol1696 in #169
New Contributors
- @betterclever made their first contribution in #157
- @monopauli made their first contribution in #162
Full Changelog: v5.0.0...v6.0.0
v5 Upgrade
Release Notes
- Add txn to re-open ibc channel for
lscosmos
- Upgrade handler to fix unbonding for
lscosmos
module, caused due to chain halt
Upgrades
- Upgrade cosmos-sdk to
v0.45.10
- Upgrade IBC-go to
v3.4.0
- Upgrade pstake-native
v1.2.0
- Upgrade tendermint to
v0.34.22
What's Changed
- chore: update versions at Dockerfiles by @snj33v in #145
- Update Dockerfile.release by @Anmol1696 in #151
- update go mods, cosmos-sdk v0.45.10, go versions. by @puneet2019 in #149
- add v5 by @puneet2019 in #152
- Modify Prerequisites go version by @kim201212 in #148
- add v5 upgrade handler. by @puneet2019 in #153
- Logging instead of panicing by @Anmol1696 in #154
- Comment out store creation on upgrade by @Anmol1696 in #155
New Contributors
- @kim201212 made their first contribution in #148
Full Changelog: v4.0.0...v5.0.0
v4 Upgrade
Release Notes
- Add
lscosmos
liquid staking module from pStake-native - Add
epoch
module from persistence-sdk - Add
ICQ
module from persistence-sdk
Upgrade
- Update wasm to
v0.29.1
- Update IBC to
v3.3.0
- Update cosmos-sdk to reflection branch
- Update tindermint to
v0.34.21
What's Changed
- change master to main by @puneet2019 in #136
- wire pstake liquid-staking cosmos module. by @puneet2019 in #137
- update deps by @puneet2019 in #138
- update pstake-native by @puneet2019 in #141
- update persistence-sdk, pstake-native to stable 1.0.0. by @puneet2019 in #144
- Upgrade pstake-native to v1.1.0 from v1.0.0 by @Anmol1696 in #146
Full Changelog: v3.1.2...v4.0.0
v3.2.0
This release contains the "dragonberry" security release from Cosmos SDK v0.45.9. It should be upgraded IMMEDIATELY by all validator and node operators as a rolling upgrade without organizing a chain halt. Validators can independently upgrade their binaries.
name: persistenceCore
server_name: persistenceCore
version: v3.2.0
commit: 387481a1826f736c05363d1241be03c952c1e096
build_tags: netgo,ledger
go: go version go1.18.4 linux/amd64
v3 Minor Upgrade
Overview
- Fix persistent command flags
- Fix docker, scripts and testing information
NOTE: Non breaking changes compared to v3.1.1
What's Changed
- Set a version for cosmovisor, add GOBIN into the makefile, set if unset by @Anmol1696 in #113
- chore: version fix and trimpath by @snj33v in #114
- update addresses as per new cointype by @alienHunterOnMars in #116
- Revert "update addresses as per new cointype" by @Anmol1696 in #117
- update test addresses by @Anmol1696 in #118
- Add exposer and it code structure, add make for docker by @Anmol1696 in #120
- fix: read persistent command flags. by @puneet2019 in #122
- Security policy for persistenceCore by @bahdotsh in #125
- minor fixes for docker makefile by @bahdotsh in #133
New Contributors
- @alienHunterOnMars made their first contribution in #116
Full Changelog: v3.1.1...v3.1.2
v3 Upgrade
Release Notes
- Default cointype change from 750 to 118
- Adds ICA host capabilities
- Adds Wasm module v0.28.0
- Upgrades cosmos-sdk to v0.45.6, tendermint v0.34.19, ibc v3.0.2
- Upgrade go to version 1.18
- NOTE: Windows support is deprecated due to cosmwasm integration
Fixes
- In v0.2.3
upgrade-info.json
is created at$HOME/data
instead of$HOME/.persistenceCore/data
, fixed in v3, might need manual intervention while upgrading to v3
What's Changed
- Arhamchordia/cast by @arhamchordia in #75
- Upgrade by @bahdotsh in #78
- Refactor application to look similar to gaiad code, add makefile commands by @Anmol1696 in #80
- Integrate wasm with core by @Anmol1696 in #79
- Add swp to gitignore and remove .swp files by @Anmol1696 in #82
- Add subspce function and init params keeper by @Anmol1696 in #84
- Fix make command for release, update cosmos-sdk to 45.6 from 45.4, update go to 1.18 by @Anmol1696 in #85
- Remove windows from release, fix contrib upgrade script by @Anmol1696 in #86
- Add docker based wasm testing scripts by @Anmol1696 in #87
- Anmol/test contracts by @Anmol1696 in #88
- wasm disable instantiate by @Anmol1696 in #89
- script fixes by @bahdotsh in #91
- rename app to represent v3, run reformat code from golandIDE by @puneet2019 in #93
- Move wasm scripts to dir, fix setup.sh to use denom properly by @Anmol1696 in #94
- Initial setup of gaia and persistenceCore chain in docker-compose by @Anmol1696 in #95
- Add settings for local setup in client.toml by @Anmol1696 in #99
- added the wiki for contract deployment and instantiation by @bahdotsh in #101
- Added links by @bahdotsh in #102
- Anmol/release static by @Anmol1696 in #96
- Refactor imports to be smallcase instead of camelcase by @Anmol1696 in #103
- consistent yml files by @ajansari95 in #108
- Update constants.go by @puneet2019 in #109
- Upgrade for v3.1.0 by @Anmol1696 in #107
- Try fix release creation by @Anmol1696 in #111
- Depricate ibc to v3.0.1 from v3.1.1 by @Anmol1696 in #112
New Contributors
- @bahdotsh made their first contribution in #78
- @ajansari95 made their first contribution in #108
Full Changelog: v0.2.3...v3.1.1
Fixes on app.go wiring
Please use this binary for upgrade happening on 3rd March 2022.
The older versions have a bug in app wiring, and validator nodes using 0.2.1 or 0.2.2 will halt on client update proposal.
What's Changed
- Update go version in go.mod. by @puneet2019 in #73
- update client router by @puneet2019 in #74
Full Changelog: v0.1.3...v0.2.3
Updates Cosmos-SDK to 44.6 - DO NOT USE FOR UPGRADE
Minor release
What's Changed
- Update deploy.yml by @snj33v in #71
- Bumped cosmos-sdk version to v0.44.6 by @arhamchordia in #72
Full Changelog: v0.2.1...v0.2.2
core-1 v2 upgrade - DO NOT USE FOR UPGRADE
What's Changed
Upgrades Cosmos-SDK to v0.44.5. ( adding authz and fee grant module )
Upgrades tendermint to v0.34.14.
Full Changelog: v0.1.3...v0.2.1