mirror of
https://github.com/vacp2p/de-mls.git
synced 2026-01-09 07:08:02 -05:00
* chore(msg): refactor Waku message handling and user action processing - Updated `WakuMessageToSend` struct to streamline message creation and handling across the application. - Refactored user action handling to utilize the new `WakuMessageToSend` type, enhancing clarity and consistency. - Removed the `ds_waku` module and integrated its functionality directly into the main library structure. - Improved error handling and logging in user actions and Waku message processing. - Updated tests to reflect changes in message handling and user action processing, ensuring robustness and reliability. * refactor(user): rename and restructure user action messages for clarity user action flows.