We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f49e91 commit 271e3bbCopy full SHA for 271e3bb
CHANGES.md
@@ -13,6 +13,8 @@ To be released.
13
- Changed `IMessageCodec.Encode(MessageContent, PrivateKey,
14
AppProtocolVersion, BoundPeer, DateTimeOffset, byte[]?)` to
15
`IMessageCodec.Encode(Message, PrivateKey)`. [[#3997]]
16
+ - Removed `IStore.ForkBlockIndexes()` and `IStore.ForkTxNonces()`
17
+ interface methods. [[#4001]]
18
19
### Backward-incompatible network protocol changes
20
@@ -29,6 +31,7 @@ To be released.
29
31
### CLI tools
30
32
33
[#3997]: https://github.com/planetarium/libplanet/pull/3997
34
+[#4001]: https://github.com/planetarium/libplanet/pull/3997
35
36
37
Version 5.4.0
0 commit comments