Skip to content

Migrate consensus engine dependency to tashi-vertex-rs#62

Open
Divyanshu11011 wants to merge 5 commits intomainfrom
migration/tashi-vertex
Open

Migrate consensus engine dependency to tashi-vertex-rs#62
Divyanshu11011 wants to merge 5 commits intomainfrom
migration/tashi-vertex

Conversation

@Divyanshu11011
Copy link
Contributor

  • Migrate consensus engine dependency to tashi-vertex-rs.
  • Refactor src/cli/run.rs to use updated Options, Peers, and Key types.
  • Update src/mqtt/router.rs and src/mqtt/broker to match new Event and Transaction APIs.
  • Fix Send/Sync compile errors for Engine usage across thread boundaries.
  • Add example.md with WSL-based testing instructions for mosquitto_pub / mosquitto_sub.
  • Clean up all compiler warnings and remove unused imports/variables.
  • Derive Clone for PublishTransaction to support internal message passing.

@Divyanshu11011 Divyanshu11011 self-assigned this Feb 9, 2026
},
Some(client_id) = self.will_expirations.next() => {
let client_id: ClientId = client_id.into_inner();
let client_id = client_id.into_inner();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please be sure to run format code before committing.

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.

2 participants