-
Notifications
You must be signed in to change notification settings - Fork 1
Bump deps and update to changes in them #59
Conversation
cardano-sl
changes
1bee760
to
3f9894c
Compare
ef8ae5c
to
3f35ebe
Compare
fc9f41f
to
d04a120
Compare
cardano-sl
changesThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
I would prefer to rebase this PR so that we don't have a commit introducing the extra dependencies and then another removing them again 🙂. I don't think this adds much to the Git history of cardano-byron-proxy
.
BTW, do we need all the dependency pins? For example, all these test
subdirs, do we really need them for this repository? I removed some of them in ouroboros-network
by trial & error.
source-repository-package | ||
type: git | ||
location: https://github.com/input-output-hk/ouroboros-network | ||
tag: d3e71facd53da4a2c72e4947f551ddeac45fba41 | ||
tag: 2441f25ee5a2da0fbf008f3e9a1b1fd4e57f1de3 | ||
subdir: ouroboros-network-testing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated to this PR: do we actually need ouroboros-network-testing
? It only exports Ouroboros.Network.Testing.QuickCheck
and Ouroboros.Network.Testing.Serialsie
.
991f7e6
to
9650e34
Compare
@mrBliss, did the cleanup. |
bors r+ |
59: Bump deps and update to changes in them r=deepfire a=deepfire This: 1. Bumps dependencies to the version used in `cardano-node`, 2. Uses a bumped `cardano-sl` with input-output-hk/cardano-sl#4247 3. Updates to changes in `cardano-ledger` and `ouroboros-network` 4. Adds new dependencies to facilitate the above. Co-authored-by: Kosyrev Serge <[email protected]>
This:
cardano-node
,cardano-sl
with Single-machine multi-node mixed cluster CI prerequisites cardano-sl#4247cardano-ledger
andouroboros-network