Skip to content

Commit

Permalink
init eip1559 txpool
Browse files Browse the repository at this point in the history
  • Loading branch information
tkstanczak committed Sep 25, 2020
1 parent c081230 commit cbf656d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Nethermind/Nethermind.TxPool.Eip1599/Class1.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
using System;

namespace Nethermind.TxPool.Eip1599
{
public class Class1
{
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

</Project>
6 changes: 6 additions & 0 deletions src/Nethermind/Nethermind.sln
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nethermind.Provide.NChain",
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nethermind.PeerView", "Nethermind.PeerView\Nethermind.PeerView.csproj", "{F4DE1E9A-2823-4F9C-A6D6-78606E6C0410}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nethermind.TxPool.Eip1599", "Nethermind.TxPool.Eip1599\Nethermind.TxPool.Eip1599.csproj", "{2E688E33-B716-46C9-A18D-3F3DF512B52E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -567,6 +569,10 @@ Global
{3B959FEB-2DD2-4DF9-921E-BEC664DCA107}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B959FEB-2DD2-4DF9-921E-BEC664DCA107}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B959FEB-2DD2-4DF9-921E-BEC664DCA107}.Release|Any CPU.Build.0 = Release|Any CPU
{2E688E33-B716-46C9-A18D-3F3DF512B52E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E688E33-B716-46C9-A18D-3F3DF512B52E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E688E33-B716-46C9-A18D-3F3DF512B52E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E688E33-B716-46C9-A18D-3F3DF512B52E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit cbf656d

Please sign in to comment.