forked from monero-project/monero
-
Notifications
You must be signed in to change notification settings - Fork 26
Bulletproofplus integration #173
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
Merged
victor-tucci
merged 192 commits into
Beldex-Coin:dev
from
victor-tucci:bulletproofplus-integration
Nov 14, 2025
Merged
Bulletproofplus integration #173
victor-tucci
merged 192 commits into
Beldex-Coin:dev
from
victor-tucci:bulletproofplus-integration
Nov 14, 2025
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
Merge from dev for HF-19 release
Typo fix code merge from dev
This used to be implicitly included, but isn't as of gcc 12.
Resolves a gcc12+ compilation issue for a missing <cstdint> include.
Targetting <10.13 will not work with std::get<std::variant>, which the updated boost code requires
Remove cryptonote_config.h macros
MINING_STATUS, GET_TRANSACTION_POOL_HASHES, GET_TRANSACTION_POOL_BACKLOG, GET_TRANSACTION_POOL_STATS, GET_CONNECTIONS
Merge refactor-rpc-endpoints to BulletProof+
Added use_bootstrap_daemon_if_necessary() calls for BNS and quorum-related RPC methods to support fallback via bootstrap daemon when local node is still syncing. - BNS_NAMES_TO_OWNERS - BNS_OWNERS_TO_NAMES - BNS_RESOLVE - BNS_LOOKUP - BNS_DECRYPT - GET_QUORUM_STATE - GET_CHECKPOINTS - GET_MN_STATE_CHANGES
Bootstrap daemon integration
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.
1. BulletProof++ Integration
2. Updated RPC Endpoints to New JSON Format
3. Bootstrap Daemon Support for BNS