Skip to content

Releases: OnedgeLee/libplanet

Libplanet 2.0.0

14 Jun 04:53
2.0.0
ac6bccf
Compare
Choose a tag to compare

Released on June 14, 2023.

Backward-incompatible API changes

  • Added IAccountStateDelta.TotalUpdatedFungibleAssets interface property. [#3208]

  • Removed blockAction parameter from ActionContext(). [#3209]

  • Added ITransaction.MaxGasPrice property. [#3201]

  • Added ITransaction.GasLimit property. [#3201]

  • Currency.Serialize()'s behavioral is changed. the serialize field is replaced. [#3201]

Added APIs

  • Added FungibleAssetValue.Serialize() method. [#3201]

Behavioral changes

  • Improved performance of StateStoreExtensions.Commit() extension method and MerkleTrie.Commit() method. [#3165]
  • Improved performance of HashDigest<T>.DeriveFrom() static method on .NET Standard 2.1+. [#3165]