Skip to content

Commit

Permalink
Update from bkchr running command 'prdoc --audience runtime_dev --bum…
Browse files Browse the repository at this point in the history
…p patch'
  • Loading branch information
actions-user committed Nov 26, 2024
1 parent 91dc431 commit 14d5287
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions prdoc/pr_6665.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
title: Fix runtime api impl detection by construct runtime
doc:
- audience: Runtime Dev
description: |-
Construct runtime uses autoref-based specialization to fetch the metadata about the implemented runtime apis. This is done to not fail to compile when there are no runtime apis implemented. However, there was an issue with detecting runtime apis when they were implemented in a different file. The problem is solved by moving the trait implemented by `impl_runtime_apis!` to the metadata ir crate.


Closes: https://github.com/paritytech/polkadot-sdk/issues/6659
crates:
- name: frame-support-procedural
bump: patch
- name: sp-api-proc-macro
bump: patch
- name: sp-metadata-ir
bump: patch

0 comments on commit 14d5287

Please sign in to comment.