We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is observed that KAGOME opens the same keystore files without using the cache here: https://github.com/soramitsu/kagome/blob/e55bef81468827f9ca383504bb5ba3a93a60225c/core/crypto/crypto_store/crypto_store_impl.hpp#L107
This leads to redundant disk reads.
This behaviour should be fixed.
Way to reproduce:
kagome --validator --chain localchain.json --base-path base_path --port 30363 --rpc-port 9933
examples/first_kagome_chain
The text was updated successfully, but these errors were encountered:
Harrm
Successfully merging a pull request may close this issue.
It is observed that KAGOME opens the same keystore files without using the cache here: https://github.com/soramitsu/kagome/blob/e55bef81468827f9ca383504bb5ba3a93a60225c/core/crypto/crypto_store/crypto_store_impl.hpp#L107
This leads to redundant disk reads.
This behaviour should be fixed.
Way to reproduce:
kagome --validator --chain localchain.json --base-path base_path --port 30363 --rpc-port 9933
fromexamples/first_kagome_chain
The text was updated successfully, but these errors were encountered: