Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support constant expressions as index attribute variant #551

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

1 participant