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

Translate subset of Wallet API to Servant #76

Merged
merged 52 commits into from
Mar 21, 2019

Commits on Mar 21, 2019

  1. Configuration menu
    Copy the full SHA
    1af4f45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca5d347 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fcd2db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee42cf6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b67b0d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af6b530 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a42e54 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f64ca1c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b21df2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    80a285b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e390779 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e498ee8 View commit details
    Browse the repository at this point in the history
  13. Fix order of imports.

    jonathanknowles committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    1aeae1f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d9d1adc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7d01c9b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d15c5d3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    aecdefc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f0cddbf View commit details
    Browse the repository at this point in the history
  19. Rename Api.V2 to Api.

    jonathanknowles committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    f7d91b6 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c65f458 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b68c8c1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6faf7b7 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    44c019d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    20544fc View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    194db07 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0be3fb0 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2b48344 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a6fbfb5 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    cd8a528 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d82e816 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    42b389f View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    c801f31 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    ed01f71 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    44c9486 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    dd5dc6d View commit details
    Browse the repository at this point in the history
  36. make Cardano.Api compiles after renaming and grouping files

    Didn't do in the previous commit not to mess with git and makes
    it easy to understand what happened to that file (shows a rename
    in the git history).
    KtorZ authored and jonathanknowles committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    2f8db0a View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    aeada77 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    f65e032 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    74e3a45 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    6d09f2f View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    22caa1c View commit details
    Browse the repository at this point in the history
  42. Use formatting consistent with coding standards.

    * One space before opening brackets, everywhere.
    * No multiple consecutive blank lines.
    jonathanknowles committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    85b8812 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    f737106 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    631e36c View commit details
    Browse the repository at this point in the history
  45. Add functions addUnit and removeUnit to simplify JSON instances f…

    …or types with units of measure.
    jonathanknowles committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    d120940 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    9480cb3 View commit details
    Browse the repository at this point in the history
  47. Move Cardano.Api to Cardano.Wallet.Api.

    The API we provide is an API for the wallet, rather than for Cardano as a whole.
    jonathanknowles committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    85e386d View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    ee96988 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    1cbb5a8 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    32450a0 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    5f96df0 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    beb81bc View commit details
    Browse the repository at this point in the history