Unverified Commit 95da6583 authored by Liam Aharon's avatar Liam Aharon Committed by GitHub
Browse files

Introduce storage attr macro `#[disable_try_decode_storage]` and set it on...

Introduce storage attr macro `#[disable_try_decode_storage]` and set it on `System::Events` and `ParachainSystem::HostConfiguration` (#3454)

Closes https://github.com/paritytech/polkadot-sdk/issues/2560

Allows marking storage items with `#[disable_try_decode_storage]`, and
uses it with `System::Events`.

Question: what's the recommended way to write a test for this? I
couldn't find a test for similar existing macro `#[whitelist_storage]`.
parent 0cc9b900
Pipeline #449893 passed with stages
in 40 minutes and 35 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment