mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
Merge pull request #570 from cosmos/491-wasmd-scripts-preparation
Prepare wasmd scripts for CosmWasm Stargate support
This commit is contained in:
commit
eb9edb3da5
5
scripts/wasmd/contracts/checksums.sha256
Normal file
5
scripts/wasmd/contracts/checksums.sha256
Normal file
@ -0,0 +1,5 @@
|
||||
c478a6d9d6303e67f28d7863ea6e07426e9f0082744557d503e723bc1c46ccf8 cw1_subkeys.wasm
|
||||
1a4a376ef1099ad3edc33aa1d3105e4621bc49e44b1ac0a449d7b6912e40fb0a cw3_fixed_multisig.wasm
|
||||
ebc2b11e2afa50d5dcd4234840cd581e948a59d888bb8d651598bba3732cd8ee cw-nameservice.wasm
|
||||
d04368320ad55089384adb171aaea39e43d710d7608829adba0300ed30aa2988 cw_erc20.wasm
|
||||
3defc33a41f58c71d38b176d521c411d8e74d26403fde7660486930c7579a016 hackatom.wasm
|
BIN
scripts/wasmd/contracts/cw-nameservice.wasm
(Stored with Git LFS)
Normal file
BIN
scripts/wasmd/contracts/cw-nameservice.wasm
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
scripts/wasmd/contracts/cw1_subkeys.wasm
(Stored with Git LFS)
Normal file
BIN
scripts/wasmd/contracts/cw1_subkeys.wasm
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
scripts/wasmd/contracts/cw3_fixed_multisig.wasm
(Stored with Git LFS)
Normal file
BIN
scripts/wasmd/contracts/cw3_fixed_multisig.wasm
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
scripts/wasmd/contracts/cw_erc20.wasm
(Stored with Git LFS)
Normal file
BIN
scripts/wasmd/contracts/cw_erc20.wasm
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
scripts/wasmd/contracts/hackatom.wasm
(Stored with Git LFS)
Normal file
BIN
scripts/wasmd/contracts/hackatom.wasm
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
||||
# Choose from https://hub.docker.com/r/cosmwasm/wasmd/tags
|
||||
REPOSITORY="cosmwasm/wasmd"
|
||||
VERSION="v0.12.1"
|
||||
VERSION="v0.13.0"
|
||||
|
||||
CONTAINER_NAME="wasmd"
|
||||
|
@ -17,15 +17,16 @@ SCRIPT_DIR="$(realpath "$(dirname "$0")")"
|
||||
#
|
||||
"$SCRIPT_DIR/send_first.js"
|
||||
|
||||
# #
|
||||
# # CosmWasm init
|
||||
# #
|
||||
# (
|
||||
# echo "Ensuring contracts' checksums are correct ..."
|
||||
# cd "$SCRIPT_DIR/contracts"
|
||||
# sha256sum --check checksums.sha256
|
||||
# )
|
||||
#
|
||||
# CosmWasm init
|
||||
#
|
||||
(
|
||||
echo "Ensuring contracts' checksums are correct ..."
|
||||
cd "$SCRIPT_DIR/contracts"
|
||||
sha256sum --check checksums.sha256
|
||||
)
|
||||
# "$SCRIPT_DIR/deploy_hackatom.js"
|
||||
# "$SCRIPT_DIR/deploy_erc20.js"
|
||||
# "$SCRIPT_DIR/deploy_cw3.js"
|
||||
# "$SCRIPT_DIR/deploy_cw1.js"
|
||||
# # "$SCRIPT_DIR/deploy_nameservice.js"
|
||||
|
@ -46,16 +46,6 @@ if ! timeout 180 bash -c "until [ \"\$( docker container inspect -f '{{.State.St
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# docker exec "$CONTAINER_NAME" \
|
||||
# wasmcli rest-server \
|
||||
# --node tcp://localhost:26657 \
|
||||
# --trust-node \
|
||||
# --unsafe-cors \
|
||||
# --laddr "tcp://0.0.0.0:$LCD_API_PORT_GUEST" \
|
||||
# > "$REST_SERVER_LOGFILE" &
|
||||
|
||||
# echo "rest server running on http://localhost:$LCD_API_PORT_HOST and logging into $REST_SERVER_LOGFILE
|
||||
|
||||
if [ -n "${CI:-}" ]; then
|
||||
# Give process some time to come alive. No idea why this helps. Needed for CI.
|
||||
sleep 0.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user