-
Notifications
You must be signed in to change notification settings - Fork 115
Olympia. Runtime. Expose allowed lock ID combinations. #3130
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
Olympia. Runtime. Expose allowed lock ID combinations. #3130
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/joystream/pioneer-testnet/F6HnNbxB7EFYhqwmRVV6c5XCGyDb [Deployment for d7f0231 canceled] |
|
FYI @jodator |
mnaamani
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just needs merge conflict fixes.
AllowedLockCombinationProvider -> AllowedLockCombinations
70f2307 to
d7f0231
Compare
We need to expose allowed lock ID combinations to the frontend (#2825).
The are several approaches to implement this:
joystreamUtilitypallet's constants. The constant name isAllowedLockCombinations. It returns the set of the allowed lock ID pairs.Fixes: