File tree Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Original file line number Diff line number Diff line change @@ -106,25 +106,16 @@ subtensor-custom-rpc-runtime-api = { path = "../pallets/subtensor/runtime-api" }
106
106
substrate-build-script-utils = { workspace = true }
107
107
108
108
[features ]
109
- default = [
110
- " rocksdb" ,
111
- " sql" ,
112
- " txpool" ,
113
- ]
114
- sql = [
115
- " fc-db/sql" ,
116
- " fc-mapping-sync/sql" ,
117
- ]
109
+ default = [" rocksdb" , " sql" , " txpool" ]
110
+ fast-blocks = [" node-subtensor-runtime/fast-blocks" ]
111
+ sql = [" fc-db/sql" , " fc-mapping-sync/sql" ]
118
112
rocksdb = [
119
113
" sc-service/rocksdb" ,
120
114
" fc-db/rocksdb" ,
121
115
" fc-mapping-sync/rocksdb" ,
122
- " fc-rpc/rocksdb"
123
- ]
124
- txpool = [
125
- " fc-rpc/txpool" ,
126
- " fc-rpc-core/txpool"
116
+ " fc-rpc/rocksdb" ,
127
117
]
118
+ txpool = [" fc-rpc/txpool" , " fc-rpc-core/txpool" ]
128
119
129
120
# Dependencies that are only required if runtime benchmarking should be build.
130
121
runtime-benchmarks = [
Original file line number Diff line number Diff line change 1
-
1
+ //! This crate exists for linting in CI. Look inside build.rs for reference.
You can’t perform that action at this time.
0 commit comments