Releases: Conflux-Chain/conflux-rust
Conflux v0.5.0.5
-
Move
getstatus
RPC from test to common, and renamed withcfx_getStatus
. -
Accelarate
cfx_getLogs
by reading/processing bloom filters with multi-threads. -
Change the default value of
from_epoch
in RPCcfx_getLogs
from "earliest" to "latest_checkpoint".
Now if nofrom_epoch
is specified, it will only return logs after the latest checkpoint.
Conflux v0.5.2-alpha-2
-
Fix full-node related issues.
-
Optimize RPC
cfx_getLogs
.
Conflux v0.5.2-alpha-1
Release v0.5.2-alpha-1.
Conflux v0.5.1-alpha-7
Fix panic in get_logs. (#1484) If `to_epoch` is too large, `get_pivot_block_arena_index` will panic.
Conflux v0.5.0.4
-
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
-
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
-
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
- Fix wrong epoch hash for receipts in the database.
Conflux v0.5.1-alpha-4
-
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
-
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.