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

Cherry-pick changes for indexer v1.0.2 #787

Merged
merged 18 commits into from
Nov 10, 2023

Conversation

vincentwschau
Copy link
Contributor

Changelist

Cherry-picked changes for indexer v1.0.2.

Test Plan

Will test in staging.

Author/Reviewer Checklist

  • If this PR has changes that result in a different app state given the same prior state and transaction list, manually add the state-breaking label.
  • If this PR isn't state-breaking but has changes that modify behavior in PrepareProposal or ProcessProposal, manually add the label proposal-breaking.
  • If this PR is one of many that implement a specific feature, manually label them all feature:[feature-name].
  • If you wish to for mergify-bot to automatically create a PR to backport your change to a release branch, manually add the label backport/[branch-name].
  • Manually add any of the following labels: refactor, chore, bug.

Christopher-Li and others added 18 commits November 9, 2023 21:56
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
…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.
…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)
Copy link
Contributor

coderabbitai bot commented Nov 10, 2023

Important

Auto Review Skipped

Auto 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 .coderabbit.yaml file in this repository.

To trigger a single review, invoke the @coderabbitai review command.


Tips

Chat with CodeRabbit Bot (@coderabbitai)

  • If you reply to a review comment from CodeRabbit, the bot will automatically respond.
  • To engage with CodeRabbit bot directly around the specific lines of code in the PR, mention @coderabbitai in your review comment
  • Note: Review comments are made on code diffs or files, not on the PR overview.
  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai help to get help.
  • @coderabbitai resolve to resolve all the CodeRabbit review comments.

Note: For conversation with the bot, please use the review comments on code diffs or files.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

@vincentwschau vincentwschau merged commit 6f25fac into release/indexer/v1.x Nov 10, 2023
11 checks passed
@vincentwschau vincentwschau deleted the vincentc/cherry-pick-indexer-1-0-2 branch November 10, 2023 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

5 participants