Skip to content

Releases: neutron-org/neutron

v3.0.4

16 Apr 15:14
b37ac66
Compare
Choose a tag to compare

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

08 Apr 13:25
d652580
Compare
Choose a tag to compare

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

Full Changelog: v2.0.4...v3.0.2

v2.0.4

29 Mar 00:39
Compare
Choose a tag to compare
v2.0.4 Pre-release
Pre-release

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

19 Mar 14:37
70b661d
Compare
Choose a tag to compare

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

05 Mar 16:38
08c5a44
Compare
Choose a tag to compare
v3.0.0 Pre-release
Pre-release

DO NOT USE IT FOR MAINNET UPGRADE, THIS RELEASE IS RETRACTED

What's Changed

Full Changelog: v2.0.3...v3.0.0

v2.0.3

05 Mar 10:24
b1e93bf
Compare
Choose a tag to compare

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

  • release v2.0.3: updated deps, fixed pfm by @swelf19 in #452

Full Changelog: v2.0.2...v2.0.3

v3.0.0-rc1

29 Feb 14:04
be71678
Compare
Choose a tag to compare
v3.0.0-rc1 Pre-release
Pre-release

Only for the testing purposes

What's Changed

Full Changelog: v2.0.2...v3.0.0-rc1

v2.0.2

15 Jan 13:44
57a25eb
Compare
Choose a tag to compare
v2.0.2 Pre-release
Pre-release

This is only for pion-1 upgrade. Do not upgrade to it on a mainnet node.

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

10 Jan 14:38
Compare
Choose a tag to compare

Full Changelog: v2.0.0...v2.0.1

v2.0.0

28 Nov 12:31
e605ed3
Compare
Choose a tag to compare

The release contains:

  • Integration of Duality into Neutron:
    • A novel mechanism design which combines the computational efficiency of AMMs and flexibility of order books; enabling development of fair, efficient, open markets.
  • Upgrade from Cosmos SDK 0.45 to the Cosmos SDK 0.47:
    • the SDK version includes some key store migration for the CLI. Make sure you backup your private keys before testing this! You can not switch back to v0.45;
    • upgrade from Tendermint to CometBFT;
    • support for ABCI 1.0 in the SDK, allowing chains to set their own mempool implementation;
    • deprecation of the x/params module. (Module params now will be handled directly by the modules themselves, via the MsgUpdateParams message);
    • upgrade to ibc-go v7.3.1;
    • other technical changes and improvements, please see a full changelog here.
  • Update Wasmd module to v0.45:
    • legacy REST endpoints for queries and txs are completely removed and only gRPC endpoints must be used now;
    • enable instantiate2 feature - instantiate addresses at a predictable contract address.
    • contracts are able to use floating point operations;
    • smart-contract binary size limit increased from 800KB to 1.6MB;
    • other technical changes and improvements, please see a full changelog here;
  • Update the Tokenfactory module:
    • enable BankHooks features to call smart-contracts on token transfers;
    • fees on Tokenfactory token creation are removed, allowing tokens to be created on Neutron completely free of charge;
  • Refactoring of ICTX and Transfer module:
    • RegisterInterchainAccount method requires a fee now:
    • To avoid possible spam on the network, the caller of the method will now be required to pay fees for the ICA registration on remote chain;
    • this change is backwards compatible - if your contract was deployed before the upgrade, it will not pay fee for further ICA registration after the upgrade;

Binaries

Binary for Linux adm64 is available below.

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 v2.0.0
make install

Please check upgrade instruction here.

What's Changed

Read more