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

Indexeddb: Groundwork for fixing inbound_group_session lookups #2884

Merged
merged 8 commits into from
Nov 27, 2023

Commits on Nov 25, 2023

  1. Configuration menu
    Copy the full SHA
    4243555 View commit details
    Browse the repository at this point in the history
  2. Move migration functions to a separate module

    ... and split it up into smaller functions
    richvdh committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    fbbdc51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e643830 View commit details
    Browse the repository at this point in the history
  4. Simplify de/serialization of GossipRequests

    Turns out we don't need to implement `TryInto/TryFrom<JsValue>`, whihc saves a
    bunch of boilerplate.
    richvdh committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    046603d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    f43de3f View commit details
    Browse the repository at this point in the history
  2. Move key encoding functions to IndexeddbSerializer

    Mostly, this means that we only need to hold the `store_cipher` in one place.
    richvdh committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    a4cdd59 View commit details
    Browse the repository at this point in the history
  3. Add some comments

    A couple of improvements and a couple of oddities I noted along the way.
    richvdh committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    0f16ad6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4c46b1 View commit details
    Browse the repository at this point in the history