What's Changed
- Prevent node from crashing when serializing JSON incompatible types #672 (Thanks Vovans)
- Updated error message when databases need to be reset #609 (Thanks mrrusik)
- Updated docker compose tooling in the repository #555 (Thanks testingPurposes1)
- Fixed
ironfish faucet
not working but saying it did submit a request when the node is not running #850 - When the faucet pays out funds, it now pays a reward based on the number of funds it's sending making those transactions worth more to mine #824
- Don't increment or print a message when mining on a fork #704 (Thanks kernel32uiuc)
- Upgrade node-gyp so builds with VS2022 on windows now work #751 (Thanks CumpsD)
- Add new
blocksPerMessage
configuration option #747 (Thanks CumpsD) - Added better clarifying messages to the mining director when a block is mined #744 (Thanks CumpsD)
- Update and cleaned up installation instructions #633 (Thanks crProductGuy)
- Optimize accounts store by removing an unecessary DB fetch when nothing needs to be done, and keeping the account head hash in a buffer #854
- Fix ironfish tests running on windows #859
- Add account hash to account names in
accounts:list
and other commands when using new--displayNames
argument. Alsol log this new name and hash in certain circumstances for debugging. #858