Releases: neutron-org/neutron
v1.0.2-pion-1-upgrade
The release mainly fixes a corrupted state of the pion-1 chain broken during upgrade from 0.4.3
to v1.0.0-rc1
release.
v0.4.3
was using ICS 1.2.0 (1368b95c0b4e9a1e7e18ace4bbfec1d147c53c9b). v1.0.0-rc1
was using the main branch from 4/19/2023 (6089b6121c33f2e688fbbbdb7d91f9d88036db4f) - not an official release. Between these two commits, many things were changed, among them the deletion of this key from ICS key value store. Because of the way keys.go files are set up (using Go's iota operator), removing a key changes the keys after it, and so there must be a corresponding database migration script.
This change in keys resulted ICS's validators list being empty, resulting in the error message from ICS UpdateSoftOptOutThresholdPower
called with empty validator set, which tipped us off to the problem. The performance issue and the slashing was probably caused when other Cosmos-SDK modules got an empty validator list.
Full Changelog: v1.0.0-rc1...v1.0.2-pion-1-upgrade
v1.0.2
This release includes a patch for the Huckleberry vulnerability.
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Full Changelog: v1.0.1-rc0...v1.0.1
v1.0.1-rc0
Full Changelog: v1.0.0...v1.0.1-rc0
v1.0.0
Full Changelog: v1.0.0-rc1...v1.0.0
v1.0.0-rc1
What's Changed
- feat: NTRN-398. Whitelist wasm execute and migrate msgs in the ica host by @albertandrejev in #213
- Feat: check go version by @pr0n00gler in #215
- bump cosmos-sdk to v0.45.15 by @pr0n00gler in #199
- feat: NTRN-430. Add commission for Token Factory by @albertandrejev in #216
Full Changelog: v0.4.3...v1.0.0-rc1
v0.4.3
What's Changed
- fix: applied the CWA-2023-002 patch by @oopcode in #214
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- remove lockdrop vault from genesis by @oldremez in #204
- fix: unconditional distribute fee by @oopcode in #205
- fix init script: remove buggy address calc by @quasisamurai in #206
- subdao name fix by @oldremez in #211
- Update overrules #NTRN-325 by @oldremez in #201
- Start neutron alone + update binaries by @oldremez in #212
- update wasmd to 0.31.0 #NTRN-438 by @swelf19 in #210
Full Changelog: v0.4.1...v0.4.2
v0.4.1
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Update dockerfile by @oldremez in #189
- feat: add fake ibc denom balances by @ratik in #169
- NTRN-346 treasury & reserve renaming by @quasisamurai in #182
- chore: update comment of HandleChanOpenAck by @Lockwarr in #179
- audit fixes: add missing params to whitelist by @quasisamurai in #202
- parametrized dao init script by @quasisamurai in #198
New Contributors
Full Changelog: v0.3.1...v0.4.0