Release v1.293.0#900
Merged
Merged
Conversation
This reverts commit 7c7d3d0.
This reverts commit 2c391bb.
This reverts commit c2aa0d6.
* fix: entropy index problem and unregistered function problem * feat: add test file * fix: refund on invalid BuyEntropy inputs; always clear reveal slot - BuyEntropy: add missing else branch so invalid inputs (bad tier, zero/oversize bits, underpaid fee) refund the full invocation reward instead of silently keeping it. - END_TICK: move reveals.set(..., zeroReveal) out of the a no-show aren't permanently locked out. * fix: correct BuyEntropy output format and refund overpayment Change BuyEntropy_output.entropy from Array<bit_4096,32> to a single bit_4096, copy the first numberOfBits bits, and refund any payment beyond numberOfBits*100 instead of silently keeping it. Co-Authored-By: N-010 <N-010@users.noreply.github.com> * fix: hold provider collateral until reveal Rework the collateral lifecycle so a provider's stake stays locked from commit until they reveal: - refund the stake on a valid reveal, slash (burn) it on a no-show - reject an empty commit before any state change to avoid double refund - stop paying silent providers from the treasury at END_TICK Adds lockedCollateralAmounts and revealedThisTickFlags state, and gtests covering the collateral lifecycle. * fix: const and padding problem * fix: const issue --------- Co-authored-by: double-k-3033 <double-k-3033@users.noreply.github.com> Co-authored-by: N-010 <N-010@users.noreply.github.com>
* Add Qiner's detour addition score as reference code. * Update detour algorithm for score_addition. * Change detour mining params. * Speed up the detour algorithm.
* 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 * align indentation
* Add missing payload size checks * Fix response-payload sibling check in processRequestAssetsSendRecord --------- Co-authored-by: fnordspace <qubic@fnord.space>
This reverts commit a3d1256.
Collaborator
|
LGTM |
cyber-pc
approved these changes
May 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog: