-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This PR is necessary to incorporate the web ui service into the cardano wallet application without polluting the `api` package even more. In fact I'm moving all non-API related modules from the `api` package to the `exe` package. - [x] Move `Cardano.Wallet.Shelley`,` Cardano.CLI`, `Cardano.Wallet.Version`, `Cardano.Wallet.Tracers` to a new `exe` internal lib. - [x] Rename them so they form the `Cardano.Wallet.Application` namespace ADP-3339
- Loading branch information
Showing
35 changed files
with
955 additions
and
636 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.