piker/piker
Tyler Goodlet f1f2ba2e02 kucoin: deliver `FeedInit` msgs on feed startup
To fit with the rest of the new requirements added in `.data.validate`
this adds `FeedInit` init including `MktPair` and `Asset` loading for
all spot currencies provided by `kucoin`.

Deatz:
- add a `Currency` struct and accompanying `Client.get_currencies()` for
  storing all asset infos.
- implement `.get_mkt_info()` which loads all necessary accounting and
  mkt meta-data structs including adding `.price/size_tick` fields to
  the `KucoinMktPair`.
- on client boot, async spawn requests to cache both symbols and currencies.
- pass `subscribe()` as the `fixture` arg to `open_autorecon_ws()`
  instead of opening it manually.

Other:
- tweak `Client._request` to not expect the prefixed `'/'` for the
  `endpoint: str`.
- change the `api_v` arg to just be `api: str`.
2023-05-09 18:17:50 -04:00
..
accounting Try having `brokerd` eps defined in `.brokers._daemon` 2023-05-09 14:49:26 -04:00
brokers kucoin: deliver `FeedInit` msgs on feed startup 2023-05-09 18:17:50 -04:00
clearing Disable ems init order-dialog notifications by default 2023-05-09 14:49:26 -04:00
cli Move all docker and external db code to `piker.service` 2023-03-09 15:37:42 -05:00
data test_ems: doc out some remaining suites 2023-05-09 14:49:46 -04:00
fsp Use more "hierarchical" schema for fsp shm segment names 2023-05-09 14:49:26 -04:00
service Drop `Optional` usage from marketstore module 2023-05-09 14:49:46 -04:00
testing Pass a config `tmp_dir: Path` to the runtime when testing 2023-03-09 15:37:43 -05:00
ui ui._display: no downsampling on history chart default view call 2023-05-09 14:49:46 -04:00
watchlists Add license headers to pertinent files 2020-11-06 12:23:14 -05:00
__init__.py Start `piker.service` sub-package 2023-03-09 15:37:42 -05:00
_cacheables.py Fix up `@async_lifo_cache` typing, add TODOs for move to `tractor` 2023-05-09 14:49:26 -04:00
_profile.py Make profiler work when nested and not? 2023-02-13 12:27:58 -05:00
calc.py Lul, adhere to returning `str`s in `humanize()` 2022-01-25 07:57:01 -05:00
config.py Rework `.config` routines to use `pathlib.Path` 2023-05-09 14:49:26 -04:00
log.py Doc string and types bump in loggin mod 2023-03-09 15:37:42 -05:00
trionics.py Start trionics mod with an `async_enter_all` 2022-01-23 19:41:57 -05:00