Skip to content

Commit

Permalink
Add BLS submodule;
Browse files Browse the repository at this point in the history
  • Loading branch information
uink45 committed Oct 7, 2024
1 parent 427dad7 commit 439a733
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
url = https://github.com/Pier-Two/cortex.git
[submodule "lib/SszSharp"]
path = lib/SszSharp
url = https://github.com/Pier-Two/SszSharp.git
url = https://github.com/Pier-Two/SszSharp.git
[submodule "/Users/multi/Documents/GitHub/Lantern.Beacon/lib/blst-bindings"]
path = /Users/multi/Documents/GitHub/Lantern.Beacon/lib/blst-bindings
url = https://github.com/Pier-Two/blst-bindings.git
7 changes: 7 additions & 0 deletions Lantern.Beacon.sln
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lantern.Beacon.Sync.Tests",
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SszSharp", "lib\SszSharp\SszSharp\SszSharp.csproj", "{08BF5367-5178-4891-B5AF-46874FCAB580}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nethermind.Crypto.Bls", "lib\blst-bindings\src\Nethermind.Crypto.Bls\Nethermind.Crypto.Bls.csproj", "{F5900635-79C8-4B56-9130-6E69CBEF1741}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -54,6 +56,10 @@ Global
{08BF5367-5178-4891-B5AF-46874FCAB580}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08BF5367-5178-4891-B5AF-46874FCAB580}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08BF5367-5178-4891-B5AF-46874FCAB580}.Release|Any CPU.Build.0 = Release|Any CPU
{F5900635-79C8-4B56-9130-6E69CBEF1741}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5900635-79C8-4B56-9130-6E69CBEF1741}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5900635-79C8-4B56-9130-6E69CBEF1741}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5900635-79C8-4B56-9130-6E69CBEF1741}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{34F40C9C-4659-4E60-AB33-CD037324899F} = {81F3EB1E-7CCD-491A-869F-21DE07554059}
Expand All @@ -63,5 +69,6 @@ Global
{0A2D2D4A-F13E-4EE5-BA74-F0CCA755A431} = {93598337-BA94-45D6-A11B-2620EB6BA03D}
{001D7F5C-71D0-4A0C-95F2-6489EA67CF52} = {650B71C6-D666-4E67-BFB4-A787E8C49739}
{08BF5367-5178-4891-B5AF-46874FCAB580} = {93598337-BA94-45D6-A11B-2620EB6BA03D}
{F5900635-79C8-4B56-9130-6E69CBEF1741} = {93598337-BA94-45D6-A11B-2620EB6BA03D}
EndGlobalSection
EndGlobal
1 change: 1 addition & 0 deletions lib/blst-bindings
Submodule blst-bindings added at 9bc229
2 changes: 1 addition & 1 deletion src/Lantern.Beacon.Sync/Lantern.Beacon.Sync.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\lib\blst-bindings\src\Nethermind.Crypto.Bls\Nethermind.Crypto.Bls.csproj" />
<ProjectReference Include="..\..\lib\cortex\src\Cortex.Containers\Cortex.Containers.csproj" />
<ProjectReference Include="..\..\lib\SszSharp\SszSharp\SszSharp.csproj" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="LiteDB" Version="5.0.21" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="Nethermind.Crypto.Bls" Version="1.0.2" />
<PackageReference Include="Nethermind.Libp2p.Core" Version="1.0.0-preview.33" />
<PackageReference Include="Nethermind.Libp2p.Protocols.Multistream" Version="1.0.0-preview.33" />
<PackageReference Include="Nethermind.Numerics.Int256" Version="1.2.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="Nethereum.Merkle" Version="4.20.0" />
<PackageReference Include="Nethermind.Crypto.Bls" Version="1.0.2" />
<PackageReference Include="Nethermind.Libp2p.Core" Version="1.0.0-preview.33" />
<PackageReference Include="Nethermind.Libp2p.Protocols.Multistream" Version="1.0.0-preview.33" />
<PackageReference Include="NUnit" Version="4.1.0" />
Expand Down

0 comments on commit 439a733

Please sign in to comment.