v1.8.3
Package Downloads
RPM
Cypress Packages
Baobab Packages
Common Packages
Linux
Cypress Packages
Baobab Packages
Common Packages
MacOS
Cypress Packages
Baobab Packages
Common Packages
Windows
Not supported yet
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
toMakeSigner
, so that it can useSenderCacher
. (#1305)Added panic guards for prefetchers. (#1311)
Miscellaneous
Upgraded built-in solidity test files to v0.8.x. (#1149 #1189)
Supported go1.18 and updated the Dockerfile for CircleCi from Alpine to Ubuntu 20.04. (#1320)
Minor maintenance (#1265 #1270 #1273 #1308 #1301 #1306 #1312 #1313 #1314 #1315 #1322 #1327 #1338 #1349)
Last updated