Skip to content

Releases: Conflux-Chain/conflux-rust

Conflux v1.0.0-alpha-3

15 Oct 12:31
Compare
Choose a tag to compare
Pre-release
Release v1.0.0-alpha-3.

Set `execute_genesis` to `true` in `testnet.toml`.

Conflux v1.0.0-alpha-2

12 Oct 12:21
Compare
Choose a tag to compare
Pre-release
Release v1.0.0-alpha-2.

Conflux v1.0.0-alpha-1

09 Oct 15:41
Compare
Choose a tag to compare
Pre-release
Release v1.0.0-alpha-1.

Conflux v0.6.4-alpha-1

30 Sep 06:52
Compare
Choose a tag to compare
Pre-release
Release v0.6.4-alpha-1.

Conflux v0.6.3

21 Sep 06:46
Compare
Choose a tag to compare
  • Reject unknown filter fields in cfx_getLogs.

  • Fix db_dir in default config file.

  • Start mining when mining_author is set.

  • Remove start_mining and use mining_type.

Conflux v0.6.3-alpha-1

04 Sep 06:50
Compare
Choose a tag to compare
Pre-release
Release v0.6.3-alpha-1.

Conflux v0.6.2

31 Aug 11:09
Compare
Choose a tag to compare

Bug Fixes

  • Recompute missing states during recovery even the commitment is present.

  • Choose normal phase peers for tx propagation.

Improvement

  • Add optional parameter get_logs_filter_max_epoch_gap.

  • Make discovery parameter configurable.

  • Report metrics to influxdb in a random interval and only record reporting time when succeeded.

  • Add revised light node blame verification.

Conflux v0.6.2-alpha-1

24 Aug 10:50
Compare
Choose a tag to compare
Pre-release
Release v0.6.2-alpha-1.

Conflux v0.6.1

02 Aug 04:05
Compare
Choose a tag to compare

Improvement

  • Let archive nodes always get block from archive nodes in catch-up mode.

  • Check the mining address prefix.

  • Add RPC cfx_getStorageRoot for light nodes.

Bug fixed

  • Fix a bug where users need to restart node before they can use a newly created account to send transactions.

  • Fix a bug where a node may not catch up if all its peers are full nodes.

  • Fix a bug that the maintenance of max_handshaking_count may cause unsigned int underflow.

Conflux v0.6.1-alpha-1

28 Jul 04:32
Compare
Choose a tag to compare
Pre-release

Improvement

  • Let archive nodes always get block from archive nodes in catch-up mode.

  • Remove intermediate_padding from StateProof.

  • Check the mining address prefix.

  • Add RPC cfx_getStorageRoot for light nodes.

Bug fixed

  • Fix a bug where users need to restart node before they can use a newly created account to send transactions.

  • Fix a bug where a node may not catch up if all its peers are full nodes.