vac: weekly update

This commit is contained in:
ksr 2024-06-10 18:04:18 +02:00
parent 7311319843
commit 63a021f7b5
No known key found for this signature in database
GPG Key ID: E4EB341A3BB26FA5
2 changed files with 110 additions and 0 deletions

View File

@ -93,6 +93,13 @@ draft: false
- added codex proxy re-encryption to roadmap [pr](https://github.com/logos-co/roadmap/pull/66) and merged
### vac:sc::
- `vac:maintenance/misc`
- initial Certora setup for codex contracts https://github.com/codex-storage/codex-contracts-eth/pull/113
- WIP: ENS usernames to latest solidity
- WIP: ENS usernames migrate to forge
- ENS Usernames to new ENS registry
- Proxies and Upgradeable contracts research
- Presented proxy patterns in EIP discussions call
### vac:nim:
-`tooling:vac:compiler`

View File

@ -0,0 +1,103 @@
---
title: "2024-06-10 Vac weekly"
tags:
- "vac-updates"
date: 2024-06-10
lastmod: 2024-06-10
draft: false
---
## Vac 2024/06/10
### vac:p2p:
- `nimlibp2p:vac:webrtc-transport`
- mbedtls: Try differents way to fix the installation on windows due to CI errors
- Update the version of MbedTLS (a bit too overkill)
- Change pip / python version
- Use pip requirement file
- Change the packages constraints.
- mbedtls: Work on MacOS CI failing.
- `nimlibp2p:vac:maintenance`
- released v1.3.0
- gossipsub 1.2 https://github.com/vacp2p/nim-libp2p/pull/1106
- fix(services): setup services before peerinfo is updated https://github.com/vacp2p/nim-libp2p/pull/1120
- fix(multicodec): remove unnecessary "!=" operator https://github.com/vacp2p/nim-libp2p/pull/1112
- Formatting https://github.com/vacp2p/nim-libp2p/pull/1118
- fix(gossipsub): pubsubpeer is created with wrong gossipsub version https://github.com/vacp2p/nim-libp2p/pull/1116
- Investigate flaky tests: Couldn't replicate
- CI cleanup and streamlining
- [PR](https://github.com/vacp2p/nim-libp2p/pull/1117)
- Missing: Converting `Daily` to `minver-maxver`, and consider changing `coverage` from full workflow to step after tests.
### vac:tke:
### vac:dst:
### vac:qa:
- `waku:test-automation-status-go-cli`
- initial PR reviewed and merged with one to one messages [functionality](https://github.com/status-im/status-cli-tests/pull/1)(@Florin)
- reviewed and tested subsequent [improvement PR from Pablo](https://github.com/status-im/status-cli-tests/pull/2)(@Florin)
- discussed results and future work on the [ticket](https://github.com/status-im/status-go/issues/5144)(@Florin)
- `waku:interop-testing-02`
- started looking at discv5 tests(@Florin)
- Test/peer connection management [PR 45 - in progress](https://github.com/waku-org/waku-interop-tests/pull/45)(@Roman)
- `nomos:test-automation-cryptarchia`
- chore: cryptarchia unit tests update [PR 657 - on hold till 17th June](https://github.com/logos-co/nomos-node/pull/657) (@Roman)
- `waku:test-automation-rln`
- Create issues (@Alex)
- [Member doesn't exist after registration](https://github.com/waku-org/nwaku/issues/2764)
- [Improve RLN experience](https://github.com/waku-org/nwaku/issues/2762)
- [RLN Flags issues](https://github.com/waku-org/nwaku/issues/2763)
- RLN v2(@Alex)
- Introductory meeting
- Checkout docs and have a look at the tooling
- `vac:test-automation-nim-libp2p`
- Investigate flaky tests: Couldn't replicate(@Alex)
- CI cleanup and streamlining(@Alex)
- [PR](https://github.com/vacp2p/nim-libp2p/pull/1117)
- Missing: Converting `Daily` to `minver-maxver`, and consider changing `coverage` from full workflow to step after tests.
### vac:acz:
- `secure-channels:waku:mls-design`
- Finished the EthCC presentation.
- Study on onchain parts of mls-design
- `consulting:codex:proxy-re-encryption`
- Worked in the PRE report.
- Performed research in alternatives to PRE. ABE might be a plausible alternative.
- `secure-channels:waku:mls-poc`
- re-design general idea of decentirlized architecture: Delivery Service is represented by Waku Node and doesn't require additional service
- went through example of using Waku rust bindings in other project
- started to figure out what data we need to store/get on-chain
### vac:sc::
### vac:nim:
- `tooling:vac:compiler`
- C++ Issue (https://github.com/nim-lang/Nim/issues/23657) fix: https://github.com/nim-lang/Nim/pull/23666
- C++ Issue research https://github.com/nim-lang/Nim/issues/23656
- NimSuggest should handle not known files [WIP]
- `tooling:vac:lsp`
- Issue research https://github.com/nim-lang/langserver/issues/203
- Fixes an issue where wrong project was auto guessed and Test to cover it. (https://github.com/nim-lang/langserver/pull/206)
- Add Tests to CI: https://github.com/nim-lang/langserver/pull/205 https://github.com/nim-lang/langserver/pull/205
### vac:rfc:
- `nomos:specs-init`
- Worked on data availibility rfc, still in draft - https://github.com/vacp2p/rfc-index/pull/41
- `admin/misc`
- added changes based on feedback for rln-v1 - https://github.com/vacp2p/rfc-index/pull/40
### vac:dr:
### vac:nes:
- `virtual-machine-creation:vac:vm-foundations`
- work on [list of ZkVMs](https://github.com/vacp2p/zk-explorations/issues/40)
- Finished entering data on Nexus, Jolt, o1VM.
- Started going through codebases ov zkVMs.
- Covered and fulfilled the table for Stellar and Cairo in [zkVM table](https://notes.status.im/ugF2lAAKTuG_t5PcdWwuwg?view).[ACZ]
- Sanity checked RISC0 and Valida from Marvin, Nexus and Jolt from Rostyslav, Cairo and Stellar from Moudy.[ACZ]
- `proofsystems:vac:research-existing-proof-systems`
- Continue working on a writeup about Greco zk proofs.
- `state-separation:vac:state-separation-architecture-01`
- Study on the racing conditions for state-separation prototype. [ACZ]