Skip to content

Commit

Permalink
Merge pull request #386 from okp4/build/bump-okp4d
Browse files Browse the repository at this point in the history
🔨 Bump `okp4d` version
  • Loading branch information
bdeneux committed Oct 4, 2023
2 parents fd551eb + ca8f9d4 commit 3380d7a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,9 @@ docker run --rm \
--gas auto \
--gas-adjustment 1.5 \
--chain-id ${CHAIN} \
--broadcast-mode block \
--broadcast-mode sync \
--yes
sleep 5 # 🤮 temporary fix since '--brodcast-mode block' is no longer available, new cli command is comming but not available now on okp4d@v5.0.0. Needs cosmos-sdk@v0.47.5 : https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.5.
'''

[tasks.chain-deploy-contracts]
Expand Down Expand Up @@ -431,10 +432,11 @@ docker run --rm \
--gas auto \
--gas-adjustment 1.5 \
--chain-id ${CHAIN} \
--broadcast-mode block \
--broadcast-mode sync \
--yes \
--label $label \
--no-admin
sleep 5 # 🤮 temporary fix since '--brodcast-mode block' is no longer available, new cli command is comming but not available now on okp4d@v5.0.0. Needs cosmos-sdk@v0.47.5 : https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.5.
'''

[tasks.chain-query-contract]
Expand Down Expand Up @@ -498,10 +500,11 @@ docker run --rm \
--gas auto \
--gas-adjustment 1.5 \
--chain-id ${CHAIN} \
--broadcast-mode block \
--broadcast-mode sync \
--yes \
--output json \
| jq -r '.'
sleep 5 # 🤮 temporary fix since '--brodcast-mode block' is no longer available, new cli command is comming but not available now on okp4d@v5.0.0. Needs cosmos-sdk@v0.47.5 : https://github.com/cosmos/cosmos-sdk/releases/tag/v0.47.5.
'''

[tasks.install-llvm-tools-preview]
Expand Down Expand Up @@ -554,7 +557,7 @@ CHAIN_MONIKER = "local-node"
DIR_DEPLOY = "${DIR_TARGET}/deploy"
DIR_TARGET = "./target"
DIR_WASM = "${DIR_TARGET}/wasm32-unknown-unknown/release"
DOCKER_IMAGE_OKP4D = "okp4/okp4d:4.0.0"
DOCKER_IMAGE_OKP4D = "okp4/okp4d:5.0.0"
KEYRING_BACKEND = "test"
MNEMONIC_ALICE = "code ceiling reduce repeat unfold intact cloud marriage nut remove illegal eternal pool frame mask rate buzz vintage pulp suggest loan faint snake spoon"
MNEMONIC_BOB = "add pig champion lounge initial tunnel oak panic drama float foot elegant coast manage diesel essence glory bicycle sniff upon horse crash damage bounce"
Expand Down

0 comments on commit 3380d7a

Please sign in to comment.