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

feat: class detailed order book #61

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Conversation

denverbaumgartner
Copy link
Contributor

rubi-py PR

  • Note - please make sure the title of your PR follows semantic versioning
  • Ex. fix/feat/refactor: description
  • For a breaking change, that will bump an entire version, please use !. Ex. refactor!: description

Description

Adds a DetailedOrderBook that can be created from a subgraph query that contains detailed information regarding an order book instance and expands the base `OrderBook class

What was the issue?

the existing order book classed lacked detailed information about the orders that it represented.

What were the changes?

within rubicon_types and data/market.py

What type of change was this

  • fix - fixing bugs and adding small changes (X.X.X+1)
  • feat - introducing a new feature (X.X+1.X)
  • breaking - a breaking API change (X+1.X.X)

@denverbaumgartner denverbaumgartner marked this pull request as draft July 15, 2023 17:22
@denverbaumgartner
Copy link
Contributor Author

moved to draft until further testing can occur, namely on book updates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant