-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* [refactor]: remove Swarm from Kagami; introduce refactored `iroha_swarm` Signed-off-by: Dmitry Balashov <[email protected]> * [refactor]: remove validator from Kagami; cleanup Signed-off-by: Dmitry Balashov <[email protected]> * [misc]: fix workspace info, introduce `wasm_builder_cli` Signed-off-by: Dmitry Balashov <[email protected]> * [ci]: update Genesis and Swarm cmds in scripts Signed-off-by: Dmitry Balashov <[email protected]> * [feat]: produce workable `iroha_wasm_builder_cli` Signed-off-by: Dmitry Balashov <[email protected]> * [feat]: enhance CLI UI with spinners Signed-off-by: Dmitry Balashov <[email protected]> * [build]: remove `iroha_wasm_builder` dep from Kagami Signed-off-by: Dmitry Balashov <[email protected]> * [build]: tree-shake unused spinners Signed-off-by: Dmitry Balashov <[email protected]> * [test]: fix swarm tests Signed-off-by: Dmitry Balashov <[email protected]> * [docs]: add README for `iroha_swarm` Signed-off-by: Dmitry Balashov <[email protected]> * [refactor]: remove `UserInterface` struct Signed-off-by: Dmitry Balashov <[email protected]> * [feat]: add `--outfile` arg for wasm cli Signed-off-by: Dmitry Balashov <[email protected]> * [docs]: document how to build the default validator Signed-off-by: Dmitry Balashov <[email protected]> * [chore]: unused imports Signed-off-by: Dmitry Balashov <[email protected]> * [docs]: link the directory to the cli Signed-off-by: Dmitry Balashov <[email protected]> * [docs]: enhance warning about an inlined validator Signed-off-by: Dmitry Balashov <[email protected]> * [chore]: use stdout Signed-off-by: Dmitry Balashov <[email protected]> * [refactor]: move `wasm_builder_cli` to `./tools/` Signed-off-by: Dmitry Balashov <[email protected]> --------- Signed-off-by: Dmitry Balashov <[email protected]>
- Loading branch information
Showing
21 changed files
with
1,408 additions
and
1,891 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# `iroha_default_validator` | ||
|
||
Use the [Wasm Builder CLI](../tools/wasm_builder_cli) in order to build it: | ||
|
||
```bash | ||
cargo run --bin iroha_wasm_builder_cli -- \ | ||
build ./default_validator --optimize --outfile ./configs/peer/validator.wasm | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.