From d26cd9b42a7081f24f9a9513336150045d190eb5 Mon Sep 17 00:00:00 2001 From: Dorin Marian Iancu Date: Tue, 8 Oct 2024 11:34:49 +0300 Subject: [PATCH] move contracts to own folder --- Cargo.toml | 28 +++++++++---------- .../channel}/Cargo.toml | 0 .../channel}/meta/Cargo.toml | 0 .../channel}/meta/src/main.rs | 0 .../channel}/multiversx.json | 0 .../channel}/src/channel_libs/events.rs | 0 .../src/channel_libs/handshake_types.rs | 0 .../src/channel_libs/ibc_channel_lib.rs | 0 .../channel}/src/channel_libs/mod.rs | 0 .../channel}/src/channel_libs/packet_types.rs | 0 .../src/interfaces/client_interface.rs | 0 .../src/interfaces/ibc_module_interface.rs | 0 .../channel}/src/interfaces/mod.rs | 0 .../channel}/src/lib.rs | 0 .../channel}/src/packet_handling/ack.rs | 0 .../channel}/src/packet_handling/encoding.rs | 0 .../channel}/src/packet_handling/errors.rs | 0 .../src/packet_handling/membership.rs | 0 .../channel}/src/packet_handling/mod.rs | 0 .../channel}/src/packet_handling/receive.rs | 0 .../channel}/src/packet_handling/send.rs | 0 .../channel}/src/packet_handling/timeout.rs | 0 .../channel}/wasm/Cargo.lock | 0 .../channel}/wasm/Cargo.toml | 0 .../channel}/wasm/src/lib.rs | 0 .../client-impls}/client-common/Cargo.toml | 0 .../client-impls}/client-common/src/lib.rs | 0 .../client-impls}/local-host/Cargo.toml | 0 .../client-impls}/local-host/meta/Cargo.toml | 0 .../client-impls}/local-host/meta/src/main.rs | 0 .../client-impls}/local-host/multiversx.json | 0 .../local-host/src/client_logic.rs | 0 .../client-impls}/local-host/src/lib.rs | 0 .../local-host/src/local_host_types.rs | 0 .../client-impls}/local-host/src/views.rs | 0 .../client-impls}/local-host/wasm/Cargo.lock | 0 .../client-impls}/local-host/wasm/Cargo.toml | 0 .../client-impls}/local-host/wasm/src/lib.rs | 0 .../client-impls}/mock/Cargo.toml | 0 .../client-impls}/mock/meta/Cargo.toml | 0 .../client-impls}/mock/meta/src/main.rs | 0 .../client-impls}/mock/multiversx.json | 0 .../client-impls}/mock/src/client_logic.rs | 0 .../client-impls}/mock/src/lib.rs | 0 .../client-impls}/mock/src/mock_types.rs | 0 .../client-impls}/mock/src/views.rs | 0 .../client-impls}/mock/wasm/Cargo.lock | 0 .../client-impls}/mock/wasm/Cargo.toml | 0 .../client-impls}/mock/wasm/src/lib.rs | 0 .../client-impls}/qbft/Cargo.toml | 0 .../client-impls}/qbft/meta/Cargo.toml | 0 .../client-impls}/qbft/meta/src/main.rs | 0 .../client-impls}/qbft/multiversx.json | 0 .../client-impls}/qbft/src/client_logic.rs | 0 .../client-impls}/qbft/src/lib.rs | 0 .../client-impls}/qbft/src/qbft_types.rs | 0 .../client-impls}/qbft/src/views.rs | 0 .../client-impls}/qbft/wasm/Cargo.lock | 0 .../client-impls}/qbft/wasm/Cargo.toml | 0 .../client-impls}/qbft/wasm/src/lib.rs | 0 {client => multiversx-side/client}/Cargo.toml | 0 .../client}/meta/Cargo.toml | 0 .../client}/meta/src/main.rs | 0 .../client}/multiversx.json | 0 .../client}/src/create_and_update_clients.rs | 0 .../client}/src/events.rs | 0 {client => multiversx-side/client}/src/lib.rs | 0 .../client}/src/merkle_proof.rs | 0 .../client}/wasm/Cargo.lock | 0 .../client}/wasm/Cargo.toml | 0 .../client}/wasm/src/lib.rs | 0 .../common}/common-modules/Cargo.toml | 0 .../common}/common-modules/src/client_lib.rs | 0 .../common}/common-modules/src/host_lib.rs | 0 .../common}/common-modules/src/lib.rs | 0 .../common}/common-modules/src/utils.rs | 0 .../common}/common-types/Cargo.toml | 0 .../common}/common-types/src/channel_types.rs | 0 .../common-types/src/connection_types.rs | 0 .../common}/common-types/src/lib.rs | 0 .../connection}/Cargo.toml | 0 .../connection}/meta/Cargo.toml | 0 .../connection}/meta/src/main.rs | 0 .../connection}/multiversx.json | 0 .../connection}/src/common/conn_internal.rs | 0 .../connection}/src/common/conn_lib.rs | 0 .../connection}/src/common/conn_types.rs | 0 .../connection}/src/common/events.rs | 0 .../connection}/src/common/mod.rs | 0 .../connection}/src/common/verify_states.rs | 0 .../connection}/src/conn_endpoints.rs | 0 .../connection}/src/lib.rs | 0 .../connection}/wasm/Cargo.lock | 0 .../connection}/wasm/Cargo.toml | 0 .../connection}/wasm/src/lib.rs | 0 {host => multiversx-side/host}/Cargo.toml | 0 .../host}/meta/Cargo.toml | 0 .../host}/meta/src/main.rs | 0 .../host}/multiversx.json | 0 .../host}/src/commitment.rs | 0 .../host}/src/host_config.rs | 0 .../host}/src/host_views.rs | 0 {host => multiversx-side/host}/src/lib.rs | 0 .../host}/src/module_manager.rs | 0 {host => multiversx-side/host}/src/storage.rs | 0 .../host}/tests/commitment_paths_test.rs | 0 .../host}/tests/host_config_test.rs | 0 .../host}/tests/host_setup/mod.rs | 0 .../host}/tests/host_setup_test.rs | 0 .../host}/wasm/Cargo.lock | 0 .../host}/wasm/Cargo.toml | 0 .../host}/wasm/src/lib.rs | 0 112 files changed, 14 insertions(+), 14 deletions(-) rename {channel => multiversx-side/channel}/Cargo.toml (100%) rename {channel => multiversx-side/channel}/meta/Cargo.toml (100%) rename {channel => multiversx-side/channel}/meta/src/main.rs (100%) rename {channel => multiversx-side/channel}/multiversx.json (100%) rename {channel => multiversx-side/channel}/src/channel_libs/events.rs (100%) rename {channel => multiversx-side/channel}/src/channel_libs/handshake_types.rs (100%) rename {channel => multiversx-side/channel}/src/channel_libs/ibc_channel_lib.rs (100%) rename {channel => multiversx-side/channel}/src/channel_libs/mod.rs (100%) rename {channel => multiversx-side/channel}/src/channel_libs/packet_types.rs (100%) rename {channel => multiversx-side/channel}/src/interfaces/client_interface.rs (100%) rename {channel => multiversx-side/channel}/src/interfaces/ibc_module_interface.rs (100%) rename {channel => multiversx-side/channel}/src/interfaces/mod.rs (100%) rename {channel => multiversx-side/channel}/src/lib.rs (100%) rename {channel => multiversx-side/channel}/src/packet_handling/ack.rs (100%) rename {channel => multiversx-side/channel}/src/packet_handling/encoding.rs (100%) rename {channel => multiversx-side/channel}/src/packet_handling/errors.rs (100%) rename {channel => multiversx-side/channel}/src/packet_handling/membership.rs (100%) rename {channel => multiversx-side/channel}/src/packet_handling/mod.rs (100%) rename {channel => multiversx-side/channel}/src/packet_handling/receive.rs (100%) rename {channel => multiversx-side/channel}/src/packet_handling/send.rs (100%) rename {channel => multiversx-side/channel}/src/packet_handling/timeout.rs (100%) rename {channel => multiversx-side/channel}/wasm/Cargo.lock (100%) rename {channel => multiversx-side/channel}/wasm/Cargo.toml (100%) rename {channel => multiversx-side/channel}/wasm/src/lib.rs (100%) rename {client-impls => multiversx-side/client-impls}/client-common/Cargo.toml (100%) rename {client-impls => multiversx-side/client-impls}/client-common/src/lib.rs (100%) rename {client-impls => multiversx-side/client-impls}/local-host/Cargo.toml (100%) rename {client-impls => multiversx-side/client-impls}/local-host/meta/Cargo.toml (100%) rename {client-impls => multiversx-side/client-impls}/local-host/meta/src/main.rs (100%) rename {client-impls => multiversx-side/client-impls}/local-host/multiversx.json (100%) rename {client-impls => multiversx-side/client-impls}/local-host/src/client_logic.rs (100%) rename {client-impls => multiversx-side/client-impls}/local-host/src/lib.rs (100%) rename {client-impls => multiversx-side/client-impls}/local-host/src/local_host_types.rs (100%) rename {client-impls => multiversx-side/client-impls}/local-host/src/views.rs (100%) rename {client-impls => multiversx-side/client-impls}/local-host/wasm/Cargo.lock (100%) rename {client-impls => multiversx-side/client-impls}/local-host/wasm/Cargo.toml (100%) rename {client-impls => multiversx-side/client-impls}/local-host/wasm/src/lib.rs (100%) rename {client-impls => multiversx-side/client-impls}/mock/Cargo.toml (100%) rename {client-impls => multiversx-side/client-impls}/mock/meta/Cargo.toml (100%) rename {client-impls => multiversx-side/client-impls}/mock/meta/src/main.rs (100%) rename {client-impls => multiversx-side/client-impls}/mock/multiversx.json (100%) rename {client-impls => multiversx-side/client-impls}/mock/src/client_logic.rs (100%) rename {client-impls => multiversx-side/client-impls}/mock/src/lib.rs (100%) rename {client-impls => multiversx-side/client-impls}/mock/src/mock_types.rs (100%) rename {client-impls => multiversx-side/client-impls}/mock/src/views.rs (100%) rename {client-impls => multiversx-side/client-impls}/mock/wasm/Cargo.lock (100%) rename {client-impls => multiversx-side/client-impls}/mock/wasm/Cargo.toml (100%) rename {client-impls => multiversx-side/client-impls}/mock/wasm/src/lib.rs (100%) rename {client-impls => multiversx-side/client-impls}/qbft/Cargo.toml (100%) rename {client-impls => multiversx-side/client-impls}/qbft/meta/Cargo.toml (100%) rename {client-impls => multiversx-side/client-impls}/qbft/meta/src/main.rs (100%) rename {client-impls => multiversx-side/client-impls}/qbft/multiversx.json (100%) rename {client-impls => multiversx-side/client-impls}/qbft/src/client_logic.rs (100%) rename {client-impls => multiversx-side/client-impls}/qbft/src/lib.rs (100%) rename {client-impls => multiversx-side/client-impls}/qbft/src/qbft_types.rs (100%) rename {client-impls => multiversx-side/client-impls}/qbft/src/views.rs (100%) rename {client-impls => multiversx-side/client-impls}/qbft/wasm/Cargo.lock (100%) rename {client-impls => multiversx-side/client-impls}/qbft/wasm/Cargo.toml (100%) rename {client-impls => multiversx-side/client-impls}/qbft/wasm/src/lib.rs (100%) rename {client => multiversx-side/client}/Cargo.toml (100%) rename {client => multiversx-side/client}/meta/Cargo.toml (100%) rename {client => multiversx-side/client}/meta/src/main.rs (100%) rename {client => multiversx-side/client}/multiversx.json (100%) rename {client => multiversx-side/client}/src/create_and_update_clients.rs (100%) rename {client => multiversx-side/client}/src/events.rs (100%) rename {client => multiversx-side/client}/src/lib.rs (100%) rename {client => multiversx-side/client}/src/merkle_proof.rs (100%) rename {client => multiversx-side/client}/wasm/Cargo.lock (100%) rename {client => multiversx-side/client}/wasm/Cargo.toml (100%) rename {client => multiversx-side/client}/wasm/src/lib.rs (100%) rename {common => multiversx-side/common}/common-modules/Cargo.toml (100%) rename {common => multiversx-side/common}/common-modules/src/client_lib.rs (100%) rename {common => multiversx-side/common}/common-modules/src/host_lib.rs (100%) rename {common => multiversx-side/common}/common-modules/src/lib.rs (100%) rename {common => multiversx-side/common}/common-modules/src/utils.rs (100%) rename {common => multiversx-side/common}/common-types/Cargo.toml (100%) rename {common => multiversx-side/common}/common-types/src/channel_types.rs (100%) rename {common => multiversx-side/common}/common-types/src/connection_types.rs (100%) rename {common => multiversx-side/common}/common-types/src/lib.rs (100%) rename {connection => multiversx-side/connection}/Cargo.toml (100%) rename {connection => multiversx-side/connection}/meta/Cargo.toml (100%) rename {connection => multiversx-side/connection}/meta/src/main.rs (100%) rename {connection => multiversx-side/connection}/multiversx.json (100%) rename {connection => multiversx-side/connection}/src/common/conn_internal.rs (100%) rename {connection => multiversx-side/connection}/src/common/conn_lib.rs (100%) rename {connection => multiversx-side/connection}/src/common/conn_types.rs (100%) rename {connection => multiversx-side/connection}/src/common/events.rs (100%) rename {connection => multiversx-side/connection}/src/common/mod.rs (100%) rename {connection => multiversx-side/connection}/src/common/verify_states.rs (100%) rename {connection => multiversx-side/connection}/src/conn_endpoints.rs (100%) rename {connection => multiversx-side/connection}/src/lib.rs (100%) rename {connection => multiversx-side/connection}/wasm/Cargo.lock (100%) rename {connection => multiversx-side/connection}/wasm/Cargo.toml (100%) rename {connection => multiversx-side/connection}/wasm/src/lib.rs (100%) rename {host => multiversx-side/host}/Cargo.toml (100%) rename {host => multiversx-side/host}/meta/Cargo.toml (100%) rename {host => multiversx-side/host}/meta/src/main.rs (100%) rename {host => multiversx-side/host}/multiversx.json (100%) rename {host => multiversx-side/host}/src/commitment.rs (100%) rename {host => multiversx-side/host}/src/host_config.rs (100%) rename {host => multiversx-side/host}/src/host_views.rs (100%) rename {host => multiversx-side/host}/src/lib.rs (100%) rename {host => multiversx-side/host}/src/module_manager.rs (100%) rename {host => multiversx-side/host}/src/storage.rs (100%) rename {host => multiversx-side/host}/tests/commitment_paths_test.rs (100%) rename {host => multiversx-side/host}/tests/host_config_test.rs (100%) rename {host => multiversx-side/host}/tests/host_setup/mod.rs (100%) rename {host => multiversx-side/host}/tests/host_setup_test.rs (100%) rename {host => multiversx-side/host}/wasm/Cargo.lock (100%) rename {host => multiversx-side/host}/wasm/Cargo.toml (100%) rename {host => multiversx-side/host}/wasm/src/lib.rs (100%) diff --git a/Cargo.toml b/Cargo.toml index c134c06..4740e57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,18 +2,18 @@ resolver = "2" members = [ - "client", - "client/meta", - "client-impls/local-host", - "client-impls/local-host/meta", - "client-impls/mock", - "client-impls/mock/meta", - "client-impls/qbft", - "client-impls/qbft/meta", - "channel", - "channel/meta", - "connection", - "connection/meta", - "host", - "host/meta" + "multiversx-side/client", + "multiversx-side/client/meta", + "multiversx-side/client-impls/local-host", + "multiversx-side/client-impls/local-host/meta", + "multiversx-side/client-impls/mock", + "multiversx-side/client-impls/mock/meta", + "multiversx-side/client-impls/qbft", + "multiversx-side/client-impls/qbft/meta", + "multiversx-side/channel", + "multiversx-side/channel/meta", + "multiversx-side/connection", + "multiversx-side/connection/meta", + "multiversx-side/host", + "multiversx-side/host/meta" ] diff --git a/channel/Cargo.toml b/multiversx-side/channel/Cargo.toml similarity index 100% rename from channel/Cargo.toml rename to multiversx-side/channel/Cargo.toml diff --git a/channel/meta/Cargo.toml b/multiversx-side/channel/meta/Cargo.toml similarity index 100% rename from channel/meta/Cargo.toml rename to multiversx-side/channel/meta/Cargo.toml diff --git a/channel/meta/src/main.rs b/multiversx-side/channel/meta/src/main.rs similarity index 100% rename from channel/meta/src/main.rs rename to multiversx-side/channel/meta/src/main.rs diff --git a/channel/multiversx.json b/multiversx-side/channel/multiversx.json similarity index 100% rename from channel/multiversx.json rename to multiversx-side/channel/multiversx.json diff --git a/channel/src/channel_libs/events.rs b/multiversx-side/channel/src/channel_libs/events.rs similarity index 100% rename from channel/src/channel_libs/events.rs rename to multiversx-side/channel/src/channel_libs/events.rs diff --git a/channel/src/channel_libs/handshake_types.rs b/multiversx-side/channel/src/channel_libs/handshake_types.rs similarity index 100% rename from channel/src/channel_libs/handshake_types.rs rename to multiversx-side/channel/src/channel_libs/handshake_types.rs diff --git a/channel/src/channel_libs/ibc_channel_lib.rs b/multiversx-side/channel/src/channel_libs/ibc_channel_lib.rs similarity index 100% rename from channel/src/channel_libs/ibc_channel_lib.rs rename to multiversx-side/channel/src/channel_libs/ibc_channel_lib.rs diff --git a/channel/src/channel_libs/mod.rs b/multiversx-side/channel/src/channel_libs/mod.rs similarity index 100% rename from channel/src/channel_libs/mod.rs rename to multiversx-side/channel/src/channel_libs/mod.rs diff --git a/channel/src/channel_libs/packet_types.rs b/multiversx-side/channel/src/channel_libs/packet_types.rs similarity index 100% rename from channel/src/channel_libs/packet_types.rs rename to multiversx-side/channel/src/channel_libs/packet_types.rs diff --git a/channel/src/interfaces/client_interface.rs b/multiversx-side/channel/src/interfaces/client_interface.rs similarity index 100% rename from channel/src/interfaces/client_interface.rs rename to multiversx-side/channel/src/interfaces/client_interface.rs diff --git a/channel/src/interfaces/ibc_module_interface.rs b/multiversx-side/channel/src/interfaces/ibc_module_interface.rs similarity index 100% rename from channel/src/interfaces/ibc_module_interface.rs rename to multiversx-side/channel/src/interfaces/ibc_module_interface.rs diff --git a/channel/src/interfaces/mod.rs b/multiversx-side/channel/src/interfaces/mod.rs similarity index 100% rename from channel/src/interfaces/mod.rs rename to multiversx-side/channel/src/interfaces/mod.rs diff --git a/channel/src/lib.rs b/multiversx-side/channel/src/lib.rs similarity index 100% rename from channel/src/lib.rs rename to multiversx-side/channel/src/lib.rs diff --git a/channel/src/packet_handling/ack.rs b/multiversx-side/channel/src/packet_handling/ack.rs similarity index 100% rename from channel/src/packet_handling/ack.rs rename to multiversx-side/channel/src/packet_handling/ack.rs diff --git a/channel/src/packet_handling/encoding.rs b/multiversx-side/channel/src/packet_handling/encoding.rs similarity index 100% rename from channel/src/packet_handling/encoding.rs rename to multiversx-side/channel/src/packet_handling/encoding.rs diff --git a/channel/src/packet_handling/errors.rs b/multiversx-side/channel/src/packet_handling/errors.rs similarity index 100% rename from channel/src/packet_handling/errors.rs rename to multiversx-side/channel/src/packet_handling/errors.rs diff --git a/channel/src/packet_handling/membership.rs b/multiversx-side/channel/src/packet_handling/membership.rs similarity index 100% rename from channel/src/packet_handling/membership.rs rename to multiversx-side/channel/src/packet_handling/membership.rs diff --git a/channel/src/packet_handling/mod.rs b/multiversx-side/channel/src/packet_handling/mod.rs similarity index 100% rename from channel/src/packet_handling/mod.rs rename to multiversx-side/channel/src/packet_handling/mod.rs diff --git a/channel/src/packet_handling/receive.rs b/multiversx-side/channel/src/packet_handling/receive.rs similarity index 100% rename from channel/src/packet_handling/receive.rs rename to multiversx-side/channel/src/packet_handling/receive.rs diff --git a/channel/src/packet_handling/send.rs b/multiversx-side/channel/src/packet_handling/send.rs similarity index 100% rename from channel/src/packet_handling/send.rs rename to multiversx-side/channel/src/packet_handling/send.rs diff --git a/channel/src/packet_handling/timeout.rs b/multiversx-side/channel/src/packet_handling/timeout.rs similarity index 100% rename from channel/src/packet_handling/timeout.rs rename to multiversx-side/channel/src/packet_handling/timeout.rs diff --git a/channel/wasm/Cargo.lock b/multiversx-side/channel/wasm/Cargo.lock similarity index 100% rename from channel/wasm/Cargo.lock rename to multiversx-side/channel/wasm/Cargo.lock diff --git a/channel/wasm/Cargo.toml b/multiversx-side/channel/wasm/Cargo.toml similarity index 100% rename from channel/wasm/Cargo.toml rename to multiversx-side/channel/wasm/Cargo.toml diff --git a/channel/wasm/src/lib.rs b/multiversx-side/channel/wasm/src/lib.rs similarity index 100% rename from channel/wasm/src/lib.rs rename to multiversx-side/channel/wasm/src/lib.rs diff --git a/client-impls/client-common/Cargo.toml b/multiversx-side/client-impls/client-common/Cargo.toml similarity index 100% rename from client-impls/client-common/Cargo.toml rename to multiversx-side/client-impls/client-common/Cargo.toml diff --git a/client-impls/client-common/src/lib.rs b/multiversx-side/client-impls/client-common/src/lib.rs similarity index 100% rename from client-impls/client-common/src/lib.rs rename to multiversx-side/client-impls/client-common/src/lib.rs diff --git a/client-impls/local-host/Cargo.toml b/multiversx-side/client-impls/local-host/Cargo.toml similarity index 100% rename from client-impls/local-host/Cargo.toml rename to multiversx-side/client-impls/local-host/Cargo.toml diff --git a/client-impls/local-host/meta/Cargo.toml b/multiversx-side/client-impls/local-host/meta/Cargo.toml similarity index 100% rename from client-impls/local-host/meta/Cargo.toml rename to multiversx-side/client-impls/local-host/meta/Cargo.toml diff --git a/client-impls/local-host/meta/src/main.rs b/multiversx-side/client-impls/local-host/meta/src/main.rs similarity index 100% rename from client-impls/local-host/meta/src/main.rs rename to multiversx-side/client-impls/local-host/meta/src/main.rs diff --git a/client-impls/local-host/multiversx.json b/multiversx-side/client-impls/local-host/multiversx.json similarity index 100% rename from client-impls/local-host/multiversx.json rename to multiversx-side/client-impls/local-host/multiversx.json diff --git a/client-impls/local-host/src/client_logic.rs b/multiversx-side/client-impls/local-host/src/client_logic.rs similarity index 100% rename from client-impls/local-host/src/client_logic.rs rename to multiversx-side/client-impls/local-host/src/client_logic.rs diff --git a/client-impls/local-host/src/lib.rs b/multiversx-side/client-impls/local-host/src/lib.rs similarity index 100% rename from client-impls/local-host/src/lib.rs rename to multiversx-side/client-impls/local-host/src/lib.rs diff --git a/client-impls/local-host/src/local_host_types.rs b/multiversx-side/client-impls/local-host/src/local_host_types.rs similarity index 100% rename from client-impls/local-host/src/local_host_types.rs rename to multiversx-side/client-impls/local-host/src/local_host_types.rs diff --git a/client-impls/local-host/src/views.rs b/multiversx-side/client-impls/local-host/src/views.rs similarity index 100% rename from client-impls/local-host/src/views.rs rename to multiversx-side/client-impls/local-host/src/views.rs diff --git a/client-impls/local-host/wasm/Cargo.lock b/multiversx-side/client-impls/local-host/wasm/Cargo.lock similarity index 100% rename from client-impls/local-host/wasm/Cargo.lock rename to multiversx-side/client-impls/local-host/wasm/Cargo.lock diff --git a/client-impls/local-host/wasm/Cargo.toml b/multiversx-side/client-impls/local-host/wasm/Cargo.toml similarity index 100% rename from client-impls/local-host/wasm/Cargo.toml rename to multiversx-side/client-impls/local-host/wasm/Cargo.toml diff --git a/client-impls/local-host/wasm/src/lib.rs b/multiversx-side/client-impls/local-host/wasm/src/lib.rs similarity index 100% rename from client-impls/local-host/wasm/src/lib.rs rename to multiversx-side/client-impls/local-host/wasm/src/lib.rs diff --git a/client-impls/mock/Cargo.toml b/multiversx-side/client-impls/mock/Cargo.toml similarity index 100% rename from client-impls/mock/Cargo.toml rename to multiversx-side/client-impls/mock/Cargo.toml diff --git a/client-impls/mock/meta/Cargo.toml b/multiversx-side/client-impls/mock/meta/Cargo.toml similarity index 100% rename from client-impls/mock/meta/Cargo.toml rename to multiversx-side/client-impls/mock/meta/Cargo.toml diff --git a/client-impls/mock/meta/src/main.rs b/multiversx-side/client-impls/mock/meta/src/main.rs similarity index 100% rename from client-impls/mock/meta/src/main.rs rename to multiversx-side/client-impls/mock/meta/src/main.rs diff --git a/client-impls/mock/multiversx.json b/multiversx-side/client-impls/mock/multiversx.json similarity index 100% rename from client-impls/mock/multiversx.json rename to multiversx-side/client-impls/mock/multiversx.json diff --git a/client-impls/mock/src/client_logic.rs b/multiversx-side/client-impls/mock/src/client_logic.rs similarity index 100% rename from client-impls/mock/src/client_logic.rs rename to multiversx-side/client-impls/mock/src/client_logic.rs diff --git a/client-impls/mock/src/lib.rs b/multiversx-side/client-impls/mock/src/lib.rs similarity index 100% rename from client-impls/mock/src/lib.rs rename to multiversx-side/client-impls/mock/src/lib.rs diff --git a/client-impls/mock/src/mock_types.rs b/multiversx-side/client-impls/mock/src/mock_types.rs similarity index 100% rename from client-impls/mock/src/mock_types.rs rename to multiversx-side/client-impls/mock/src/mock_types.rs diff --git a/client-impls/mock/src/views.rs b/multiversx-side/client-impls/mock/src/views.rs similarity index 100% rename from client-impls/mock/src/views.rs rename to multiversx-side/client-impls/mock/src/views.rs diff --git a/client-impls/mock/wasm/Cargo.lock b/multiversx-side/client-impls/mock/wasm/Cargo.lock similarity index 100% rename from client-impls/mock/wasm/Cargo.lock rename to multiversx-side/client-impls/mock/wasm/Cargo.lock diff --git a/client-impls/mock/wasm/Cargo.toml b/multiversx-side/client-impls/mock/wasm/Cargo.toml similarity index 100% rename from client-impls/mock/wasm/Cargo.toml rename to multiversx-side/client-impls/mock/wasm/Cargo.toml diff --git a/client-impls/mock/wasm/src/lib.rs b/multiversx-side/client-impls/mock/wasm/src/lib.rs similarity index 100% rename from client-impls/mock/wasm/src/lib.rs rename to multiversx-side/client-impls/mock/wasm/src/lib.rs diff --git a/client-impls/qbft/Cargo.toml b/multiversx-side/client-impls/qbft/Cargo.toml similarity index 100% rename from client-impls/qbft/Cargo.toml rename to multiversx-side/client-impls/qbft/Cargo.toml diff --git a/client-impls/qbft/meta/Cargo.toml b/multiversx-side/client-impls/qbft/meta/Cargo.toml similarity index 100% rename from client-impls/qbft/meta/Cargo.toml rename to multiversx-side/client-impls/qbft/meta/Cargo.toml diff --git a/client-impls/qbft/meta/src/main.rs b/multiversx-side/client-impls/qbft/meta/src/main.rs similarity index 100% rename from client-impls/qbft/meta/src/main.rs rename to multiversx-side/client-impls/qbft/meta/src/main.rs diff --git a/client-impls/qbft/multiversx.json b/multiversx-side/client-impls/qbft/multiversx.json similarity index 100% rename from client-impls/qbft/multiversx.json rename to multiversx-side/client-impls/qbft/multiversx.json diff --git a/client-impls/qbft/src/client_logic.rs b/multiversx-side/client-impls/qbft/src/client_logic.rs similarity index 100% rename from client-impls/qbft/src/client_logic.rs rename to multiversx-side/client-impls/qbft/src/client_logic.rs diff --git a/client-impls/qbft/src/lib.rs b/multiversx-side/client-impls/qbft/src/lib.rs similarity index 100% rename from client-impls/qbft/src/lib.rs rename to multiversx-side/client-impls/qbft/src/lib.rs diff --git a/client-impls/qbft/src/qbft_types.rs b/multiversx-side/client-impls/qbft/src/qbft_types.rs similarity index 100% rename from client-impls/qbft/src/qbft_types.rs rename to multiversx-side/client-impls/qbft/src/qbft_types.rs diff --git a/client-impls/qbft/src/views.rs b/multiversx-side/client-impls/qbft/src/views.rs similarity index 100% rename from client-impls/qbft/src/views.rs rename to multiversx-side/client-impls/qbft/src/views.rs diff --git a/client-impls/qbft/wasm/Cargo.lock b/multiversx-side/client-impls/qbft/wasm/Cargo.lock similarity index 100% rename from client-impls/qbft/wasm/Cargo.lock rename to multiversx-side/client-impls/qbft/wasm/Cargo.lock diff --git a/client-impls/qbft/wasm/Cargo.toml b/multiversx-side/client-impls/qbft/wasm/Cargo.toml similarity index 100% rename from client-impls/qbft/wasm/Cargo.toml rename to multiversx-side/client-impls/qbft/wasm/Cargo.toml diff --git a/client-impls/qbft/wasm/src/lib.rs b/multiversx-side/client-impls/qbft/wasm/src/lib.rs similarity index 100% rename from client-impls/qbft/wasm/src/lib.rs rename to multiversx-side/client-impls/qbft/wasm/src/lib.rs diff --git a/client/Cargo.toml b/multiversx-side/client/Cargo.toml similarity index 100% rename from client/Cargo.toml rename to multiversx-side/client/Cargo.toml diff --git a/client/meta/Cargo.toml b/multiversx-side/client/meta/Cargo.toml similarity index 100% rename from client/meta/Cargo.toml rename to multiversx-side/client/meta/Cargo.toml diff --git a/client/meta/src/main.rs b/multiversx-side/client/meta/src/main.rs similarity index 100% rename from client/meta/src/main.rs rename to multiversx-side/client/meta/src/main.rs diff --git a/client/multiversx.json b/multiversx-side/client/multiversx.json similarity index 100% rename from client/multiversx.json rename to multiversx-side/client/multiversx.json diff --git a/client/src/create_and_update_clients.rs b/multiversx-side/client/src/create_and_update_clients.rs similarity index 100% rename from client/src/create_and_update_clients.rs rename to multiversx-side/client/src/create_and_update_clients.rs diff --git a/client/src/events.rs b/multiversx-side/client/src/events.rs similarity index 100% rename from client/src/events.rs rename to multiversx-side/client/src/events.rs diff --git a/client/src/lib.rs b/multiversx-side/client/src/lib.rs similarity index 100% rename from client/src/lib.rs rename to multiversx-side/client/src/lib.rs diff --git a/client/src/merkle_proof.rs b/multiversx-side/client/src/merkle_proof.rs similarity index 100% rename from client/src/merkle_proof.rs rename to multiversx-side/client/src/merkle_proof.rs diff --git a/client/wasm/Cargo.lock b/multiversx-side/client/wasm/Cargo.lock similarity index 100% rename from client/wasm/Cargo.lock rename to multiversx-side/client/wasm/Cargo.lock diff --git a/client/wasm/Cargo.toml b/multiversx-side/client/wasm/Cargo.toml similarity index 100% rename from client/wasm/Cargo.toml rename to multiversx-side/client/wasm/Cargo.toml diff --git a/client/wasm/src/lib.rs b/multiversx-side/client/wasm/src/lib.rs similarity index 100% rename from client/wasm/src/lib.rs rename to multiversx-side/client/wasm/src/lib.rs diff --git a/common/common-modules/Cargo.toml b/multiversx-side/common/common-modules/Cargo.toml similarity index 100% rename from common/common-modules/Cargo.toml rename to multiversx-side/common/common-modules/Cargo.toml diff --git a/common/common-modules/src/client_lib.rs b/multiversx-side/common/common-modules/src/client_lib.rs similarity index 100% rename from common/common-modules/src/client_lib.rs rename to multiversx-side/common/common-modules/src/client_lib.rs diff --git a/common/common-modules/src/host_lib.rs b/multiversx-side/common/common-modules/src/host_lib.rs similarity index 100% rename from common/common-modules/src/host_lib.rs rename to multiversx-side/common/common-modules/src/host_lib.rs diff --git a/common/common-modules/src/lib.rs b/multiversx-side/common/common-modules/src/lib.rs similarity index 100% rename from common/common-modules/src/lib.rs rename to multiversx-side/common/common-modules/src/lib.rs diff --git a/common/common-modules/src/utils.rs b/multiversx-side/common/common-modules/src/utils.rs similarity index 100% rename from common/common-modules/src/utils.rs rename to multiversx-side/common/common-modules/src/utils.rs diff --git a/common/common-types/Cargo.toml b/multiversx-side/common/common-types/Cargo.toml similarity index 100% rename from common/common-types/Cargo.toml rename to multiversx-side/common/common-types/Cargo.toml diff --git a/common/common-types/src/channel_types.rs b/multiversx-side/common/common-types/src/channel_types.rs similarity index 100% rename from common/common-types/src/channel_types.rs rename to multiversx-side/common/common-types/src/channel_types.rs diff --git a/common/common-types/src/connection_types.rs b/multiversx-side/common/common-types/src/connection_types.rs similarity index 100% rename from common/common-types/src/connection_types.rs rename to multiversx-side/common/common-types/src/connection_types.rs diff --git a/common/common-types/src/lib.rs b/multiversx-side/common/common-types/src/lib.rs similarity index 100% rename from common/common-types/src/lib.rs rename to multiversx-side/common/common-types/src/lib.rs diff --git a/connection/Cargo.toml b/multiversx-side/connection/Cargo.toml similarity index 100% rename from connection/Cargo.toml rename to multiversx-side/connection/Cargo.toml diff --git a/connection/meta/Cargo.toml b/multiversx-side/connection/meta/Cargo.toml similarity index 100% rename from connection/meta/Cargo.toml rename to multiversx-side/connection/meta/Cargo.toml diff --git a/connection/meta/src/main.rs b/multiversx-side/connection/meta/src/main.rs similarity index 100% rename from connection/meta/src/main.rs rename to multiversx-side/connection/meta/src/main.rs diff --git a/connection/multiversx.json b/multiversx-side/connection/multiversx.json similarity index 100% rename from connection/multiversx.json rename to multiversx-side/connection/multiversx.json diff --git a/connection/src/common/conn_internal.rs b/multiversx-side/connection/src/common/conn_internal.rs similarity index 100% rename from connection/src/common/conn_internal.rs rename to multiversx-side/connection/src/common/conn_internal.rs diff --git a/connection/src/common/conn_lib.rs b/multiversx-side/connection/src/common/conn_lib.rs similarity index 100% rename from connection/src/common/conn_lib.rs rename to multiversx-side/connection/src/common/conn_lib.rs diff --git a/connection/src/common/conn_types.rs b/multiversx-side/connection/src/common/conn_types.rs similarity index 100% rename from connection/src/common/conn_types.rs rename to multiversx-side/connection/src/common/conn_types.rs diff --git a/connection/src/common/events.rs b/multiversx-side/connection/src/common/events.rs similarity index 100% rename from connection/src/common/events.rs rename to multiversx-side/connection/src/common/events.rs diff --git a/connection/src/common/mod.rs b/multiversx-side/connection/src/common/mod.rs similarity index 100% rename from connection/src/common/mod.rs rename to multiversx-side/connection/src/common/mod.rs diff --git a/connection/src/common/verify_states.rs b/multiversx-side/connection/src/common/verify_states.rs similarity index 100% rename from connection/src/common/verify_states.rs rename to multiversx-side/connection/src/common/verify_states.rs diff --git a/connection/src/conn_endpoints.rs b/multiversx-side/connection/src/conn_endpoints.rs similarity index 100% rename from connection/src/conn_endpoints.rs rename to multiversx-side/connection/src/conn_endpoints.rs diff --git a/connection/src/lib.rs b/multiversx-side/connection/src/lib.rs similarity index 100% rename from connection/src/lib.rs rename to multiversx-side/connection/src/lib.rs diff --git a/connection/wasm/Cargo.lock b/multiversx-side/connection/wasm/Cargo.lock similarity index 100% rename from connection/wasm/Cargo.lock rename to multiversx-side/connection/wasm/Cargo.lock diff --git a/connection/wasm/Cargo.toml b/multiversx-side/connection/wasm/Cargo.toml similarity index 100% rename from connection/wasm/Cargo.toml rename to multiversx-side/connection/wasm/Cargo.toml diff --git a/connection/wasm/src/lib.rs b/multiversx-side/connection/wasm/src/lib.rs similarity index 100% rename from connection/wasm/src/lib.rs rename to multiversx-side/connection/wasm/src/lib.rs diff --git a/host/Cargo.toml b/multiversx-side/host/Cargo.toml similarity index 100% rename from host/Cargo.toml rename to multiversx-side/host/Cargo.toml diff --git a/host/meta/Cargo.toml b/multiversx-side/host/meta/Cargo.toml similarity index 100% rename from host/meta/Cargo.toml rename to multiversx-side/host/meta/Cargo.toml diff --git a/host/meta/src/main.rs b/multiversx-side/host/meta/src/main.rs similarity index 100% rename from host/meta/src/main.rs rename to multiversx-side/host/meta/src/main.rs diff --git a/host/multiversx.json b/multiversx-side/host/multiversx.json similarity index 100% rename from host/multiversx.json rename to multiversx-side/host/multiversx.json diff --git a/host/src/commitment.rs b/multiversx-side/host/src/commitment.rs similarity index 100% rename from host/src/commitment.rs rename to multiversx-side/host/src/commitment.rs diff --git a/host/src/host_config.rs b/multiversx-side/host/src/host_config.rs similarity index 100% rename from host/src/host_config.rs rename to multiversx-side/host/src/host_config.rs diff --git a/host/src/host_views.rs b/multiversx-side/host/src/host_views.rs similarity index 100% rename from host/src/host_views.rs rename to multiversx-side/host/src/host_views.rs diff --git a/host/src/lib.rs b/multiversx-side/host/src/lib.rs similarity index 100% rename from host/src/lib.rs rename to multiversx-side/host/src/lib.rs diff --git a/host/src/module_manager.rs b/multiversx-side/host/src/module_manager.rs similarity index 100% rename from host/src/module_manager.rs rename to multiversx-side/host/src/module_manager.rs diff --git a/host/src/storage.rs b/multiversx-side/host/src/storage.rs similarity index 100% rename from host/src/storage.rs rename to multiversx-side/host/src/storage.rs diff --git a/host/tests/commitment_paths_test.rs b/multiversx-side/host/tests/commitment_paths_test.rs similarity index 100% rename from host/tests/commitment_paths_test.rs rename to multiversx-side/host/tests/commitment_paths_test.rs diff --git a/host/tests/host_config_test.rs b/multiversx-side/host/tests/host_config_test.rs similarity index 100% rename from host/tests/host_config_test.rs rename to multiversx-side/host/tests/host_config_test.rs diff --git a/host/tests/host_setup/mod.rs b/multiversx-side/host/tests/host_setup/mod.rs similarity index 100% rename from host/tests/host_setup/mod.rs rename to multiversx-side/host/tests/host_setup/mod.rs diff --git a/host/tests/host_setup_test.rs b/multiversx-side/host/tests/host_setup_test.rs similarity index 100% rename from host/tests/host_setup_test.rs rename to multiversx-side/host/tests/host_setup_test.rs diff --git a/host/wasm/Cargo.lock b/multiversx-side/host/wasm/Cargo.lock similarity index 100% rename from host/wasm/Cargo.lock rename to multiversx-side/host/wasm/Cargo.lock diff --git a/host/wasm/Cargo.toml b/multiversx-side/host/wasm/Cargo.toml similarity index 100% rename from host/wasm/Cargo.toml rename to multiversx-side/host/wasm/Cargo.toml diff --git a/host/wasm/src/lib.rs b/multiversx-side/host/wasm/src/lib.rs similarity index 100% rename from host/wasm/src/lib.rs rename to multiversx-side/host/wasm/src/lib.rs