github klaytn/klaytn v1.8.3
v1.8.3 Release Notes

latest releases: transition-notice, v1.12.1, v1.12.1-rc.2...
2 years ago

v1.8.3 Release Notes

With Klaytn v1.8.3, transactions are sorted in chronological order according to the received time on each node when blocks are generated or transactions are propagated. Before, the transactions were sorted by gas price. But since Klaytn's gas price is fixed, they were basically without order. With this version change, Klaytn nodes will process transactions on a First-Come, First-Serve basis.

New Features

  • Transactions with the same gas price will be sorted by the received time. (#1282)
  • Transactions being propagated will also be sorted in order of the received time. (#1309)
  • Journal transactions being written to files will be sorted in order of the received time. (#1329)

Improvements

  • Disabling option for prefetching is now available and missing metrics for snapshot have been added. (#1234)
  • The GetCodeSize will now return 0 for emptyCodeHash instead of an error. (#1279)

Fixes

  • Changed signer generation function for Worker from LatestSignerForChainID to MakeSigner, so that Worker can use SenderCacher. (#1305)
  • Added panic guards for prefetchers. (#1311)

Miscellaneous

Binaries

  • Linux: kcn kpn ken kscn kspn ksen kbn kgen homi
  • Darwin: kcn kpn ken kscn kspn ksen kbn kgen homi
  • Baobab-linux: kcn kpn ken
  • Baobab-darwin: kcn kpn ken
  • Don't miss a new klaytn release

    NewReleases is sending notifications on new releases.