Skip to content

Releases: mwcproject/mwc-node

5.3.8

19 Feb 06:50
8ce4a74
Compare
Choose a tag to compare
  • Fix deadlock. It is rear case but can make node stop accepting new blocks.
  • Fix compact/sync throttling for archive nodes on slow hardware.
  • Improve peers management, so the network is never be static.

5.3.7

26 Jan 04:54
0dae1d5
Compare
Choose a tag to compare
  • Fixed node stability issue, most impacted archive nodes
  • Improved node scalability and reduce high latency impact. Several response can be send in a single package.
  • Binary for Apple Silicone

5.3.6

06 Jan 19:16
11b6b72
Compare
Choose a tag to compare

Fast Synchronization:

  • Added PIBD support for header hashes, enabling parallel header downloads from multiple peers.
  • Improved sync throughput with optimized peer management.
  • Enhanced peer selection to ensure connections align with required capabilities.
  • Configurations now dynamically adjust to host resources, optimizing sync speed without overloading low-end systems. Rebalance sizes of PIBD blocks to make them roughly same size.

Bug Fixes/Improvements:

  • Enhanced efficiency in discovering peers, especially Tor.
  • Enhanced efficiency in initial peers connection.
  • Resolved PIBD synchronization failures caused by compatibility issues with archive nodes.
  • Improved blockchain recovery from data corruption. This issue is critical for archive nodes.
  • TUI is updated so it can work with the latest MacOS Sequoia version.

Note:

  • Node first start will take few minutes, node will need to revisit all blocks.
  • Please make sure that your Tor version is updated to version 0.4.

5.3.5

13 Nov 14:29
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

5.3.4

13 Nov 06:30
b8b6d2b
Compare
Choose a tag to compare

Changes:

  • b8b6d2b mwc crate name and bump to version 5.3.4 (#83) [ #74, #75, #76, #77, #78, #79, #80, #81, #82 ]
  • bc491d0 Merge pull request #73 from mwcproject/5.3.100
  • d0626e3 Wallet accounts ownership proof, need to expose private key to generate a signatures
  • 32f77d7 Merge pull request #71 from mwcproject/v5.3.2/logs2qtwallet
  • 340b9fe Add/Update logs needed for qt wallet node health tracking
  • 4d5a70e Add/Update logs needed for qt wallet node health tracking
  • e5d5bf2 Merge pull request #70 from mwcproject/v5.3.2/mining_doc
  • 78afc17 Update for rust 1.80 build. Mining doc changes

This list of changes was auto generated.

5.3.2

16 Aug 16:35
0a96a3c
Compare
Choose a tag to compare

Rebase to version 5.3.2
Node sync is improved by PIBD feature.

4.4.4

27 Apr 09:56
be16ffd
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

4.4.3

15 Mar 17:15
a14d1e1
Compare
Choose a tag to compare
update croaring (#61)

4.4.2

28 Dec 19:18
Compare
Choose a tag to compare

Dependency updates.

4.4.1

10 May 17:36
879307d
Compare
Choose a tag to compare

Our devops environment need to run nodes without terminal. This release fix few printing messages