Skip to content

Release v1.277.0 #748

Merged
cyber-pc merged 9 commits intomainfrom
develop
Feb 4, 2026
Merged

Release v1.277.0 #748
cyber-pc merged 9 commits intomainfrom
develop

Conversation

@cyber-pc
Copy link
Collaborator

@cyber-pc cyber-pc commented Feb 3, 2026

  • QIP: fix refund payment
  • QSwap: audit fixes
  • Reduce ADDITION_SOLUTION_THRESHOLD_DEFAULT to 74194
  • Add ability to adjust multiplier of each mining algo's solution
  • Fix init of QTF const globals (omitted in UEFI)
  • Fix issues in gtest related to member scope
  • Add more logging in stmb

Franziska-Mueller and others added 9 commits January 28, 2026 14:03
* Add ability to adjust multipler of each mining algo's solution.

* Set ADDITION multiplier equal to HYPERIDENTITY.
* fix: refund payment in the QIP sc

* set the epoch for the refund

* fix: init in the BEGIN_EPOCH

* fix: wrong variable name

* removed googletest-src

* fix: init issue
* QSwap audit fixes

* epoch -> tick

* audit 2 fixes

* include removed

* pr rewiev fixes
All non-public functions and variables of contract structs should be
protected instead of private in order to allow testing through derived
testing classes.
Copy link
Contributor

@philippwerner philippwerner left a comment

Choose a reason for hiding this comment

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

Looks good to me. Just a few hints:

  • Please remember to mention in the release announcement that the QSWAP state file needs to be extended: dd if=/dev/zero bs=8 count=1 >> contract0013.199
  • I would change "Fix/qip refund payment" to "QIP: fix refund payment"
  • "Fix issues in gtest relate to member scope" -> "related to"
  • I usually try to sort the items by relevance from the user's point of view (e.g. I would move "Remove all toggles for code that depended on proposals" to the bottom or remove it completely)

@cyber-pc cyber-pc merged commit d9154b7 into main Feb 4, 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.

7 participants