You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add missing event decoration needed for orion mappings to work
remove uniqueness symbol constraints from runtime
branch off orion:master in order to create orion-crt-release-v1 and open pr for adding crt mappings to that Orion v2 crt mappings orion#99
redeploy playground with updated runtime and orion
CRT v1 Extrinsic list with description
Some of the extrinsic are meant to be invoked by the content pallet, this is to exploit the permission model established in the content directory when for example issuing a token.
Terms
member: wallet having a Joystream membership
creator: member that has created a channel
account: member who has some amount of CRT
amm: automated marked maker/ bonding curve
token balance/ tokens: unspecified amount of CRT
Extrinsic
Pallet
Description
transfer
Token
transfer amounts from one account to various account beneficiaries
burn
Token
allow an account to burn (part of) his own token balance
dust_account
Token
Allow any account to remove another account possessing a low amount of tokens
join_whitelist
Token
Allow a member to join a invite-only token
purchase_token_on_sale
Token
allow members to purchase tokens on a airdrop
participate_in_split
Token
allow accounts to stake amount in order to participate in a revenue share
exit_revenue_split
Token
allow accounts to unstake amount and quit a revenue share
buy_on_amm
Token
allow members to buy tokens on the amm
sell_on_amm
Token
allow accounts to sell tokens on the amm
issue_creator_token
Content
allow creator to issue creator token
init_creator_token_sale
Content
init and possibly start a token sale (airdrop)
update_upcoming_creator_token_sale
Content
update start/duration parameters for an upcoming sale
creator_token_issuer_transfer
Content
perform one or more transfer to members, can be used to create accounts for users
make_creator_token_permissionless
Content
switch from invite only to permissionless, ie any member can get an account created
reduce_creator_token_patronage_rate_to
Content
decrease creator annual reward percentage
claim_creator_token_patronage_credit
Content
allow creator to claim annual reward
issue_revenue_split
Content
allow creator to start a revenue share
finalize_revenue_split
Content
finalize an ended creator token revenue share
finalize_creator_token_sale
Content
finalize an ended creator token sale
deissue_creator_token
Content
allow creator to deissue his own token
activate
Content
allow creator to start an amm
deactivate_amm
Content
allow creator to end an amm
The text was updated successfully, but these errors were encountered:
Purpose of this issue
Timeline
crt_release
updates:crt-release
orion:master
in order to createorion-crt-release-v1
and open pr for adding crt mappings to that Orion v2 crt mappings orion#99CRT v1 Extrinsic list with description
Some of the extrinsic are meant to be invoked by the content pallet, this is to exploit the permission model established in the content directory when for example issuing a token.
Terms
transfer
burn
dust_account
join_whitelist
purchase_token_on_sale
participate_in_split
exit_revenue_split
buy_on_amm
sell_on_amm
issue_creator_token
init_creator_token_sale
update_upcoming_creator_token_sale
creator_token_issuer_transfer
make_creator_token_permissionless
reduce_creator_token_patronage_rate_to
claim_creator_token_patronage_credit
issue_revenue_split
finalize_revenue_split
finalize_creator_token_sale
deissue_creator_token
activate
deactivate_amm
The text was updated successfully, but these errors were encountered: