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

Support for migration from libolm #3978

Merged
merged 5 commits into from
Jan 16, 2024
Merged

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Dec 29, 2023

Fixes #3964.


Here's what your changelog entry will look like:

✨ Features

@richvdh richvdh force-pushed the rav/element-r/migration_groundwork branch from 3310a11 to cf7b115 Compare January 2, 2024 12:42
@richvdh richvdh force-pushed the rav/element-r/migration/core branch 2 times, most recently from 489ce34 to cbac65f Compare January 2, 2024 14:16
Base automatically changed from rav/element-r/migration_groundwork to develop January 3, 2024 11:37
@richvdh richvdh force-pushed the rav/element-r/migration/core branch 2 times, most recently from 971471f to 8c1e897 Compare January 8, 2024 14:16
@richvdh richvdh marked this pull request as ready for review January 10, 2024 17:00
@richvdh richvdh requested a review from a team as a code owner January 10, 2024 17:00
@richvdh richvdh requested review from andybalaam and t3chguy January 10, 2024 17:00
@richvdh richvdh requested a review from a team January 10, 2024 17:47
Copy link
Member

@BillCarsonFr BillCarsonFr left a comment

Choose a reason for hiding this comment

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

LGTM

const testOlmMachine = makeTestOlmMachine();
jest.spyOn(OlmMachine, "initialize").mockResolvedValue(testOlmMachine);
jest.spyOn(OlmMachine, "init_from_store").mockResolvedValue(testOlmMachine);
Copy link
Member

Choose a reason for hiding this comment

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

Surprised to see snake case. A missing jsName in wasm bindings?

Copy link
Member Author

Choose a reason for hiding this comment

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

yeah :(. Unfortunately fixing it will mean a new release of the bindings. I'll leave it for now and fix it in a future version of the bindings.

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy link
Member

@t3chguy t3chguy left a comment

Choose a reason for hiding this comment

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

Looks sane otherwise

src/crypto/store/base.ts Outdated Show resolved Hide resolved
@richvdh richvdh enabled auto-merge January 16, 2024 10:57
@richvdh richvdh added this pull request to the merge queue Jan 16, 2024
Merged via the queue into develop with commit 815c36e Jan 16, 2024
23 checks passed
@richvdh richvdh deleted the rav/element-r/migration/core branch January 16, 2024 12:23
@t3chguy t3chguy changed the title Support for migration from from libolm Support for migration from libolm Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rust crypto: support migration to Rust crypto
3 participants