joystream
joystream copied to clipboard
Joystream Monorepo
addresses https://github.com/Joystream/joystream/issues/4069 ##### Notes I have noticed that all extrinsics that include in some way a call to`ensure_actor_has_channel_permissions` have worst case scenario when > curator has sufficient permission for action...
# Background https://github.com/Joystream/joystream/issues/4056 # Proposal We need to have test cases that ensure that lock - rivalry works properly, including for validation and nomination (which are not joystream specific), -...
During runtime upgrade proposals PR review https://github.com/Joystream/joystream/pull/3339 , I've noticed that there is a flow `updateRuntime.ts` in integration tests that doesn't seem to be called from any scenario, thus not...
Steps: 1. Go to https://dao-git-carthage-joystream.vercel.app/#/members 1. Observe empty list of members despite 24 is shown as the total count of members 1. Observe the error in console: ``` Error: Runtime...
# Background Currently, all proposals are hard-coded to execute a specific codepath, with hard-coded proposal parameters. If the council is to be able to control new parts of the runtime,...
# Background To deal with this https://github.com/Joystream/joystream/issues/4186 we are doing this https://github.com/Joystream/joystream/issues/4135#issuecomment-1214703841 but this has the complication that one cannot, even in theory, work out what call is triggering a...
A solution to prevent #3927 could be for the DP to get a list of QN or optimistically try a default URL for registered providers that are nearby (respond earliest)....
``` - issue_nft - destroy_nft - sling_nft_back - start_english_auction - make_english_auction_bid - settle_english_auction - cancel_english_auction - start_open_auction - make_open_auction_bid - cancel_open_auction_bid - pick_open_auction_winner - cancel_open_auction - offer_nft - cancel_offer -...
# Background We now have a bounty v2 pallet, replacing the old one, but since we don't have time to redesign Pioneer or get solid QN support for `Carthage` or...
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...