Skip to content

Releases: qubic/core

v1.232.1

22 Jan 14:28
d536c18
Compare
Choose a tag to compare

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

14 Jan 18:28
cb93786
Compare
Choose a tag to compare

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

07 Jan 16:09
34a07dc
Compare
Choose a tag to compare

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

03 Jan 12:19
d4ed421
Compare
Choose a tag to compare

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

27 Dec 09:47
2289eda
Compare
Choose a tag to compare

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

18 Dec 09:01
df0f5a5
Compare
Choose a tag to compare

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

11 Dec 08:35
6f3e0b0
Compare
Choose a tag to compare

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

04 Dec 07:47
b086d09
Compare
Choose a tag to compare

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

27 Nov 07:58
4a85c33
Compare
Choose a tag to compare

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

19 Nov 16:54
87c6055
Compare
Choose a tag to compare

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