Skip to content

Commit f12d2c5

Browse files
committed
Fix build
1 parent 33b3c6d commit f12d2c5

File tree

3 files changed

+7
-14
lines changed

3 files changed

+7
-14
lines changed

src/Nethermind/Nethermind.Runner/packages.lock.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1729,19 +1729,12 @@
17291729
"nethermind.state": {
17301730
"type": "Project",
17311731
"dependencies": {
1732-
<<<<<<< HEAD
17331732
"Nethermind.Core": "[1.37.0-unstable, )",
17341733
"Nethermind.Db": "[1.37.0-unstable, )",
17351734
"Nethermind.Evm": "[1.37.0-unstable, )",
17361735
"Nethermind.Serialization.Rlp": "[1.37.0-unstable, )",
17371736
"Nethermind.Trie": "[1.37.0-unstable, )",
1738-
=======
1739-
"Nethermind.Core": "[1.36.0-unstable, )",
1740-
"Nethermind.Db": "[1.36.0-unstable, )",
1741-
"Nethermind.Evm": "[1.36.0-unstable, )",
1742-
"Nethermind.Serialization.Rlp": "[1.36.0-unstable, )",
1743-
"Nethermind.Trie": "[1.36.0-unstable, )",
1744-
>>>>>>> c7899efd24 (Slight optimization)
1737+
"ZstdSharp.Port": "[0.8.6, )",
17451738
"prometheus-net": "[8.2.1, )"
17461739
}
17471740
},
@@ -2273,15 +2266,11 @@
22732266
"type": "CentralTransitive",
22742267
"requested": "[8.2.1, )",
22752268
"resolved": "8.2.1",
2276-
<<<<<<< HEAD
22772269
"contentHash": "3wVgdEPOCBF752s2xps5T+VH+c9mJK8S8GKEDg49084P6JZMumTZI5Te6aJ9MQpX0sx7om6JOnBpIi7ZBmmiDQ==",
22782270
"dependencies": {
22792271
"Microsoft.Extensions.Http": "3.1.0",
22802272
"Microsoft.Extensions.ObjectPool": "7.0.0"
22812273
}
2282-
=======
2283-
"contentHash": "3wVgdEPOCBF752s2xps5T+VH+c9mJK8S8GKEDg49084P6JZMumTZI5Te6aJ9MQpX0sx7om6JOnBpIi7ZBmmiDQ=="
2284-
>>>>>>> c7899efd24 (Slight optimization)
22852274
},
22862275
"prometheus-net.AspNetCore": {
22872276
"type": "CentralTransitive",

src/Nethermind/Nethermind.State.Test/Nethermind.State.Test.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<Import Project="../tests.props" />
4-
4+
55
<PropertyGroup>
66
<RootNamespace>Nethermind.Store.Test</RootNamespace>
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.NET.Test.Sdk" />
1110
<PackageReference Include="NSubstitute" />
1211
</ItemGroup>
1312
<ItemGroup>

src/Nethermind/Nethermind.State.Test/StorageProviderTests.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,11 @@ public void Commit(long blockNumber)
760760
{
761761
baseScope.Commit(blockNumber);
762762
}
763+
764+
public void HintSet(Address address)
765+
{
766+
767+
}
763768
}
764769

765770
private class WriteBatchDecorator(

0 commit comments

Comments
 (0)