Reviewd literature concerning pruning Merkle trees in Bitcoin and other UTXO systems; mentioned in the original white paper but never implemented due to issues with history.
Discuss recursiveness of Nova
Work on notes for mimblewimble (pending upload)
Finish the first version of the report about how we can update public state with a private execution, here is the report.
vac:dr:
gsub-scaling:vac:gossipsub-simulation
Investigated the latency spikes issue with floodpublish for large messages. The problem was small TCP cwnd at start of connection, same is the case with floodpublish peers, and latencies accumulate for multi-hop paths
Sending dummy data immidiately after connection setup resolves the problem.
However, this can make peers vulnerable to buffer overflow attacks