Skip to content

Commit

Permalink
tip-sample: client application
Browse files Browse the repository at this point in the history
The client application is using prng to run its evolution.
  • Loading branch information
coot committed Aug 3, 2020
1 parent 984736f commit ebbdb82
Show file tree
Hide file tree
Showing 2 changed files with 390 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ouroboros-network/ouroboros-network.cabal
Expand Up @@ -101,6 +101,7 @@ library
Ouroboros.Network.Protocol.KeepAlive.Client
Ouroboros.Network.Protocol.KeepAlive.Server
Ouroboros.Network.Protocol.KeepAlive.Codec
Ouroboros.Network.TipSample.Client
Ouroboros.Network.TipSample.TipFragment
Ouroboros.Network.TxSubmission.Inbound
Ouroboros.Network.TxSubmission.Mempool.Reader
Expand Down Expand Up @@ -150,6 +151,7 @@ library
network >=3.1 && <3.2,
psqueues >=0.2.3 && <0.3,
quiet,
random,
serialise >=0.2 && <0.3,
stm >=2.4 && <2.6,
time >=1.6 && <1.10,
Expand Down

0 comments on commit ebbdb82

Please sign in to comment.