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

Express relay python searcher #1319

Merged
merged 59 commits into from
Mar 15, 2024
Merged

Express relay python searcher #1319

merged 59 commits into from
Mar 15, 2024

Commits on Feb 22, 2024

  1. move js searcher sdk

    ani authored and ani committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f4f2ba1 View commit details
    Browse the repository at this point in the history
  2. add the python searcher sdk

    ani authored and ani committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    474501d View commit details
    Browse the repository at this point in the history
  3. remove pycache

    ani authored and ani committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    574b8ff View commit details
    Browse the repository at this point in the history
  4. create class for simple searcher

    ani authored and ani committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    64b7142 View commit details
    Browse the repository at this point in the history
  5. add websocket to python searcher sdk

    ani authored and ani committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    244d8e0 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. finish ws, avoid storing liquidation opportunities within client

    ani authored and ani committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    8dd3e74 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. python scripts now working w auto type generation

    ani authored and ani committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    fcaff73 View commit details
    Browse the repository at this point in the history
  2. minor precommit changes

    ani authored and ani committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    6cab8b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. address comments 1

    ani authored and ani committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c14569e View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. add openapi type generations

    ani authored and ani committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2b819bb View commit details
    Browse the repository at this point in the history
  2. fixed precommit issues on generated type files

    ani authored and ani committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    7ad0165 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. reorg

    ani authored and ani committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    069398f View commit details
    Browse the repository at this point in the history
  2. fixed openapi_client generated precommit

    ani authored and ani committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e2acc99 View commit details
    Browse the repository at this point in the history
  3. fix js filepath issue

    ani authored and ani committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    616ff4a View commit details
    Browse the repository at this point in the history
  4. added close ws

    ani authored and ani committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    26bc8d2 View commit details
    Browse the repository at this point in the history
  5. renamings and add send_ws_message method

    ani authored and ani committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    74b3200 View commit details
    Browse the repository at this point in the history
  6. get rid of duplicate error parsing

    ani authored and ani committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    206f481 View commit details
    Browse the repository at this point in the history
  7. cleanup

    ani authored and ani committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3e66a84 View commit details
    Browse the repository at this point in the history
  8. set up pypi workflow

    ani authored and ani committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    35abeca View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. address comments

    ani authored and ani committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ed32ff8 View commit details
    Browse the repository at this point in the history
  2. add python precommit

    ani authored and ani committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    e9e6e50 View commit details
    Browse the repository at this point in the history
  3. changes + precommit changes

    ani authored and ani committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    e64296c View commit details
    Browse the repository at this point in the history
  4. test precommit change

    ani authored and ani committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    a3a5961 View commit details
    Browse the repository at this point in the history
  5. test precommit change

    ani authored and ani committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ef8a447 View commit details
    Browse the repository at this point in the history
  6. test precommit change

    ani authored and ani committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    0252a7d View commit details
    Browse the repository at this point in the history
  7. test precommit change

    ani authored and ani committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    458f483 View commit details
    Browse the repository at this point in the history
  8. test precommit change

    ani authored and ani committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    b0c086d View commit details
    Browse the repository at this point in the history
  9. test precommit change

    ani authored and ani committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    a6b640e View commit details
    Browse the repository at this point in the history
  10. test precommit change

    ani authored and ani committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    f70eefc View commit details
    Browse the repository at this point in the history
  11. test precommit change

    ani authored and ani committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    7d263f0 View commit details
    Browse the repository at this point in the history
  12. test precommit change

    ani authored and ani committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    0902341 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. correct directory for poetry in pypi wf

    ani authored and ani committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    028b870 View commit details
    Browse the repository at this point in the history
  2. remove isort

    ani authored and ani committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    6b8bc9f View commit details
    Browse the repository at this point in the history
  3. rename package

    ani authored and ani committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    20bdd30 View commit details
    Browse the repository at this point in the history
  4. add UUID and some cleanup

    ani authored and ani committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d62498d View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. new openapi typings

    ani authored and ani committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    6af2df1 View commit details
    Browse the repository at this point in the history
  2. add pydantic to pyproj

    ani authored and ani committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    4b27756 View commit details
    Browse the repository at this point in the history
  3. more changes

    ani authored and ani committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    342196e View commit details
    Browse the repository at this point in the history
  4. precommit

    ani authored and ani committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    2888be4 View commit details
    Browse the repository at this point in the history
  5. remove extraneous files, stick w actual_instance

    ani authored and ani committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    6b5555f View commit details
    Browse the repository at this point in the history
  6. added back http as nondefault

    ani authored and ani committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    968f874 View commit details
    Browse the repository at this point in the history
  7. correction

    ani authored and ani committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    8afe3e7 View commit details
    Browse the repository at this point in the history
  8. some cleanup and reorg

    ani authored and ani committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3e55b2f View commit details
    Browse the repository at this point in the history
  9. minor changes

    ani authored and ani committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    fbc5e6b View commit details
    Browse the repository at this point in the history
  10. add back api response typing file

    ani authored and ani committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    05f426e View commit details
    Browse the repository at this point in the history
  11. minorer changes

    ani authored and ani committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c85480b View commit details
    Browse the repository at this point in the history
  12. exclude openapi_client from end of file fixer

    ani authored and ani committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3af2730 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. build internal models via pydantic

    ani authored and ani committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    946ff3a View commit details
    Browse the repository at this point in the history
  2. chgs

    ani authored and ani committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    0f90814 View commit details
    Browse the repository at this point in the history
  3. start to reorg classes

    ani authored and ani committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    c40c824 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. configure precommit to work

    ani authored and ani committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    3423ee7 View commit details
    Browse the repository at this point in the history
  2. some cleanup

    ani authored and ani committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    559533e View commit details
    Browse the repository at this point in the history
  3. reorg a bit

    ani authored and ani committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c586c60 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. address comments

    ani authored and ani committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    5997608 View commit details
    Browse the repository at this point in the history
  2. chgs

    ani authored and ani committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    9b0f395 View commit details
    Browse the repository at this point in the history
  3. fgt

    ani authored and ani committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    dce3eee View commit details
    Browse the repository at this point in the history
  4. morechgs

    ani authored and ani committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b3d35b6 View commit details
    Browse the repository at this point in the history
  5. merge conflix

    ani authored and ani committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    81e5956 View commit details
    Browse the repository at this point in the history
  6. some more chgs

    ani authored and ani committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    6090e3b View commit details
    Browse the repository at this point in the history