wasmd/contrib/local
Alexander Peters b8319aa334
Upgrade to cosmos-sdk v0.45.0 (#717)
* Upgrade to cosmos-sdk v0.44.5

* Upgrade to sdk v0.45.0-rc1

* Fix local test deploy scripts

* Bump to v0.45.0 final release

* Fixed replace to 0.45.0 not rc1

* Fix changed import path since rc1

Co-authored-by: Ethan Frey <ethanfrey@users.noreply.github.com>
2022-01-20 12:47:01 +01:00
..
00-genesis.sh Use shellcheck and shfmt on contrib scripts 2021-08-09 14:42:17 +02:00
01-accounts.sh Upgrade to cosmos-sdk v0.45.0 (#717) 2022-01-20 12:47:01 +01:00
02-contracts.sh Upgrade to cosmos-sdk v0.45.0 (#717) 2022-01-20 12:47:01 +01:00
03-grpc-queries.sh Use shellcheck and shfmt on contrib scripts 2021-08-09 14:42:17 +02:00
README.md Use shellcheck and shfmt on contrib scripts 2021-08-09 14:42:17 +02:00
setup_wasmd.sh Use shellcheck and shfmt on contrib scripts 2021-08-09 14:42:17 +02:00
start_node.sh Use shellcheck and shfmt on contrib scripts 2021-08-09 14:42:17 +02:00

README.md

Dev scripts

For manual testing. Works on my box(*) ...

*) OSX

make install
cd contrib/local
rm -rf /tmp/trash
HOME=/tmp/trash bash setup_wasmd.sh
HOME=/tmp/trash bash start_node.sh

Next shell:

cd contrib/local
./01-accounts.sh
./02-contracts.sh

Shell script development

Use shellcheck to avoid common mistakes in shell scripts. Use shfmt to ensure a consistent code formatting.