-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move jormungandr-specific data-type into jormungandr package target
This cleans up a bit the metadata-related types because it had become a mess. In the end, we'll keep in the core package the types as they're expected by cardano-wallet-shelley and simply move the exceptional ones (jormungandr) inside its relevant package.
- Loading branch information
Showing
17 changed files
with
653 additions
and
456 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
292 changes: 0 additions & 292 deletions
292
lib/core/test/data/Cardano/Wallet/Api/ApiJormungandrStakePool.json
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,6 +52,7 @@ import Test.QuickCheck | |
, choose | ||
, elements | ||
, listOf | ||
, oneof | ||
, scale | ||
, shrinkIntegral | ||
, shrinkList | ||
|
Oops, something went wrong.