Releases: CosmosContracts/juno
v11.0.0-alpha
Juno V11 RC for testing on Uni testnet. Do not run this on mainnet.
What's Changed
- Bump github.com/cosmos/ibc-go/v3 from 3.2.0 to 3.2.1 by @dependabot in #281
- Bump github.com/cosmos/ibc-go/v3 from 3.2.1 to 3.3.0 by @dependabot in #285
- ICA Genesis State x Docker builds x Wasmd 0.29-rc1 by @the-frey in #297
- Juno v11 for Uni testing by @the-frey in #313
- Issue template by @vuong177 in #311
- docs: Update openapi.yml by @spoo-bar in #295
- Restructure readme by @the-frey in #299
- Latest wasmd - patches Dragonberry by @faddat in #315
- Set IAVL config by @giansalex in #320
- Add pruning command by @giansalex in #319
New Contributors
Full Changelog: v10.0.0-alpha...v11.0.0-alpha
v10.1.0
This is a mainline version of Juno that:
- includes the dragonberry patch
- bumps IAVL version
- bumps ICS23 version
- bumps SDK version
This is non consensus breaking with respect to v10.0.2. Validators can update without needing a co-ordinated chain upgrade via governance.
Full Changelog: v10.0.2...v10.1.0
v10.1.0-alpha
A pre-release to canary the Dragonberry upstream patch.
Full Changelog: v10.0.2...v10.1.0-alpha
v10.0.2
This is v10 of Juno.
NOTE:
- Versus v10.0.0-alpha, this backs out of using wasmd 0.29-rc* in favour of mainline wasmd 0.28.0. This means also keeping the SDK version the same at 0.45.6.
- Versus v10.0.0-alpha.1 this adds complexity to the v10 upgrade handler, adding in an ICA Host message type (
MsgUndelegate
) that was omitted in the v7 upgrade handler. - Versus v10.0.0-alpha.2 and v10.0.0 this additionally adds IBC
MsgTransfer
at the request of 3rd party chains, to bring ICA config in line with the hub for IBC and delegate/redelegate configuration - Versus v10.0.1and v10.0.0 this additionally adds Gov module
MsgVoteWeighted
at the request of 3rd party chains
For the full v10 changelog, go here.
What's Changed
- Adds
MsgVoteWeighted
as it was requested by the Quicksilver team
Full Changelog: v10.0.0...v10.0.2
v10.0.1
This is v10 of Juno.
This was deprecated before use in favour of v10.0.2
. It is consensus breaking in an upgrade context, so please only use v10.0.2
.
NOTE:
- Versus v10.0.0-alpha, this backs out of using wasmd 0.29-rc* in favour of mainline wasmd 0.28.0. This means also keeping the SDK version the same at 0.45.6.
- Versus v10.0.0-alpha.1 this adds complexity to the v10 upgrade handler, adding in an ICA Host message type (MsgUndelegate) that was omitted in the v7 upgrade handler.
- Versus v10.0.0-alpha.2 and v10.0.0 this additionally adds IBC
MsgTransfer
at the request of 3rd party chains, to bring ICA config in line with the hub for IBC and delegate/redelegate configuration
For the full v10 changelog, go here.
What's Changed
- Adds IBC Msg Transfer to ICA allowed messages
Full Changelog: v10.0.0...v10.0.1
v10.0.0-alpha.2
🚨 DO NOT RUN THIS ON MAINNET, IT IS A TESTING PRE-RELEASE 🚨
A pre-release to test the features slated for Juno v10.
NOTE:
- Versus v10.0.0-alpha, this backs out of using wasmd
0.29-rc*
in favour of mainline wasmd0.28.0
. This means also keeping the SDK version the same at0.45.6
. - Versus v10.0.0-alpha.1 this adds complexity to the
v10
upgrade handler, adding in an ICA Host message type (MsgUndelegate
) that was omitted in the v7 upgrade handler.
What's Changed
- get ci/cd success for no-starport2 by @nghuyenthevinh2000 in #224
- Add ICA ModuleBasic by @giansalex in #237
- Now wasmd is patched, use 0.28 over our fork by @the-frey in #241
- dependabot by @faddat in #240
- Update .gitpod.yml by @faddat in #239
- ✅ remove ignite/starport by @faddat in #207
- Create statesync.bash by @faddat in #238
- docker compose now denominates the STAKE_TOKEN in ujunox by @GlobeProgger in #244
- Update dependabot.yml by @faddat in #242
- Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 by @dependabot in #252
- Bump docker/metadata-action from 3 to 4 by @dependabot in #247
- Bump actions/checkout from 2 to 3 by @dependabot in #248
- Bump docker/build-push-action from 2 to 3 by @dependabot in #249
- Bump docker/setup-buildx-action from 1 to 2 by @dependabot in #250
- Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0 by @dependabot in #251
- Bump actions/setup-go from 2 to 3 by @dependabot in #258
- Bump jwalton/gh-docker-logs from 1 to 2 by @dependabot in #259
- Bump docker/login-action from 1 to 2 by @dependabot in #257
- Bump docker/setup-qemu-action from 1 to 2 by @dependabot in #260
- go 1.19 by @faddat in #261
- Delete gosec.yml by @faddat in #256
- Use golangci-lint by @faddat in #243
- superlinter by @faddat in #265
- Update go.mod by @faddat in #272
- Juno v10 by @faddat in #262
- Added support for ledger nano s+ by @bjaanes in #276
- Update mint module by @dimiandre in #273
- Experiment with changing compile costs by @the-frey in #278
New Contributors
- @nghuyenthevinh2000 made their first contribution in #224
- @GlobeProgger made their first contribution in #244
- @dependabot made their first contribution in #252
- @bjaanes made their first contribution in #276
Full Changelog: v9.0.0...v10.0.0-alpha.1
v10.0.0
This is v10 of Juno.
This was deprecated before use in favour of v10.0.2
. It is consensus breaking in an upgrade context, so please only use v10.0.2
.
NOTE:
- Versus v10.0.0-alpha, this backs out of using wasmd
0.29-rc*
in favour of mainline wasmd0.28.0
. This means also keeping the SDK version the same at0.45.6
. - Versus v10.0.0-alpha.1 this adds complexity to the
v10
upgrade handler, adding in an ICA Host message type (MsgUndelegate
) that was omitted in the v7 upgrade handler.
What's Changed
- get ci/cd success for no-starport2 by @nghuyenthevinh2000 in #224
- Add ICA ModuleBasic by @giansalex in #237
- Now wasmd is patched, use 0.28 over our fork by @the-frey in #241
- dependabot by @faddat in #240
- Update .gitpod.yml by @faddat in #239
- ✅ remove ignite/starport by @faddat in #207
- Create statesync.bash by @faddat in #238
- docker compose now denominates the STAKE_TOKEN in ujunox by @GlobeProgger in #244
- Update dependabot.yml by @faddat in #242
- Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 by @dependabot in #252
- Bump docker/metadata-action from 3 to 4 by @dependabot in #247
- Bump actions/checkout from 2 to 3 by @dependabot in #248
- Bump docker/build-push-action from 2 to 3 by @dependabot in #249
- Bump docker/setup-buildx-action from 1 to 2 by @dependabot in #250
- Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0 by @dependabot in #251
- Bump actions/setup-go from 2 to 3 by @dependabot in #258
- Bump jwalton/gh-docker-logs from 1 to 2 by @dependabot in #259
- Bump docker/login-action from 1 to 2 by @dependabot in #257
- Bump docker/setup-qemu-action from 1 to 2 by @dependabot in #260
- go 1.19 by @faddat in #261
- Delete gosec.yml by @faddat in #256
- Use golangci-lint by @faddat in #243
- superlinter by @faddat in #265
- Update go.mod by @faddat in #272
- Juno v10 by @faddat in #262
- Added support for ledger nano s+ by @bjaanes in #276
- Update mint module by @dimiandre in #273
- Experiment with changing compile costs by @the-frey in #278
New Contributors
- @nghuyenthevinh2000 made their first contribution in #224
- @GlobeProgger made their first contribution in #244
- @dependabot made their first contribution in #252
- @bjaanes made their first contribution in #276
Full Changelog: v9.0.0...v10.0.0-alpha.1
v10.0.0-alpha.1
🚨 DO NOT RUN THIS ON MAINNET, IT IS A TESTING PRE-RELEASE 🚨
A pre-release to test the features slated for Juno v10.
NOTE: versus v10.0.0-alpha, this backs out of using wasmd 0.29-rc*
in favour of mainline wasmd 0.28.0
. This means also keeping the SDK version the same at 0.45.6
.
What's Changed
- get ci/cd success for no-starport2 by @nghuyenthevinh2000 in #224
- Add ICA ModuleBasic by @giansalex in #237
- Now wasmd is patched, use 0.28 over our fork by @the-frey in #241
- dependabot by @faddat in #240
- Update .gitpod.yml by @faddat in #239
- ✅ remove ignite/starport by @faddat in #207
- Create statesync.bash by @faddat in #238
- docker compose now denominates the STAKE_TOKEN in ujunox by @GlobeProgger in #244
- Update dependabot.yml by @faddat in #242
- Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 by @dependabot in #252
- Bump docker/metadata-action from 3 to 4 by @dependabot in #247
- Bump actions/checkout from 2 to 3 by @dependabot in #248
- Bump docker/build-push-action from 2 to 3 by @dependabot in #249
- Bump docker/setup-buildx-action from 1 to 2 by @dependabot in #250
- Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0 by @dependabot in #251
- Bump actions/setup-go from 2 to 3 by @dependabot in #258
- Bump jwalton/gh-docker-logs from 1 to 2 by @dependabot in #259
- Bump docker/login-action from 1 to 2 by @dependabot in #257
- Bump docker/setup-qemu-action from 1 to 2 by @dependabot in #260
- go 1.19 by @faddat in #261
- Delete gosec.yml by @faddat in #256
- Use golangci-lint by @faddat in #243
- superlinter by @faddat in #265
- Update go.mod by @faddat in #272
- Juno v10 by @faddat in #262
- Added support for ledger nano s+ by @bjaanes in #276
- Update mint module by @dimiandre in #273
- Experiment with changing compile costs by @the-frey in #278
New Contributors
- @nghuyenthevinh2000 made their first contribution in #224
- @GlobeProgger made their first contribution in #244
- @dependabot made their first contribution in #252
- @bjaanes made their first contribution in #276
Full Changelog: v9.0.0...v10.0.0-alpha.1
v10.0.0-alpha
🚨 THIS IS A PRE-RELEASE FOR TESTING, DO NOT RUN ON MAINNET 🚨
A pre-release to test the features slated for Juno v10.
What's Changed
- get ci/cd success for no-starport2 by @nghuyenthevinh2000 in #224
- Add ICA ModuleBasic by @giansalex in #237
- Now wasmd is patched, use 0.28 over our fork by @the-frey in #241
- dependabot by @faddat in #240
- Update .gitpod.yml by @faddat in #239
- ✅ remove ignite/starport by @faddat in #207
- Create statesync.bash by @faddat in #238
- docker compose now denominates the STAKE_TOKEN in ujunox by @GlobeProgger in #244
- Update dependabot.yml by @faddat in #242
- Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 by @dependabot in #252
- Bump docker/metadata-action from 3 to 4 by @dependabot in #247
- Bump actions/checkout from 2 to 3 by @dependabot in #248
- Bump docker/build-push-action from 2 to 3 by @dependabot in #249
- Bump docker/setup-buildx-action from 1 to 2 by @dependabot in #250
- Bump github.com/prometheus/client_golang from 1.12.2 to 1.13.0 by @dependabot in #251
- Bump actions/setup-go from 2 to 3 by @dependabot in #258
- Bump jwalton/gh-docker-logs from 1 to 2 by @dependabot in #259
- Bump docker/login-action from 1 to 2 by @dependabot in #257
- Bump docker/setup-qemu-action from 1 to 2 by @dependabot in #260
- go 1.19 by @faddat in #261
- Delete gosec.yml by @faddat in #256
- Use golangci-lint by @faddat in #243
- superlinter by @faddat in #265
- Update go.mod by @faddat in #272
- Juno v10 by @faddat in #262
- Added support for ledger nano s+ by @bjaanes in #276
- Update mint module by @dimiandre in #273
- Integrate wasmd 0.29.0-rc0 by @the-frey in #279
- Experiment with changing compile costs by @the-frey in #278
New Contributors
- @nghuyenthevinh2000 made their first contribution in #224
- @GlobeProgger made their first contribution in #244
- @dependabot made their first contribution in #252
- @bjaanes made their first contribution in #276
Full Changelog: v9.0.0...v10.0.0-alpha
v9.0.0
A release to recover from the 28th July cyber attack.
Please note that as on version 3 of Juno, we will be skipping a block and restarting the juno-1
chain at height 4136532
What's Changed
Full Changelog: v8.0.0...v9.0.0