Jernej Kos
Jernej Kos
There should be a set of tests for the high-level storage helpers.
The messager variable `their_contiguous_sent_bytes`, tracking the number of contiguous bytes that have been successfully received is not updated correctly when packets are reordered. Imagine the following scenario: - Currently bytes...
We should cache RA collateral (PCKs, TCB infos, ...) in an on-chain registry in the consensus layer that can be looked up in case Intel services are not available. Most...
Make it easy to run _very light_ nodes which keep the minimal amount of state required to support ROFL applications. This should be coupled under the `ModeStatelessClient` with configurable levels...
Either our own P2P protocol or we could just store them in IPFS or similar. We could simply chunk the bundle into equally-sized chunks and then provide those to peers....
Currently checkpoint creation can be rather slow and we should optimize it, especially as the state grows.