Skip to content

Conversation

@coriolinus
Copy link
Contributor

What's new in this PR


PR Submission Checklist for internal contributors
  • The PR Title
    • conforms to the style of semantic commits messages¹ supported in Wire's Github Workflow²
    • contains a reference JIRA issue number like SQPIT-764
    • answers the question: If merged, this PR will: ... ³
  1. https://sparkbox.com/foundry/semantic_commit_messages
  2. https://github.com/wireapp/.github#usage
  3. E.g. feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764.

Disable the `derive(Entity)` macro to a noop.
I'm going to be doing some major refactoring of the `Entity` trait,
and the noise of compiler errors due to implementations not matching
the new definitions would absolutely drown out the signal
of real problems, except for this.

Obviously, we need to retain a real entity derive macro before this PR
is over, but this should simplify things temporarily.
These traits should be both easier to use and more performant.
}

// About WASM Encryption:
// The store key (i.e. passphrase) is hashed using SHA256 to obtain 32 bytes
Copy link
Member

Choose a reason for hiding this comment

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

This is not the case anymore, since the database key type change clients have to provide the key directly .

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.

3 participants