From 3c844e6e2a13023c3043831edd9db06a5e532f35 Mon Sep 17 00:00:00 2001 From: Nattharat Wiriyakulnan Date: Tue, 21 Jul 2020 10:33:50 +0700 Subject: [PATCH 1/3] update yoda readme --- chain/yoda/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/chain/yoda/README.md b/chain/yoda/README.md index 68762308f5..0e22c9cb12 100644 --- a/chain/yoda/README.md +++ b/chain/yoda/README.md @@ -5,10 +5,12 @@ 1. Install PostgresSQL `brew install postgresql` 2. Install Golang 3. Install Rust -4. run `cd owasm/chaintests/bitcoin_block_count/` -5. run `wasm-pack build .` -6. `make install` in chain directory -7. Open 3 tabs on cmd +4. Install Docker +5. run `cd owasm/chaintests/bitcoin_block_count/` +6. run `wasm-pack build .` +7. `make install` in chain directory +8. Open 3 tabs on cmd +9. run `docker pull bandprotocol/runtime:1.0.1` ## How to install and run Yoda From 1da584fe50aa9ef3f196e1b930e1d8788ed5149d Mon Sep 17 00:00:00 2001 From: Nattharat Wiriyakulnan Date: Tue, 21 Jul 2020 10:39:10 +0700 Subject: [PATCH 2/3] update changelog --- CHANGELOG_UNRELEASED.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG_UNRELEASED.md b/CHANGELOG_UNRELEASED.md index b87b9b9445..451fc44e8d 100644 --- a/CHANGELOG_UNRELEASED.md +++ b/CHANGELOG_UNRELEASED.md @@ -63,3 +63,5 @@ ### Helpers ### MISC + +- (chore) [\#2279](https://github.com/bandprotocol/bandchain/pull/2279) Update `yoda` README. From cb7e01683658aaa5805fcf9544aedf9d717e5902 Mon Sep 17 00:00:00 2001 From: Nattharat Wiriyakulnan Date: Thu, 23 Jul 2020 14:52:19 +0700 Subject: [PATCH 3/3] fix ad comment --- chain/yoda/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chain/yoda/README.md b/chain/yoda/README.md index 0e22c9cb12..2d932978ed 100644 --- a/chain/yoda/README.md +++ b/chain/yoda/README.md @@ -10,7 +10,7 @@ 6. run `wasm-pack build .` 7. `make install` in chain directory 8. Open 3 tabs on cmd -9. run `docker pull bandprotocol/runtime:1.0.1` +9. run `docker pull bandprotocol/runtime:1.0.2` ## How to install and run Yoda