Bastian Köcher
Bastian Köcher
Hey, is it possible to somehow break the line from a message? I mean, I can only see parts of the message and the rest is truncated. Is there maybe...
## Motivation When the interest cache is configured as part of initing the `LogTracer` before the global dispatcher is set, the main thread fails to log. The problem is that...
This pr introduces a trie level cache and removes the old state cache. As seen on a lot of parachains the state cache was/is buggy: https://github.com/paritytech/cumulus/issues/474 We looked into it,...
The `add_named_filter` can be used in contexts where you have filters that depend on call local data. When you then have nested calls, you may only want that the context...
Closes: https://github.com/paritytech/substrate/issues/11992
**Is your feature request related to a problem? Please describe.** Hey would it be possible to check out the pr? So you not only see the diff, you can directly...
New functions: - `register_class_loader` to register a global class loader - `unregister_class_loader` to unregister a global class loader The global class loader will be used by `find_class`, instead of `JNIEnv::FindClass`....
If the storage does not contain any data, raft sends the initial node list as `ConfChange`s and uses the peer context as context for the `ConfChange`. That is not documented...
It would be nice to have some sort of list that says which RPC methods are safe or unsafe to make it easier for the user. Maybe this could be...
We should make warp sync the default sync mode. Only if someone starts with `--state-pruning archive` we should switch to the catch up sync mode, aka download and execute every...