Skip to content

Conversation

ipapandinas
Copy link

This pull request introduces the capability to use constant expressions as index attribute variants for enum encoding, addressing the demand from issue paritytech/polkadot-sdk#2665. This update allows developers to declare pallet indices as constants when constructing a runtime.

The uniqueness of constant expression indices is ensured at compile time with find_const_duplicate. Due to limitations in Rust's procedural macros, a runtime check approach is adopted to ensure that indices adhere to the u8 range. UI tests have been included to cover various scenarios, ensuring that the checks function as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant