You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2019. It is now read-only.
Describe the solution you'd like
To keep crates modular and maintainable, we should separate the functionality in the node crate related to a collation to a separate crate, and only keep functionality in the node crate that is related to functions that a node performs. Protocol functionality such as opcodes and SMC handlers should go in separate crates.
Describe the solution you'd like
To keep crates modular and maintainable, we should separate the functionality in the node crate related to a collation to a separate crate, and only keep functionality in the node crate that is related to functions that a node performs. Protocol functionality such as opcodes and SMC handlers should go in separate crates.