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
This could be done by converting the project structure to a flat workspace, but we need the library crate at the root as its build.rs runs lint checks in CI. discussed it with @sam0x17. We can encapsulate the library into a separate crate and just adapt paths in build.rs. Also, after the change the command to run the linter will be cargo build -p <crate-name> instead of cargo build.
A comment is added to the root library and fast-blocks feature added for the node (to run it with fast-blocks using cargo run) in this PR.
Is your feature request related to a problem? Please describe.
The only executable we have is the node. And when we
cargo run
in our repo, the node should start without additional cargo flags.Describe the solution you'd like
Configure the project the way,
cargo run
will run the node.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: