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

Batch tpu calls in send-transaction-service #24083

Merged
merged 46 commits into from
Apr 21, 2022

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    05aa70c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a515683 View commit details
    Browse the repository at this point in the history
  3. Introduce batch send rate.

    lijunwangs committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    eea312c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f01239 View commit details
    Browse the repository at this point in the history
  5. Fixed a clippy warning

    lijunwangs committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    97bd598 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81e65c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b15eb0a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d8631dd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    72d3e25 View commit details
    Browse the repository at this point in the history
  10. Fixed some fmt issues

    lijunwangs committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    0123d52 View commit details
    Browse the repository at this point in the history
  11. FMT issue

    lijunwangs committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    58d2564 View commit details
    Browse the repository at this point in the history
  12. Update send-transaction-service/src/send_transaction_service.rs

    Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
    lijunwangs and t-nelson committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    29e3bd2 View commit details
    Browse the repository at this point in the history
  13. Update send-transaction-service/src/send_transaction_service.rs

    Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
    lijunwangs and t-nelson committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    3d7153b View commit details
    Browse the repository at this point in the history
  14. Refactor code

    lijunwangs committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    9987f92 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    62bba74 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fc02593 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    585c883 View commit details
    Browse the repository at this point in the history
  18. Fixed some clippy warnings

    lijunwangs committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    cfd7564 View commit details
    Browse the repository at this point in the history
  19. Fixed unit test failures

    lijunwangs committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    628c45f View commit details
    Browse the repository at this point in the history
  20. Fixed unit test failures

    lijunwangs committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    8ac15b7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    9ede2cf View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    22729dc View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    17313cb View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ee7d1c6 View commit details
    Browse the repository at this point in the history
  25. Removed unused import

    lijunwangs committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    44708b6 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    564bc34 View commit details
    Browse the repository at this point in the history
  27. Use common code for sending transactions. Also differentiate between …

    …batched and non-batched code when sending
    lijunwangs committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    d9476c3 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    fc9a871 View commit details
    Browse the repository at this point in the history
  29. Fixed a comp issue

    lijunwangs committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    9993dd8 View commit details
    Browse the repository at this point in the history
  30. Use async for batch.

    lijunwangs committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    1b9f650 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    e78a02a View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    503e87d View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    d73dcb0 View commit details
    Browse the repository at this point in the history
  34. Update send-transaction-service/src/send_transaction_service.rs

    Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
    lijunwangs and t-nelson committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    11d7c3e View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    48ab73e View commit details
    Browse the repository at this point in the history
  36. Update send-transaction-service/src/send_transaction_service.rs

    Co-authored-by: Trent Nelson <trent.a.b.nelson@gmail.com>
    lijunwangs and t-nelson committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    a7341b6 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    704c969 View commit details
    Browse the repository at this point in the history
  38. Fixed build issue

    lijunwangs committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    697ea14 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    e439890 View commit details
    Browse the repository at this point in the history
  2. Update send-transaction-service/src/send_transaction_service.rs

    Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
    lijunwangs and CriesofCarrots committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    9007a6e View commit details
    Browse the repository at this point in the history
  3. Update send-transaction-service/src/send_transaction_service.rs

    Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
    lijunwangs and CriesofCarrots committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    78f5285 View commit details
    Browse the repository at this point in the history
  4. Update send-transaction-service/src/send_transaction_service.rs

    Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
    lijunwangs and CriesofCarrots committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    afc760d View commit details
    Browse the repository at this point in the history
  5. Update send-transaction-service/src/send_transaction_service.rs

    Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
    lijunwangs and CriesofCarrots committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    c8b4e9a View commit details
    Browse the repository at this point in the history
  6. Update send-transaction-service/src/send_transaction_service.rs

    Co-authored-by: Tyera Eulberg <teulberg@gmail.com>
    lijunwangs and CriesofCarrots committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    023bd7b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a88c62 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    aca582a View commit details
    Browse the repository at this point in the history