forked from qubic/core
-
Notifications
You must be signed in to change notification settings - Fork 2
Feature/2025 08 01 vottun bridge #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
sergimima
wants to merge
186
commits into
KavataK:VOTTUN
Choose a base branch
from
sergimima:feature/2025-08-01-VottunBridge
base: VOTTUN
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feature/2025 08 01 vottun bridge #7
sergimima
wants to merge
186
commits into
KavataK:VOTTUN
from
sergimima:feature/2025-08-01-VottunBridge
Conversation
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
Release v1.250.0
Release v1.251.0
Release v1.252.0
This reverts commit fc473bd.
Release v1.253.0
…2025-08-01-VottunBridge
…vent-time-point-custom-mining Multiple event time points for full custom mining.
…ce-cleanup 64bits nonce cleanup
…d-output-params-to-qbondtable Add two output parameters to qbond table
- The links can have the prefix https://github.com/, leaving the flexibility of the organization's name. - GetPollsByCreator can also return inactive polls
Release v1.263.0 - 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
Co-authored-by: Philipp Werner <22914157+philippwerner@users.noreply.github.com>
…2025-08-01-VottunBridge
Release v1.264.0
* added txs pool class * polishing txsPool class * using txsPool in qubic.cpp * fix test project * adding tests * removing static from operator() to fix efi build * rename operator() to be able to make it static * use allocPoolWithErrorLog for allocating txsPool buffers * also log tick number for getNumberOfTickTxs and getNumberOfPendingTxs * add additional log if adding tx fails * change order of locks in TxsPool::update to avoid dead lock * disable some debug output * remove test filter, edit comments * fix vcxproj filters * add "pending" to TxsPool variables and functions to make meaning clearer * adapt test names * limited number of ticks for pending tx, ring buffers, simple txs buffer * adapt tests to new version * add txs priorities * add and adapt tests * change txsPriorities to ptr * add test for duplicate txs * cleanup tx priorities: use for instead of while * add extra lock for txsPriorities * add locks in IncrementFirstStoredTick * max priority for protocol-level txs * define num ticks for pending txs pool as 10 mins, add next power of 2 function to calc Collection capacity * only use one lock for PendingTxsPool * only save NUMBER_OF_TRANSACTIONS_PER_TICK - 2 txs in PendingTxsPool to leave room for protocol-level txs * use src balance for priority instead of amount
merge main into develop
* Enhance RandomLottery: transfer invocation rewards on ticket purchase failures * Fixes increment winnersInfoNextEmptyIndex --------- Co-authored-by: Philipp Werner <22914157+philippwerner@users.noreply.github.com>
…2025-08-01-VottunBridge
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.
No description provided.