Skip to content

Releases: neutron-org/neutron

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

v1.0.4

18 Jul 13:58
7804860
Compare
Choose a tag to compare

The release contains a patch to remediate the issue with wrong emitting of events in Interchain Transactions module and in our Transfers module which can lead to relaying problems of IBC packets produced in Sudo calls. Also it contains some QoL improvements for validators.

The upgrade is not consensus breaking, so there won’t be a coordinated upgrade. But it’s very important for all validators and public node operators to upgrade their nodes.

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.4-rc1

14 Jul 12:03
effbed1
Compare
Choose a tag to compare
v1.0.4-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.3...v1.0.4-rc1

v1.0.3

03 Jul 16:54
1c70133
Compare
Choose a tag to compare

Overview

The release contains a patch to fix a bug in ICTX transactions and Transfers modules which may lead to a security vulnerability in smart-contracts which use these modules.

The upgrade is proposed to take place at height 1236300. You can stay up-to-date using this live countdown page.

Full upgrade instructions are available here .

What's Changed

Full Changelog: v1.0.2...v1.0.3