Add WalletDb Initialization to MempoolNode::new() in src/mempool.rs#99
Closed
Sophie-Ag00001 wants to merge 1 commit intomainfrom
Closed
Add WalletDb Initialization to MempoolNode::new() in src/mempool.rs#99Sophie-Ag00001 wants to merge 1 commit intomainfrom
Sophie-Ag00001 wants to merge 1 commit intomainfrom
Conversation
…) function in src/mempool.rs, similar to the WalletDb initialization in src/miner.rs. ONLY WORK ON src/mempool.rs, NO OTHER FILES
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.
PR Title: Add WalletDb Initialization to MempoolNode::new()
Summary of Changes
This pull request introduces WalletDb initialization within the
MempoolNode::new()function located insrc/mempool.rs. The implementation parallels the WalletDb setup found in the Miner module, aiming to integrate wallet functionalities directly into the mempool node context.Motivation
The enhancement is intended to provide wallet-related capabilities in the mempool context, facilitating smoother interactions and potential integrations with wallet features without modifying other components beyond the specified file.
Relevant Context
The initial request specified a need to replicate the WalletDb initialization from
src/miner.rs, ensuring consistency across modules and extending wallet functionalities in the mempool handling process. This change is crucial for users who require access to wallet features while working with the mempool.Instructions for Testing
MempoolNode::new()function to validate WalletDb initialization.Known Issues
Currently, there are no known issues or limitations associated with this implementation. Further testing may uncover edge cases that warrant attention.
We appreciate your review of this update and welcome any feedback!