mmcgee-jump
mmcgee-jump
Verify might not want to trust offsets and things populated by QUIC tile.
```/usr/sbin/ethtool --set-channels eno1 combined 1 netlink error: requested channel count exceeds maximum (offset 36) netlink error: Invalid argument``` ```[nbridge@fpip3-compute0951 ~]$ ethtool -l eno1 Channel parameters for eno1: Pre-set maximums: RX:...
Workspace creation is slow because of ftruncate. we must zero underlying workspace memory before giving it to the app (else there might be privileged data in there). In development we...
We get txns from RPC nodes about two slots in advance (800ms) so should be able to hold all of these.
Pack shouldn't drop ever in this case, still needs more investigation
Need to compile fdctl lib separately with an IFDEF when used in fddev.
We need a durable slot / leader store variable to ensure that when the validator is restarted, we don't publish in the same leader slot as we have before. We...