Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate New Tx Submission Protocol #1259

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Expose over-the-wire encoded transaction size (#1211)

9a3532f
Select commit
Loading
Failed to load commit list.
Draft

Integrate New Tx Submission Protocol #1259

Expose over-the-wire encoded transaction size (#1211)
9a3532f
Select commit
Loading
Failed to load commit list.
IOG Hydra / ci/hydra-build:x86_64-linux.native.formatting.stylish failed Sep 24, 2024 in 7s

Build failed

1 failed steps

Details

Failed Steps

Step 1

Derivation

/nix/store/z5p8s71byx6dv75db05g08w7llzd4chk-check-stylish-haskell-exe-stylish-haskell.drv

Log

unpacking source archive /nix/store/drwari6dmq7fxg1xbzyxa1j4smwavy0l-1xp1a5lxcs59pkbwp8cwjc2z15s5fya0-source
source root is 1xp1a5lxcs59pkbwp8cwjc2z15s5fya0-source
The custom options for formatting this repo are:
>   - module_header:
>        indent: 2
>        sort: true
>        separate_lists: true
>        break_where: single
>        open_bracket: same_line
>       list_align: with_module_name
>       pad_module_names: false
>       group_imports: true
>           - match: "."
>       align: false
> language_extensions:
>   - BangPatterns
>   - ConstraintKinds
>   - DataKinds
>   - DefaultSignatures
>   - DeriveDataTypeable
>   - DeriveGeneric
>   - ExistentialQuantification
>   - FlexibleContexts
>   - FlexibleInstances
>   - FunctionalDependencies
>   - GADTs
>   - GeneralizedNewtypeDeriving
>   - LambdaCase
>   - MultiParamTypeClasses
>   - MultiWayIf
>   - NoImplicitPrelude
>   - OverloadedStrings
>   - PolyKinds
>   - RecordWildCards
>   - ScopedTypeVariables
>   - StandaloneDeriving
>   - TemplateHaskell
>   - TupleSections
>   - TypeApplications
>   - TypeFamilies
>   - ViewPatterns
>   - ExplicitNamespaces
> cabal: false

Formatting haskell files...
diff -ru /nix/store/drwari6dmq7fxg1xbzyxa1j4smwavy0l-1xp1a5lxcs59pkbwp8cwjc2z15s5fya0-source/ouroboros-consensus-cardano/src/shelley/Ouroboros/Consensus/Shelley/Ledger/Mempool.hs ./ouroboros-consensus-cardano/src/shelley/Ouroboros/Consensus/Shelley/Ledger/Mempool.hs
--- /nix/store/drwari6dmq7fxg1xbzyxa1j4smwavy0l-1xp1a5lxcs59pkbwp8cwjc2z15s5fya0-source/ouroboros-consensus-cardano/src/shelley/Ouroboros/Consensus/Shelley/Ledger/Mempool.hs   1970-01-01 00:00:01.000000000 +0000
+++ ./ouroboros-consensus-cardano/src/shelley/Ouroboros/Consensus/Shelley/Ledger/Mempool.hs     2024-09-24 16:22:52.702312908 +0000
@@ -39,7 +39,8 @@
 import qualified Cardano.Crypto.Hash as Hash
 import qualified Cardano.Ledger.Allegra.Rules as AllegraEra
 import           Cardano.Ledger.Alonzo.Core (Tx, TxSeq, bodyTxL, eraProtVerLow,
-                     fromTxSeq, ppMaxBBSizeL, ppMaxBlockExUnitsL, sizeTxF, wireSizeTxF)
+                     fromTxSeq, ppMaxBBSizeL, ppMaxBlockExUnitsL, sizeTxF,
+                     wireSizeTxF)
 import qualified Cardano.Ledger.Alonzo.Rules as AlonzoEra
 import           Cardano.Ledger.Alonzo.Scripts (ExUnits, ExUnits',
                      pointWiseExUnits, unWrapExUnits)
diff -ru /nix/store/drwari6dmq7fxg1xbzyxa1j4smwavy0l-1xp1a5lxcs59pkbwp8cwjc2z15s5fya0-source/ouroboros-consensus-diffusion/src/ouroboros-consensus-diffusion/Ouroboros/Consensus/NodeKernel.hs ./ouroboros-consensus-diffusion/src/ouroboros-consensus-diffusion/Ouroboros/Consensus/NodeKernel.hs
--- /nix/store/drwari6dmq7fxg1xbzyxa1j4smwavy0l-1xp1a5lxcs59pkbwp8cwjc2z15s5fya0-source/ouroboros-consensus-diffusion/src/ouroboros-consensus-diffusion/Ouroboros/Consensus/NodeKernel.hs       1970-01-01 00:00:01.000000000 +0000
+++ ./ouroboros-consensus-diffusion/src/ouroboros-consensus-diffusion/Ouroboros/Consensus/NodeKernel.hs 2024-09-24 16:22:49.085339305 +0000
@@ -112,8 +112,8 @@
                      (TxSubmissionMempoolWriter)
 import qualified Ouroboros.Network.TxSubmission.Inbound as Inbound
 import           Ouroboros.Network.TxSubmission.Inbound.Registry
-                     (SharedTxStateVar, TxChannelsVar,
-                     decisionLogicThread, newSharedTxStateVar, newTxChannelsVar)
+                     (SharedTxStateVar, TxChannelsVar, decisionLogicThread,
+                     newSharedTxStateVar, newTxChannelsVar)
 import           Ouroboros.Network.TxSubmission.Mempool.Reader
                      (TxSubmissionMempoolReader)
 import qualified Ouroboros.Network.TxSubmission.Mempool.Reader as MempoolReader
*** stylish-haskell-exe-stylish-haskell-0.14.6.0 found changes that need addressed first