Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
We call
register_extra_weight_unchecked(which mutatesframe_system::BlockWeight) after the runtime upgrades, but we callBlockWeight::kill()inframe_system::initializewhich happens after.This will lead to faulty block weights for blocks that include runtime upgrades.