just-mitch

Results 22 issues of just-mitch

As a system administrator, I want to prepare for the deployment of the public Spartan network so that we can launch when ready. ```[tasklist] - [ ] Set up production...

As a DevOps engineer, I want to set up a long-lived staging network so that we can perform extended stress tests. ```[tasklist] - [ ] Set up K8s cluster on...

As a security engineer, I want to implement attack scenario tests so that I can verify the network's security properties. ```[tasklist] - [ ] Implement test for invalid block proposals...

As a developer, I want to implement chaos testing scenarios so that I can verify the network's resilience under adverse conditions. ```[tasklist] - [ ] Set up chaos mesh in...

As a QA engineer, I want a comprehensive test matrix for different network topologies so that I can ensure the system works under various configurations. ```[tasklist] - [ ] Define...

As a developer, I want to be able to spin up ad-hoc K8s clusters in CI so that I can run comprehensive network tests. ```[tasklist] - [ ] Set up...

As a developer, I want a base Helm chart for the Aztec network so that I can easily deploy configurable network topologies. ```[tasklist] - [ ] Define chart structure -...

Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.

We have a mess in terms of the base API we expose to users. This is epitomized in: ```ts public async estimateGas( opts?: Omit, ): Promise { // REFACTOR: both...

T-epic
team-spf

When the sequencer goes to see if its epoch proof quote is valid, it simulates it at the time of the previous block on L1, even though it should simulate...