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

[CORE] orderbook recheckidx fix #4969

Open
wants to merge 7 commits into
base: develop
Choose a base branch
from

Commits on Nov 22, 2024

  1. test

    rizer1980 committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    bd1baed View commit details
    Browse the repository at this point in the history
  2. In the previous implementation there was a bug if the size of the ord…

    …er array was zero.
    
    I did not go through all the check options. And limited myself to only the two most common options. I do not want to make a mistake somewhere again.
    rizer1980 committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a417535 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. add tests

    rizer1980 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    885567b View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. format fix

    rizer1980 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    9f8ea14 View commit details
    Browse the repository at this point in the history
  2. format fix

    rizer1980 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    5abcca8 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'XChange-rizer-public-fork/PR/orderbook-…

    …recheckidx-debug' into PR/orderbook-recheckidx-debug
    
    # Conflicts:
    #	xchange-core/src/main/java/org/knowm/xchange/dto/marketdata/OrderBook.java
    rizer1980 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    9e30af3 View commit details
    Browse the repository at this point in the history
  4. fix

    rizer1980 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    a1bd6c0 View commit details
    Browse the repository at this point in the history