Leszek Wiesner
Leszek Wiesner
Initial work on https://github.com/Joystream/joystream/issues/4052 and https://github.com/Joystream/joystream/issues/4064 Based on top of https://github.com/Joystream/joystream/pull/4036
Addresses https://github.com/Joystream/joystream/issues/4162 Currently expected locks behavior: https://gist.github.com/Lezek123/7eb89937fcbffabefe73fede0b336943 ┆Issue is synchronized with this [Asana task](https://app.asana.com/0/1202132419573087/1202814403191323) by [Unito](https://www.unito.io)
Addresses https://github.com/Joystream/joystream/issues/4039
While doing final checks as part of https://github.com/Joystream/joystream/issues/4162 I noticed that it's possible to use the same account (and therefore the same funds) to stake for both some rivalrous purpose...
At some point when storage pallet benchmarking was being done, it was realized that the `ipfs_content_id` passed by the user can have an arbitrary length, which is not good, because...
1. Make sure we don't store any collections that have an unbound number of items/entries (either directly or as part of a struct / other stored type) 1. Make sure...
Query node should support moderation of posts with `PostStatusLocked` (posts that no longer exist in the runtime, but were deleted with `hide` flag set to `false`) through a new metaprotocol...
### Memberships * `defaultInviteCount` _(initial value: 5)_ - this value is used to populate `Membership.inviteCount` during member creation. Once updated in the runtime, the update is reflected in `MembershipSystemSnapshot.defaultInviteCount`. **Alternative...
**Preconditions:** - A running Joystream node - A running query-node - A running storage node which accepts channel assets and has sufficient limits set to handle the scenario - A...
**Preconditions:** - A running Joystream node - A running query-node - Distribution lead is hired **Optimistic flow:** 1. Hire 3 distribution workers 2. Initial setup 1. Execute `leader:set-buckets-per-bag-limit -l 4`...