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

BulkSync BlockFetch implementation for Genesis #4919

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Change daBlockFetchMode to use GenesisBlockFetch

f217de0
Select commit
Loading
Failed to load commit list.
Open

BulkSync BlockFetch implementation for Genesis #4919

Change daBlockFetchMode to use GenesisBlockFetch
f217de0
Select commit
Loading
Failed to load commit list.
IOG Hydra / ci/hydra-build:x86_64-darwin.required failed Sep 18, 2024 in 28s

Build dependency failed

2 failed steps

Details

Failed Steps

Step 3

Derivation

/nix/store/ghm7sj0rk8zmfwj3i6n9nwavdqhz5025-check-stylish.drv

Log

unpacking source archive /nix/store/3dni0czly3pfrzidh4xcdj27vlmfks60-check-stylish
source root is check-stylish
./scripts/ci/check-stylish.sh: line 15: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8): No such file or directory
diff -ru /nix/store/3dni0czly3pfrzidh4xcdj27vlmfks60-check-stylish/ouroboros-network/src/Ouroboros/Network/BlockFetch/Decision/Genesis.hs ./ouroboros-network/src/Ouroboros/Network/BlockFetch/Decision/Genesis.hs
--- /nix/store/3dni0czly3pfrzidh4xcdj27vlmfks60-check-stylish/ouroboros-network/src/Ouroboros/Network/BlockFetch/Decision/Genesis.hs    1970-01-01 00:00:01.000000000 +0000
+++ ./ouroboros-network/src/Ouroboros/Network/BlockFetch/Decision/Genesis.hs    2024-09-18 15:18:20.760704200 +0000
@@ -148,8 +148,8 @@
 import Ouroboros.Network.Block
 import Ouroboros.Network.BlockFetch.ClientState (FetchRequest (..),
            PeerFetchInFlight (..), PeersOrder (..))
-import Ouroboros.Network.BlockFetch.ConsensusInterface
-           (ChainSelStarvation (..), GenesisFetchMode (..))
+import Ouroboros.Network.BlockFetch.ConsensusInterface (ChainSelStarvation (..),
+           GenesisFetchMode (..))
 import Ouroboros.Network.BlockFetch.DeltaQ (calculatePeerFetchInFlightLimits)
 
 import Ouroboros.Network.BlockFetch.Decision

Step 1

Derivation

/nix/store/3vy6w77r0qqyqwhdy2iyw75hvq2sw10v-revision.drv

Log