piker/piker
Tyler Goodlet 4f36a03df2 Ensure clearing table entries are time-sorted..
Not sure how this worked before but, the PPU calculation critically
requires that the order of clearing transactions are in the correct
chronological order! Fix this by sorting `trans: dict[str, Transaction]`
in the `PpTable.update_from_trans()` method.

Also, move the `get_likely_pair()` parser from the `kraken` backend here
for future use particularly when we revamp the asset-transaction
processing layer.
2023-05-09 14:49:25 -04:00
..
brokers Run autopep8, add default case for message stream match case 2023-04-21 21:16:14 -04:00
clearing Start `piker.service` sub-package 2023-03-09 15:37:42 -05:00
cli Move all docker and external db code to `piker.service` 2023-03-09 15:37:42 -05:00
data numpy: drop `numpy.float` in py311 2023-05-04 12:01:59 -04:00
fsp Fix history array name 2023-02-12 13:55:26 -05:00
service Don't double send `enable_modules` and `debug_mode` in kwargs.. 2023-03-10 10:30:26 -05:00
testing Pass a config `tmp_dir: Path` to the runtime when testing 2023-03-09 15:37:43 -05:00
ui numpy: drop `numpy.float` in py311 2023-05-04 12:01:59 -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 Port to new `tractor.trionics.maybe_open_context()` api 2022-01-23 21:01:38 -05: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 Pull testing config dir from `tractor` runtime vars 2023-03-09 15:37:43 -05:00
log.py Doc string and types bump in loggin mod 2023-03-09 15:37:42 -05:00
pp.py Ensure clearing table entries are time-sorted.. 2023-05-09 14:49:25 -04:00
trionics.py Start trionics mod with an `async_enter_all` 2022-01-23 19:41:57 -05:00