Skip to content

Releases: qubic/core

v1.253.1

31 Jul 15:47
778c1e7

Choose a tag to compare

EP172 Release v1.253.1 with adjusted TARGET_TICK_DURATION

  • Decreased TARGET_TICK_DURATION from 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

30 Jul 08:11
881b31e

Choose a tag to compare

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

23 Jul 07:43
572786c

Choose a tag to compare

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

16 Jul 09:11
1854d5e

Choose a tag to compare

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

08 Jul 15:17
51c0dde

Choose a tag to compare

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

02 Jul 13:23

Choose a tag to compare

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

02 Jul 07:12
c8a2fe7

Choose a tag to compare

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

25 Jun 08:24
ba8e9bb

Choose a tag to compare

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

18 Jun 12:48

Choose a tag to compare

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

11 Jun 07:06
2df7b07

Choose a tag to compare

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