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

Changes needed for minimal api #3348

Merged
merged 2 commits into from
Oct 7, 2019

Commits on Oct 5, 2019

  1. Add onInitP2pNetwork and onInitWallet to BisqSetupListener

    - Rename BisqSetupCompleteListener to BisqSetupListener
    - Add onInitP2pNetwork and onInitWallet to BisqSetupListener
    - make onInitP2pNetwork and onInitWallet default so no impl. required
    ManfredKarrer authored and Bernard Labno committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    b6cc351 View commit details
    Browse the repository at this point in the history
  2. Start server at onInitWallet and add wallet password handler

    - Add onInitWallet to HttpApiMain and start http server there
    - Add onRequestWalletPassword to BisqSetupListener
    - Override setupHandlers in HttpApiHeadlessApp and adjust
    setRequestWalletPasswordHandler (impl. missing)
    - Add onRequestWalletPassword to HttpApiMain
    ManfredKarrer authored and Bernard Labno committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    fb9f59d View commit details
    Browse the repository at this point in the history