Firefly v0.8.0
Add a nonce field to the transaction block
Notable changes in this release:
- Add a nonce field to the transaction block
- Adapt to the original Xmrig mining software
- Upgraded RandomX algorithm version to 0.2.4
- Refactor node rpc module
Bug fixes:
-
Fixed the issue where the mining pool could not connect to the node.
-
Fixed the issue that when a new node joins the network, only one node can provide it with data blocks to complete synchronization. Now multiple nodes can provide it with data blocks.
-
Fixed a bug in the node when using the new version of the RandomX algorithm.
What's Changed
- Improve performance and update dependencies by @LucasMLK in #326
- upgrade rpc by @LucasMLK in #327
- NonceDev by @Sdkyl in #329
- Develop supplement by @Sdkyl in #330
- Code submission after public beta before mainnet upgrade 0.8.0 by @Sdkyl in #332
- Some changes about random numbers by @Sdkyl in #333
- update dependency by @LucasMLK in #334
- update by @LucasMLK in #335
- update random api by @LucasMLK in #336
- Upgrade JDK from 17 to 21 by @LucasMLK in #337
- update xdagj-native-randomx to 0.2.4 by @LucasMLK in #338
New Contributors
Full Changelog: 0.7.2...0.8.0