Joystream / Joystream/joystream
Create dedicated account for the council.
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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