Skip to content

Libplanet 5.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 03:04
· 71 commits to main since this release
232ee7f

Released on January 15, 2025.

Backward-incompatible API changes

  • Changed IMessageCodec.Encode(MessageContent, PrivateKey, AppProtocolVersion, BoundPeer, DateTimeOffset, byte[]?) to IMessageCodec.Encode(Message, PrivateKey). [#3997]
  • (Libplanet.Explorer) Added raw field to BlockType. [#4006]

Bug fixes

  • Fixed a bug in IStore.PruneOutdatedChains(). [#3999]