Download Latest Version conflux_win10_x64_v3.0.1-compatible.zip (39.4 MB)
Email in envelope

Get an email when there's a new version of conflux-rust

Home / v2.4.1
Name Modified Size InfoDownloads / Week
Parent folder
conflux_linux_glibc2.27_x64_v2.4.1.zip 2024-11-26 21.1 MB
conflux_linux_glibc2.27_x64_v2.4.1-compatible.zip 2024-11-26 21.1 MB
conflux_linux_glibc2.27_aarch64_v2.4.1.zip 2024-11-26 20.9 MB
conflux_win10_x64_v2.4.1.zip 2024-11-25 31.1 MB
conflux_win10_x64_v2.4.1-compatible.zip 2024-11-25 31.1 MB
Conflux v2.4.1 source code.tar.gz 2024-11-21 13.6 MB
Conflux v2.4.1 source code.zip 2024-11-21 14.9 MB
README.md 2024-11-21 1.5 kB
Totals: 8 Items   153.7 MB 0

RPC Improvements

  • Implement debug_trace* RPCs for espace like geth.
  • Implement eth_getBlockReceipts.
  • Optimize core space debug and test namespace RPC methods.
  • Optimize eSpace main RPC method error message.
  • Make cfx_sendTransaction and cfx_signTransaction support 2930&1559 type transactions.
  • Make eth_call and eth_estimate support revert custom error.
  • Add espace fee history cache for the latest 1024 blocks to improve query performance.
  • Support both input and data for CallRequest.
  • Add reason for transaction pool replacement.
  • Update core space RPC block.gasUsed behavior to express more info.
  • Unset zero gas when calling espace estimate and call.

Note: The maximum gas value supported by the eth_estimateGas and eth_call RPC methods is set to 15 million by default. If the gas value exceeds this limit, an error will be returned. If a higher value is needed, it can be adjusted through the configuration option max_estimation_gas_limit. For example, it can be set to 30 million.

Storage Improvements

  • Optimize state and account checkpoints.
  • Rewrite state prefetcher.

Bug Fixes

  • Fix espace zero gas_price estimate error issue.
  • Change block gas_limit according CIP1559.
  • Fix eth_estimate not checking if balance is enough for gas-fee issue when passing max-fee-per-gas.

Code Improvements

  • Remove unnecessary unsafe codes.
  • Refactor codes for better maintainability.
Source: README.md, updated 2024-11-21