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

Fixes https://github.com/Joystream/joystream/issues/4024. Introduces a script that automatically fixes format and lint problems. ``` lint-typescript.sh --fix ``` Also, TS format and lint checks have been separated from all CI jobs into...

Fixes https://github.com/Joystream/joystream/issues/4189 by implementing suggestion to "override" free_balance() for the runtime balances pallet instance used by the staking pallet. - [x] Implementation - [ ] Tests

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)

runtime
carthage

implements #4087 ┆Issue is synchronized with this [Asana task](https://app.asana.com/0/1202132419573087/1202703110812154) by [Unito](https://www.unito.io)

query-node
carthage
qn-hydra-board

**This issue is meant as a long term placeholder for this issue, as I anticipate it will be with us in one form or another for the foreseeable future.** Start...

runtime

Fixes https://github.com/Joystream/joystream/issues/4106 Updates to playground and staging network deployment scripts: * Deploy 2 storage and 2 distributor nodes in playground * Do not deploy any storage infrastructure for staging network....

devops
carthage

Fixes some of the issues in the audit report #3840 Bounty module **create_bounty** `INFO_15 Unsafe increment of the bounty_count` **fund_bounty** LOW_20 Unsafe arithmetic in funding_period_expired **announce_work_entry** `LOW_21 Unsafe increment of...

runtime
mainnet
bounty-pallet
audit-3
carthage

Recently, a script that lints all typescript code in monorepo has been created. (https://github.com/Joystream/joystream/pull/3998) Let's: 1) add this script to our CI check routines 2) remove any existing lint checks...

enhancement
devops

Update the internal implementation of `has_sufficient_balance_for_fees` to just use `Account::usable_balance(Reason::Misc)` (free balance excluding locks that can pay for fees, i.e. invite lock), since they will both be equivalent when we...

runtime
carthage