Skip to content

Releases: Conflux-Chain/conflux-rust

Conflux v0.5.1-alpha-7

25 May 07:01
Compare
Choose a tag to compare
Pre-release
Fix panic in get_logs. (#1484)

If `to_epoch` is too large, `get_pivot_block_arena_index` will panic.

Conflux v0.5.0.4

25 May 07:03
Compare
Choose a tag to compare
  • Fix an issue that block_number may be incorrect after restarting.

  • Accelerate blame verification.

  • Accelerate checking if we need to form a new checkpoint.

Conflux v0.5.1-alpha-6

19 May 10:40
Compare
Choose a tag to compare
Pre-release
  • Allow snapshot sync to be resumed.

  • Fix possible underflow in try_acquire_cost.

  • Fix an issue that blocks are not becoming graph-ready because of a race in try_clear_old_era_blocks.

Conflux v0.5.1-alpha-5

14 May 09:48
Compare
Choose a tag to compare
Pre-release
  • Fix checkpoint syncing related issues for full nodes.

  • Disable transaction index recording by default. This will reduce the disk usage for miners. If you want to serve transaction-related RPCs, you should set record_tx_index=true in the configuration file manually.

  • Do not promote demoted peers during discovery.

Conflux v0.5.0.3

13 May 13:12
Compare
Choose a tag to compare
  • Fix wrong epoch hash for receipts in the database.

Conflux v0.5.1-alpha-4

08 May 16:19
Compare
Choose a tag to compare
Pre-release
  • Fix an issue that chunks stop being requested before the checkpoint synced.

  • Fix an issue that multiple sessions are from the same node id.

  • Fix an issue that blocks are not received.

Conflux v0.5.1-alpha-3

07 May 07:43
Compare
Choose a tag to compare
Pre-release
  • Fix wrongly exiting catch-up mode when there are no peers.

  • Support more NAT port forwarding protocols.

  • Fix an RPC issue that the confirmation risk for blocks before the checkpoint is None.

  • Fix an RPC issue that logs before checkpoints are not returned.

  • Fix Windows compatibility issue for tikv-rocksdb.

  • Fix a storage issue about incorrect conversion of DeltaMptKey to SnapshotMptKey from SnapshotMptKey itself.

Conflux v0.5.0.2

07 May 08:53
Compare
Choose a tag to compare
  • Add RPC to check balance against transactions.

Conflux v0.5.0.1

01 May 14:03
Compare
Choose a tag to compare
  • Fix an RPC issue that the confirmation risk for blocks before the checkpoint is None.

  • Fix an RPC issue that logs before checkpoints are not returned.

  • Fix Windows compatibility issue for tikv-rocksdb.

  • Fix a storage issue about incorrect conversion of DeltaMptKey to SnapshotMptKey from SnapshotMptKey itself.

Conflux v0.5.1-alpha-2

29 Apr 05:58
Compare
Choose a tag to compare
Pre-release
  • Fix Windows compatibility issue for full-node mode.

  • Improve consensus performance in face of attacks.