joystream
joystream copied to clipboard
Joystream Monorepo
# Dependency https://github.com/Joystream/joystream/issues/4305 # Proposal Add a new proposal to trigger `add_license`, `retire_license`, etc.
# Dependency This depends on having authentication working, as is described in this issue [#basic](https://github.com/Joystream/joystream/issues/3152) # Background Currently the curators can call the following two extrinsics ```Rust /// Extrinsic for...
# Dependency This depends on having authentication working, as is described in this issue [#basic](https://github.com/Joystream/joystream/issues/3152) # Background Currently it is possible for a publisher to mark a video as "not...
# Background Gateways will generate revenue from revenue that creators they onboard generate, see here https://github.com/Joystream/joystream/issues/2913 # Proposal Allow apps to issue their own This would require the following on...
The ability to do scaled payouts can be a useful feature for apps, and even members, financed by that party, for example, because they want to go outside of the...
# Background When an application brings a creator to the platform, or a creator publishes a video, often this is positive spillover for the system as a whole. It makes...
# Dependency https://github.com/Joystream/joystream/issues/4307 # Background Paying applications will be an important activity, however, there are unlikely to be so many that normal push payments won't be possible. While there are...
It could be useful to have multiple such pallets if we want to endow different runtime pallets with capabiity to have project tokens, e.g. gateways. But before doing this, we...
# Background We have a large number of literal constants across * the runtime * the node * pallets littered across the code base which impact business logic. To be...