Skip to content

Commit

Permalink
Add block decoder from prototype, adapt it, add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl committed Mar 6, 2019
1 parent 796bd2e commit f28c9d7
Show file tree
Hide file tree
Showing 5 changed files with 592 additions and 2 deletions.
12 changes: 10 additions & 2 deletions cardano-wallet.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,17 @@ library

-- Hackage Dependencies
, bytestring
, cborg
, containers
, deepseq
, text

hs-source-dirs:
src
exposed-modules:
Cardano.Wallet.Primitive
Cardano.Wallet.Binary
, Cardano.Wallet.Binary.Helpers
, Cardano.Wallet.Primitive
other-modules:
Paths_cardano_wallet

Expand Down Expand Up @@ -85,7 +89,9 @@ test-suite unit
base
, cardano-wallet

, base58-bytestring
, bytestring
, cborg
, containers
, hspec
, QuickCheck
Expand All @@ -96,4 +102,6 @@ test-suite unit
main-is:
Main.hs
other-modules:
Cardano.Wallet.PrimitiveSpec
Cardano.Wallet.BinaryHelpers
, Cardano.Wallet.BinarySpec
, Cardano.Wallet.PrimitiveSpec
Loading

0 comments on commit f28c9d7

Please sign in to comment.