A very experimental PLC implementation which uses BFT consensus for decentralization
19
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix test

gbl08ma a798bc5a ea37a472

+1 -1
+1 -1
plc/plc_test.go
··· 310 310 } 311 311 } 312 312 313 - export, err := testPLC.Export(ctx, txFactory.ReadCommitted(), 0, 0) 313 + export, err := testPLC.Export(ctx, txFactory.ReadCommitted(), 0, 100) 314 314 require.NoError(t, err) 315 315 require.Len(t, export, 100) 316 316