Skip to content

Commit

Permalink
Upgrade persistence v10.2.0 (#710)
Browse files Browse the repository at this point in the history
There's an emergency upgrade on persistence at block 14447900

https://www.mintscan.io/persistence/block/14447900
Estimated Target Date: Tue Dec 12 2023 15:09:51 GMT+0100 (Central European Standard Time)
  • Loading branch information
CharlesJUDITH authored Dec 29, 2023
1 parent 6f667b1 commit 3ab18a1
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- project: passage
version: v2.2.0
- project: persistence
version: v10.0.0
version: v10.2.0
- project: regen
version: v5.1.1
- project: rizon
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ tagged with the form `$COSMOS_OMNIBUS_VERSION-$PROJECT-$PROJECT_VERSION`.
|[osmosis](https://github.com/osmosis-labs/osmosis)|`v20.5.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-osmosis-v20.5.0`|[Example](./osmosis)|
|[panacea](https://github.com/medibloc/panacea-core)|`v2.0.5`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-panacea-v2.0.5`|[Example](./panacea)|
|[passage](https://github.com/envadiv/Passage3D)|`v2.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-passage-v2.2.0`|[Example](./passage)|
|[persistence](https://github.com/persistenceOne/persistenceCore)|`v10.0.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-persistence-v10.0.0`|[Example](./persistence)|
|[persistence](https://github.com/persistenceOne/persistenceCore)|`v10.2.0`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-persistence-v10.2.0`|[Example](./persistence)|
|[regen](https://github.com/regen-network/regen-ledger)|`v5.1.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-regen-v5.1.1`|[Example](./regen)|
|[rizon](https://github.com/rizon-world/rizon)|`v0.4.1`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-rizon-v0.4.1`|[Example](./rizon)|
|[seinetwork](https://github.com/sei-protocol/sei-chain)|`1.2.2beta-postfix`|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-seinetwork-1.2.2beta-postfix`|[Example](./seinetwork)|
Expand Down
4 changes: 2 additions & 2 deletions persistence/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

| | |
|---|---|
|Version|`v10.0.0`|
|Version|`v10.2.0`|
|Binary|`persistenceCore`|
|Directory|`.persistenceCore`|
|ENV namespace|`PERSISTENCECORE`|
|Repository|`https://github.com/persistenceOne/persistenceCore`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-persistence-v10.0.0`|
|Image|`ghcr.io/akash-network/cosmos-omnibus:v0.4.3-persistence-v10.2.0`|

## Examples

Expand Down
2 changes: 1 addition & 1 deletion persistence/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
args:
PROJECT: persistence
PROJECT_BIN: persistenceCore
VERSION: v10.0.0
VERSION: v10.2.0
REPOSITORY: https://github.com/persistenceOne/persistenceCore
NAMESPACE: PERSISTENCECORE
GOLANG_VERSION: 1.21-bullseye
Expand Down
2 changes: 1 addition & 1 deletion persistence/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.0"

services:
node:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-persistence-v10.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-persistence-v10.2.0
env:
- MONIKER=my-moniker-1
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/chain.json
Expand Down
2 changes: 1 addition & 1 deletion persistence/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
node_1:
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-persistence-v10.0.0
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-persistence-v10.2.0
ports:
- '26656:26656'
- '26657:26657'
Expand Down

0 comments on commit 3ab18a1

Please sign in to comment.