Releases: qubic/core
Releases · qubic/core
v1.266.0
EP186 Release v1.266.0 with initial tick 36440000 (mandatory non-seamless update)
- added shareholder voting functions and macros to the QPI
- added shareholder voting for fees to QUtil
- fixed save/load misalignment where after loading the files we got all zero transactions at the loaded tick
- added remote snapshot saving via cli
- create missing contract shares (CCF, GQMPROP, SWATCH) and give them to contracts themselves
- improvements and fixes for logging
- QBond: GetOrders can now also get all orders from all epochs
- if proposal accepted: restrict CCF proposals to computors only
- if proposal accepted and conversion tool working: update RandomLottery to v2
Note: The ContractVerify action is failing due to the preprocessor define in CCF, this is expected and will be resolved after epoch change when the define is removed.
v1.265.3
EP185 Release v1.265.3 (mandatory update)
- reject txs with duplicate digest from pending txs pool
v1.265.2
EP185 Release v1.265.2 (recommended update)
- fix bug with pending txs pool after loading from files
v1.265.1
EP185 Release v1.265.1 with initial tick 35871563 (patch version to restart network)
Patch version to restart the network from new initial tick.
v1.265.0
EP184 Release v1.265.0 with initial tick 35340000 (mandatory non-seamless update)
- add pending transaction pool with transaction prioritization
- keep track of managing contract index when transferring assets
- improve logging
- RandomLottery: fix winners info
v1.264.0
EP183 Release v1.264.0 with initial tick 34815000 (mandatory non-seamless update)
- bug fix for MsVault (releaseAssetTo)
- bug fix for RandomLottery (refund on BuyTicket failure)
- improved logging
v1.263.0
EP182 Release v1.263.0 with initial tick 34270000 (mandatory non-seamless update)
- Custom mining: remove obsolete code related to 32 bits nonce and support oc-verifier with 64 bits nonce
- QUTIL general voting: change github link requirement and also return inactive polls in GetPollsByCreator
- QBOND: fix output of GetMBondsTable function
- Fix broken gtest
- Some minor cleanups
v1.262.0
EP181 Release v1.262.0 with initial tick 33750000 (mandatory non-seamless update)
- update MSVault to v2 if proposal accepted
- IPO of RandomLottery if proposal accepted
- IPO of QBond if proposal accepted
v1.261.0
EP180 Release v1.261.0 with initial tick 33232000 (mandatory non-seamless update)
- speed up score function and increase NUMBER_OF_TICKS for mining from 600 to 1000
- decrease memory used for tick storage
- contract verification tool: check types used in input/output structs
- QSwap: add tranferShareManagementRights
- minor bug and logging fixes as well as doc improvements
v1.260.0
EP179 Release v1.260.0 with initial tick 32742000 (mandatory non-seamless update)
- decouple target tick duration and tick storage allocation
- remove delay function
- fix potential overflow bugs in QX and QUtil
- add safe addition and multiplication to QPI
- QUtil: new function distributeQuToShareholders()
- minor code improvements (warnings, logging, QPI)