This repository was archived by the owner on Mar 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Make all communication async. #220
Labels
Enhancement
Includes improvements or optimizations
Comments
|
It seems to me that mostely the sha3 calls are responsible. Why not calculating the hash inside the browser or cache the results for function signatures as they don't change. |
in develop sha3 is already an internal js function. not calling the RPC anymore |
Actually |
Here is a list of functions, which need to be used async internally:
|
@frozeman thanks for taking a look into this |
fixed in #230 |
yay~ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I just adapted my application to work asynchronously using callbacks. The DAPP is way more responsive now. But it still lags sometimes. It could be due to the sha3 calls that are made for every request to get function signatures.
The text was updated successfully, but these errors were encountered: