Skip to content

Commit bc8facd

Browse files
docs: add details about constraints API (#897)
1 parent 93b7dd8 commit bc8facd

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

permissionless/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,16 @@ The permissionless implementation has been suspended. The latest implementation
2828
// }
2929
```
3030
- devnet, added usage for permissionless-driver
31-
- branch: https://github.com/NethermindEth/simple-taiko-node-nethermind/tree/catalyst_pacaya_shasta-urc
31+
- branch: https://github.com/NethermindEth/simple-taiko-node-nethermind/tree/catalyst_pacaya_shasta-urc
32+
33+
## Constraints API
34+
35+
We were exploring the use of https://github.com/eth-fabric/fabric/commit/11052eb5941a0ae21dd30c161c4146e51a38c1a1 to enable forced inclusion into L1 blocks.
36+
37+
During testing, we identified a potential issue in rbuilder. When the constraint spammer is stopped, the constraint-server logs show that rbuilder does not retrieve constraints for every block. As a result, constraints are only processed for some blocks instead of consistently for each one.
38+
39+
```
40+
ERROR tokio-runtime-worker ThreadId(12) Failed to submit blocks with proofs: No signed constraints found for slot 43
41+
ERROR tokio-runtime-worker ThreadId(12) Failed to submit blocks with proofs: No signed constraints found for slot 46
42+
ERROR tokio-runtime-worker ThreadId(12) Failed to submit blocks with proofs: No signed constraints found for slot 49
43+
```

0 commit comments

Comments
 (0)