Releases: qubic/core
Releases · qubic/core
v1.234.0
EP148 Release v1.234.0 with initial tick 19236000 (mandatory non-seamless update)
- IPO of MSVault (if proposal is accepted by quorum)
- added QPI function to get number of transactions in current tick
- enabled and added more tests for QPI functions
- enabled contracts to bid for shares during a contract IPO via QPI function
- added Qutil SendToManyBenchmark procedure
- solved deadlock in contract procedures due to share management rights transfer
- added dispatcher for distribution of custom mining tasks
- fixed a bug in requesting unknown tick transactions
- fixed a bug in initializing contract state after IPO
v1.233.1
EP147 Release v1.233.1 with initial tick 18964679 (for node start after seamless epoch transition)
v1.233.1 with parameters updated for (re)starting after seamless epoch transition.
v1.233.0
EP146 Release v1.233.0 with initial tick 18810000 (mandatory non-seamless update)
- QPI/QX: enable contracts to transfer asset management rights to other contracts
- Async file I/O support
- Several bug fixes
- Improved documentation
v1.232.1
EP145 Release v1.232.1 with initial tick 18636172 (for node start after seamless epoch transition)
v1.232.1 with parameters updated for (re)starting after seamless epoch transition and the following changes:
- added pause before clearing all memory at epoch transition
- improved logging at epoch transition
- combined memory allocation and error logging in one function
- cleaned old QEarn code that was kept for case of proposal rejection
v1.232.0
EP144 Release v1.232.0 with initial tick 18480000 (mandatory non-seamless update)
- added custom mining message
- increased SOLUTION_THRESHOLD_DEFAULT by 1 to 137
- renamed classes to ensure consistent coding style
Depending on proposal outcome:
- get metrics from QEarn SC
v1.231.0
EP143 Release v1.231.0 with initial tick 18330000 (mandatory non-seamless update)
- Speed up score computation with AVX2/AVX512
- Raise NUMBER_OF_OPTIMIZATION_STEPS to 60
- Increase SOLUTION_THRESHOLD_DEFAULT to 136
v1.230.2
EP142 Release v1.230.2 with initial tick 18168941 (for node start after seamless epoch transition)
v1.230.2 with parameters updated for (re)starting after seamless epoch transition and minor changes:
- logging: add unknown state when save/load from files
v1.230.1
EP141 Release v1.230.1 with initial tick 18017311 (for node start after seamless epoch transition)
v1.230.1 with parameters updated for (re)starting after seamless epoch transition and minor fixes:
- fixed logging in unit tests
- fixed console logging in debug build
- fixed compiler warnings
v1.230.0
EP140 Release v1.230.0 with initial tick 17860000 (mandatory non-seamless update)
- Mandatory signing of network messages to prevent DDoS attacks
- QEarn stats per epoch can now be queried
- Adapted solution threshold and target tick duration
v1.229.0
EP139 Release v1.229.0 with initial tick 17720000 (mandatory non-seamless update)
- Speed up score computation
- Adapt parameters to make use of bigger RAM (target tick duration, transaction sparseness)
- Increase default solution threshold
- Contract dev guidelines