Skip to content

Releases: nolus-protocol/nolus-core

v0.5.3-testnet

25 Jun 07:13
52a590e
Compare
Choose a tag to compare
v0.5.3-testnet Pre-release
Pre-release

FOR TESTNET ONLY

Bug Fixes- testnet release (Lockwarr)

v0.5.3

09 Apr 11:42
70d96b4
Compare
Choose a tag to compare

Features

Bug Fixes

  • set icaregisterfeefirstcodeid only for local chains (Lockwarr)

Code Refactoring

Continuous Integration

Chores

v0.5.2

14 Feb 14:44
50908f8
Compare
Choose a tag to compare

Features

Bug Fixes

  • increase max wasm size to 5MB (Lockwarr)

v0.5.1

07 Feb 15:37
29edfb2
Compare
Choose a tag to compare

Features

Bug Fixes

  • scripts: deploy-platform.sh name (desislavva)
  • scripts: DEX config - increase gas_multiplier (desislavva)
  • wasmvm v1.5.2 (Lockwarr)
  • set icaRegisterFeeFirstCode for new networks (Lockwarr)
  • tax module fees in foreign denoms refinement (Lockwarr)
  • slight refactoring (Lockwarr)

Documentation

Styles

Code Refactoring

Continuous Integration

  • pin builder base image version (ivivanov)

v0.5.0

18 Jan 13:19
4251641
Compare
Choose a tag to compare

Features

Bug Fixes

Documentation

  • Update the instructions for adding new DEX #102 (Desislava )
  • readme - info about new way to submit proposals #100 (Lockwarr )

Code Refactoring

Continuous Integration

Chores

Commits

Read more

v0.5.0-wasm-patch

17 Jan 12:53
cdaed47
Compare
Choose a tag to compare

Apply on testnet only

Bug Fixes

v0.4.2

29 Nov 09:02
Compare
Choose a tag to compare

Features

Bug Fixes

Documentation

Continuous Integration

Chores

Commits

  • 439ef55: [scripts]update: Hermes configuration (Desislava)
  • 7fa2ee6: [scripts]update: Pass DEX params (Desislava)
  • 1cb83ea: wip (ivivanov)
  • 9af04d1: ledger-go: use latest fix to fix HID enumerate (dpierret) #92
  • 9ec7810: ledger-go: run mod tidy (dpierret) #92
  • 75c8274: [scripts]update: Set the initial DEX (Desislava) #93
  • 7ad71b0: [scripts]feat: Add new DEX (Desislava) #93
  • 72bc5ff: [scripts]feat: Add DEX-admin to the genesis (Desislava) #93
  • c9c67eb: [scripts]feat: Add WasmStoreCode privileged account (Desislava) #93
  • da19115: [scripts]fix: More specific arg name (Desislava) #93
  • d3694a4: [scripts]update: Arg flag (Desislava) #93
  • d1b427c: [scripts]update: Pass swap_tree when init && update hermes config (Desislava)
  • b5d6767: [scripts]fix: WASM-artifacts path and swap_tree value (Desislava) #101
  • fix upgrade name (ivivanov)

v0.4.1

20 Jul 09:08
Compare
Choose a tag to compare

Features

  • scripts: add bin target dir flag (ivivanov)

Bug Fixes

  • use latest neutron version for fixed cached ctx on handleacks #87 (Lockwarr)

Documentation

Chores

Commits

  • ddfa49c: [scripts]update: Migrate to osmo-test-5 (Desislava) #83
  • 3ee04a3: [scripts]fix: Pass tokens to initialize the treasury as an argument (Desislava) #84
  • 66738a8: [scripts]update: Hermes config - chain2 trusting_period (Desislava)

v0.4.0

30 May 13:57
07c726a
Compare
Choose a tag to compare

Features

Bug Fixes

Documentation

Code Refactoring

Chores

Commits

Upgrade instructions

With this upgrade we also have upgraded minimum required go version to v1.20, please update your Go version if you prefer to build the binary from source, otherwise, you can use the binary from the assets in this release.

Upgrade the chain by submitting a gov proposal for software upgrade

nolusd tx gov submit-proposal software-upgrade "v0.4.0" --title "Upgrade v0.4.0" --description "lorem ipsum dolorem asterix" --from reserve --upgrade-height <height-number> --deposit 10000000unls --fees 500unls

v0.3.0

27 Apr 09:13
Compare
Choose a tag to compare

Features

Styles

  • set upgrade handler and start using upgrades folder #75 (Lockwarr)

Chores

  • use neutron's latest main branch and update wasmbindings #73 (Lockwarr)
  • bump versions and use neutron release v0.4.0 #73 (Lockwarr)
  • update dependencies and use neutron v0.4.1 #73 (Lockwarr)
  • bump wasmd, wasmvm for neutron v1.0.0-rc1 #73 (Lockwarr)
  • upgrade wasmvm to v1.2.3 #73 (Lockwarr)

Commits

  • 63d4045: [scripts]update: Remove contracts_owner account from the deployment logic (Desislava) #74
  • 3b334ca: [scripts]fix: Hermes config ws addr (Desislava)

Upgrade instructions

Since we are bumping versions of dependencies with this upgrade, one of it will be the wasmvm which would cause a Wasm module cache issue. It is a known one when upgrading the version of wasmvm. For this reason, once you replace your binary with the new one from the release, you need to delete the Wasm cache directory - <path-to-node>/wasm/wasm/cache/ before you restart with the new binary. Otherwise, the app will panic.

Upgrade the chain by submitting a gov proposal for software upgrade

nolusd tx gov submit-proposal software-upgrade "v0.3.0" --title "Upgrade v0.3.0" --description "lorem ipsum dolorem asterix" --from reserve --upgrade-height <number> --deposit 10000000unls --fees 500unls