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

Fix extrinsics count logging in frame-system #4461

Merged
merged 3 commits into from
May 15, 2024

Commits on May 15, 2024

  1. Fix extrinsics count logging in frame-system

    The storage item ExtrinsicIndex is already taken before the `finalize()`
    in `note_finished_extrinsics()`, rendering it's always 0 in the log.
    This commit fixes it by using the proper API for extrinsics count.
    liuchengxu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    7173d03 View commit details
    Browse the repository at this point in the history
  2. Add prdoc

    liuchengxu committed May 15, 2024
    Configuration menu
    Copy the full SHA
    02841a4 View commit details
    Browse the repository at this point in the history
  3. Update prdoc/pr_4461.prdoc

    Co-authored-by: Oliver Tale-Yazdi <[email protected]>
    bkchr and ggwpez committed May 15, 2024
    Configuration menu
    Copy the full SHA
    fabc274 View commit details
    Browse the repository at this point in the history