Skip to content

Libplanet 0.10.2

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Nov 11:25
· 6759 commits to main since this release
0.10.2
88596ee

Released on November 25, 2020.

  • Fixed BlockChain<T>.Append() method's bug that it had accepted a Block<T> having more Transactions than the number specified by the IBlockPolicy<T>.MaxTransactionsPerBlock property. Now it throws InvalidBlockException instead for such case. [#1104]