substrate
substrate copied to clipboard
Introduce `add_named_filter` to `OriginTrait`
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 of the latest call in the stack is respected for in the call filters. An example are nested proxy calls with different proxy types where the inner call wants to add a new proxy.
bot rebase
Rebased
After some discussion we came to the conclusion that this actually isn't needed.