just-mitch
just-mitch
Initial definition of the helm chart for an "aztec-network". Currently not part of CI (that is https://github.com/AztecProtocol/aztec-packages/issues/8000). However, a meaningful smoke test is included that can be run with: ```...
- outline 8/26 - first draft 9/2 - post in engineering-designs 9/9
We want to decouple the pending/proven chain from the view of the rollup contract. ```[tasklist] ### Tasks - [ ] #7592 - [ ] #7594 - [ ] https://github.com/AztecProtocol/aztec-packages/issues/7615 -...
Depends on https://github.com/AztecProtocol/aztec-packages/issues/8027 We need to ensure our QoS metrics are met in the following scenarios: ```[tasklist] ### Scenarios - [ ] Small number of nodes (e.g., 10-50 nodes) -...
Depends on https://github.com/AztecProtocol/aztec-packages/issues/8006 As a network engineer, I want to measure our P2P network so that we can ensure its stability and performance under various adverse conditions. ## QoS Metrics...
[Design](https://github.com/AztecProtocol/engineering-designs/pull/12) ```[tasklist] ### Tasks - [ ] https://github.com/AztecProtocol/aztec-packages/issues/7999 - [ ] https://github.com/AztecProtocol/aztec-packages/issues/8000 - [ ] https://github.com/AztecProtocol/aztec-packages/issues/8001 - [ ] https://github.com/AztecProtocol/aztec-packages/issues/8002 - [ ] https://github.com/AztecProtocol/aztec-packages/issues/8003 - [ ] https://github.com/AztecProtocol/aztec-packages/issues/8004 - [...
```[tasklist] ### Tasks - [ ] https://github.com/AztecProtocol/aztec-packages/issues/8025 ```
Reorgs of the pending chain are effectively a [prune](https://hackmd.io/8CzdEjPtSW-HCGnzrpVB2w?view), which needs to be implemented. Pruning conditions will be based on time linked to slotnumbers so #7594 and #7656 should be...
As a technical writer, I want to create comprehensive documentation so that developers and users can effectively work with and join the network. ```[tasklist] - [ ] Write user guide...
As a performance engineer, I want to implement performance benchmarking so that we can track the network's performance across different configurations. ```[tasklist] - [ ] Define key performance metrics -...