Submitapi broken with P2P enabled

@weebl2000 pointed out how you can compile 1.34.1 with a specific version of the ouroboros network library:

I use this specific sed command for amending cabal.project when compiling 1.34.1:

sed -i 's/tag: 4fac197b6f0d2ff60dc3486c593b68dc00969fbf/tag: 48ff9f3a9876713e87dc302e567f5747f21ad720/g' cabal.project

I can confirm that when 1.34.1 is compiled with this fix, cardano-cli works while running in P2P mode. I have been running a couple of nodes in P2P mode since 1.34.1 was released without any problems.

1 Like