Releases: neutron-org/neutron
v3.0.5
Coordinated consensus breaking upgrade with a proposal 37 at height 10525000
Upgrade instructions: https://github.com/neutron-org/mainnet-assets/blob/main/upgrades/v3.0.5/README.md
What's Changed
- Enable block-sdk services by @pr0n00gler in #497
- chore: update block-sdk version by @nivasan1 in #493
- added v3.0.5 upgrade hander by @swelf19 in #498
Full Changelog: v3.0.4...v3.0.5
v3.0.2-rpc
Overview
The release is fixing an issue with congestion of the mempool, related to block sdk, which is resulting in failed transactions on Neutron.
The release is not consensus breaking with the primary v3.0.2 release.
Binaries
Binary for Linux amd64 is available below.
SHA-256 hashsum of the attached binary: 335ab9a1ea49fb9ab0f412840ce428b9115d6eebfea80b7d8b0b4f8a27f15209
Build from source
If you prefer to build from source, you can use the following commands:
git clone https://github.com/neutron-org/neutron
cd neutron && git checkout v3.0.2-rpc
make install
Full Changelog: v3.0.2...v3.0.2-rpc
v3.0.4
Please apply only on a testnet according to upgrade notes: https://github.com/cosmos/testnets/blob/master/interchain-security/pion-1/v3.0.4_upgrade.md
Coordinated upgraded on mainnet will be performed later and announced accordingly
Full Changelog: v3.0.2...v3.0.4
v3.0.2
This is a replacement release for v3.0.1 because it was deprecated!
You can find the upgrade notes here: https://github.com/neutron-org/mainnet-assets/tree/main/upgrades/v3.0.1
Please pay attention to the upgrade name in the upgrade plan:
neutrond q upgrade plan
height: "9034900"
info: '{\"binaries\": {\"linux/amd64\": \"https://github.com/neutron-org/neutron/releases/download/v3.0.1/neutrond-linux-amd64?checksum=sha256:76568f007bef728120f825596bda872692ce3bfc4131309693dfb93841f33cfe\"}}'
name: v3.0.1
time: "0001-01-01T00:00:00Z"
upgraded_client_state: null
You must use v3.0.2 binary even if the upgrade is planned for v3.0.1!
What's Changed
- Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.18.1 to 2.19.0 by @dependabot in #419
- Bump cosmossdk.io/log from 1.2.1 to 1.3.0 by @dependabot in #416
- Chore: bump deps by @pr0n00gler in #415
- NTRN-188 refactor dex module keeper by @quasisamurai in #400
- Cleanup comments for expiration_time to match current naming by @jcompagni10 in #397
- Bump peter-evans/repository-dispatch from 2 to 3 by @dependabot in #425
- Chore: bump go to 1.21 by @pr0n00gler in #423
- feat(app): Integrate the block-sdk by @nivasan1 in #413
- feat: bump Interchain Security to v4 by @pr0n00gler in #414
- Bump github.com/cosmos/ibc-go/v7 from 7.3.1 to 7.3.2 by @dependabot in #430
- Bump github.com/rs/zerolog from 1.31.0 to 1.32.0 by @dependabot in #432
- Feat: Skip Block SDK by @pr0n00gler in #429
- Bump cosmossdk.io/log from 1.3.0 to 1.3.1 by @dependabot in #433
- Bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #436
- Feat: missing tokenfactory bindings by @pr0n00gler in #431
- Bump google.golang.org/grpc from 1.60.1 to 1.61.1 by @dependabot in #437
- Add grpc option
IncludePoolData
to QueryUserDeposits by @jcompagni10 in #390 - fix: added /neutron.cron.Query/Params to stargate allowlist by @zavgorodnii in #439
- Feat: cw dex bindings by @pr0n00gler in #365
- Bump google.golang.org/grpc from 1.61.1 to 1.62.0 by @dependabot in #445
- Bump github.com/cosmos/cosmos-proto from 1.0.0-beta.2 to 1.0.0-beta.4 by @dependabot in #442
- Bump cosmossdk.io/math from 1.2.0 to 1.3.0 by @dependabot in #447
- release: v3 preparation by @swelf19 in #448
- Feat: new generation of swagger by @pr0n00gler in #441
- Chore: remove provider section from swagger by @pr0n00gler in #450
- Chore: bump PFM by @pr0n00gler in #453
- Fix: use alpine 3.18 for static binary build by @pr0n00gler in #467
- Feat: changes in init scripts for Gaia v15 by @pr0n00gler in #446
- fix: removed second service registration by @swelf19 in #468
- release: v3.0.1 handler to remove discrepancy between osmosis and neutron #NTRN-237 by @swelf19 in #465
Full Changelog: v2.0.4...v3.0.2
v2.0.4
A RELEASE FOR THE SECURITY PATCH OF MARCH, 29TH
DO NOT BUILD THE BINARY (IT'S NOT POSSIBLE BECAUSE OF A go.mod LOCAL REPLACE), PLEASE USE THE PREBUILT ONE
Full Changelog: v2.0.3...v2.0.4
v3.0.1
THE RELEASE IS DEPRECATED AND SHOULD NOT BE USED IN PRODUCTION. PLEASE USE v3.0.2 INSTEAD
## What's Changed
* Fix: use alpine 3.18 for static binary build by @pr0n00gler in #467
* Feat: changes in init scripts for Gaia v15 by @pr0n00gler in #446
* fix: removed second service registration by @swelf19 in #468
* release: v3.0.1 handler to remove discrepancy between osmosis and neutron #NTRN-237 by @swelf19 in #465
Full Changelog: v3.0.0...v3.0.1
v3.0.0
DO NOT USE IT FOR MAINNET UPGRADE, THIS RELEASE IS RETRACTED
What's Changed
- Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.18.1 to 2.19.0 by @dependabot in #419
- Bump cosmossdk.io/log from 1.2.1 to 1.3.0 by @dependabot in #416
- Chore: bump deps by @pr0n00gler in #415
- NTRN-188 refactor dex module keeper by @quasisamurai in #400
- Cleanup comments for expiration_time to match current naming by @jcompagni10 in #397
- Bump peter-evans/repository-dispatch from 2 to 3 by @dependabot in #425
- Chore: bump go to 1.21 by @pr0n00gler in #423
- feat(app): Integrate the block-sdk by @nivasan1 in #413
- feat: bump Interchain Security to v4 by @pr0n00gler in #414
- Bump github.com/cosmos/ibc-go/v7 from 7.3.1 to 7.3.2 by @dependabot in #430
- Bump github.com/rs/zerolog from 1.31.0 to 1.32.0 by @dependabot in #432
- Feat: Skip Block SDK by @pr0n00gler in #429
- Bump cosmossdk.io/log from 1.3.0 to 1.3.1 by @dependabot in #433
- Bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #436
- Feat: missing tokenfactory bindings by @pr0n00gler in #431
- Bump google.golang.org/grpc from 1.60.1 to 1.61.1 by @dependabot in #437
- Add grpc option
IncludePoolData
to QueryUserDeposits by @jcompagni10 in #390 - fix: added /neutron.cron.Query/Params to stargate allowlist by @zavgorodnii in #439
- Feat: cw dex bindings by @pr0n00gler in #365
- Bump google.golang.org/grpc from 1.61.1 to 1.62.0 by @dependabot in #445
- Bump github.com/cosmos/cosmos-proto from 1.0.0-beta.2 to 1.0.0-beta.4 by @dependabot in #442
- Bump cosmossdk.io/math from 1.2.0 to 1.3.0 by @dependabot in #447
- release: v3 preparation by @swelf19 in #448
- Feat: new generation of swagger by @pr0n00gler in #441
- Chore: remove provider section from swagger by @pr0n00gler in #450
- Chore: bump PFM by @pr0n00gler in #453
Full Changelog: v2.0.3...v3.0.0
v2.0.3
TO BE APPLIED ONLY ON HEIGHT: 7818500
Upgrade notes: https://github.com/neutron-org/mainnet-assets/tree/main/upgrades/v2.0.3
What's Changed
Full Changelog: v2.0.2...v2.0.3
v3.0.0-rc1
Only for the testing purposes
What's Changed
- Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.18.1 to 2.19.0 by @dependabot in #419
- Bump cosmossdk.io/log from 1.2.1 to 1.3.0 by @dependabot in #416
- Chore: bump deps by @pr0n00gler in #415
- NTRN-188 refactor dex module keeper by @quasisamurai in #400
- Cleanup comments for expiration_time to match current naming by @jcompagni10 in #397
- Bump peter-evans/repository-dispatch from 2 to 3 by @dependabot in #425
- Chore: bump go to 1.21 by @pr0n00gler in #423
- feat(app): Integrate the block-sdk by @nivasan1 in #413
- feat: bump Interchain Security to v4 by @pr0n00gler in #414
- Bump github.com/cosmos/ibc-go/v7 from 7.3.1 to 7.3.2 by @dependabot in #430
- Bump github.com/rs/zerolog from 1.31.0 to 1.32.0 by @dependabot in #432
- Feat: Skip Block SDK by @pr0n00gler in #429
- Bump cosmossdk.io/log from 1.3.0 to 1.3.1 by @dependabot in #433
- Bump golangci/golangci-lint-action from 3 to 4 by @dependabot in #436
- Feat: missing tokenfactory bindings by @pr0n00gler in #431
- Bump google.golang.org/grpc from 1.60.1 to 1.61.1 by @dependabot in #437
- Add grpc option
IncludePoolData
to QueryUserDeposits by @jcompagni10 in #390 - fix: added /neutron.cron.Query/Params to stargate allowlist by @zavgorodnii in #439
- Feat: cw dex bindings by @pr0n00gler in #365
- Bump google.golang.org/grpc from 1.61.1 to 1.62.0 by @dependabot in #445
- Bump github.com/cosmos/cosmos-proto from 1.0.0-beta.2 to 1.0.0-beta.4 by @dependabot in #442
- Bump cosmossdk.io/math from 1.2.0 to 1.3.0 by @dependabot in #447
- release: v3 preparation by @swelf19 in #448
- Feat: new generation of swagger by @pr0n00gler in #441
- Chore: remove provider section from swagger by @pr0n00gler in #450
Full Changelog: v2.0.2...v3.0.0-rc1
v2.0.2
This is only for pion-1 upgrade. Do not upgrade to it on a mainnet node.
- Testnet upgrade notes: https://github.com/neutron-org/cosmos-testnets/blob/feat/v2.0.2-pion1-upgrade/replicated-security/pion-1/v2.0.2_upgrade.md
What's Changed
- Add v2 to go.mod by @pr0n00gler in #388
- reformat proto by @quasisamurai in #396
- Chore:wasmvm upgrade 1.5.1 by @pr0n00gler in #409
- Wasmvm 1.5.1 by @pr0n00gler in #410
- Fix typo in registered query CLI description by @NotJeremyLiu in #405
- fix: update client handler route by @sotnikov-s in #408
- fix ledger signing by @doggystylez in #403
- refactor(cli): remove ValidateBasic in cli by @lukema95 in #406
- added empty upgrade handler for 2.0.2 by @swelf19 in #412
New Contributors
- @NotJeremyLiu made their first contribution in #405
- @doggystylez made their first contribution in #403
- @lukema95 made their first contribution in #406
Full Changelog: v2.0.1...v2.0.2