substrate icon indicating copy to clipboard operation
substrate copied to clipboard

Introduce `add_named_filter` to `OriginTrait`

Open bkchr opened this issue 3 years ago • 2 comments

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.

bkchr avatar Jun 10 '22 17:06 bkchr

bot rebase

ggwpez avatar Jul 29 '22 14:07 ggwpez

Rebased

After some discussion we came to the conclusion that this actually isn't needed.

bkchr avatar Aug 12 '22 14:08 bkchr