-
all the private repos that msft would want to mine are prolly here.. Bo
- Joined on
2023-08-13
goodboy pushed to hilevel_serman at goodboy/tractor
-
840c328f19 Better separate service tasks vs. ctxs via methods
-
46dbe6d2fc Mv over `ServiceMngr` from `piker` with mods
-
f08e888138 Initial idea-notes dump and @singleton factory idea from `trio`-gitter
-
441cf0962d TOSQUASH: 9002f60 howtorelease.md file
-
fb04f74605 Draft a (pretty)`Struct.fields_diff()`
- Compare 20 commits »
goodboy pushed to aio_abandons at goodboy/tractor
-
fb04f74605 Draft a (pretty)`Struct.fields_diff()`
-
aa1f6fa4b5 Spitballing how to expose custom `msgspec` type hooks
-
9002f608ee Add `notes_to_self/howtorelease.md` reminder doc
-
8ebc022535 Add TODO for a runtime-vars passing mechanism
-
e26fa8330f Change masked `.pause()` line
- Compare 11 commits »
goodboy pushed to aio_abandons at goodboy/tractor
-
b875b35b98 Change `tractor.breakpoint()` to new `.pause()` in test suite
-
46ddc214cd Wrap `asyncio_bp.py` ex into test suite
-
b3ee20d3b9 Add `breakpoint()` hook restoration example + test
-
cf3e6c1218 Rename `n: trio.Nursery` -> `tn` (task nursery)
-
8af9b0201d Messy-teardown `DebugStatus` related fixes
- Compare 5 commits »
goodboy commented on issue pikers/piker#14
kraken
broker/live-trade-ctl roaming support is borked, ws subscribe layer raises 'ESession:Invalid session'
...
Also, thinking ahead, we should definitely aim for having at least a small suite of "roaming `brokerd`/`datad`" tests for backends that can support it. More or less this should verify that each…
goodboy opened issue pikers/piker#14
kraken
broker/live-trade-ctl roaming support is borked, ws subscribe layer raises 'ESession:Invalid session'
...
goodboy pushed to hilevel_serman at goodboy/tractor
-
9eb7741822 Initial idea-notes dump and @singleton factory idea from `trio`-gitter
goodboy pushed to fix_deribit_hist_queries at pikers/piker
-
5cefe8bcdb `deribit.feed`: fix "trade" event streaming
goodboy opened issue pikers/piker#12
order-book
lib sometimes core-dumps on ctl-c.. (deribit
, cryptofeed
deps)
goodboy pushed to fix_deribit_hist_queries at pikers/piker
-
d96e9d4f11 Ignore non-`.parquet` (suffixed) paths for now during tsdb fs-indexing
-
a0dcf14aba Mask `ruff` config and pin `websockets=0.12`
- Compare 2 commits »
goodboy commented on pull request pikers/piker#8
Deribit broker fixAlso added live feed support fully workin to that pr eh! #### STILL TODO: - [ ] trying to use the mkt search seems to still be borked on `eth`? 
-
dafd5a3ca5 Bit more `cryptofeed` adapter formatting and typing for clarity..
-
b9dde98d1e .deribit.venues: add todo for an ideal `OptionPair.expiry` fmt/value
-
1616cc0e82 `.data._sampling`: warn about subscriber-less msgs
-
0a2ed195a7 Add `.log.mk_repr()` to create `reprlib.Repr`s
- Compare 5 commits »
goodboy opened issue pikers/piker#11
deribit
: options fqmes with a single digit "day" in the expiry token fail to parse
goodboy commented on pull request pikers/piker#8
Deribit broker fix@ntorres ok so pushing up a sub-dev-branch for resolving a the history backfilling which is summarized in the sub-pr here ^^
goodboy pushed to fix_deribit_hist_queries at pikers/piker
-
28e8628c61 Report the closest (via fuzzy match) pairs on unmatched input
-
b734245183 Signal hist start using `OptionPair.creation_timestamp`
-
dc2c379d86 `.deribit.api` bit of tidying/typing
-
be84d0dae1 'Fix `Optional` and use `'linear/reverse'` in `OptionPair.venue`'
-
bdc3bc9219 Mk jsronrpc's underlying ws timeout `float('inf')`
- Compare 5 commits »
goodboy pushed to fix_deribit_hist_queries at pikers/piker
-
9232d09440 Refine history gap/termination signalling
-
f96bd51442 Only use `frame_types` if delivered during enter
- Compare 2 commits »
goodboy commented on pull request pikers/piker#8
Deribit broker fixOk so yeah, as per a nice in depth paired bug scan today i think we made some good progress on gettin this bby almost fully workin again B) Things we solved and i need to commit: - fix to…