Conversation
10 tasks
xbtmatt
force-pushed
the
ENG-118
branch
2 times, most recently
from
January 8, 2026 00:41
b3f92b6 to
c549807
Compare
xbtmatt
force-pushed
the
ENG-117
branch
2 times, most recently
from
January 12, 2026 18:22
028cf58 to
96fb80b
Compare
alnoki
approved these changes
Jan 13, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 37 out of 38 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
alnoki
approved these changes
Jan 13, 2026
alnoki
requested changes
Jan 13, 2026
alnoki
left a comment
Contributor
There was a problem hiding this comment.
See copilot review - appears to be copy-paste issues in tests
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 38 out of 39 changed files in this pull request and generated 4 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
alnoki
approved these changes
Jan 14, 2026
alnoki
pushed a commit
that referenced
this pull request
Jan 14, 2026
# Description Adds the `MarketOrder` instruction that fills up or down the book depending on the type of order. - [x] Add the `MarketOrder` instruction - [x] Add the `MarketOrderEvent` event data and emit it - [x] Add unit tests for individual functions - [x] Transfer coins to/from the taker directly rather than creating / updating a seat - [x] Update the maker's seat on transfer - [x] Add proper account dependencies to the context and client APIs - [x] Remove/fix hardcoded values in the `market_order` example - [x] Ensure the maker's seat is properly updated after filling - [x] Ensure the maker's seat is properly updated after posting an order (can go in #51) - [x] Clean up the huge function body in `process_market_order` and split it up into multiple different functions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds bids and asks as individual, traversable data structures in the market account data.
This PR focuses on maker operations with limited/no support for taker operations yet.
bids_dll_headasks_dll_headcargo docwith flags runs cleanly as well as all cargo doc testsMaker operations
Tests
Adds unit tests for the market order operations: