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: migration from jsonrpc-v2 to actix #344

Merged
merged 10 commits into from
Aug 22, 2024

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    c930606 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    255502b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7bce1d View commit details
    Browse the repository at this point in the history
  4. refactor: increase metrics only when response is OK

    Instead of hardcoding proper method names to RpcMethods hashmap, we can simply increase metrics only if the request succeeded. In this case we don't need to double check whether this method is correct or not, because we know it for sure
    frolvanya committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b7c2cf7 View commit details
    Browse the repository at this point in the history
  5. chore: reordered imports

    frolvanya committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d155d61 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad2267f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2e5dae2 View commit details
    Browse the repository at this point in the history
  8. chore: removed debug code

    frolvanya committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9ffcf2d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    13819db View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3974e5d View commit details
    Browse the repository at this point in the history