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?
This commit is contained in:
Gavin Wood
2019-11-22 15:11:04 +01:00
committed by GitHub
parent 04bd926923
commit 082c58176e
5 changed files with 30 additions and 22 deletions
+2 -2
View File
@@ -78,8 +78,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to equal spec_version. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 194,
impl_version: 196,
spec_version: 195,
impl_version: 195,
apis: RUNTIME_API_VERSIONS,
};