-
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 pull request changes the deposit wallet implementation in `Cardano.Wallet.Deposit.Pure` to use the `AddressState` type from the [customer-deposit-wallet-pure](https://github.com/cardano-foundation/cardano-wallet-agda). This type was generated from Agda code using `agda2hs`. ### Comments * The `AddressState` type uses `ByteString` to represent addresses. We currently cannot depend on `cardano-wallet-read` in the other repository, because this would cause a circular dependency between the two repositories. This is not an issue for very basic types like `Address`, but will be more complicated for more complex types such as `UTxO` or `TxBody`. That said, in order to prove something about functions involving those types, the `cardano-wallet-agda` repository will need to have access to them. The interim solution will be to move `cardano-wallet-read` to the `cardano-wallet-agda` repository. ### Issue Number ADP-3244
- Loading branch information
Showing
10 changed files
with
141 additions
and
56 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
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.