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

R4R: REST Client Unsafe/Safe Endpoints #3640

Closed
wants to merge 22 commits into from

Commits on Feb 13, 2019

  1. Add unsafe routes flag to rest client command

    Aleksandr Bezobchuk committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    bef4631 View commit details
    Browse the repository at this point in the history
  2. cleanup ServeCommand

    Aleksandr Bezobchuk committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    f7f1164 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. change REST unsafe CLI flag

    Aleksandr Bezobchuk committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    c666029 View commit details
    Browse the repository at this point in the history
  2. create ClientRouter and use it in the RestServer

    Aleksandr Bezobchuk committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    079d6ff View commit details
    Browse the repository at this point in the history
  3. implement UnsafeRouteHandler utility REST handler

    Aleksandr Bezobchuk committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    198524b View commit details
    Browse the repository at this point in the history
  4. update LCD test helpers

    Aleksandr Bezobchuk committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    8e82622 View commit details
    Browse the repository at this point in the history
  5. add a REST client command long description

    Aleksandr Bezobchuk committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    f0af12d View commit details
    Browse the repository at this point in the history
  6. revert ClientRouter changes

    Aleksandr Bezobchuk committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    a71155a View commit details
    Browse the repository at this point in the history
  7. Merge branch 'develop' into bez/3560-safe-unsafe-rpc-endpoints

    Aleksandr Bezobchuk committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    408e0d9 View commit details
    Browse the repository at this point in the history
  8. revert changes

    Aleksandr Bezobchuk committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    c5eb48f View commit details
    Browse the repository at this point in the history
  9. revert changes

    Aleksandr Bezobchuk committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    8e5e8ee View commit details
    Browse the repository at this point in the history
  10. revert changes

    Aleksandr Bezobchuk committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    074959a View commit details
    Browse the repository at this point in the history
  11. use context over client wrapper for unsafe route handling

    Aleksandr Bezobchuk committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    fcff45c View commit details
    Browse the repository at this point in the history
  12. add unsafe checks to all module routes

    Aleksandr Bezobchuk committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    66bb2c9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4658deb View commit details
    Browse the repository at this point in the history
  14. Merge branch 'develop' into bez/3560-safe-unsafe-rpc-endpoints

    Aleksandr Bezobchuk committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    79d193d View commit details
    Browse the repository at this point in the history
  15. fix client keys test naming and imports

    Aleksandr Bezobchuk committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    f829f8c View commit details
    Browse the repository at this point in the history
  16. refactor client/keys to allow use of CLIContext

    Aleksandr Bezobchuk committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    e1ac318 View commit details
    Browse the repository at this point in the history
  17. update all keys REST handlers

    Aleksandr Bezobchuk committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    8a32b70 View commit details
    Browse the repository at this point in the history
  18. add pending log

    Aleksandr Bezobchuk committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    7656ecb View commit details
    Browse the repository at this point in the history
  19. fix linting errors

    Aleksandr Bezobchuk committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    53c1080 View commit details
    Browse the repository at this point in the history
  20. fix unit and integration tests

    Aleksandr Bezobchuk committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    b4494c6 View commit details
    Browse the repository at this point in the history