Publish the dispatch info in extrinsic events (#4148)
* Publish the dispatch info in extrinsic events Place the DispatchInfo (which contains weight information about the extrinsic that is otherwise difficult to determine) in the dispatch result value. * Runtime bump. * Fix build * Fix tests * Fix build?
Showing
- bin/node/executor/src/lib.rs 17 additions, 8 deletionsbin/node/executor/src/lib.rs
- bin/node/runtime/src/lib.rs 2 additions, 2 deletionsbin/node/runtime/src/lib.rs
- palette/executive/src/lib.rs 1 addition, 1 deletionpalette/executive/src/lib.rs
- palette/support/src/weights.rs 1 addition, 2 deletionspalette/support/src/weights.rs
- palette/system/src/lib.rs 9 additions, 9 deletionspalette/system/src/lib.rs
Please register or sign in to comment