Skip to content

Releases: qubic/core

v1.234.0

12 Feb 11:13
Compare
Choose a tag to compare

EP148 Release v1.234.0 with initial tick 19236000 (mandatory non-seamless update)

  • IPO of MSVault (if proposal is accepted by quorum)
  • added QPI function to get number of transactions in current tick
  • enabled and added more tests for QPI functions
  • enabled contracts to bid for shares during a contract IPO via QPI function
  • added Qutil SendToManyBenchmark procedure
  • solved deadlock in contract procedures due to share management rights transfer
  • added dispatcher for distribution of custom mining tasks
  • fixed a bug in requesting unknown tick transactions
  • fixed a bug in initializing contract state after IPO

v1.233.1

05 Feb 13:43
Compare
Choose a tag to compare

EP147 Release v1.233.1 with initial tick 18964679 (for node start after seamless epoch transition)

v1.233.1 with parameters updated for (re)starting after seamless epoch transition.

v1.233.0

28 Jan 17:32
b831494
Compare
Choose a tag to compare

EP146 Release v1.233.0 with initial tick 18810000 (mandatory non-seamless update)

  • QPI/QX: enable contracts to transfer asset management rights to other contracts
  • Async file I/O support
  • Several bug fixes
  • Improved documentation

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