From fa25e1b4c233e6327c69c82aa4c89ade38d6ef9b Mon Sep 17 00:00:00 2001 From: nkaskov Date: Fri, 22 Dec 2023 11:33:05 +0000 Subject: [PATCH] Removed actor, crypto3, zkllvm and cmake submodules. --- .gitmodules | 105 -------------------------------- cmake/modules | 1 - libs/actor/blueprint | 1 - libs/actor/cluster | 1 - libs/actor/container | 1 - libs/actor/core | 1 - libs/actor/dpdk | 1 - libs/actor/math | 1 - libs/actor/network | 1 - libs/actor/shim/epoll | 1 - libs/actor/zk | 1 - libs/algebra | 1 - libs/application | 1 - libs/block | 1 - libs/blueprint | 1 - libs/codec | 1 - libs/containers | 1 - libs/hash | 1 - libs/mac | 1 - libs/marshalling/algebra | 1 - libs/marshalling/core | 1 - libs/marshalling/multiprecision | 1 - libs/marshalling/zk | 1 - libs/math | 1 - libs/modes | 1 - libs/module | 1 - libs/multiprecision | 1 - libs/pkpad | 1 - libs/plugin | 1 - libs/pubkey | 1 - libs/random | 1 - libs/stream | 1 - libs/zk | 1 - libs/zkllvm-assigner | 1 - libs/zkllvm-circifier | 1 - libs/zkllvm-transpiler | 1 - 36 files changed, 140 deletions(-) delete mode 100644 .gitmodules delete mode 160000 cmake/modules delete mode 160000 libs/actor/blueprint delete mode 160000 libs/actor/cluster delete mode 160000 libs/actor/container delete mode 160000 libs/actor/core delete mode 160000 libs/actor/dpdk delete mode 160000 libs/actor/math delete mode 160000 libs/actor/network delete mode 160000 libs/actor/shim/epoll delete mode 160000 libs/actor/zk delete mode 160000 libs/algebra delete mode 160000 libs/application delete mode 160000 libs/block delete mode 160000 libs/blueprint delete mode 160000 libs/codec delete mode 160000 libs/containers delete mode 160000 libs/hash delete mode 160000 libs/mac delete mode 160000 libs/marshalling/algebra delete mode 160000 libs/marshalling/core delete mode 160000 libs/marshalling/multiprecision delete mode 160000 libs/marshalling/zk delete mode 160000 libs/math delete mode 160000 libs/modes delete mode 160000 libs/module delete mode 160000 libs/multiprecision delete mode 160000 libs/pkpad delete mode 160000 libs/plugin delete mode 160000 libs/pubkey delete mode 160000 libs/random delete mode 160000 libs/stream delete mode 160000 libs/zk delete mode 160000 libs/zkllvm-assigner delete mode 160000 libs/zkllvm-circifier delete mode 160000 libs/zkllvm-transpiler diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 120f764add..0000000000 --- a/.gitmodules +++ /dev/null @@ -1,105 +0,0 @@ -[submodule "cmake/modules"] - path = cmake/modules - url = https://github.com/BoostCMake/cmake_modules.git -[submodule "libs/zk"] - path = libs/zk - url = https://github.com/nilfoundation/crypto3-zk.git -[submodule "libs/blueprint"] - path = libs/blueprint - url = https://github.com/nilfoundation/crypto3-blueprint.git -[submodule "libs/algebra"] - path = libs/algebra - url = https://github.com/nilfoundation/crypto3-algebra.git -[submodule "libs/hash"] - path = libs/hash - url = https://github.com/nilfoundation/crypto3-hash.git -[submodule "libs/marshalling/core"] - path = libs/marshalling/core - url = https://github.com/nilfoundation/marshalling.git -[submodule "libs/marshalling/zk"] - path = libs/marshalling/zk - url = https://github.com/nilfoundation/crypto3-zk-marshalling.git -[submodule "libs/marshalling/algebra"] - path = libs/marshalling/algebra - url = https://github.com/nilfoundation/crypto3-algebra-marshalling.git -[submodule "libs/multiprecision"] - path = libs/multiprecision - url = https://github.com/nilfoundation/crypto3-multiprecision.git -[submodule "libs/block"] - path = libs/block - url = https://github.com/nilfoundation/crypto3-block.git -[submodule "libs/marshalling/multiprecision"] - path = libs/marshalling/multiprecision - url = https://github.com/nilfoundation/crypto3-multiprecision-marshalling.git -[submodule "libs/math"] - path = libs/math - url = https://github.com/nilfoundation/crypto3-math.git -[submodule "libs/random"] - path = libs/random - url = https://github.com/nilfoundation/crypto3-random.git -[submodule "libs/mac"] - path = libs/mac - url = https://github.com/nilfoundation/crypto3-mac.git -[submodule "libs/modes"] - path = libs/modes - url = https://github.com/nilfoundation/crypto3-modes.git -[submodule "libs/codec"] - path = libs/codec - url = https://github.com/nilfoundation/crypto3-codec.git -[submodule "libs/stream"] - path = libs/stream - url = https://github.com/nilfoundation/crypto3-stream.git -[submodule "libs/containers"] - path = libs/containers - url = https://github.com/nilfoundation/crypto3-containers.git -[submodule "libs/pubkey"] - path = libs/pubkey - url = https://github.com/nilfoundation/crypto3-pubkey.git -[submodule "libs/pkpad"] - path = libs/pkpad - url = https://github.com/nilfoundation/crypto3-pkpad.git -[submodule "libs/actor/blueprint"] - path = libs/actor/blueprint - url = https://github.com/nilfoundation/actor-blueprint.git -[submodule "libs/application"] - path = libs/application - url = https://github.com/NilFoundation/application.git -[submodule "libs/module"] - path = libs/module - url = https://github.com/nilfoundation/module.git -[submodule "libs/plugin"] - path = libs/plugin - url = https://github.com/NilFoundation/plugin.git -[submodule "libs/actor/cluster"] - path = libs/actor/cluster - url = https://github.com/NilFoundation/actor-cluster.git -[submodule "libs/actor/container"] - path = libs/actor/container - url = https://github.com/NilFoundation/actor-containers.git -[submodule "libs/actor/core"] - path = libs/actor/core - url = https://github.com/nilfoundation/actor-core.git -[submodule "libs/actor/math"] - path = libs/actor/math - url = https://github.com/NilFoundation/actor-math.git -[submodule "libs/actor/dpdk"] - path = libs/actor/dpdk - url = https://github.com/NilFoundation/dpdk.git -[submodule "libs/actor/network"] - path = libs/actor/network - url = https://github.com/NilFoundation/actor-network.git -[submodule "libs/actor/zk"] - path = libs/actor/zk - url = https://github.com/nilfoundation/actor-zk.git -[submodule "libs/actor/shim/epoll"] - path = libs/actor/shim/epoll - url = https://github.com/NilFoundation/epoll-shim.git -[submodule "libs/zkllvm-assigner"] - path = libs/zkllvm-assigner - url = https://github.com/NilFoundation/zkllvm-assigner -[submodule "libs/zkllvm-circifier"] - path = libs/zkllvm-circifier - url = https://github.com/NilFoundation/zkllvm-circifier -[submodule "libs/zkllvm-transpiler"] - path = libs/zkllvm-transpiler - url = https://github.com/NilFoundation/zkllvm-transpiler diff --git a/cmake/modules b/cmake/modules deleted file mode 160000 index e7dfac7091..0000000000 --- a/cmake/modules +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e7dfac709106a840ebf293190497793b069bfe57 diff --git a/libs/actor/blueprint b/libs/actor/blueprint deleted file mode 160000 index afee9b054b..0000000000 --- a/libs/actor/blueprint +++ /dev/null @@ -1 +0,0 @@ -Subproject commit afee9b054b940da60280a8ef3f8bf54dbe127a9a diff --git a/libs/actor/cluster b/libs/actor/cluster deleted file mode 160000 index 9bd1c098e6..0000000000 --- a/libs/actor/cluster +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9bd1c098e661f248474a15b209f2dd08b3a440c0 diff --git a/libs/actor/container b/libs/actor/container deleted file mode 160000 index efa66dcbb9..0000000000 --- a/libs/actor/container +++ /dev/null @@ -1 +0,0 @@ -Subproject commit efa66dcbb98cab920d2c105c6647146a01fe84ed diff --git a/libs/actor/core b/libs/actor/core deleted file mode 160000 index 6b1a1e476c..0000000000 --- a/libs/actor/core +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6b1a1e476c0261adf28961394e84607cc9876124 diff --git a/libs/actor/dpdk b/libs/actor/dpdk deleted file mode 160000 index cc7e6ed22c..0000000000 --- a/libs/actor/dpdk +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cc7e6ed22c0fc08e3ff37b3e68a61979d8214547 diff --git a/libs/actor/math b/libs/actor/math deleted file mode 160000 index 78fe0e5932..0000000000 --- a/libs/actor/math +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 78fe0e59326d579ece62fd955a54900d7aad8804 diff --git a/libs/actor/network b/libs/actor/network deleted file mode 160000 index f9f79c8af2..0000000000 --- a/libs/actor/network +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f9f79c8af2d806e7fdfa1496ff02c2bc1ecde5ed diff --git a/libs/actor/shim/epoll b/libs/actor/shim/epoll deleted file mode 160000 index a5586d1462..0000000000 --- a/libs/actor/shim/epoll +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a5586d1462b7e22258746d1ab6c85d35c72ab3db diff --git a/libs/actor/zk b/libs/actor/zk deleted file mode 160000 index 0172596f37..0000000000 --- a/libs/actor/zk +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0172596f37df8bdbe3c517466af651b1e5a11ee0 diff --git a/libs/algebra b/libs/algebra deleted file mode 160000 index e45cf23758..0000000000 --- a/libs/algebra +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e45cf237582966426e5f7244a007d07af2c49093 diff --git a/libs/application b/libs/application deleted file mode 160000 index 709af80998..0000000000 --- a/libs/application +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 709af80998ac7699ee39e7a8dfda34ff53740699 diff --git a/libs/block b/libs/block deleted file mode 160000 index 4761807e1c..0000000000 --- a/libs/block +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4761807e1cdf03d00a32b6a76f86feb4c424e39e diff --git a/libs/blueprint b/libs/blueprint deleted file mode 160000 index 4a98b9919d..0000000000 --- a/libs/blueprint +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4a98b9919d8a0bc4a17510384072038954be05aa diff --git a/libs/codec b/libs/codec deleted file mode 160000 index aa058ca3f6..0000000000 --- a/libs/codec +++ /dev/null @@ -1 +0,0 @@ -Subproject commit aa058ca3f694f010f35560e2123758652a0c2e92 diff --git a/libs/containers b/libs/containers deleted file mode 160000 index 0989b2c693..0000000000 --- a/libs/containers +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0989b2c69315d7faaa08f213e865929156d9784b diff --git a/libs/hash b/libs/hash deleted file mode 160000 index 9b1d470036..0000000000 --- a/libs/hash +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9b1d470036b837294c8768611a5ae83597065e7f diff --git a/libs/mac b/libs/mac deleted file mode 160000 index ce06e5fd65..0000000000 --- a/libs/mac +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ce06e5fd652b5f517fa0b5674fb14f071d794fa6 diff --git a/libs/marshalling/algebra b/libs/marshalling/algebra deleted file mode 160000 index f20a163457..0000000000 --- a/libs/marshalling/algebra +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f20a163457da731841f6c3e01e24679dd43b25f6 diff --git a/libs/marshalling/core b/libs/marshalling/core deleted file mode 160000 index e3e7857733..0000000000 --- a/libs/marshalling/core +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e3e785773334258022a67b9e28fc2e65ce6805dc diff --git a/libs/marshalling/multiprecision b/libs/marshalling/multiprecision deleted file mode 160000 index 8d9a839ce1..0000000000 --- a/libs/marshalling/multiprecision +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8d9a839ce1a423c3e78c01909f5cc71e9b5d2b5b diff --git a/libs/marshalling/zk b/libs/marshalling/zk deleted file mode 160000 index 6479d8ab50..0000000000 --- a/libs/marshalling/zk +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 6479d8ab50ea2d3f272dcc97bfaa438232e669aa diff --git a/libs/math b/libs/math deleted file mode 160000 index 616452c736..0000000000 --- a/libs/math +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 616452c736aee854ca88f5f9badbff4a8aa9a65c diff --git a/libs/modes b/libs/modes deleted file mode 160000 index 75ca58c659..0000000000 --- a/libs/modes +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 75ca58c659ba37699945f7340eeeb4a1a6c70ffc diff --git a/libs/module b/libs/module deleted file mode 160000 index f83eb81a78..0000000000 --- a/libs/module +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f83eb81a78216190b7b074c579194a6a597b71ca diff --git a/libs/multiprecision b/libs/multiprecision deleted file mode 160000 index 4f738a0a2f..0000000000 --- a/libs/multiprecision +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4f738a0a2f1f864e727afc729245cd36dda19389 diff --git a/libs/pkpad b/libs/pkpad deleted file mode 160000 index ca1546144d..0000000000 --- a/libs/pkpad +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ca1546144dec3ff35970434ff3a61bddea6dbe9c diff --git a/libs/plugin b/libs/plugin deleted file mode 160000 index b9c980f349..0000000000 --- a/libs/plugin +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b9c980f349b122583cddee7cd604d1dc81583112 diff --git a/libs/pubkey b/libs/pubkey deleted file mode 160000 index beab3450f3..0000000000 --- a/libs/pubkey +++ /dev/null @@ -1 +0,0 @@ -Subproject commit beab3450f366429b0e45fd97dd08c3a15fa37288 diff --git a/libs/random b/libs/random deleted file mode 160000 index 7631c88cf4..0000000000 --- a/libs/random +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7631c88cf4307143e36d15e7a290416b567ccd08 diff --git a/libs/stream b/libs/stream deleted file mode 160000 index f424e62870..0000000000 --- a/libs/stream +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f424e628707efad61e4cce114ab84acfd90d15a5 diff --git a/libs/zk b/libs/zk deleted file mode 160000 index ff9ef97362..0000000000 --- a/libs/zk +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ff9ef973625254c761e3ef6647fe9cecfb07642d diff --git a/libs/zkllvm-assigner b/libs/zkllvm-assigner deleted file mode 160000 index d9325d6428..0000000000 --- a/libs/zkllvm-assigner +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d9325d6428bbe08c144676dfad7a0bea5b9f1bf4 diff --git a/libs/zkllvm-circifier b/libs/zkllvm-circifier deleted file mode 160000 index 65a087de45..0000000000 --- a/libs/zkllvm-circifier +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 65a087de455b481e6d0c3b5b2e3e152097ea9bb6 diff --git a/libs/zkllvm-transpiler b/libs/zkllvm-transpiler deleted file mode 160000 index b5fb911540..0000000000 --- a/libs/zkllvm-transpiler +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b5fb9115404fa6a581dddd88c4068b2844ea43ad