From 5bebc52b5d4ddc0a348c7732fa32cd47be4e2dc2 Mon Sep 17 00:00:00 2001 From: Harald Wolff Date: Mon, 23 Oct 2017 12:13:43 +0200 Subject: [PATCH] Working BETA --- .gitmodules | 3 +++ SharpMining.sln | 6 ++++++ sharp-biginteger | 2 +- sharp-contracts | 1 + sharp-crypto | 2 +- 5 files changed, 12 insertions(+), 2 deletions(-) create mode 160000 sharp-contracts diff --git a/.gitmodules b/.gitmodules index 8e99b1f..969e4f1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "sharp-jsonrpc"] path = sharp-jsonrpc url = git@schwann.lnvpn.de:LupusNobilis/sharp-jsonrpc.git +[submodule "sharp-contracts"] + path = sharp-contracts + url = git@schwann.lnvpn.de:haraldwolff/sharp-contracts.git diff --git a/SharpMining.sln b/SharpMining.sln index 75c9d51..71fa946 100644 --- a/SharpMining.sln +++ b/SharpMining.sln @@ -19,6 +19,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BigInt", "sharp-biginteger\ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BigIntegerTest", "sharp-biginteger\BigIntegerTest\BigIntegerTest.csproj", "{9596C70F-9CCD-4821-A82B-501B97544D52}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "sharp.contracts", "sharp-contracts\sharp.contracts.csproj", "{56733EC1-7D97-48D0-AA4C-98EA624A5A21}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x86 = Debug|x86 @@ -61,6 +63,10 @@ Global {9596C70F-9CCD-4821-A82B-501B97544D52}.Debug|x86.Build.0 = Debug|x86 {9596C70F-9CCD-4821-A82B-501B97544D52}.Release|x86.ActiveCfg = Release|x86 {9596C70F-9CCD-4821-A82B-501B97544D52}.Release|x86.Build.0 = Release|x86 + {56733EC1-7D97-48D0-AA4C-98EA624A5A21}.Debug|x86.ActiveCfg = Debug|Any CPU + {56733EC1-7D97-48D0-AA4C-98EA624A5A21}.Debug|x86.Build.0 = Debug|Any CPU + {56733EC1-7D97-48D0-AA4C-98EA624A5A21}.Release|x86.ActiveCfg = Release|Any CPU + {56733EC1-7D97-48D0-AA4C-98EA624A5A21}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution Policies = $0 diff --git a/sharp-biginteger b/sharp-biginteger index e287225..dd4715d 160000 --- a/sharp-biginteger +++ b/sharp-biginteger @@ -1 +1 @@ -Subproject commit e287225eafc4be08a5ac53ce3025f150a8a4c572 +Subproject commit dd4715d55bab3ffcc278c71db2fcb0e8d4edafd5 diff --git a/sharp-contracts b/sharp-contracts new file mode 160000 index 0000000..12b8155 --- /dev/null +++ b/sharp-contracts @@ -0,0 +1 @@ +Subproject commit 12b8155303103bf6c26ba2c2d623f2894ad6297a diff --git a/sharp-crypto b/sharp-crypto index 91f770c..3ed4b49 160000 --- a/sharp-crypto +++ b/sharp-crypto @@ -1 +1 @@ -Subproject commit 91f770c6b1bbe31b75ea599ce56b6f87e07f03a1 +Subproject commit 3ed4b493b252664ab91767866b3b68588b345d8c