Skip to content

Release v1.292.0#886

Merged
cyber-pc merged 19 commits into
mainfrom
develop
May 20, 2026
Merged

Release v1.292.0#886
cyber-pc merged 19 commits into
mainfrom
develop

Conversation

@cyber-pc
Copy link
Copy Markdown
Collaborator

Change log:

  • Increase transactions per tick from 1024 to 4096
  • Increase ADDITION_SOLUTION_THRESHOLD_DEFAULT to 76430
  • Bug fix for execution fee report validation
  • Bug fix for ComputorControlledFund
  • Fix error occuring with older compiler versions
  • Qusino: bug fix
  • QDuel: hardening per audit
  • QVAULT: updates (if proposal accepted)
  • QRaffle: update (if proposal accepted)

philippwerner and others added 19 commits May 13, 2026 18:34
* update qraffle

* update: qxmr logout fee 12.5m

* fix: calculation of fee by div

* fix: variable name and constant

* QRaffle: fix END_EPOCH winner randomness

* QRaffle: cap proposals per user and validate submitProposal inputs

* QRaffle: security fixes, fee accounting, and correctness improvements

* fix: voteStatus's data structure - O(N) -> O(1)

* QRaffle: cut vote and token-raffle state size; O(1) vote and deposit paths

* QRaffle: O(1) qu-raffle dedup, shrink token-raffle history ring, fix ring queries

* fix: qraffle test file

---------

Co-authored-by: double-k-3033 <double-k-3033@users.noreply.github.com>
* fix: optimized Qswap sc

* fix: github check failure

* optimized Qswap sc

* fix: github check failure

* removed unnecessary struct LiquidityInfo

* merged baoluck's PR

* convert sint32 to bit

Co-authored-by: baoLuck <vitalymayer1706@gmail.com>
* increase tx per tick 1024>4096

* Adapt tx revenue point with MAX_NUMBER_OF_TICKS_PER_EPOCH=4096. (#881)

* fix logging

---------

Co-authored-by: Franziska Mueller <11660876+Franziska-Mueller@users.noreply.github.com>
Co-authored-by: cyber-pc <165458555+cyber-pc@users.noreply.github.com>
Co-authored-by: KavataK <victor.tsiushkevich@gmail.com>
* QDuel

* transfer dividends to RL shareholders

* Remove magic numbers

* Move test file

* Changes public to protected

* Adds lock mechanism

* Deposit

* Return qus after end epoch

* Adds check state in tick

* Transferring rooms and players to the next epoch

* Create room in tick

* Transferring rooms and players to the next epoch

* Base tests

* Adds tests

* Fixes

* Add new test

* Adds cleanup for HashMaps

* Update constructionEpoch

* Fixes build and warnings

* Adds winnerId and userId

* Refactoring

* 0 means rooms do not expire automatically.

* Close Room

* Percent scale to state
CalculateRevenue to public function

* Get Winners

* typo: Winner

* Fixes following Certik's report
This reverts commit ee2c378.
* qvault sc optimizations

* indent

* fix for ContractVerify tool
  A malisious computor could craft a execution fee report whose numEntries caused the
  32-bit size math in isValidEntryAlignment to wrap and match the actual
  payload size, leading to an out-of-bounds read in validateReportEntries
  on every honest node.

  - Bound numEntries <= contractCount in isValidExecutionFeeReport.
  - Widen isValidEntryAlignment size math to 64 bits with the same bound.
  - Include dataLock in minInputSize() so the subtraction cannot underflow.
  - Add the same bound in validateReportEntries.
  - Regression tests covering the overflow and adjacent edge cases.
Copy link
Copy Markdown
Contributor

@fnordspace fnordspace left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cyber-pc cyber-pc merged commit 74b0180 into main May 20, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants