From 41b377fb8d4b9e0187adb403eb1fd878e46b070a Mon Sep 17 00:00:00 2001 From: Amirul Ashraf Date: Tue, 4 Oct 2022 17:27:50 +0800 Subject: [PATCH] Fix invalid block on mainnet (#4695) * Fix invalid block on mainnet * Add submodule --- .gitmodules | 3 +++ src/Math.Gmp.Native | 1 + src/Nethermind/Nethermind.Evm/Nethermind.Evm.csproj | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 src/Math.Gmp.Native diff --git a/.gitmodules b/.gitmodules index 8f2b4c542c18..ee5c786e7cbb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "gitbook/docs"] path = gitbook/docs url = https://github.com/NethermindEth/docs.git +[submodule "src/Math.Gmp.Native"] + path = src/Math.Gmp.Native + url = git@github.com:NethermindEth/Math.Gmp.Native.git diff --git a/src/Math.Gmp.Native b/src/Math.Gmp.Native new file mode 160000 index 000000000000..2d0250eb1ef8 --- /dev/null +++ b/src/Math.Gmp.Native @@ -0,0 +1 @@ +Subproject commit 2d0250eb1ef8b1dc549cabf1f05c70b309c5b801 diff --git a/src/Nethermind/Nethermind.Evm/Nethermind.Evm.csproj b/src/Nethermind/Nethermind.Evm/Nethermind.Evm.csproj index b536bff33465..432463ff4501 100644 --- a/src/Nethermind/Nethermind.Evm/Nethermind.Evm.csproj +++ b/src/Nethermind/Nethermind.Evm/Nethermind.Evm.csproj @@ -10,12 +10,12 @@ + -