Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Refactor im-online and print more debug info. (#4771)
Browse files Browse the repository at this point in the history
* Initial version.

* Fix tests.

* Refactor using StorageValueRef.

* Add tests and apply review suggestions.

* Bump runtime.

Co-authored-by: Gavin Wood <github@gavwood.com>
  • Loading branch information
tomusdrw and gavofyork authored Jan 31, 2020
1 parent 2547be4 commit 0cd747c
Show file tree
Hide file tree
Showing 5 changed files with 353 additions and 157 deletions.
4 changes: 2 additions & 2 deletions bin/node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to 0. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 210,
impl_version: 1,
spec_version: 211,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
};

Expand Down
Loading

0 comments on commit 0cd747c

Please sign in to comment.