Skip to content

Commit b02f71c

Browse files
committed
Revert "[Peras 4] Add ObjectDiffusion and PerasCert diffusion (instance of ObjectDiffusion) (#1679)"
This reverts commit c0d8e62, reversing changes made to fe2513c.
1 parent 3647aa0 commit b02f71c

File tree

22 files changed

+45
-1788
lines changed

22 files changed

+45
-1788
lines changed

cabal.project

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,19 +80,12 @@ source-repository-package
8080
eras/byron/ledger/impl
8181
eras/byron/crypto
8282

83-
allow-newer:
84-
-- https://github.com/phadej/vec/issues/121
85-
, ral:QuickCheck
86-
, fin:QuickCheck
87-
, bin:QuickCheck
88-
89-
-- Using https://github.com/IntersectMBO/ouroboros-network/tree/peras-staging/pr-5202-v2
83+
-- Backported version of https://github.com/IntersectMBO/ouroboros-network/pull/5161
9084
source-repository-package
9185
type: git
9286
location: https://github.com/IntersectMBO/ouroboros-network
93-
tag: 0db8669b67982cba755e80bf2e413527def41244
94-
--sha256: sha256-vEO721Xab0RTVKFQFKal5VCV5y+OUzELo8+7Z8TETJQ=
87+
tag: 1385b53cefb81e79553b6b0252537455833ea9c4
88+
--sha256: sha256-zZ7WsMfRs1fG16bmvI5vIh4fhQ8RGyEvYGLSWlrxpg0=
9589
subdir:
96-
ouroboros-network-protocols
9790
ouroboros-network-api
9891
ouroboros-network

ouroboros-consensus-cardano/changelog.d/20250919_095938_thomas.bagrel_object_diffusion.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

ouroboros-consensus-cardano/src/ouroboros-consensus-cardano/Ouroboros/Consensus/Cardano/Node.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,6 @@ instance
430430
Map.fromList $
431431
[ (NodeToNodeV_14, CardanoNodeToNodeVersion2)
432432
, (NodeToNodeV_15, CardanoNodeToNodeVersion2)
433-
, (NodeToNodeV_16, CardanoNodeToNodeVersion2)
434433
]
435434

436435
supportedNodeToClientVersions _ =

ouroboros-consensus-cardano/src/shelley/Ouroboros/Consensus/Shelley/Ledger/NetworkProtocolVersion.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ instance SupportedNetworkProtocolVersion (ShelleyBlock proto era) where
4848
Map.fromList
4949
[ (NodeToNodeV_14, ShelleyNodeToNodeVersion1)
5050
, (NodeToNodeV_15, ShelleyNodeToNodeVersion1)
51-
, (NodeToNodeV_16, ShelleyNodeToNodeVersion1)
5251
]
5352
supportedNodeToClientVersions _ =
5453
Map.fromList

ouroboros-consensus-diffusion/changelog.d/20250919_095930_thomas.bagrel_object_diffusion.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)