Skip to content

Commit

Permalink
Fix invalid block on mainnet (#4695)
Browse files Browse the repository at this point in the history
* Fix invalid block on mainnet

* Add submodule
  • Loading branch information
asdacap authored and rubo committed Oct 13, 2022
1 parent c70032f commit 41b377f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions src/Math.Gmp.Native
Submodule Math.Gmp.Native added at 2d0250
2 changes: 1 addition & 1 deletion src/Nethermind/Nethermind.Evm/Nethermind.Evm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\Math.Gmp.Native\MathGmp.Native\MathGmp.Native.csproj" />
<ProjectReference Include="..\Nethermind.Core\Nethermind.Core.csproj" />
<ProjectReference Include="..\Nethermind.Serialization.Rlp\Nethermind.Serialization.Rlp.csproj" />
<ProjectReference Include="..\Nethermind.State\Nethermind.State.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FastEnum" Version="1.7.0" />
<PackageReference Include="Nethermind.Gmp" Version="1.0.0" />
</ItemGroup>
</Project>

0 comments on commit 41b377f

Please sign in to comment.