Skip to content

Conversation

@seemenkina
Copy link
Contributor

@seemenkina seemenkina commented Dec 14, 2025

  • Defined trait for delivery service
  • Move from waku message to general message type + impl from traits fro all new type

- Updated the `UserAction` enum to replace `SendToWaku` with `Outbound`, streamlining message processing.
- Refactored `WakuNode` and related components to utilize the new `OutboundPacket` struct for sending messages.
- Enhanced error handling and message conversion logic to improve clarity and maintainability.
- Updated tests to reflect changes in message handling and ensure compatibility with the new structure.
- Replaced `WakuMessage` with `InboundPacket` across various modules to streamline message processing.
- Updated `Gateway` and `User` structs to send and receive messages using the new `DeliveryService`.
- Refactored topic filtering logic to accommodate the new message structure, enhancing clarity and maintainability.
- Removed deprecated `net.rs` and `waku_actor.rs` files, consolidating message handling into the `transport` module.
- Enhanced error handling and logging for improved traceability during message processing.
- Updated tests to reflect changes in message handling and ensure compatibility with the new structure.
- Introduced new epoch history management in the `User` and `Gateway` structs to track past batches of approved proposals.
- Updated the `push_consensus_state` function to push epoch history and approved queue events to the UI.
- Refactored the `GroupHandle` and `CurrentEpochProposals` to support epoch history, ensuring that approved proposals are archived after processing.
- Enhanced the desktop UI to display epoch history and improve user experience during group management and voting processes.
- Added a new `group_state` field to the `ConsensusState` struct to track the current state of the group.
- Enhanced the UI to display group state changes, including new styles for warning and muted states.
- Introduced event handling for group state changes in the `GatewayEventHandler`, allowing the UI to react to state updates.
- Updated the `User` struct to handle state transitions, including entering and leaving groups, with appropriate notifications to the UI.
- Refactored group management logic to support the new state handling, ensuring a seamless user experience during group operations.
- Removed the `GroupRegistry` struct to simplify group management logic.
- Updated the `Gateway` and `User` structs to eliminate references to the removed `GroupRegistry`.
- Introduced a new `GroupConfig` struct to manage group-specific configurations, including epoch duration.
- Enhanced the `GroupStateMachine` to support custom configurations and added commit timeout handling.
- Updated the `create_group` and `create_group_with_config` methods to utilize the new configuration system.
- Improved documentation across modules to clarify usage and functionality of the new structures and methods.
@seemenkina seemenkina merged commit ebd4a09 into main Feb 9, 2026
4 checks passed
@seemenkina seemenkina deleted the de-mls-api branch February 9, 2026 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant