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

Merge release-horizon-v2.23.0 into master #4702

Merged
merged 3 commits into from
Dec 6, 2022
Merged

Commits on Nov 21, 2022

  1. exp/orderbook: Reallocate offer slice after removals

    The code in this PR reallocates offers slice after each offer removal.
    
    This is done to prevent situation keeping a large chunks of allocated but unused
    memory that can lead to OOM crash.
    bartekn committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    bc9e561 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    21d4f9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    131110f View commit details
    Browse the repository at this point in the history