Joystream / Joystream/joystream

Create dedicated account for the council.

Open
#2,381 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

council-pallet runtime tech-debt
Dominant language
Rust
Stars
1.4k
Forks
116
PR merge metrics
No merged PRs in 30d

Description

Our current implementation of the council pallet (and its dependencies) doesn't contain a special module account.
It is easier to transfer tokens from and to accounts rather than burn and create them. Most of the time, burn/creation is a special case that needs to be implemented separately.

Multiple pallets could benefit from such improvement:

  • bounty
  • storage
  • council

The standard example of such improvement could be Parity's Treasury pallet.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the council pallet and its dependencies, then compare their account handling with Parity's Treasury pallet. Review the bounty and storage pallets as related entry points. Done means the relevant pallets use dedicated module accounts so transfers replace the current burn-and-create special cases.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
blockchain
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.