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

Improve metadata load time #269

Open
jordy25519 opened this issue Mar 17, 2021 · 1 comment
Open

Improve metadata load time #269

jordy25519 opened this issue Mar 17, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@jordy25519
Copy link
Contributor

jordy25519 commented Mar 17, 2021

metadata instantiation process is quite slow for dapps > 5 seconds.
can view this as a design issue as to why eager loading all the metadata when connecting is necessary or an optimization issue
i.e. should a dapp only load the system types and the the specifics it wants to use vs. all types, docs, etc.

@jordy25519 jordy25519 added the enhancement New feature or request label Mar 17, 2021
@jordy25519
Copy link
Contributor Author

maybe rust/wasm bindings to this can help with decoding: https://github.com/ascjones/subsee/blob/master/src/main.rs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant