-
Notifications
You must be signed in to change notification settings - Fork 65
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
Openbook V2 Integration #836
Merged
Merged
Conversation
This file contains 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
…ons, add basic openbook tests
ckamm
reviewed
Jan 4, 2024
github-actions
bot
added
dependency
Dependency updates
program
On-chain program changes
client
TS client changes
labels
Jan 8, 2024
ckamm
reviewed
Jan 9, 2024
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.
MangoAccount::expected_health_accounts()
needs an update for obv2 EDIT: done
ckamm
reviewed
Jan 9, 2024
programs/mango-v4/src/instructions/openbook_v2_cancel_all_orders.rs
Outdated
Show resolved
Hide resolved
programs/mango-v4/src/instructions/openbook_v2_cancel_all_orders.rs
Outdated
Show resolved
Hide resolved
programs/mango-v4/src/instructions/openbook_v2_close_open_orders.rs
Outdated
Show resolved
Hide resolved
programs/mango-v4/src/instructions/openbook_v2_close_open_orders.rs
Outdated
Show resolved
Hide resolved
programs/mango-v4/src/instructions/openbook_v2_close_open_orders.rs
Outdated
Show resolved
Hide resolved
ckamm
reviewed
Jan 10, 2024
programs/mango-v4/src/instructions/openbook_v2_register_market.rs
Outdated
Show resolved
Hide resolved
programs/mango-v4/src/instructions/openbook_v2_register_market.rs
Outdated
Show resolved
Hide resolved
programs/mango-v4/src/instructions/openbook_v2_register_market.rs
Outdated
Show resolved
Hide resolved
ckamm
reviewed
Apr 17, 2024
The size is somewhat arbitrary, but borsh serializes the vec length as 4 bytes, so 4 (0-length vec) is more realistic than 1.
ever since the migration, all accounts are guaranteed to be long enough
github-actions
bot
added
documentation
Improvements or additions to documentation
devops
DevOps changes
labels
Apr 18, 2024
ckamm
approved these changes
Apr 18, 2024
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.
Pending issues:
- fix bug in openbook v2 program, update fixture, uncomment test code
- test liquidator, maybe write obv2_liq_force_cancel program test
* program: openbook v2 - change some data layout * program: openbook v2 - change param order for coherence with openbook v1
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
obv2 sha1: 8928d4cb23efe4864fc05aab9f00519eacf83720
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
client
TS client changes
dependency
Dependency updates
devops
DevOps changes
documentation
Improvements or additions to documentation
program
On-chain program changes
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.
ckamm's pending: