Skip to content

Jazzz/dr storage fix#36

Closed
jazzz wants to merge 2 commits intomainfrom
jazzz/dr_storage_fix
Closed

Jazzz/dr storage fix#36
jazzz wants to merge 2 commits intomainfrom
jazzz/dr_storage_fix

Conversation

@jazzz
Copy link
Collaborator

@jazzz jazzz commented Jan 30, 2026

Problem

As double-rachets uses feature flags to hide away storage code, it was not being build or ran during tests. This led to compile errors being introduced into the repo.

Solution

  • Fix the errors
  • Add alias test-all to run `cargo test --all-features

@jazzz jazzz added the bug Something isn't working label Jan 30, 2026
sending_chain: state.sending_chain,
receiving_chain: state.receiving_chain,
dh_self_secret: state.dh_self.secret_bytes(),
dh_self_secret: *state.dh_self.secret_bytes(),
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Deference &[u8;32] so a copy can occur

Copy link
Contributor

@kaichaosun kaichaosun Jan 31, 2026

Choose a reason for hiding this comment

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

The issues in the PR should already be fixed in this PR:
#30

@jazzz jazzz requested review from kaichaosun and osmaczko January 30, 2026 23:01
@jazzz jazzz closed this Jan 31, 2026
@jazzz jazzz deleted the jazzz/dr_storage_fix branch February 25, 2026 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants