maidsafe / safe_network

66 stars 40 forks source link

Uploader optimisation #1889

Closed maqi closed 1 month ago

maqi commented 1 month ago

This pull request primarily focuses on improving the sn_client module in the Rust codebase. The changes include refactoring and renaming methods in the Client implementation, adding new methods to handle and resend unconfirmed transactions, and improving log messages for better debugging and user experience. Additionally, a new unit test has been added in the sn_transfers module to test the payment selection functionality.

Changes in sn_client module:

Changes in sn_transfers module: