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

Handle cache for certificate verification in WASM client #1484

Open
2 tasks
jpraynaud opened this issue Feb 1, 2024 · 0 comments
Open
2 tasks

Handle cache for certificate verification in WASM client #1484

jpraynaud opened this issue Feb 1, 2024 · 0 comments
Labels
devX 🌞 Developer experience prototype 🛠️ Prototype/PoC of a feature

Comments

@jpraynaud
Copy link
Member

jpraynaud commented Feb 1, 2024

Why

We want the client library to provide faster certificate verification in the explorer.

What

Provide a list of already signed transactions to the client so that it does not verify them or handle a dedicated browser store for that purpose. It's worth mentioning that once a certificate is verified and cache, all the remaining certificate chain is considered valid.We don't know yet if implementing a cache in the local storage of the browser is a feature that should be activated for all the users of the Mithril client (explorer, lace, ...). We should probably keep this under a unstable or specific feature tag.

How

  • Handle cache for certificates verification by the client
  • Adapt explorer to take advantage of these new capabilities?
@jpraynaud jpraynaud added devX 🌞 Developer experience to-groom 🤔 Needs grooming labels Feb 1, 2024
@jpraynaud jpraynaud added prototype 🛠️ Prototype/PoC of a feature and removed to-groom 🤔 Needs grooming labels Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devX 🌞 Developer experience prototype 🛠️ Prototype/PoC of a feature
Projects
None yet
Development

No branches or pull requests

1 participant