-
Notifications
You must be signed in to change notification settings - Fork 114
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
Add 'Distribution' feature to the storage pallet. #2522
Closed
shamil-gadelshin
wants to merge
168
commits into
Joystream:storage_v2
from
shamil-gadelshin:storage-distribution
Closed
Add 'Distribution' feature to the storage pallet. #2522
shamil-gadelshin
wants to merge
168
commits into
Joystream:storage_v2
from
shamil-gadelshin:storage-distribution
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pallet skeleton: - crate creation - basic types - added events, errors, trait, storage stubs - added signature of the upload extrinsic.
- new types - added membership dependency - temporary commented some types (dynamic bugs, distribution buckets) - stubs: update_storage_buckets_for_static_bags, set_storage_operator_metadata, accept_pending_data_objects, accept_storage_bucket_invitation
- fix comments - fix deletion_prize - validate parameters for accepting pending data objects - modify tests
…bags - check for non-existing storage bucket ids - add comments
- add dynamic bag ID and related types - introduce bags type aliases
- introduce query and mutation abstractions.
Make it work for both static and dynamic bags.
- delete_distribution_bucket_family
- add ‘create_distribution_bucket’ extrinsic - add MaxDistributionBucketNumberPerFamily constant
- add `update_distribution_bucket_status` extrinsic
- add `delete_distribution_bucket` extrinsic
- add `update_distribution_buckets_for_bag` - add `DistributionBucketsPerBagValueConstraint` constant
Fix `update_storage_buckets_for_bag` extrinsic. Change bucket limit comparison.
- add `distribution_buckets_per_bag_limit`
- add `update_distribution_bucket_mode` extrinsic
- add `update_families_in_dynamic_bag_creation_policy ` extrinsic
- add `invite_distribution_bucket_operator`
- add `cancel_distribution_bucket_operator_invite`
- add `accept_distribution_bucket_invitation`
- add `set_distribution_operator_metadata`
- add `MaxNumberOfPendingInvitationsPerDistributionBucket`
Superseded by this PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
New extrinsics
Constants
New types
New storage entries