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

feat(adex-cli): enable, get-enabled, orderbook, sell, buy provided #1768

Merged
merged 62 commits into from
Jun 21, 2023

Commits on May 22, 2023

  1. Change sell/buy info

    Move legacy data to mm2_rpc_data
    introduce writeln_safe_io
    got rid of zcredits
    Rollback zcredits field
    Provide commands buy, sell, orderbook, enable, get-enabled etc.
    Use common protocol data types
    rozhkovdmitrii committed May 22, 2023
    Configuration menu
    Copy the full SHA
    50dc6dc View commit details
    Browse the repository at this point in the history
  2. taker status http

    rozhkovdmitrii committed May 22, 2023
    Configuration menu
    Copy the full SHA
    790ed4a View commit details
    Browse the repository at this point in the history
  3. Got rid off errors

    rozhkovdmitrii committed May 22, 2023
    Configuration menu
    Copy the full SHA
    5de5a77 View commit details
    Browse the repository at this point in the history
  4. Cargo.lock

    rozhkovdmitrii committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ad4a5d8 View commit details
    Browse the repository at this point in the history
  5. clippy checks

    rozhkovdmitrii committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ffbff36 View commit details
    Browse the repository at this point in the history
  6. Got rid of errors

    rozhkovdmitrii committed May 22, 2023
    Configuration menu
    Copy the full SHA
    d7f9217 View commit details
    Browse the repository at this point in the history
  7. Got rid of redundant timeouts

    rozhkovdmitrii committed May 22, 2023
    Configuration menu
    Copy the full SHA
    dd5be2e View commit details
    Browse the repository at this point in the history
  8. Introduce cooldown timeout for testserver

    rozhkovdmitrii authored and rozhkovdmitrii committed May 22, 2023
    Configuration menu
    Copy the full SHA
    7ea7140 View commit details
    Browse the repository at this point in the history
  9. Introduce cooldown timeout for testserver

    rozhkovdmitrii committed May 22, 2023
    Configuration menu
    Copy the full SHA
    60da4f8 View commit details
    Browse the repository at this point in the history
  10. Introduce cooldown timeout for testserver

    rozhkovdmitrii committed May 22, 2023
    Configuration menu
    Copy the full SHA
    81dde42 View commit details
    Browse the repository at this point in the history
  11. Introduce cooldown timeout for testserver

    rozhkovdmitrii committed May 22, 2023
    Configuration menu
    Copy the full SHA
    3cdcae8 View commit details
    Browse the repository at this point in the history
  12. Renaming

    rozhkovdmitrii committed May 22, 2023
    Configuration menu
    Copy the full SHA
    21d3bc4 View commit details
    Browse the repository at this point in the history
  13. Introcude orderbook mod

    rozhkovdmitrii committed May 22, 2023
    Configuration menu
    Copy the full SHA
    68c47ce View commit details
    Browse the repository at this point in the history
  14. Satisfy code review remarks

    rozhkovdmitrii committed May 22, 2023
    Configuration menu
    Copy the full SHA
    520ffb7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fa5b0f5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c28c54c View commit details
    Browse the repository at this point in the history
  17. Got rid of redundant trait

    rozhkovdmitrii committed May 22, 2023
    Configuration menu
    Copy the full SHA
    0395f02 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Improve activation scheme implementation

    rozhkovdmitrii committed May 25, 2023
    Configuration menu
    Copy the full SHA
    9c3c200 View commit details
    Browse the repository at this point in the history
  2. Introduce mm2_rpc data as a feature part of mm2_rpc crate

    rozhkovdmitrii committed May 25, 2023
    Configuration menu
    Copy the full SHA
    133bb88 View commit details
    Browse the repository at this point in the history
  3. Check public scope one more time

    rozhkovdmitrii committed May 25, 2023
    Configuration menu
    Copy the full SHA
    58e69ab View commit details
    Browse the repository at this point in the history
  4. introduce anyhow

    rozhkovdmitrii committed May 25, 2023
    Configuration menu
    Copy the full SHA
    fea0016 View commit details
    Browse the repository at this point in the history
  5. Fix wasm build

    rozhkovdmitrii committed May 25, 2023
    Configuration menu
    Copy the full SHA
    9a902e4 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. CHANGELOG.md

    rozhkovdmitrii committed May 26, 2023
    Configuration menu
    Copy the full SHA
    fbce505 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Got rid of a couple expectations

    rozhkovdmitrii committed May 30, 2023
    Configuration menu
    Copy the full SHA
    55ab31a View commit details
    Browse the repository at this point in the history
  2. Got rid of unwrap

    rozhkovdmitrii committed May 30, 2023
    Configuration menu
    Copy the full SHA
    210f15f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev' into feature-1682-interoperating

    rozhkovdmitrii committed May 30, 2023
    Configuration menu
    Copy the full SHA
    64faf2b View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. taker_match last_updated fixed

    rozhkovdmitrii committed May 31, 2023
    Configuration menu
    Copy the full SHA
    f0dc9f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. refactor: Got rid of ActivationScheme::new in favor of the Default

    …trait
    rozhkovdmitrii committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    7c71ad8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3324651 View commit details
    Browse the repository at this point in the history
  3. chore: update Cargo.lock

    rozhkovdmitrii committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    3c35b83 View commit details
    Browse the repository at this point in the history
  4. doc: Roll back CHANGELOG.md

    rozhkovdmitrii committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    da26c05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98a8a0c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    080699d View commit details
    Browse the repository at this point in the history
  7. Merge branch 'dev' into feature-1682-interoperating

    rozhkovdmitrii committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    ea5b019 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    107c054 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. refactor(best_orders): rename ActivationScheme internal methods get_c…

    …oin_pair->get_coin_activation_command
    rozhkovdmitrii committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    cd86c6c View commit details
    Browse the repository at this point in the history
  2. fix: was not able to compile

    rozhkovdmitrii committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    79b42fc View commit details
    Browse the repository at this point in the history
  3. refactor: hide http mock data

    rozhkovdmitrii committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    a100b5a View commit details
    Browse the repository at this point in the history
  4. refactor: introduce SetConfigArgs that resulted in procedure was simp…

    …lified a little
    rozhkovdmitrii committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    fe0d4fb View commit details
    Browse the repository at this point in the history
  5. refactor: SmartFractPrecision were introduced as a part of smart_frac…

    …tion_fmt.rs module
    rozhkovdmitrii committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    ae2622e View commit details
    Browse the repository at this point in the history
  6. refactor: Use format instead of concatenation for base_vol_head and r…

    …el_price_head
    rozhkovdmitrii committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    1ddb260 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    95b2b3e View commit details
    Browse the repository at this point in the history
  8. Merge branch 'dev' into feature-1682-interoperating

    # Conflicts:
    #	mm2src/mm2_main/src/database/my_orders.rs
    rozhkovdmitrii committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    101c805 View commit details
    Browse the repository at this point in the history
  9. fix: roll back some changes after merge

    rozhkovdmitrii committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    f561d7c View commit details
    Browse the repository at this point in the history
  10. fix: avoid some clippy warnings

    rozhkovdmitrii committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    2b1ed31 View commit details
    Browse the repository at this point in the history
  11. fix: avoid some clippy warnings

    rozhkovdmitrii committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    fc368e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Merge branch 'dev' into feature-1682-interoperating

    # Conflicts:
    #	mm2src/mm2_main/src/lp_ordermatch.rs
    #	mm2src/mm2_main/src/lp_ordermatch/best_orders.rs
    #	mm2src/mm2_main/src/lp_ordermatch/orderbook_rpc.rs
    #	mm2src/mm2_main/tests/docker_tests/docker_tests_common.rs
    #	mm2src/mm2_main/tests/mm2_tests/best_orders_tests.rs
    rozhkovdmitrii committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    36f006f View commit details
    Browse the repository at this point in the history
  2. refactor: publicity restrictions were revised

    rozhkovdmitrii committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    5ed1926 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. refactor: got rid of Copy deriving on legacy rpc data types

    rozhkovdmitrii committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    8983003 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be449bd View commit details
    Browse the repository at this point in the history
  3. refactor: rename EnabledCoin to EnabledCoinV2 inside `get_enabled…

    …_coins.rs`
    rozhkovdmitrii committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    71f3bef View commit details
    Browse the repository at this point in the history
  4. refactor: prefer to use to_string() instead of to_ownerd() or `in…

    …to()`
    rozhkovdmitrii committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    055038d View commit details
    Browse the repository at this point in the history
  5. refactor: use json::to_... methods where serde_json is imported a…

    …s `json`
    rozhkovdmitrii committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    bd6d447 View commit details
    Browse the repository at this point in the history
  6. refactor: got rid of dep: prefix if a feature dependency is being s…

    …tated
    rozhkovdmitrii committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    5d30977 View commit details
    Browse the repository at this point in the history
  7. refactor: got rid of Copy deriving on legacy rpc data types

    rozhkovdmitrii committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    495e426 View commit details
    Browse the repository at this point in the history
  8. chore(adex-cli): Update Cargo.lock again

    rozhkovdmitrii committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    a1c23a6 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. refactor: panic free version RPC was provided

    rozhkovdmitrii committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    ada5e70 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dev' into feature-1682-interoperating

    # Conflicts:
    #	mm2src/mm2_main/src/lp_swap/taker_swap.rs
    #	mm2src/mm2_main/tests/mm2_tests/iris_swap.rs
    rozhkovdmitrii committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    1c45d03 View commit details
    Browse the repository at this point in the history
  3. fix: got rid of redundant import

    rozhkovdmitrii committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    9184d48 View commit details
    Browse the repository at this point in the history
  4. refactor: move fmt.rs and io.rs under write_safe module

    rozhkovdmitrii committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    4fcfa40 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    ff5ebf7 View commit details
    Browse the repository at this point in the history
  2. refactor: got rid of redundant pub(self)

    rozhkovdmitrii committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    53b36ed View commit details
    Browse the repository at this point in the history