-
Notifications
You must be signed in to change notification settings - Fork 117
Pending Fixes For Content Working Group #117
Description
Some pending issues in the working group implementation.
-
Better initial configuration of a mint for the working group - fix: content working group: create mint and optionaly lead at genesis #119
-
update_channel_as_ownerdoesn't use parameternew_channel_namewhen callingupdate_channel()- fix fix update_channel_as_owner to use new_channel_name #118
original comment -
apply_on_curator_opening()- Origin doesn't prove that it controls source account from which funds will be staked. - fix apply_on_curator_opening() source_account must be controlled by member #121
original comment -
unstakedis implemented as a privileged method (can be invoked by sudo key via extrinsic) which isn't correct. It should just be a normal method - fix content working group: make unstaked() an non dispatchable #120
original comment -
fill_curator_openingdoesn't setup a reward relationship - fix Create recurring reward relationship for curator when filling role #123