Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deribit updates #471

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Deribit updates #471

wants to merge 11 commits into from

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    c85324f View commit details
    Browse the repository at this point in the history
  2. deribit: various lib API compat fixes

    - port to new `msgspec` "default fields must come after non-default
      ones" shite they changed.
    - adjust to  `open_jsonrpc_session()` kwarg remap: `dtype` ->
      `response_type=JSONRPCResult`.
    goodboy committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    18d7044 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3bfe541 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6fd2ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ea850e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1bd421a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c83847 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Remove cryptofeeds/asyncio from deribit backend

    Add hook management to open_jsonrpc_session helper
    guilledk committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    1c833e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    fef8073 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Fruther generalize json_rpc hook mechanic to allow for multi hook, Ad…

    …d new maybe_open_ticker_feed to stream greeks, iv, open interest of an instrument
    guilledk committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    77fbc7e View commit details
    Browse the repository at this point in the history
  2. Add stream ticker test

    guilledk committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    926ab1d View commit details
    Browse the repository at this point in the history