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

We previously identified cpu intensive tasks processing large arrays, in particular the `lodash` `differenceWith` method, comparing two very large arrays. `intersection` used in `getLocalDataObjectsByBagId()` state api endpoint could also be...

colossus

Colossus has an implementation for queuing and processing tasks in a work stack. There are several problems with the implementation especially the way it is used in the syncing worker....

colossus

Some notes: https://github.com/Joystream/joystream/pull/5026/files#diff-3b4764082ce211c8cca89a87bbbdf94a419f57bf37ba226617e223927cda1fefR8

colossus

Right now, if some content is set as `unpublished` or if a data object is just outright deleted, or if there is some moderation going on, as will be unlocked...

enhancement
argus

## Problem Some of the members have an incorrect membership creation date: ![image](https://github.com/Joystream/joystream/assets/50830161/a18dc072-a12c-4654-9fb0-3550a7e32650) The date for all FMs should be on, or about `2022-12-09T20:39:30.001Z` ## Cause * This bug seems...

query-node

Creator **vrtuhub** is not able to upload video on channel https://gleev.xyz/channel/52937?tab=Videos , during the download, the error shown in the screenshot gets, please consider this error

When registering, some users receive a message that an account has already been registered at the specified e-mail in Gleev, and when they try to restore, participants receive messages that...

# Background/problem As highlighted in this issue (https://github.com/polkadot-js/apps/issues/9860) the Polkadot-js UI is based off the default Polkadot staking parameters which are different to ours. This means that the inflation shown...

In the runtime a data object is represented as: ```rust pub struct DataObject { /// Defines whether the data object was accepted by a liason. pub accepted: bool, /// Bloat...

colossus
storage-pallet