-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat!: rename `iroha_client_cli` crate to `iroha_cli`, match directory and crate names * refactor: merge `iroha_wasm_builder` with its CLI, move `iroha_swarm` CLI to `main.rs` * refactor: move `iroha_executor` and `iroha_trigger` out of `iroha_smart_contract` * refactor: rename `config` directory to `iroha_config` * refactor: rename `core` directory to `iroha_core` * refactor: rename `crypto` directory to `iroha_crypto` * refactor: rename `data_model` directory to `iroha_data_model` * refactor: rename `futures` directory to `iroha_futures` * refactor: rename `logger` directory to `iroha_logger` * refactor: rename `macro` directory to `iroha_macro` * refactor: rename `p2p` directory to `iroha_p2p` * refactor: rename `telemetry` directory to `iroha_telemetry` * refactor: rename `version` directory to `iroha_version` * refactor: rename `genesis` directory to `iroha_genesis` * refactor: rename `ffi` directory to `iroha_ffi` * refactor: rename `executor` directory to `iroha_executor` * refactor: rename `trigger` directory to `iroha_trigger` * refactor: rename `smart_contract` directory to `iroha_smart_contract` * refactor: rename `primitives` directory to `iroha_primitives` * refactor: rename `torii` directory to `iroha_torii` * refactor: rename `schema` directory to `iroha_schema` * refactor: rename `test_samples` to `iroha_test_samples` * refactor: rename `wasm_builder` to `iroha_wasm_builder` * refactor: rename `wasm_codec` to `iroha_wasm_codec` * refactor: unnest and rename `wasm_test_runner` to `iroha_wasm_test_runner` * refactor: unnest and rename `kagami` to `iroha_kagami` * refactor: unnest `kura_inspector` * refactor: unnest and rename `parity_scale_cli` to `iroha_parity_scale_cli` * test: ignore test_docker directory * build: use bin names in dockerfile * feat: rename `iroha_parity_scale_cli` to `iroha_codec` * refactor: unnest `iroha_config` satellite crates * refactor: unnest and rename `test_network` to `iroha_test_network` * refactor: unnest `iroha_data_model_derive` * refactor: unnest `iroha_ffi_derive` * refactor: unnest `iroha_futures_derive` * refactor: unnest `iroha_executor` satellite crates * refactor: unnest `iroha_macro` satellite crates * refactor: unnest `iroha_primitives` satellite crates * refactor: unnest `iroha_schema` satellite crates * refactor: unnest `iroha_smart_contract` satellite crates * refactor: unnest `iroha_telemetry` satellite crates * refactor: unnest `iroha_torii` satellite crates * refactor: unnest `iroha_trigger` satellite crates * refactor: unnest `iroha_version` satellite crates * refactor: unnest `iroha_wasm_codec_derive`, rename from `iroha_core_wasm_codec_derive` * refactor: move crates to `crates` directory * refactor: unnest pytests from crate directories * refactor: use wildcard in workspace members --------- Signed-off-by: Nurzhan Sakén <[email protected]>
- Loading branch information
Showing
655 changed files
with
676 additions
and
749 deletions.
There are no files selected for viewing
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 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 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 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.