Skip to content
New issue

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

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

Already on GitHub? # to your account

Add transaction generation to db-synthesizer #1048

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

tmp: logging

6eadc33
Select commit
Loading
Failed to load commit list.
Draft

Add transaction generation to db-synthesizer #1048

tmp: logging
6eadc33
Select commit
Loading
Failed to load commit list.
IOG Hydra / ci/hydra-build:x86_64-linux.required.native failed Apr 10, 2024 in 0s

Build dependency failed

1 failed steps

Details

Failed Steps

Step 1

Derivation

/nix/store/r6j6k73iky3hfb4x1n4ai0jdk39zldjr-check-cabal-fmt-exe-cabal-fmt.drv

Log

unpacking source archive /nix/store/r49h3qh07x70fvnywxhv47fzkv22bxi0-va0av63q65w4qp493v7pbggigj7hzib1-source
source root is va0av63q65w4qp493v7pbggigj7hzib1-source
diff -ru /nix/store/r49h3qh07x70fvnywxhv47fzkv22bxi0-va0av63q65w4qp493v7pbggigj7hzib1-source/ouroboros-consensus-cardano/ouroboros-consensus-cardano.cabal ./ouroboros-consensus-cardano/ouroboros-consensus-cardano.cabal
--- /nix/store/r49h3qh07x70fvnywxhv47fzkv22bxi0-va0av63q65w4qp493v7pbggigj7hzib1-source/ouroboros-consensus-cardano/ouroboros-consensus-cardano.cabal   1970-01-01 00:00:01.000000000 +0000
+++ ./ouroboros-consensus-cardano/ouroboros-consensus-cardano.cabal     2024-04-10 15:35:10.528850806 +0000
@@ -452,7 +452,10 @@
   hs-source-dirs:  src/unstable-cardano-tools
   exposed-modules:
     Cardano.Api.Any
+    Cardano.Api.Key
+    Cardano.Api.KeysShelley
     Cardano.Api.Protocol.Types
+    Cardano.Api.SerialiseTextEnvelope
     Cardano.Node.Protocol
     Cardano.Node.Protocol.Types
     Cardano.Node.Types
@@ -477,9 +480,6 @@
     Cardano.Tools.GitRev
     Cardano.Tools.ImmDBServer.Diffusion
     Cardano.Tools.ImmDBServer.MiniProtocols
-    Cardano.Api.SerialiseTextEnvelope
-    Cardano.Api.KeysShelley
-    Cardano.Api.Key
 
   other-modules:
     Cardano.Api.KeysByron
@@ -494,14 +494,10 @@
 
   build-depends:
     , aeson
-    , time
     , base                           >=4.14   && <4.20
     , base16-bytestring              >=1.0
     , bytestring                     >=0.10   && <0.13
     , cardano-crypto
-    , plutus-core
-    , groups
-    , plutus-ledger-api
     , cardano-crypto-class
     , cardano-crypto-wrapper
     , cardano-git-rev                ^>=0.2.1
@@ -528,6 +524,7 @@
     , filepath
     , fs-api                         ^>=0.2
     , githash
+    , groups
     , microlens
     , mtl
     , network
@@ -540,12 +537,15 @@
     , ouroboros-network-api
     , ouroboros-network-framework
     , ouroboros-network-protocols
+    , plutus-core
+    , plutus-ledger-api
     , serialise                      ^>=0.2
     , sop-core
     , sop-extras
     , strict-sop-core
     , text
     , text-builder
+    , time
     , transformers
     , transformers-except
 
@@ -634,10 +634,10 @@
   main-is:        Main.hs
   build-depends:
     , base
-    , ouroboros-consensus-cardano
     , cardano-ledger-core
     , cardano-ledger-shelley
     , containers
+    , ouroboros-consensus-cardano
     , ouroboros-consensus:unstable-consensus-testlib
     , tasty
     , tasty-hunit
*** cabal-fmt-exe-cabal-fmt-0.1.10 found changes that need addressed first