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

Restrict Orderbook Amount #3791

Merged
merged 2 commits into from
Aug 23, 2024
Merged

Restrict Orderbook Amount #3791

merged 2 commits into from
Aug 23, 2024

Conversation

crnbarr93
Copy link
Contributor

What is the purpose of the change:

These changes restrict the amount of orderbooks available in the FE while we create a solution for the orders query.

@crnbarr93 crnbarr93 requested a review from a team August 23, 2024 16:50
Copy link

vercel bot commented Aug 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
osmosis-frontend 🔄 Building (Inspect) Visit Preview 💬 Add feedback Aug 23, 2024 4:50pm
4 Skipped Deployments
Name Status Preview Comments Updated (UTC)
osmosis-frontend-datadog ⬜️ Ignored (Inspect) Aug 23, 2024 4:50pm
osmosis-frontend-dev ⬜️ Ignored (Inspect) Aug 23, 2024 4:50pm
osmosis-frontend-edgenet ⬜️ Ignored (Inspect) Aug 23, 2024 4:50pm
osmosis-testnet ⬜️ Ignored (Inspect) Aug 23, 2024 4:50pm

Copy link
Contributor

coderabbitai bot commented Aug 23, 2024

Caution

Review failed

The pull request is closed.

Walkthrough

The recent changes involve the implementation of filtering criteria based on pool_id across various functions and components. Specifically, the getOrderbookPools and getFreshItems methods now exclude orderbooks with a pool_id of 2065 or greater. Additionally, the OrderHistory component has been updated for enhanced data handling, including a new refetch interval and refined order counting logic. These modifications collectively aim to improve data accuracy and update frequency throughout the application.

Changes

Files and Paths Change Summary
packages/server/src/queries/.../pools.ts Modified getOrderbookPools to filter out orderbooks with pool_id >= 2065 before mapping.
packages/trpc/src/orderbook-router.ts Updated getFreshItems to filter pools for poolId < 2065 before extracting contractAddress values.
packages/web/components/.../orders-history/index.tsx Enhanced OrderHistory with a refetchInterval of 15000ms, updated the logic for counting filled orders, and refined parameters for the claimAllOrders function.
packages/web/hooks/limit-orders/use-orderbook.ts Altered useOrderbookAllActiveOrders to include cacheTime and staleTime, and modified useOrderbookClaimableOrders to change parameter names and introduce orders array.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

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 an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • 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/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@crnbarr93 crnbarr93 merged commit 7ec75c0 into stage Aug 23, 2024
26 of 27 checks passed
@crnbarr93 crnbarr93 deleted the connor/limit-orderbooks branch August 23, 2024 16:53
mattupham added a commit that referenced this pull request Aug 23, 2024
* In Given Out (#3773)

* feat: initial in given out implementation

* feat: inputs and relative buttons wired in to correct quotes

* fix: route display

* feat: functioning swaps for in given out

* feat: working in given out

* fix: improved swap denoms button

* chore: remove logs

* fix: missing dependencies for hook

* fix: readded localstorage for swapped pairs, fixed asset page denoms for limit orders

* fix: adjusted gas estimate loading state

* fix: asset price chart advance view bg

* fix: readded feature flag for limit orders

* fix: flipped trade details ratio ordering

* fix: limit order ratio shows current market

* refactor: replicated disabled/loading state for old swap tool

* feat: added out given in to buy/sell

* fix: limit input with decimal start

* fix: reset now resets output

* feat: [WIP] swap exact amount out

* fix: price formatting for buy/sell fiat inputs

* feat: implemented default slippage for in-given-out

* chore: removed log

* feat: added new slippage defaults to swap tab

* build: fix errors

* fix: use swap hook infinite load

* feat: added more amplitude events

* fix: input starting with . for swap tab

* feat: hide percent change when below 1%

* feat: market price now shows 0%

* chore: updated tooltips

* chore: localizations

* fix: spacing

* fix: removed unused localization

* fix: display values for new quote type

* chore: localizations

* fix: in given out refetch dropped to 10 seconds

* fix: sell tab non focused display

* feat: dynamic slippage for in-given-out

* feat: added inGivenOut feature flag

* fix: adjusted slippage resetting

* fix: removed unused file

* Apply suggestions from code review

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* fix: renamed slippage variable and fixed comments

* fix: added handler for alternate slippage error

* feat: added handlers for slippage over balance

* fix: loading state for buy/sell tab

* refactor: moved amount with slippage calculation to a hook

* refactor: cleaned up nonFocusedDisplayAmount

* fix: reinstated balance query for exact amount out

* fix: added number formatting for swap tab inputs

* feat: added OCT to in given out

* chore: localizations

* refactor: useQueryRouterBestQuote changes

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* [In Given Out]: Feature Flag (#3781)

* fix: improved inGivenOut FF disabled behavior

* fix: clear inputs on swap

* fix: added cases for if user has input and in given out ff is disabled

* fix: swap inputs on empty value

* Swap more OSMO to ATOM (#3782)

* (Deposit/Withdraw) Display Keplr EVM correctly (#3771)

* [In Given Out]: Default input adjustments (#3784)

* fix: button disabled for limit

* feat: default display for buy/sell tab

* refactor: wrapped updating code in useEffect

* fix: loading state for button

* feat: added slippage warning for default too high (#3787)

* Mattupham/fe 784 portfolio v2 open orders / limit orders (#3786)

* open orders

* Add base values for limit orders

* Add open orders

* Clean up styles

* Clean up styles

* Base i18n

* i18n

* Update quote asset

* fix: remove logs and correct limit input amount (#3788)

* feat: add account address to txn scan endpoint (#3783)

* Restrict Orderbook Amount  (#3791)

* fix: limited orderbook pools for orders query

* fix: restrict pools from SQS rather than in orderbook router

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: yakuramori <[email protected]>
Co-authored-by: Jose Felix <[email protected]>
Co-authored-by: Matt Upham <[email protected]>
Co-authored-by: PaddyMc <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants