-
Notifications
You must be signed in to change notification settings - Fork 117
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
Cherry-pick changes for indexer v1.0.2 #787
Cherry-pick changes for indexer v1.0.2 #787
Conversation
…unreplaced BEST_EFFORT_CANCELED orders (#716)
Also rename functions to have dydx_ prefix to allow for script deletion to successfully remove and update these functions during ender deployment.
…ction. Also fix fill and order models since clientMetadata is a nullable field. (#734) * [IND-465] Add support for liquidation handler to use a single SQL function. Also fix fill model since clientMetadata is a nullable field and the database already reflects that it is nullable.
…#737) * [IND-467] Push ender market create logic to use a single sql function
…#745) * [IND-468] Push ender market modify logic to use a single SQL function
…es via a SQL function. (#746)
…L function. (#752) * [IND-475] Update ender `update clob pair` handler to execute via a SQL function.
…a a SQL function. (#755) * [IND-476] Update ender update perpetual handler to execute updates via a SQL function.
… a SQL function. (#760)
…canceled (#753) * [IND-450]: Prevent orders transitioning from canceled to best effort canceled * fix liquidations * nits * lint
* [IND-482]: Send timing fields for orders when possible * nit and fix test
…rs to use a SQL function to perform reads & updates. (#774)
Important Auto Review SkippedAuto reviews are disabled on base/target branches other than the default branch. Please add the base/target branch pattern to the list of additional branches to be reviewed in the settings. Please check the settings in the CodeRabbit UI or the To trigger a single review, invoke the TipsChat with CodeRabbit Bot (
|
Changelist
Cherry-picked changes for indexer v1.0.2.
Test Plan
Will test in
staging
.Author/Reviewer Checklist
state-breaking
label.PrepareProposal
orProcessProposal
, manually add the labelproposal-breaking
.feature:[feature-name]
.backport/[branch-name]
.refactor
,chore
,bug
.