-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: Configure Gas Tank for Memberships #437
Conversation
…config` for memberships being created
…` / Add `MakeTank` to `pallet_communities_manager`
…s for blocks up to `P` back in the past.
55f8c30
to
00a0ba0
Compare
…et_communities_manager`
…utes from items in `MembershipsManagementCollection` to items in communities' collections.
dee90d5
to
ebd262e
Compare
… that are not expired
ebd262e
to
0cdbe14
Compare
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.
I'd suggest moving the KreivoMemberships
in a more generic form to frame contrib where the non fungibles implementation is applied to a struct (instead of T
), that accepts a configurable list of system attributes that should be copied from the manager collection to the new collection.
…ps manager pallet reference with `NonFungiblesMemberships` support structure.
…copy certain fields (such as gas and expirations) when a membership is assigned.
7535c70
to
e3b1600
Compare
e3b1600
to
9d1ee48
Compare
This Pull Request configures
pallet-communities-manager
to set gas tanks on new and existing memberships.