Skip to content

Commit

Permalink
Add a note in readme about cancel order improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSamWitch committed Feb 3, 2024
1 parent e8ce02b commit 8afc072
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Potential improvements:

- Use an `orderId` per price level insted of global, so that they are always sequential
- Range delete of the red-black tree using split/join
- When cancelling an order some of the shifting logic can be improved to move some orders in segments in 1 go.

To start copy the `.env.sample` file to `.env` and fill in `PRIVATE_KEY` at a minimum (starts with `0x`).

Expand Down

0 comments on commit 8afc072

Please sign in to comment.