Filip Lazovic

@VT6Lc8FNQL2AllbBc32ERg

Joined on Mar 14, 2022

  • This document explains our values and the development process. If we wish to change this, we should aim to stay simple and concise. Our values These values should help us make decisions while working on our projects. It would help us decide which compromise to make (if needed) while looking for a solution for a particular problem. Security - The system should be resistant to all sorts of attacks. User's data should not be compromised in any case. Malicious actors should not be able to manipulate/corrupt the system in any case. Reliability - The system should work without bugs/errors. It should work predictably every time, on every platform. Minimalism/Simplicity - It should have a minimal amount of features to complete a specified task. Succinctness - The code should be clear and concise, it should be broken down into logical blocks that are contextually correct and easy to understand by everyone (junior or senior, newcomers or old-timers). Consistency - Practices, conventions, and standards should be applied throughout the codebase.
     Like 1 Bookmark
  • Package requirements Anvil - https://github.com/foundry-rs/foundry/tree/master/anvil#installing-from-source Tool for running local ethereum node Solidity - https://docs.soliditylang.org/en/v0.8.9/installing-solidity.html Server Is a hyper.rs server. The configuration for the server is in data/protocol-config.json, where we specify: epoch_interval - Interval at which we calculate the proofs
     Like  Bookmark
  • Tasks done: Chip and Chipset API + Global config: https://github.com/eigen-trust/protocol/pull/129 API work (Reduction Witness): https://github.com/eigen-trust/protocol/pull/130 Region context: https://github.com/eigen-trust/protocol/pull/131 Maingate implementation: https://github.com/eigen-trust/protocol/pull/132 Attestation Station client: https://github.com/eigen-trust/protocol/pull/140 Update the common gadgets of circuit: https://github.com/eigen-trust/protocol/pull/145 Ladder implementation: https://github.com/eigen-trust/protocol/pull/146 Implement the RescuePrimeChip in halo2: https://github.com/eigen-trust/protocol/pull/148 Changed advice structure in Integer: https://github.com/eigen-trust/protocol/pull/150
     Like  Bookmark