Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SDK] Ensure all extrinsics in prediction markets pallet have SDK interfaces #67

Open
lsaether opened this issue May 9, 2021 · 1 comment

Comments

@lsaether
Copy link
Member

lsaether commented May 9, 2021

Please catalogue and ensure all the extrinsics in the Prediction Markets pallet has the appropriate SDK functions.

@morkeltry
Copy link
Contributor

morkeltry commented May 13, 2021

[O] admin_destroy_market - not implemented - don't implement admin functions for now.
[O] admin_move_market_to_closed - not implemented - don't implement admin functions for now.
[O] admin_move_market_to_resolved - not implemented - don't implement admin functions for now.
[X] approve_market
[X] buy_complete_set - exists, tested
[X] cancel_pending_market
[X] create_categorical_market
[X] create_scalar_market - createNewMarket only creates categorical markets - make an equivalent for scalar markets before multifunc
[X] deploy_swap_pool_for_market - exists, may need further testing due to #69
[X] dispute
[O] global_dispute - don't implement
[X] redeem_shares - exists, needs further testing due to #69
[X] reject_market
[X] report
[X] sell_complete_set - exists, needs further testing due to #69
[O] outcome_assets - internal function - don't implement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants