Xdagj Versions Save

XDAGJ is an implementation of XDAG in Java. https://xdag.io

0.7.1

3 weeks ago

Notable changes in this release:

  • Optimize the sync request algorithm.
  • Introduce a LIGHT mode for non-mining nodes, enabling consensus verification and data sync with reduced RAM consumption.
  • Fix the bug of sync stuck and improve sync speed.
  • Fix a bug of TX fee triggered by a special case.

What's Changed

Full Changelog: https://github.com/XDagger/xdagj/compare/0.7.0...0.7.1

0.7.0

2 months ago

This upgrade introduces a fee of 0.1 XDAG per transaction, making the network resistant to dust attacks. Moreover, the separation of mining pools from nodes paves the way for nodes to carry innovative functions in the future.

Notable changes in this release:

  • Introduce a fee of 0.1 XDAG per transaction.
  • Separate the minning pools from nodes.
  • Built a new independent mining pool, and miners no longer need an agent to directly connect to the mining pool.
  • Add progressive reward function in the mining pool.
  • Reconstruct P2P network protocol.
  • Return a transaction rejection prompt to the wallet

Bug fixes:

Fix snapshot total balance calculating bug. Fix RPC to block link block. Fix a sync bug.

What's Changed

Full Changelog: https://github.com/XDagger/xdagj/compare/0.6.5...0.7.0

0.6.5

8 months ago

Version release

This release fixes some bugs found in 0.6.4, as well as adds richer mysql transaction history queries

What's Changed

New Contributors

Full Changelog: https://github.com/XDagger/xdagj/compare/0.6.4...0.6.5

0.6.4

10 months ago

Version release

This version fixes some bugs found in 0.6.3

What's Changed

Full Changelog: https://github.com/XDagger/xdagj/compare/0.6.3...0.6.4

0.6.3

1 year ago

Version release

This version fixes some bugs found in 0.6.2

What's Changed

Full Changelog: https://github.com/XDagger/xdagj/compare/0.6.2...0.6.3

0.6.2

1 year ago

Version release

This version fixes some bugs found in 0.6.1

What's Changed

Full Changelog: https://github.com/XDagger/xdagj/compare/0.6.1...0.6.2

0.6.1

1 year ago

Version release

This version fixes some bugs found in the online process to make the XDAG network more stable.

Notable changes in this release:

Add snapshot amount verification.

Refactor database db code.

Add the snapshot test case.

Bug fixes:

Fix issue with GPT proofreader.

Upgrade snapshot module to add address snapshot.

Fix sendRawTransaction in RPC.

0.6.0

1 year ago

Butterfly(v0.6.0)

This upgrade frees XDAG from the shackles of the address block and paves the way for accommodate new smart features in the future.

Notable changes in this release:

Complete the development of the de-address block consensus Improve the RPC interfaces. Add command line instructions to facilitate operations. Refactor the main block reward consensus.

Bug fixes:

Fix the miner reward bug. Fix the main blocks rollback bug. Fix the signature verification bug. Fix the addressStore bug.

What's Changed

Full Changelog: https://github.com/XDagger/xdagj/compare/0.5.4...0.6.0

0.5.4

1 year ago

Version release

XDAGJ v0.5.4 is a maintained version!

Notable changes in this release:

  • The address block is removed and replaced by a new address in base58 format.
  • In order to remove the address block, the balance in the address block can only be transferred to the new address.
  • The miners' handshake agreement is modified accordingly.
  • Transaction history is modified accordingly.
  • Snapshot making and loading are modified accordingly.
  • Refactor randomx use xdagj-native-randomx lib.
  • The RPC interfaces are added for new wallets.

Bug fixes:

What's Changed

Full Changelog: https://github.com/XDagger/xdagj/compare/0.5.3...0.5.4

0.5.3

1 year ago

Version release

XDAGJ v0.5.3 is a maintained version with bug fixes, library upgrade and refactored code.

What's Changed

Full Changelog: https://github.com/XDagger/xdagj/compare/0.5.2...0.5.3