- Performed [regression analysis](https://www.notion.so/Nim-libp2p-v1-5-0-regression-testing-August-2024-25edba733c704ccaa411919555c5db1a) for nim libp2p 1.5:
- Repeated 100-bytes results with version `1.2`
- Initial `1.5` tests
- After Diego's loop fix: https://github.com/vacp2p/nim-libp2p/pull/1166
-`admin/misc`
- Wings OOO last week
- Helping Jakub remove old DST-DeepResearch infra
- Still in progress
- DST Presentation for Status/Waku
### vac:qa:
-`waku:interop-testing-02`
- check lighpush errors and report [issue](https://github.com/waku-org/nwaku/issues/2955)(@Florin)
- adjust tests based on the latest [lightpush changes](https://github.com/waku-org/waku-interop-tests/pull/64)(@Florin)
- Rendezvous: Unsubscribed peers may be discovered - [Issue](https://github.com/vacp2p/nim-libp2p/issues/1169)
- Deeply investigate "unsub-sub backoff" test case, seemingly weird behaviour(@Alex)
- Prepare interview and interview candidate(@Alex)
### vac:acz:
-`secure-channels:waku:mls-poc`
- Finished a new version of the onchain component in the [RFC](https://github.com/vacp2p/rfc-index/blob/eth-secpm-onchain/vac/raw/eth-secpm.md)
- Reviewed and left comments onchain component doc [in notion](https://www.notion.so/Decentralized-MLS-notes-3d77fc8744054a5e9f8c59a3d2241f1d)
- Finished new flow for adding members to the group, update api regarding new smart contract: [PR](https://github.com/vacp2p/de-mls/pull/26)
-`consulting:codex:proxy-re-encryption`
- Included a review of the [proposal](https://eprint.iacr.org/2019/1275.pdf) to Codex's Notion [document](https://www.notion.so/Approaches-to-plausible-deniability-87c6fef92df946fcbc1327d51d936ce1) on plausible deniability.
-`rlnp2p:waku:rlnv2-e2e`
- wip implementation of [new rln contract spec](https://github.com/waku-org/specs/pull/30)
-`anon:vac:gossipsub-anonymity`
- Continued implementing the [Mix protocol PoC](https://github.com/vacp2p/mix) in Nim
- Implemented manual serialization, Proof of Work (PoW), tag manager, and Sphinx packet wrapping.
-`admin/misc`
- Started considering a new organization for the [ACZ Notion page](https://www.notion.so/Applied-Cryptography-ZK-870520f131954b90b1837ec4749f890f). The idea of the new organization is to highlight the cryptographic research done (and forthcoming) in ACZ.
- 1 cc ooo one day
### vac:sc::
-`status:staking-contracts-v1`
- Reviewed Status chain team work, [written suggestions](https://notes.status.im/jaEWLq3xSh2MZyhVL9gF4w) for the project
- Meeting with Status chain
- Once again talked about desired features
- Concluded that we'll **keep** MP within the staking protocol as internal measurement unit
- Stake SNT -> gain MP -> get XP
- Reviewed work on MP estimation
- Fixed Estimation of MPs when staking on middle of epoch (normal user case)
- Found and fixed bugs: staking too low amounts (less than 53), doubled totalStaked on estimation
- Debugged the whole estimation and MP generation code on many different cases (see debug code [here](https://github.com/logos-co/staking/tree/mp-estimate-console-log))
- Also discussed outstanding things to be done for estimation
- Created PR as base for discussion
- https://github.com/logos-co/staking/pull/97
-`codex::contracts-formal-verification`
- Meeting with Certora
- Clarified some open questions about Codex
- Discussed open questions about CVL
- Found a bug in the prover that will be fixed by certora