kaspanet / rusty-kaspa

Kaspa full-node and related libraries in the Rust programming language. This is a stable version at the initial rollout phases.
ISC License
366 stars 115 forks source link

Wallet subsystem transaction generator updates #400

Closed aspect closed 4 months ago

aspect commented 4 months ago

This PR updates the transaction generator logic to account for storage mass.

The following changes have been made:

humoud19801 commented 4 months ago

The overall goal appears to be enhancing the transaction generator logic to better handle storage mass, improving the efficiency of execution pathways, and preparing for future changes in mass handling. The inclusion of unit tests and error handling improvements suggests a focus on code reliability and robustness. It's good practice to ensure that code changes are thoroughly tested and errors are handled appropriately.