Skip to content

LSBChain v1.0.0 Release Notes

Latest
Compare
Choose a tag to compare
@Khaos-Labs Khaos-Labs released this 26 Mar 08:32
· 5 commits to main since this release

Bug Fixes
(evm) Fix Failed to call function EstimateGas.
(evm) Fix error of timeout when using Truffle to deploy contract.
(evm) Fix misused method to calculate block hash in evm related function.
(evm) Fix mismatch block hash in rpc response when use eht.getBlock.
(evm) Fix 'EIP2028' not open when Istanbul version has been enabled.
(evm) Fix panic in AnteHandler when gas price larger than 100000
(evm) Fix format errors in String() of QueryETHLogs
(evm) Add parameter check for evm query func.
(evm) Fix nonce check to explicitly check for the correct nonce, rather than a simple 'greater than' comparison.
(api) Returns error for a transaction with an incorrect nonce.
(evm) Reset all cache after account data has been committed in EndBlock to make sure every node state consistent.
(evm) Fix panic of wrong Block.Header.AppHash when restart a node with snapshot.