Releases: qubic/core
Releases · qubic/core
v1.259.2
EP178 Release v1.259.1 (mandatory update)
Change log:
- Hotfix to ignore wrong votes on specific tick.
v1.259.1
EP178 Release v1.259.1 (mandatory update)
Change log:
- Fix a bug in the SC System
- add logging tracker for delay function
v1.259.0
EP178 Release v1.259.0 with initial tick 32420000 (mandatory non-seamless update)
- IPO of contract QDRAW if accepted
- code clean-up and improvement
v1.258.1
EP177 Release v1.258.1 with initial tick 32116000 and TARGET_TICK_DURATION 1000
Change log:
- Decreased TARGET_TICK_DURATION from 3000 to 1000 to reflect actual tick time.
v1.258.0
EP177 Release v1.258.0 with initial tick 32116000 (mandatory non-seamless update)
- IPO of VottunBridge if proposal accepted
v1.257.1
EP175 Release v1.257.1 with two bug fixes
- Fix of a freeze issue related to the private peer feature
- Fix of misalignment when loading from snapshot
v1.257.0
EP175 Release v1.257.0 with initial tick 31910000 (mandatory non-seamless update)
- Update of smart contract guidelines including compliance changes in various SCs
- Fix of bug in qearn test case after data recover last epoch
- Fix bug in four_q algorithm for certain MSVC versions
- Fix bug related to invalid mining seed of qpi mining (delay function)
- Increase of Target_Tick_Duration to 3000 due to working delay function
- Add option for adding private peers to the knownPeerList which will not be shared during peer exchange. Set NUMBER_OF_PRIVATE_IP in
private_settings.hand the first n entries in knownPublicPeers will be treated as private peers and not shared.
v1.256.0
EP175 Release v1.256.0 with initial tick 31500000 (mandatory non-seamless update)
- QEarn: recover data from epoch 172
- minor refactoring
v1.255.0
EP174 Release v1.255.0 with initial tick 31231000 (mandatory non-seamless update)
- prevent calling BEGIN_EPOCH again if network is restarted during epoch with new initial tick
- keep legacy version of external mining
- QX: remove payment of 0 dividend if entity has 0 shares
v1.254.0
EP173 Release v1.254.0 with initial tick 30940000 (mandatory non-seamless update)
- add support for multiple custom mining windows within an epoch
- bug fixes and refactoring