forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
refactor: remove dependencies of CInstantSendManager on mempool, signer, chainstate #7178
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
Merged
Changes from 16 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
2c23869
refactor: move ProcessInstantSendLock to NetInstantSend
knst a469587
refactor: simplify ProcessInstantSendLock by using PeerManager on pla…
knst 654ba8a
refactor: move usages of mempool from CInstantSendManager to NetInsta…
knst 7785d7c
refactor: drop dependency of mempool from instantsend/instantsend
knst 5937d78
refactor: move all notification handlers from CInstantSendManager to …
knst 32916a4
refactor: move ResolveBlockConflicts to NetInstantSend
knst 2a06aec
refactor: use only cached height of tip, don't retrieve it directly ever
knst 9c0e03f
refactor: remove dependency of CInstantSendManager on chainstate
knst 8d0a772
refactor: remove dependency of CInstantSendManager on signer
knst 9c84ed3
refactor: re-order clean-up calls for confirmed block for instant-sen…
knst 1e88ac3
refactor: drop helper interface InstantSendSignerParent
knst 843716a
refactor: move usages sigman directly to NetInstantSend
knst f506a00
refactor: drop dependency of CInstantSendManager on llmq::CSigningMan…
knst 17db40f
refactor: drop dependency of CInstantSendManager on chainlocks
knst 2f47b9e
refactor: removed unused includes
knst 0c6db64
refactor: review fixes for CInstantSendManager decoupling
UdjinM6 770819e
fix: code review comment by pastaclaw
knst a98d36c
fix: set cached tip for isman without validationinterface
knst File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.