-
Notifications
You must be signed in to change notification settings - Fork 3
add host sim #132
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
add host sim #132
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
33415a3 to
d672bf5
Compare
579a7a3 to
a853470
Compare
a853470 to
19236a0
Compare
554d991 to
01d39a5
Compare
Evalir
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks solid so far, few qs
| // This is redundant with the driver, however, we double check here. | ||
| // If perf is hit too much we can remove. | ||
| self.rollup | ||
| .fill_state() | ||
| .check_ru_tx_events(&outputs.bundle_fills, &outputs.bundle_orders)?; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why double check? genuine question, want to understand the reasoning
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not? maybe i did it wrong the first time lol
26ccfb3 to
9ca5e32
Compare
5e8de00 to
f963913
Compare
f963913 to
5a5c524
Compare
5a5c524 to
b64aaee
Compare
Evalir
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, let's send it

This PR does a few things and includes more drive-bys than it should
OrderDetectorto allow it to identify fills on both host and rollup