opentensor / subtensor

Bittensor Blockchain Layer
The Unlicense
160 stars 159 forks source link

Add `fast-blocks` feature to node #993

Closed ales-otf closed 1 week ago

ales-otf commented 1 week ago

Description

This PR configures fast-blocks feature for the node-subtensor crate. Without it you can't just cargo run the node with fast-blocks - you need to build the runtime with fast-blocks first. With this feature, you can run the node with:

cargo run -p node-subtensor --features fast-blocks -- --dev

Related Issue(s)

Type of Change

Checklist