Releases: qubic/core
Releases · qubic/core
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
v1.228.0
EP138 Release v1.228.0 with initial tick 17560000 (mandatory non-seamless update)
- New mining algorithm
- Change fees in Qx (as voted by shareholders: trade fee = 0.3%, transfer fee = 100 QUs)
- Fix date calculation to cancel a quottery bet
v1.227.0
EP137 Release v1.227.0 with initial tick 17420000 (mandatory non-seamless update)
- IPO of QVAULT (uncomment
#define NO_QVAULT
in qubic.cpp if proposal is not accepted) - QPI: add asset iterators, filtering, and
numberOfShares()
- Refactoring
v1.226.0
EP136 Release v1.226.0 with initial tick 17290000 (mandatory non-seamless update)
- IPO of QEARN (uncomment
#define NO_QEARN
in qubic.cpp if proposal is not accepted) - Zeroed state file
contract????.???
not needed anymore for contract IPOs - Add special command to force epoch switch (F7 key) remotely
- Preparations for custom mining
- Some minor bug fixes and refactoring