OriginTrail Release v4.0.10
github-actions
released this
27 Mar 15:13
·
470 commits
to release/testnet
since this release
Breaking Change
We’ve removed the support for reading the node_wallet and node_private key from the environment configurations. Your node_wallet and node_private_key MUST be stored in your JSON configuration file.
If not provided, your node will show an error message stating “Please provide a valid wallet!”. In this case, add the node_wallet and node_private_key to your JSON configuration file (usually named .origintrail_noderc) and restart your node.
This release also improves the performance of the export process and enables OriginTrail Network Explorer to display results faster.
🚀 Features
- Add combined read & export API route (#1211)
- Refactor export route to be non blocking api call (#1207)
- Add bash script for restoring node from backup (#1209)
🐛 Bug Fixes
- Cleaning challenges from database when offer is no longer active (#1201)