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

[Orderbook]: Orderbook rename and module refactor #24

Merged
merged 3 commits into from
Feb 17, 2024

Conversation

AlpinYukseloglu
Copy link
Collaborator

@AlpinYukseloglu AlpinYukseloglu commented Feb 16, 2024

Closes: #23

What is the purpose of the change

Renames order_book usage to orderbook. Also makes root crate orderbook. Finally, also moves up the orderbook module into src to be consistent with redbank's architecture, which seems quite well abstracted (the internal orderbook module was a little redundant and ultimately wouldn't save too much time for future use of this orderbook code in perps anyway).

Testing and Verifying

This change is a trivial rework / code cleanup without any test coverage.

@AlpinYukseloglu AlpinYukseloglu changed the title Orderbook rename and module refactor [Orderbook]: Orderbook rename and module refactor Feb 16, 2024
@crnbarr93 crnbarr93 merged commit 63ac430 into main Feb 17, 2024
2 checks passed
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.

[Orderbook]: Rename uses of order_books to orderbooks
2 participants