Skip to content

XDAGJ v0.4.2

Compare
Choose a tag to compare
@punk8 punk8 released this 30 Apr 17:42

XDAGJ v0.4.2 is a maintenance release.

Notable changes in this release:

  • We have added a lot of detailed documents so that users can use XDAGJ conveniently.
  • Refactored part of the code so that different types of networks have different configurations, which is more convenient for testing and maintenance.
  • Added some unit test cases on configuration, synchronization and miner connection.
  • Added pre-judgment when miner/wallet connect to the pool, which can avoid access to miner/wallet of different network types.
  • Added the preliminary verification of the block when add a new block.
  • Re-adjust the dynamic library compilation process.

Bug fixes:

  • Fixed the problem of inconsistent difficulty when program launch based on randomx algorithm. #16 #17
  • Fixed the problem that sometimes the block production thread did not start normally.
  • Fixed the issue of rewards for miners.