Files
pezkuwi-subxt/substrate/client/light
Bastian Köcher 30ce8bbc8c Fetch runtime code from storage cache when using proofing backend (#9611)
Before we fetched the runtime code from the `TrieBackend` and this lead
to not using the storage cache. Thus, we recalculated the storage hash
for the runtime code on every call into the runtime and this killed the
performance on parachains block authoring. The solution is to fetch the
runtime code from the storage cache, to make sure we use the cached
storage cache.
2021-08-24 09:54:53 +00:00
..
2021-08-13 15:18:37 +01:00
2020-08-20 17:04:42 +02:00

Light client components.

License: GPL-3.0-or-later WITH Classpath-exception-2.0