Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(dehydration): support for dehydration key and storage #179

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

BillCarsonFr
Copy link
Member

Copy link
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

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

A few questions and requests for clarification

src/dehydrated_devices.rs Outdated Show resolved Hide resolved
src/dehydrated_devices.rs Outdated Show resolved Hide resolved
src/dehydrated_devices.rs Outdated Show resolved Hide resolved
src/dehydrated_devices.rs Outdated Show resolved Hide resolved
src/dehydrated_devices.rs Outdated Show resolved Hide resolved
src/dehydrated_devices.rs Outdated Show resolved Hide resolved
src/dehydrated_devices.rs Show resolved Hide resolved
src/dehydrated_devices.rs Outdated Show resolved Hide resolved
src/dehydrated_devices.rs Outdated Show resolved Hide resolved
src/dehydrated_devices.rs Outdated Show resolved Hide resolved
src/dehydrated_devices.rs Outdated Show resolved Hide resolved
Copy link
Member

@andybalaam andybalaam left a comment

Choose a reason for hiding this comment

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

Looks good, thanks.

version = "0.8.0"
source = "git+https://github.com/matrix-org/matrix-rust-sdk?branch=release-for-crypto-wasm-12#37c17cf854a70fe6f719c7fde49a6b0e4402988f"
version = "0.9.0"
source = "git+https://github.com/matrix-org/matrix-rust-sdk#b18100228e0456973d56d4ac6a58caf30b17bd8d"
Copy link
Member

Choose a reason for hiding this comment

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

This will have a conflict with #184 but you can just keep your changes and ignore that.

Cargo.toml Outdated
matrix-sdk-qrcode = { git = "https://github.com/matrix-org/matrix-rust-sdk", optional = true, branch="release-for-crypto-wasm-12" }
matrix-sdk-common = { git = "https://github.com/matrix-org/matrix-rust-sdk", features = ["js"] }
matrix-sdk-indexeddb = { git = "https://github.com/matrix-org/matrix-rust-sdk", default-features = false, features = ["e2e-encryption"] }
matrix-sdk-qrcode = { git = "https://github.com/matrix-org/matrix-rust-sdk", optional = true }
Copy link
Member

Choose a reason for hiding this comment

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

This does the same as #184 so hopefully no conflict?

@BillCarsonFr BillCarsonFr force-pushed the valere/dehydration_key_bindings branch from 38bf441 to 33ee915 Compare December 20, 2024 10:35
@@ -1,5 +1,13 @@
# UNRELEASED

**BREAKING CHANGES**

- Update matrix-rusk-sdk to `0.9.0`.
Copy link
Member Author

Choose a reason for hiding this comment

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

@andybalaam Should I use a git hash here too? even it is this actual tag, or link the tag?

Copy link
Member

Choose a reason for hiding this comment

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

I think what you have is sufficient.

@BillCarsonFr BillCarsonFr merged commit 23b22c6 into main Dec 20, 2024
3 checks passed
@BillCarsonFr BillCarsonFr deleted the valere/dehydration_key_bindings branch December 20, 2024 13:37
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.

Cache dehydration key: rust-crypto wasm: add bindings for new functions
4 participants