Implement missing logics in on_command
function for TransactionsManager
#4691
Labels
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
This issue is created to track the implementation of missing logic in the
TransactionsManager
'son_command
function in the project. Theon_command
function is responsible for handling various commands related to transaction management, and there are several functionalities that need to be implemented.reth/crates/net/network/src/transactions.rs
Lines 428 to 437 in 6016da7
The missing logic to be added includes handling commands to propagate transaction hashes, get active peers, propagate transactions to specific peers, get transaction hashes, and get peer transaction hashes. Implementing these functionalities will enhance the overall capabilities of the
TransactionsManager
module.Additional context
No response
The text was updated successfully, but these errors were encountered: