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

refactor: use sdk.Dec for quantities #168

Merged
merged 32 commits into from
Aug 7, 2023
Merged

refactor: use sdk.Dec for quantities #168

merged 32 commits into from
Aug 7, 2023

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    6871442 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    01456f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b4776f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f650bd View commit details
    Browse the repository at this point in the history
  4. test: fix test

    kingcre committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    7c4b51d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c218d7 View commit details
    Browse the repository at this point in the history
  6. fix: fix bug in ConstructTempOrderBookSide

    also add test for decimal quantity
    kingcre committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b133382 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. refactor: remove transient balance and QueueSendCoins

    instead use Escrow type
    kingcre committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5948fa3 View commit details
    Browse the repository at this point in the history
  2. chore: do not sort orders

    kingcre committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    59b0ffb View commit details
    Browse the repository at this point in the history
  3. chore: remove dead code

    kingcre committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d17639f View commit details
    Browse the repository at this point in the history
  4. chore: remove prints

    kingcre committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    472c98b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. fix: refine matching logic

    kingcre committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    61994c8 View commit details
    Browse the repository at this point in the history
  2. refactor: rename TempOrder to MemOrder

    also split files
    kingcre committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f0fd3b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    33a563d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    bc47f1e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    f94b071 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08fc9b8 View commit details
    Browse the repository at this point in the history
  3. test: add missing simulation operations

    having performance issue, need to solve it afterward
    kingcre committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    c69d78c View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    e9cb9ad View commit details
    Browse the repository at this point in the history
  2. test: simulate MsgCollect

    kingcre committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    941d9f0 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    30030eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca3ab02 View commit details
    Browse the repository at this point in the history
  3. test: fix test

    kingcre committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    af476f9 View commit details
    Browse the repository at this point in the history
  4. feat: add helper function

    kingcre committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    de3d3ca View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    5fc54d4 View commit details
    Browse the repository at this point in the history
  2. test: fix test

    kingcre committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c55175a View commit details
    Browse the repository at this point in the history
  3. test: fix test

    kingcre committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e5a01f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    475e840 View commit details
    Browse the repository at this point in the history
  2. test: fix invariant test

    kingcre committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    cc6f875 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47425ab View commit details
    Browse the repository at this point in the history
  4. fix: use escrow correctly

    kingcre committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    667523b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ed6b2e View commit details
    Browse the repository at this point in the history