joystream
joystream copied to clipboard
Joystream Monorepo
Problem: - Replication of channel/bag to buckets/nodes only happened at the initial when the channel/bag is created. - As the buckets/nodes fail/retire and new buckets/nodes introduced, channel/bag only stay attached...
# Background I started to work tackling this issue https://github.com/Joystream/joystream/issues/2914 the motivation was to build a model as described in `Background`. I started easy, doing it in a spreadsheet, but...
# Background There may be cases where it is critical to stop some subset of on-chain feature on very short notice, and example is the Acala aUSD bug. A runtime...
Implement according to this plan: https://github.com/Joystream/joystream/issues/3419 Depends on having worked out how to do multisig #3910 Includes * fm * team * investors * rhodes * etc. ┆Issue is synchronized...
Addresses: #4948 based on top of #5062 Note: I have used the extrinsic `vested_transfer` inside the extrinsic `spend_from_budget` all extrinsic in substrate are now `transactional` by default, this means that...
### Features Tests #### Proposal for reducing council budget - [x] Create a proposal to reduce the council budget, check the budget value before and after the proposal execution -...
# Problem Joystream has many account actions that may be desirable to assign a proxy account to perform, this can reduce the security risk on some accounts and also open...
addresses: https://github.com/Joystream/joystream/issues/3702
I have observed that on my server the `/var/lib/docker` used as mount point for the overlay volume is occupying 850GB that is all the available space in the vg0 partition...