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

Merge 'cardano-wallet-launcher' & 'cardano-wallet' together #414

Merged
merged 23 commits into from
Jun 14, 2019

Commits on Jun 14, 2019

  1. Configuration menu
    Copy the full SHA
    fe3039e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1dd69f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d280cfa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57bec40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a087bcd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cecb261 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0949389 View commit details
    Browse the repository at this point in the history
  8. reduce usage of 'fixtureWallet' in the integration tests

    There's a non-significant cost with the use of 'fixtureWallet' since it needs to restore a funded wallet
    and wait until restoration. We also only have a limited number of those wallets, so it's better to keep
    them for when we actually really need funded wallets. When testing parsing errors or wrong headers, there's
    no need for demanding a wallet with funds
    KtorZ committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    3ed9ead View commit details
    Browse the repository at this point in the history
  9. remove invalid amount '0', we've opened a bug about it

    And right now, it's making the test fail because we do need a funded wallet to make this test. So it'll be best
    to re-introduce it as part of a separate scenario, that we only run for the bridge
    KtorZ committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    5495297 View commit details
    Browse the repository at this point in the history
  10. Add DaedalusIPC module

    This takes the cardano-sl/cardano-shell NodeIPC code and splits the
    general nodejs child_process IPC protocol out from the
    Daedalus/Cardano specific protocol, improves the exception handling,
    changes the logging, and just makes it simpler.
    rvl authored and KtorZ committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    8acc163 View commit details
    Browse the repository at this point in the history
  11. Integrate Daedalus IPC into CLI server start

    rvl authored and KtorZ committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    5574fd3 View commit details
    Browse the repository at this point in the history
  12. tests: Add nodejs child_process spawner

    rvl authored and KtorZ committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    2ecc58a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    67044f9 View commit details
    Browse the repository at this point in the history
  14. tests: Add DaedalusIPC test

    rvl authored and KtorZ committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    1056853 View commit details
    Browse the repository at this point in the history
  15. DaedalusIPC: Remove Ping/Pong messages

    rvl authored and KtorZ committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    196b0be View commit details
    Browse the repository at this point in the history
  16. Regenerate nix

    rvl authored and KtorZ committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    3a96f3a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    636ee22 View commit details
    Browse the repository at this point in the history
  18. Fix rebase merge mistakes

    rvl authored and KtorZ committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    fbec676 View commit details
    Browse the repository at this point in the history
  19. Address review comments

    rvl authored and KtorZ committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    e3996bc View commit details
    Browse the repository at this point in the history
  20. DaedalusIPC: Don't use generic aeson encoding - too fragile

    Removing a type constructor can change the shape of the JSON.
    rvl authored and KtorZ committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    3bf7236 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3780c45 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d977d43 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    725c822 View commit details
    Browse the repository at this point in the history