We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Based on the latest release of Polkadot 0.9.37 as of now, here are the differences between runtime and spec:
NominationPoolsApi_pending_rewards
ParachainHost_validation_code_hash
ParachainHost_assumed_validation_data
ParachainHost_on_chain_votes
ParachainHost_submit_pvf_check_statement
ParachainHost_pvfs_require_precheck
BeefyApi_validator_set
MmrApi_mmr_root
MmrApi_mmr_leaf_count
MmrApi_generate_proof
MmrApi_verify_proof
MmrApi_verify_proof_stateless
GrandpaApi_current_set_id
TransactionPaymentCallApi_query_call_info
TransactionPaymentCallApi_query_call_fee_details
The text was updated successfully, but these errors were encountered:
migrated to new spec format here #643. Further TODOs regarding runtime API have been listed in a new tracking issue #645
Sorry, something went wrong.
bhargavbh
No branches or pull requests
Based on the latest release of Polkadot 0.9.37 as of now, here are the differences between runtime and spec:
NominationPoolsApi_pending_rewards
- missing in specParachainHost_validation_code_hash
- missing in specParachainHost_assumed_validation_data
- missing in specParachainHost_on_chain_votes
- missing in specParachainHost_submit_pvf_check_statement
- missing in specParachainHost_pvfs_require_precheck
- missing in specBeefyApi_validator_set
- missing in specMmrApi_mmr_root
- missing in specMmrApi_mmr_leaf_count
- missing in specMmrApi_generate_proof
- missing in specMmrApi_verify_proof
- missing in specMmrApi_verify_proof_stateless
- missing in specGrandpaApi_current_set_id
- missing in specTransactionPaymentCallApi_query_call_info
- missing in specTransactionPaymentCallApi_query_call_fee_details
- missing in specThe text was updated successfully, but these errors were encountered: