Skip to content

Commit

Permalink
Merge pull request #2898 from moreal/libplanet-5.3.1
Browse files Browse the repository at this point in the history
Bump Libplanet to 5.3.1
  • Loading branch information
moreal authored Oct 15, 2024
2 parents 93fef45 + 5c7f96f commit d728479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .Libplanet
Submodule .Libplanet updated 36 files
+29 −13 CHANGES.md
+1 −1 CONTRIBUTING.md
+1 −1 Directory.Build.props
+1 −1 README.md
+7 −5 scripts/determine-version.js
+2 −2 src/Libplanet.Action/ActionEvaluator.cs
+36 −0 src/Libplanet.Action/IPolicyActionsRegistry.cs
+1 −1 src/Libplanet.Action/PolicyActionsRegistry.cs
+1 −1 src/Libplanet.Crypto/Libplanet.Crypto.csproj
+1 −0 src/Libplanet.Net/ActionExecutionState.cs
+1 −0 src/Libplanet.Net/BlockVerificationState.cs
+1 −1 src/Libplanet.Net/Protocols/KademliaProtocol.cs
+0 −19 src/Libplanet.Net/Swarm.BlockCandidate.cs
+2 −8 src/Libplanet.Net/Swarm.BlockSync.cs
+2 −8 src/Libplanet.Net/Swarm.cs
+10 −6 src/Libplanet.Store/BlockSet.cs
+10 −58 src/Libplanet.Store/HashNodeCache.cs
+1 −0 src/Libplanet.Store/Libplanet.Store.csproj
+3 −3 src/Libplanet/Blockchain/Policies/BlockPolicy.cs
+1 −1 src/Libplanet/Blockchain/Policies/IBlockPolicy.cs
+1 −1 src/Libplanet/Blockchain/Policies/NullBlockPolicy.cs
+1 −1 src/Libplanet/Libplanet.csproj
+1 −2 test/Libplanet.Net.Tests/SwarmTest.Broadcast.cs
+10 −9 test/Libplanet.Net.Tests/SwarmTest.Evidence.cs
+0 −78 test/Libplanet.Net.Tests/SwarmTest.Preload.cs
+1 −1 test/Libplanet.RocksDBStore.Tests/RocksDBStoreBlockChainTest.cs
+1 −1 test/Libplanet.RocksDBStore.Tests/RocksDBStoreFixture.cs
+1 −1 test/Libplanet.Tests/Blockchain/BlockChainTest.cs
+1 −1 test/Libplanet.Tests/Blockchain/DefaultStoreBlockChainTest.cs
+1 −1 test/Libplanet.Tests/Store/DefaultStoreFixture.cs
+1 −1 test/Libplanet.Tests/Store/MemoryStoreFixture.cs
+1 −1 test/Libplanet.Tests/Store/StoreFixture.cs
+0 −1 tools/Libplanet.Explorer.Cocona/Libplanet.Explorer.Cocona.csproj
+1 −1 tools/Libplanet.Explorer.Executable/Program.cs
+1 −1 tools/Libplanet.Explorer/README.md
+1 −1 tools/Libplanet.Extensions.Cocona/Libplanet.Extensions.Cocona.csproj
2 changes: 1 addition & 1 deletion Lib9c.Policy/Policy/DebugPolicy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public DebugPolicy()
{
}

public PolicyActionsRegistry PolicyActionsRegistry { get; } = new PolicyActionsRegistry();
public IPolicyActionsRegistry PolicyActionsRegistry { get; } = new PolicyActionsRegistry();

public TxPolicyViolationException ValidateNextBlockTx(
BlockChain blockChain, Transaction transaction)
Expand Down

0 comments on commit d728479

Please sign in to comment.