Skip to content

Releases: Conflux-Chain/conflux-rust

Conflux v2.3.5

22 Apr 06:25
f61ffeb
Compare
Choose a tag to compare

Bug Fix

  • Fix some compatibility issues that block archive nodes from syncing.
  • Fix a transaction pool underflow/overflow.
  • Fix an issue that Sqlite may use too much system temp directory space.
  • Fix a packing pool bug when all the transactions have the same price.
  • Fix a corner case where CIP-107 assertation fails.

Improvement

  • Make reboot faster if use_isolated_db_for_mpt_table is enabled.
  • Enable keep_era_genesis_snapshot by default to provide one more snapshots for sync.
  • Refactor EVM code to prepare for the following hardforks.

Conflux v2.3.5-testnet

11 Mar 03:30
Compare
Choose a tag to compare
Pre-release

Bug Fix

  • Fix some compatibility issues that block archive nodes from syncing.
  • Fix a transaction pool underflow/overflow.
  • Fix an issue that Sqlite may use too much system temp directory space.

Improvement

  • Make reboot faster if use_isolated_db_for_mpt_table is enabled.
  • Enable keep_era_genesis_snapshot by default to provide one more snapshots for sync.

Conflux v2.3.4

18 Jan 05:40
b9befd1
Compare
Choose a tag to compare

Configuration Improvement

  • Add configuration use_isolated_db_for_mpt_table. Setting it to true will reduce the disk usage.
    • Note that the first restart after setting this configuration will take several hours, and the feature is still being tested, so use with caution.

Transaction Pool Improvement

  • Implement a new transaction pool packing strategy so transactions with higher gas prices are more likely to be packed.

RPC Improvement

  • Fix a rare panic in RPC metrics.
  • Only count core space transactions for cfx_gasPrice.

Bug Fixes

  • Fix an issue that may make the transaction pool panic.
  • Fix an issue in the snapshot optimization that may lead to reboot failure.

Conflux v2.3.4-3-testnet

18 Jan 05:14
Compare
Choose a tag to compare
Pre-release

Bug Fix

  • Fix an issue in the snapshot optimization that may lead to reboot failure.

Conflux v2.3.4-2-testnet

08 Jan 10:16
Compare
Choose a tag to compare
Pre-release

Bug Fix

  • Fix an issue that may make the transaction pool panic.

Conflux v2.3.4-2-beta

08 Jan 10:17
Compare
Choose a tag to compare
Conflux v2.3.4-2-beta Pre-release
Pre-release

Bug Fix

  • Fix an issue that may make the transaction pool panic.

Conflux v2.3.4-testnet

05 Jan 10:20
Compare
Choose a tag to compare
Pre-release

Configuration Improvement

  • Add configuration use_isolated_db_for_mpt_table. Setting it to true will reduce the disk usage.
    • Note that the first restart after setting this configuration will take several hours, and the feature is still being tested, so use with caution.

Transaction Pool Improvement

  • Implement a new transaction pool packing strategy so transactions with higher gas prices are more likely to be packed.

RPC Improvement

  • Fix a rare panic in RPC metrics.
  • Only count core space transactions for cfx_gasPrice.

Conflux v2.3.4-beta

05 Jan 10:22
Compare
Choose a tag to compare
Conflux v2.3.4-beta Pre-release
Pre-release

Configuration Improvement

  • Add configuration use_isolated_db_for_mpt_table. Setting it to true will reduce the disk usage.
    • Note that the first restart after setting this configuration will take several hours, and the feature is still being tested, so use with caution.

Transaction Pool Improvement

  • Implement a new transaction pool packing strategy so transactions with higher gas prices are more likely to be packed.

RPC Improvement

  • Fix a rare panic in RPC metrics.
  • Only count core space transactions for cfx_gasPrice.

Conflux v2.3.3

15 Dec 14:06
89f0ce5
Compare
Choose a tag to compare

Bug Fix

  • Fix an issue caused by an unexpected cross-space transaction that stops the node.

RPC Improvement

  • Add debug_statOnGasLoad to get more information about the gas usage in blocks.

Conflux v2.3.3-testnet

15 Dec 14:11
Compare
Choose a tag to compare
Pre-release

Bug Fix

  • Fix an issue caused by an unexpected cross-space transaction that stops the node.

RPC Improvement

  • Add debug_statOnGasLoad to get more information about the gas usage in blocks.