Skip to content

Releases: qubic/core

v1.259.2

11 Sep 12:39
ecc4f9a

Choose a tag to compare

EP178 Release v1.259.1 (mandatory update)

Change log:

  • Hotfix to ignore wrong votes on specific tick.

v1.259.1

11 Sep 09:26
0fa8e5c

Choose a tag to compare

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

10 Sep 08:26
390f3c4

Choose a tag to compare

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

07 Sep 13:55
d61a7f5

Choose a tag to compare

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

03 Sep 08:23
ab525b5

Choose a tag to compare

EP177 Release v1.258.0 with initial tick 32116000 (mandatory non-seamless update)

  • IPO of VottunBridge if proposal accepted

v1.257.1

27 Aug 20:14
2d673b2

Choose a tag to compare

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

27 Aug 08:08
e04a75b

Choose a tag to compare

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.h and the first n entries in knownPublicPeers will be treated as private peers and not shared.

v1.256.0

20 Aug 09:04
b40cf4c

Choose a tag to compare

EP175 Release v1.256.0 with initial tick 31500000 (mandatory non-seamless update)

  • QEarn: recover data from epoch 172
  • minor refactoring

v1.255.0

13 Aug 09:45
33dc1fa

Choose a tag to compare

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

06 Aug 07:22
1598a3d

Choose a tag to compare

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