pikers / piker

(e2e) foss trading for non-tinas
GNU Affero General Public License v3.0
103 stars 17 forks source link

We are not enabling rpc modules on piker runtime start #389

Closed guilledk closed 2 years ago

guilledk commented 2 years ago

While doing deribit backend work we found this line https://github.com/pikers/piker/blob/b5499b82251c76ff8c43461c77638d3cf7db7fe3/piker/_daemon.py#L220

We should be passing _root_modules + enable_modules, not just _root_modules.