Releases: qubic/core
Releases · qubic/core
v1.253.1
EP172 Release v1.253.1 with adjusted TARGET_TICK_DURATION
- Decreased
TARGET_TICK_DURATIONfrom 3000 to 1000 to reflect actual tick time. This ensures enough tick storage space for the epoch. - Nodes can be restarted with the new version from a snapshot (press F8 to create a manual Snapshot).
- If you have custom code running make sure this change does not break it.
v1.253.0
EP172 Release v1.253.0 with initial tick 30655000 (mandatory non-seamless update)
- add delay function in QUtil to slow down ticking
- increase target tick time to 3s
- bug fixes for Nostromo
v1.252.0
EP171 Release v1.252.0 with initial tick 30220000 (mandatory non-seamless update)
- Mining: speed up score function, increase number of ticks to 600, lower solution threshold by 2 (to 321)
- External mining: support 64bit (runs in parallel with old 32bit nonce)
- QPI: add DateAndTime struct with basic functionality
- IPO of NOSTROMO (if proposal accepted)
v1.251.0
EP170 Release v1.251.0 with initial tick 29615000 (mandatory non-seamless update)
- increase SOLUTION_THRESHOLD_DEFAULT to 323
- IPO of contract QSwap (if proposal accepted)
- bug fixes and QoL improvements (unresolved symbol memcpy, compiler-agnostic optimizer flag, ...)
v1.250.0
EP169 Release v1.250.0 with initial tick 29000000 (mandatory non-seamless update)
- update mining parameters
- increase signing difficulty to slow down ticking
- minor refactoring
v1.249.1
EP168 Release v1.249.1 with initial tick 28376000 (patch version to restart network)
Patch version to restart the network from new initial tick.
v1.249.0
EP168 Release v1.249.0 with initial tick 28375000 (mandatory non-seamless update)
- speed up mining algorithm and increase solution threshold to 178
- add support for revenue donations in future epochs to GQMPROP
- add general voting to QUtil
- add automatic clean-up checks to Qx collections
- add iterator and other convenience functions to QPI's HashSet and HashMap
- port some test cases to clang (network, m256i)
- fix minor bugs and add checks (contract state size, refresh peers logic, ...)
v1.248.0
EP167 Release v1.248.0 with initial tick 28025000 (mandatory non-seamless update)
- new mining algorithm
- add support for full xmr mining in specific time window
- minor bug fixes
v1.247.1
EP166 Release v1.247.1 with initial tick 27630993 (for starting node after seamless epoch transition)
- parameters updated for (re)starting after seamless epoch transition
v1.247.0
EP165 Release with initial tick 27250000 (mandatory non-seamless update)
- internal/external phases only depend on tick number
- improve vote/xmr score txs
- improve hashset in qpi
- bm/vm detection
- add docs, fix minor bugs and typos