Skip to content

Commit

Permalink
Bump cardano-addresses
Browse files Browse the repository at this point in the history
Bump includes:
- [Increase default mnemonic phrase length](IntersectMBO/cardano-addresses#53)
- [Allow to inspect reward accounts wrt #46](IntersectMBO/cardano-addresses#56)
- [Allow to generate stake addresses #58](IntersectMBO/cardano-addresses#58)
- [Make 'payment' subcommand generate testnet hrp, wrt #55](IntersectMBO/cardano-addresses#59)
  • Loading branch information
Anviking committed Aug 25, 2020
1 parent fece720 commit fc381dd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/cli/cardano-wallet-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ library
, base
, bytestring
, cardano-addresses
, cardano-addresses-cli
, cardano-wallet-core
, contra-tracer
, directory
Expand Down
1 change: 0 additions & 1 deletion nix/.stack.nix/default.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ extra-deps:
- persistent-template

- git: https://github.com/input-output-hk/cardano-addresses
commit: 3f11638847bfc8c457dc4bb080c63e5d6de806ee
commit: 618bac90810fee7be324ee70428d9fb31e30abbd
subdirs:
- command-line
- core

# Not strictly a dependency at present, but building it here to get
# access to the cardano-tx cli.
Expand Down

0 comments on commit fc381dd

Please sign in to comment.