joystream icon indicating copy to clipboard operation
joystream copied to clipboard

Joystream Monorepo

Results 339 joystream issues
Sort by recently updated
recently updated
newest added

SSIA. As a follow up to https://github.com/Joystream/joystream/pull/3809 which makes `root` the only origin able to toggle the state variable at the moment ┆Issue is synchronized with this [Asana task](https://app.asana.com/0/1201958687417145/1202548180256257) by...

content-pallet
proposal-system
urgent-post-mainnet

Runtime update to support multiple versions per video assets to increase compatibility (encoding, [bitrate](https://github.com/search?q=org%3AJoystream+bitrate&type=issues), audio/video only) and possible applications like podcasts, kiosk mode, skimming, etc. ## Rationale The Joystream CDN...

# Background There are already a variety of metadata fields that should impact of `Argus`, such as - https://github.com/Joystream/joystream/issues/4326 - https://github.com/Joystream/joystream/issues/4325 - https://github.com/Joystream/joystream/issues/4327 - https://github.com/Joystream/joystream/issues/4331 # Question 1. These policy...

question
content-pallet
metaprotocol
argus

I highly recommend moving from Elastic search to Prometheus for collecting storage and distributed nodes metrics. This enable each node to collect , store and service it is own metrics....

idea
argus

# Background Right now, anyone can fetch any content from any distributor. This unconstrained form of service provisioning is not really workable, and leaves the economics of the system too...

enhancement
argus

### Current patronage computation `patronage_amount = issuance * patronage_rate * blocks_per_year` ### Desired patronage calculation `patronage_amount = issuance * ( 1 + patronage_rate)^blocks_per_year - issuance`

runtime
project_token

# Background Uploads are failing quite frequently, https://github.com/Joystream/atlas/issues/3240#issuecomment-1244144563 and often with poor information about why https://github.com/Joystream/joystream/issues/4279#issuecomment-1242963023 and its hard to test if things are working https://github.com/Joystream/joystream/issues/4285 # Proposal * Review...

help wanted
colossus
mainnet
mainnet_review

## Problem If I try to upload asset (identified by `(bagId, dataObjectId)` pair) that doesn't exist (at least one of the IDs is wrong), Colossus will actually not let me...

bug
colossus
mainnet

Currently we're using `saturating_*` arithmetic in places where, if the max/min unsigned integer value was ever exceeded, that would actually result in a bad state. We sometimes do it under...

tech-debt
runtime