Skip to content

Releases: Conflux-Chain/conflux-rust

Conflux v0.5.0.5

09 Jun 11:25
Compare
Choose a tag to compare
  • Move getstatus RPC from test to common, and renamed with cfx_getStatus.

  • Accelarate cfx_getLogs by reading/processing bloom filters with multi-threads.

  • Change the default value of from_epoch in RPC cfx_getLogs from "earliest" to "latest_checkpoint".
    Now if no from_epoch is specified, it will only return logs after the latest checkpoint.

Conflux v0.5.2-alpha-2

08 Jun 13:40
Compare
Choose a tag to compare
Pre-release
  • Fix full-node related issues.

  • Optimize RPC cfx_getLogs.

Conflux v0.5.2-alpha-1

04 Jun 05:57
Compare
Choose a tag to compare
Pre-release
Release v0.5.2-alpha-1.

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.