w3f/polkadot-spec

Runtime API differences

radkomih opened this issue · 0 comments

There are some differences between Polkadot release v1.1.0 and the current spec:

Imported Functions

  • "env"."ext_misc_print_num_version_1": [I64] -> []
  • "env"."ext_offchain_is_validator_version_1": [] -> [I32]
  • "env"."ext_offchain_local_storage_clear_version_1": [I32, I64] -> []
  • "env"."ext_offchain_local_storage_compare_and_set_version_1": [I32, I64, I64, I64] -> [I32]
  • "env"."ext_offchain_local_storage_get_version_1": [I32, I64] -> [I64]
  • "env"."ext_offchain_local_storage_set_version_1": [I32, I64, I64] -> []
  • "env"."ext_offchain_random_seed_version_1": [] -> [I32]
  • "env"."ext_offchain_submit_transaction_version_1": [I64] -> [I64]
  • "env"."ext_offchain_timestamp_version_1": [] -> [I64]
  • "env"."ext_offchain_index_set_version_1": [I64, I64] -> []
  • "env"."ext_default_child_storage_clear_version_1": [I64, I64] -> []
  • "env"."ext_default_child_storage_get_version_1": [I64, I64] -> [I64]
  • "env"."ext_default_child_storage_next_key_version_1": [I64, I64] -> [I64]
  • "env"."ext_default_child_storage_set_version_1": [I64, I64, I64] -> []

Exported Functions

  • "StakingApi_nominations_quota": [I32, I32] -> [I64]
  • "BeefyApi_beefy_genesis": [I32, I32] -> [I64]
  • "BeefyApi_validator_set": [I32, I32] -> [I64]
  • "BeefyApi_submit_report_equivocation_unsigned_extrinsic": [I32, I32] -> [I64]
  • "BeefyApi_generate_key_ownership_proof": [I32, I32] -> [I64]
  • "ParachainHost_session_executor_params": [I32, I32] -> [I64]
  • "ParachainHost_unapplied_slashes": [I32, I32] -> [I64]
  • "ParachainHost_key_ownership_proof": [I32, I32] -> [I64]
  • "ParachainHost_submit_report_dispute_lost": [I32, I32] -> [I64]
  • "MmrApi_mmr_root": [I32, I32] -> [I64]
  • "MmrApi_mmr_leaf_count": [I32, I32] -> [I64]
  • "MmrApi_generate_proof": [I32, I32] -> [I64]
  • "MmrApi_verify_proof": [I32, I32] -> [I64]
  • "MmrApi_verify_proof_stateless": [I32, I32] -> [I64]
  • "TransactionPaymentApi_query_weight_to_fee": [I32, I32] -> [I64]
  • "TransactionPaymentApi_query_length_to_fee": [I32, I32] -> [I64]
  • "TransactionPaymentCallApi_query_length_to_fee": [I32, I32] -> [I64]
  • "TransactionPaymentCallApi_query_weight_to_fee": [I32, I32] -> [I64]