mirror of
https://github.com/vacp2p/roadmap.git
synced 2026-01-08 21:27:58 -05:00
chore: weeklies 2025-11-17 (#336)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: RAG Evalutation mechanism
|
||||
title: RAG Evaluation mechanism
|
||||
tags:
|
||||
- "2025q4"
|
||||
- "bi"
|
||||
@@ -12,7 +12,7 @@ description: Setup a evaluation process for the RAG to ensure the quality of res
|
||||
|
||||
## Description
|
||||
|
||||
Setting up a evaluation process for the RAG responses of predefined questions. This will help to determind the gain or regretion from different change in the pipelines.
|
||||
Setting up an evaluation process for the RAG responses of predefined questions. This will help to determine the gain or regression from different changes in the pipelines.
|
||||
|
||||
## Task List
|
||||
|
||||
|
||||
@@ -130,7 +130,7 @@ Schedule note: Dates reflect quarter bounds; update when actual timing is known.
|
||||
* end-date: 2025/12/31
|
||||
|
||||
#### Description
|
||||
1.3. Noise handshake and certificate validtion according to libp2p webtransport [specification](https://github.com/libp2p/specs/tree/master/webtransport)
|
||||
1.3. Noise handshake and certificate validation according to libp2p webtransport [specification](https://github.com/libp2p/specs/tree/master/webtransport)
|
||||
|
||||
Schedule note: Dates reflect quarter bounds; update when actual timing is known.
|
||||
#### Deliverables
|
||||
|
||||
258
content/weeklies/2025-11-17.md
Normal file
258
content/weeklies/2025-11-17.md
Normal file
@@ -0,0 +1,258 @@
|
||||
---
|
||||
title: 2025-11-17 Vac weekly
|
||||
tags:
|
||||
- vac-updates
|
||||
date: 2025-11-17
|
||||
lastmod: 2025-11-17
|
||||
draft: false
|
||||
---
|
||||
|
||||
## Vac 2025/11/17
|
||||
|
||||
### highlights
|
||||
- QA: RLN adversarial contract suite merged alongside new Status settings test wrappers.
|
||||
- QA: QUIC performance and transport coverage expanded in nim-libp2p testing.
|
||||
- QA: Desktop QA maintained broad e2e coverage and began 2.36 release testing.
|
||||
- QA: Mobile e2e pipeline nearing merge with BrowserStack and Jenkins wiring.
|
||||
- DST: Codex-in-Status scenario delivered with supporting scripts and runbook.
|
||||
- DST: Deployment refactor progressed with generic builders and closures of stale PRs.
|
||||
- DST: lsquic versus quic regression experiments and lab shadow runs advanced.
|
||||
- DST: Rust libp2p test node gained QUIC/Yamux, HTTP injector, fragmentation, and Prometheus metrics.
|
||||
- DST: Lab instability slowed waku/browser bootstrap testing.
|
||||
- Nim: Nimble 1.0 work merged multiple build, install, and parser fixes across vnext.
|
||||
- Nim: Confutils gained flattening support and better global option help for subcommands.
|
||||
- Nim: New CC joined.
|
||||
- P2P: lsquic-based QUIC integration progressed with connection management, perf tests, and upstream API support.
|
||||
- P2P: QUIC stabilization added muxer test coverage and maintenance tidy-up across nim-libp2p.
|
||||
- P2P: IPv6 identify tests landed; maintenance CI/tests reorganized for reliability.
|
||||
- P2P: Kademlia provider retrieval implemented with discovery simplification and documentation updates.
|
||||
- SC: Karma tiers fixes deployed and README/CI cleanups progressed.
|
||||
- SC: Risc0 upskilling underway for Logos L2 contract work.
|
||||
- ACZ: Zerokit wasm/FFI and public API reworks in review with memory fixes and new Node.js examples.
|
||||
- ACZ: RLN shared-db POC reviewed; monorepo PR planned with pgrx extension work ongoing.
|
||||
- ACZ: Logos discovery registrar POC merged; specs RFC refined ahead of integration validation.
|
||||
- ACZ: RLN materials site launched and shared DB alternatives documented.
|
||||
- ACZ: Hashgraph-like consensus extraction kicked off for MLS testnet.
|
||||
- RFC: Slot builder RFC ready for review; community-history drafting continues.
|
||||
- RFC: Block-exchange RFC first draft sent to Codex team.
|
||||
- RFC: Blend network specs and Q1 2026 commitments planning underway.
|
||||
- Security: Status Desktop/Wallet design reviews completed with signature enforcement and SBOM validation across CI.
|
||||
- Security: Incident response progressed on STATUS-352, phishing takedowns, and Balancer-related checks.
|
||||
- Security: Remediation tracking advanced with CodeQL tuning, dependency patching, and unpinned dependency guardrails.
|
||||
- Security: GitHub admin audit workflows moved forward with app-based access checks.
|
||||
- Web: SN Hub release prep continued with internal testing PR and deposits planning.
|
||||
- Web: Logos website MVP and agency tooling setup progressed alongside layout/SEO work.
|
||||
- Web: Maintenance reduced Cloudinary reliance and refreshed Status Network assets/copies.
|
||||
- Web: Keycard site made public with doc deployments; PSF and logos sites updated.
|
||||
- Web: Waku dependency updates and analytics instrumentation advanced across hubs.
|
||||
- Nescience: Privacy-preserving tail-call approach documented and README refreshed.
|
||||
- Nescience: AMM program implementation underway with tests pending.
|
||||
- Nescience: Light-user design review progressing with ACZ collaboration.
|
||||
- Nescience: Oleksandr returning from sick leave to pick up backlog issues.
|
||||
- TKE: Funding the Commons voting workshop app in active development ahead of Devconnect.
|
||||
- TKE: CF change report, optimal control research all progressed in parallel.
|
||||
|
||||
### vac:qa:
|
||||
- [`vac:qa:waku:2025q4-rln-smart-contract-testing:security-adversarial`](/qa/waku/2025q4-rln-smart-contract-testing#security-and-adversarial-testing)
|
||||
- Merged adversarial tests and logged grace-period membership extension issue ([PR 42](https://github.com/waku-org/waku-rlnv2-contract/pull/42), [issue 46](https://github.com/waku-org/waku-rlnv2-contract/issues/46)).
|
||||
- [`vac:qa:status:2025q4-status-go-functional-testing:settings`](/qa/status/2025q4-status-go-functional-testing#settings-features)
|
||||
- Added wrappers and initial tests for settings flows ([status-im/status-go#6984](https://github.com/status-im/status-go/pull/6984)); fixed race in keycard UID test ([issue 7032](https://github.com/status-im/status-go/issues/7032)).
|
||||
- [`vac:qa:vac:2025q4-nim-libp2p-testing:quic`](/qa/vac/2025q4-nim-libp2p-testing#quic-protocol-testing)
|
||||
- Added p95-based perf metrics and more QUIC transport/parallel stream coverage ([PRs 1883](https://github.com/vacp2p/nim-libp2p/pull/1883), [1879](https://github.com/vacp2p/nim-libp2p/pull/1879), [1861](https://github.com/vacp2p/nim-libp2p/pull/1861), [1838](https://github.com/vacp2p/nim-libp2p/pull/1838)); tracked Tor transport sequencing issue ([issue 1859](https://github.com/vacp2p/nim-libp2p/issues/1859)).
|
||||
- [`vac:qa:status:2025q4-status-qa-desktop:maintenance`](/qa/status/2025q4-status-qa-desktop#maintenance)
|
||||
- Maintained desktop e2e coverage with CI/QT fixes and usability issue triage ([PRs 19269](https://github.com/status-im/status-desktop/pull/19269), [19245](https://github.com/status-im/status-desktop/pull/19245), [19235](https://github.com/status-im/status-desktop/pull/19235); issues [19249](https://github.com/status-im/status-desktop/issues/19249), [19090](https://github.com/status-im/status-desktop/issues/19090), [19226](https://github.com/status-im/status-desktop/issues/19226), [8805](https://github.com/status-im/status-desktop/issues/8805), [19174](https://github.com/status-im/status-desktop/issues/19174), [19176](https://github.com/status-im/status-desktop/issues/19176), [19237](https://github.com/status-im/status-desktop/issues/19237); tests load-time perf [18592](https://github.com/status-im/status-desktop/pull/18592)).
|
||||
- [`vac:qa:status:2025q4-status-qa-desktop:release-testing`](/qa/status/2025q4-status-qa-desktop#release-testing)
|
||||
- Preparing Status Desktop 2.36 release testing.
|
||||
- [`vac:qa:status:2025q4-status-qa-mobile:port-tests`](/qa/status/2025q4-status-qa-mobile#port-desktop-tests)
|
||||
- Advanced multi-device Appium E2E coverage, adding session queuing and stability fixes on real devices ([status-im/status-desktop#19239](https://github.com/status-im/status-desktop/pull/19239)).
|
||||
- [`vac:qa:status:2025q4-status-qa-mobile:test-ci`](/qa/status/2025q4-status-qa-mobile#android-ci-workflow--test)
|
||||
- Jenkins/Appium CI wiring near merge and BrowserStack support landed ([PRs 19163](https://github.com/status-im/status-desktop/pull/19163), [19114](https://github.com/status-im/status-desktop/pull/19114), [19107](https://github.com/status-im/status-desktop/pull/19107)).
|
||||
|
||||
### vac:dst:
|
||||
- [`vac:dst:codex:2025q4-codex-evaluation:codex-in-status`](/dst/codex/2025q4-codex-evaluation#codex-in-status)
|
||||
- Delivered Codex-in-Status scenario with helper scripts and README guidance ([status-benchmarks#status-codex branch](https://github.com/vacp2p/status-benchmarks/tree/Alberto/status-codex)).
|
||||
- `status:2025q4-status-evaluation:chat-protocol-benchmarks-followup`
|
||||
- Retested with status-go filter fix ([status-im/status-go#7105](https://github.com/status-im/status-go/pull/7105)); behavior still under validation.
|
||||
- [`vac:dst:vac:2025q4-libp2p-evaluation:regression-testing`](/dst/vac/2025q4-libp2p-evaluation#regression-testing-recurring)
|
||||
- Compared lsquic and quic transports; documented analysis and discussion threads ([lsquic analysis](https://www.notion.so/lsquic-analysis-2ad8f96fb65c804b8d42f3e980950ece), [Discord thread](https://discord.com/channels/864066763682218004/1438178610635608196/1439647662247907529)).
|
||||
- [`vac:dst:ift:2025q4-dst-tooling:complete-deployment-refactor`](/dst/ift/2025q4-dst-tooling#complete-deployment-refactor)
|
||||
- Merged generic classes refactor and opened follow-ups; closed obsolete PRs ([PRs 169](https://github.com/vacp2p/10ksim/pull/169), [172](https://github.com/vacp2p/10ksim/pull/172), [165](https://github.com/vacp2p/10ksim/pull/165)).
|
||||
- [`vac:dst:waku:2025q4-waku-scaling:optimise-browser-bootstrapping`](/dst/waku/2025q4-waku-scaling#optimise-browser-bootstrapping)
|
||||
- Testing blocked by lab downtime.
|
||||
- [`vac:dst:ift:2025q4-dst-tooling:general-tooling`](/dst/ift/2025q4-dst-tooling#general-tooling-recurring)
|
||||
- Set up local lab environment and tooling ([lab_setup](https://github.com/PearsonWhite/lab_setup)).
|
||||
- `admin/misc`
|
||||
- Archived prior weekly reports ([archive_05](https://notes.status.im/vac-dst-pm-archive_05?view)).
|
||||
- [`vac:dst:vac:2025q4-libp2p-evaluation:rust-libp2p-node`](/dst/vac/2025q4-libp2p-evaluation#rust-libp2p-node)
|
||||
- Added rust test node with QUIC/Yamux, HTTP injector, fragmentation, and Prometheus metrics; shadow experiments combined nim/go/rust nodes ([PR 11](https://github.com/vacp2p/dst-libp2p-test-node/pull/11)).
|
||||
- `admin/misc`
|
||||
- OOO: 1 CC day.
|
||||
|
||||
### vac:nim:
|
||||
- [`vac:nim:ift:2025q4-nimble:nimble-1.0.0`](/nim/ift/2025q4-nimble#nimble-100)
|
||||
- Parallel pkg builds, install dir simplification, chronos submodule, parser fallback, and bootstrap improvements merged (PRs [1521](https://github.com/nim-lang/nimble/pull/1521), [1520](https://github.com/nim-lang/nimble/pull/1520), [1518](https://github.com/nim-lang/nimble/pull/1518), [1517](https://github.com/nim-lang/nimble/pull/1517), [1516](https://github.com/nim-lang/nimble/pull/1516), [1515](https://github.com/nim-lang/nimble/pull/1515)).
|
||||
- [`vac:nim:ift:2025q4-nim-core-libs:command-line-parsers`](/nim/ift/2025q4-nim-core-libs#command-line-parsers)
|
||||
- Fixed subcommand global option help and added option flattening ([status-im/nim-confutils#119](https://github.com/status-im/nim-confutils/pull/119), [#118](https://github.com/status-im/nim-confutils/pull/118)).
|
||||
|
||||
### vac:p2p:
|
||||
- [`vac:p2p:ift:2025q4-nimlibp2p-quic:stabilization`](/p2p/ift/2025q4-nimlibp2p-quic#quic-stabilization)
|
||||
- Prototyped nim-lsquic replacement with multiple stream/connection features and lsquic upstream cert-chain helper ([litespeedtech/lsquic#581](https://github.com/litespeedtech/lsquic/pull/581); PRs [vacp2p/nim-lsquic#2](https://github.com/vacp2p/nim-lsquic/pull/2), [#1](https://github.com/vacp2p/nim-lsquic/pull/1), [#8](https://github.com/vacp2p/nim-lsquic/pull/8), [#7](https://github.com/vacp2p/nim-lsquic/pull/7), [#6](https://github.com/vacp2p/nim-lsquic/pull/6), [#5](https://github.com/vacp2p/nim-lsquic/pull/5), [#4](https://github.com/vacp2p/nim-lsquic/pull/4), [#3](https://github.com/vacp2p/nim-lsquic/pull/3); [vacp2p/nim-libp2p#1876](https://github.com/vacp2p/nim-libp2p/pull/1876)).
|
||||
- Added QuicMuxer creation test without upgrader ([vacp2p/nim-libp2p#1877](https://github.com/vacp2p/nim-libp2p/pull/1877)); improved packet send, transport address reuse, and QuicContext stop handling.
|
||||
- [`vac:p2p:ift:2025q4-nimlibp2p-ipv6:addresses`](/p2p/ift/2025q4-nimlibp2p-ipv6#addresses--identity)
|
||||
- Added IPv6 identify coverage ([vacp2p/nim-libp2p#1863](https://github.com/vacp2p/nim-libp2p/pull/1863)).
|
||||
- [`vac:p2p:ift:2025q4-nimlibp2p-maintenance:maintenance`](/p2p/ift/2025q4-nimlibp2p-maintenance#maintenance)
|
||||
- Reorganized tests/CI with wait groups, protocol/muxer splits, and nimble install guard ([PRs 1866](https://github.com/vacp2p/nim-libp2p/pull/1866), [1872](https://github.com/vacp2p/nim-libp2p/pull/1872), [1874](https://github.com/vacp2p/nim-libp2p/pull/1874), [1871](https://github.com/vacp2p/nim-libp2p/pull/1871), [1870](https://github.com/vacp2p/nim-libp2p/pull/1870), [1868](https://github.com/vacp2p/nim-libp2p/pull/1868), [1869](https://github.com/vacp2p/nim-libp2p/pull/1869), [1865](https://github.com/vacp2p/nim-libp2p/pull/1865), [1864](https://github.com/vacp2p/nim-libp2p/pull/1864), [1862](https://github.com/vacp2p/nim-libp2p/pull/1862)).
|
||||
- [`vac:p2p:ift:2025q4-nimlibp2p-kad-dht:data-retrieval`](/p2p/ift/2025q4-nimlibp2p-kad-dht#data-retrieval)
|
||||
- Added provider retrieval ([vacp2p/nim-libp2p#1852](https://github.com/vacp2p/nim-libp2p/pull/1852)).
|
||||
- [`vac:p2p:ift:2025q4-nimlibp2p-kad-dht:discovery`](/p2p/ift/2025q4-nimlibp2p-kad-dht#discovery)
|
||||
- Simplified discovery logic ([vacp2p/nim-libp2p#1878](https://github.com/vacp2p/nim-libp2p/pull/1878)); documented hole-punch testing ([vacp2p/nim-libp2p#1713](https://github.com/vacp2p/nim-libp2p/pull/1713)).
|
||||
- `admin/misc`
|
||||
- Addressed autotls nil-pointer and roadmap updates ([vacp2p/nim-libp2p#1860](https://github.com/vacp2p/nim-libp2p/pull/1860), [vacp2p/roadmap#334](https://github.com/vacp2p/roadmap/pull/334)).
|
||||
|
||||
### vac:sc:
|
||||
- [`vac:sc:logos:2025q4-risc0-upskilling`](/sc/logos/2025q4-risc0-upskilling)
|
||||
- Followed tutorials and documentation.
|
||||
- [`vac:sc:status-l2:2025q4-maintaining-status-l2-contracts:maintenance`](/sc/status-l2/2025q4-maintaining-status-l2-contracts#contract-maintenance-recurring)
|
||||
- Updated Karma tiers config, README, linting, and deployment scripts ([status-im/status-network-monorepo#66](https://github.com/status-im/status-network-monorepo/pull/66), [65](https://github.com/status-im/status-network-monorepo/pull/65), [63](https://github.com/status-im/status-network-monorepo/pull/63), [62](https://github.com/status-im/status-network-monorepo/pull/62)).
|
||||
- `admin/misc`
|
||||
- Deployed new KarmaTiers contract, updated tier list, and met Cyfrin on audit availability.
|
||||
|
||||
### vac:acz:
|
||||
- [`vac:acz:ift:2025q4-de-mls-testnet:extract-hashgraph-lib`](/acz/ift/2025q4-de-mls-testnet.md)
|
||||
- Started moving hashgraph-like consensus into a standalone library ([hashgraph-like-consensus](https://github.com/vacp2p/hashgraph-like-consensus)).
|
||||
- [`vac:acz:nes:2025q4-nescience-consulting:simple-amm`](/acz/nes/2025q4-nescience-consulting.md)
|
||||
- Began AMM program implementation ([vacp2p/nescience-testnet#152](https://github.com/vacp2p/nescience-testnet/pull/152)); prepared tests.
|
||||
- [`vac:acz:nes:2025q4-nescience-consulting:beta-test`](/acz/nes/2025q4-nescience-consulting.md)
|
||||
- Ran NSSA wallet beta tests.
|
||||
- [`vac:acz:nes:2025q4-nescience-consulting:privacy-patterns`](/acz/nes/2025q4-nescience-consulting.md)
|
||||
- Surveyed candidate privacy patterns for NSSA v0.2.
|
||||
- [`vac:acz:nes:2025q4-nescience-consulting:light-users`](/acz/nes/2025q4-nescience-consulting.md)
|
||||
- Drafted light-user support approach.
|
||||
- `state-separation-architecture-poc:privacy-tail-calls`
|
||||
- Documented potential approach and discussed with Sergio.
|
||||
- [`vac:acz:ift:2025q4-zerokit:wasm-ffi-rework`](/acz/ift/2025q4-zerokit#wasm-ffi-rework)
|
||||
- PR under review with new RLN-wasm APIs, test updates, and Node.js example ([vacp2p/zerokit#352](https://github.com/vacp2p/zerokit/pull/352)).
|
||||
- [`vac:acz:ift:2025q4-zerokit:public-api-rework`](/acz/ift/2025q4-zerokit.md)
|
||||
- Updated protocol APIs, trimmed utilities, and simplified RLNWitnessInput.
|
||||
- [`vac:acz:ift:2025q4-zerokit:zerokit-maintaining`](/acz/ift/2025q4-zerokit#zerokit-maintaining)
|
||||
- Fixed FFI memory leaks and deallocation patterns ([vacp2p/zerokit#354](https://github.com/vacp2p/zerokit/pull/354)).
|
||||
- [`vac:acz:ift:2025q4-rln-status-l2:maintaining`](/acz/ift/2025q4-rln-status-l2#prover-module-maintaining)
|
||||
- Reviewed new tier limits with smart-contract team.
|
||||
- [`vac:acz:ift:2025q4-rln-status-l2:shared-db`](/acz/ift/2025q4-rln-status-l2#multi-prover-with-shared-database)
|
||||
- Shared DB POC introduced to reviewers; pgrx examples explored ([status_rln_prover_db](https://github.com/sydhds/status_rln_prover_db)).
|
||||
- [`vac:acz:ift:2025q4-discovery:registrar-module`](/acz/ift/2025q4-discovery#registrar-module)
|
||||
- Completed registrar implementation ([logos-capability-discovery-poc#1](https://github.com/vacp2p/logos-capability-discovery-poc/pull/1)).
|
||||
- [`vac:acz:ift:2025q4-discovery:logos-disc-specs`](/acz/ift/2025q4-discovery#logos-discovery-capability-spec)
|
||||
- Opened RFC PR and lint fixes with appendix ([vacp2p/rfc-index#212](https://github.com/vacp2p/rfc-index/pull/212)).
|
||||
- [`vac:acz:ift:2025q4-de-mls-tesnet:multi-steward-rfc`](/acz/ift/2025q4-de-mls-testnet.md#maintain-de-mls-rfc-with-multi-stewards)
|
||||
- Compiled offsite findings into the RFC update ([vacp2p/rfc-index#193](https://github.com/vacp2p/rfc-index/pull/193)).
|
||||
- [`vac:acz:ift:2025q4-rln-status-l2:rln-public-website`](/acz/ift/2025q4-rln-status-l2#rln-public-website)
|
||||
- RLN materials site live ([vac.dev/rln](https://vac.dev/rln)).
|
||||
- [`vac:acz:ift:2025q4-rln-status-l2:rln-spec-final`](/acz/ift/2025q4-rln-status-l2#finalizing-the-rln-deployment-spec)
|
||||
- Compared shared DB alternatives and reviewed related notes ([Prover DB separation](https://www.notion.so/Prover-DB-separation-2a88f96fb65c8095984dcb27e4ff87d2)).
|
||||
- `admin/misc`
|
||||
- Captured Waku offsite notes ([Waku offsite notes](https://www.notion.so/Waku-offsite-notes-Ugur-2aa8f96fb65c80568417ff1ad6f0b18a)).
|
||||
|
||||
### vac:rfc:
|
||||
- [`vac:rfc:codex:2025q4-rfc-iteration:slot-builder`](/rfc/codex/2025q4-rfc-iteration#slot-builder)
|
||||
- Prepared review-ready draft ([vacp2p/rfc-index#209](https://github.com/vacp2p/rfc-index/pull/209)).
|
||||
- [`vac:rfc:codex:2025q4-rfc-iteration:community-history`](/rfc/codex/2025q4-rfc-iteration#community-history)
|
||||
- Continued drafting (work in progress).
|
||||
- [`vac:rfc:ift:2025q4-rfc-index-maintenance:maintenance`](/rfc/ift/2025q4-rfc-index-maintenance)
|
||||
- Responded to open reviews.
|
||||
- [`vac:rfc:codex:2025q4-rfc-iteration:block-exchange`](/rfc/codex/2025q4-rfc-iteration#the-block-exchange)
|
||||
- First draft shared for review ([vacp2p/rfc-index#211](https://github.com/vacp2p/rfc-index/pull/211)).
|
||||
- [`vac:rfc:nomos:2025q4-rfc-iteration`](/rfc/nomos/2025q4-rfc-iteration.md)
|
||||
- Reading Blend network specs.
|
||||
- `admin/misc`
|
||||
- Prepared future commitment proposals.
|
||||
|
||||
### vac:sec:
|
||||
- `ift:2025q4-cicd-security-review:status-design-reviews`
|
||||
- Reviewed cryptography/IPC/storage PRs; enforced signature validation and SBOM comparisons for Desktop/Wallet artifacts; audited GitHub token lifecycle; vetted upstream Ethereum consensus change for Nim impact.
|
||||
- `ift:2025q4-vulma-and-ir:incidents`
|
||||
- Added Jenkins executor health monitors and alerts for STATUS-352 follow-ups; took down phishing domains; verified Balancer integration isolation; rechecked secrets rotations.
|
||||
- `ift:2025q4-vulma-and-ir:remediation-tracking`
|
||||
- Triaged Dependabot alerts, tuned CodeQL, and applied patch/rollback plans for crypto/network libraries; enforced third-party artifact validation; audited SBOM/lockfile drift and opened issues for unpinned/duplicate packages.
|
||||
- `ift:2025q4-finance-automation-enhancements`
|
||||
- Monitored Finance executions and supported missing PO cases.
|
||||
- `ift:2025q4-iam-operations:admin-audit`
|
||||
- Built unified admin audit workflow via GitHub app connectivity; handled webhook limits and token setup; added Vercel helper app.
|
||||
- `ift:2025q4-migrate-sec-workflows-to-n8n-sec-cloud`
|
||||
- Identified cloud execution limits and planned workflow consolidation.
|
||||
|
||||
### vac:web:
|
||||
- [`vac:web:ift:2025q4-logos-website`](/web/ift/2025q4-logos-website)
|
||||
- Set up agency tooling and MVP release prep.
|
||||
- [`vac:web:ift:2025q4-maintenance:maintenance`](/web/ift/2025q4-maintenance#maintenance)
|
||||
- Updated Status Network assets and specs links ([status-im/status-web#849](https://github.com/status-im/status-web/issues/849), [#851](https://github.com/status-im/status-web/pull/851)).
|
||||
- [`vac:web:status:2025q4-status-wallet-extension:token-proxy`](/web/status/2025q4-status-wallet-extension#token-proxy)
|
||||
- Planned token proxy integration ([status-im/status-web#848](https://github.com/status-im/status-web/issues/848)).
|
||||
- `admin/misc`
|
||||
- Scheduled retro/planning, reviewed buddy program, and handled manifesto/promo reviews plus newsletter/error follow-up ([logos#7 review](https://github.com/acid-info/logos/pull/7#pullrequestreview-3462708324), [logos.co#95 review](https://github.com/acid-info/logos.co/pull/95#pullrequestreview-3441808012), [free.technology#16](https://github.com/acid-info/free.technology/pull/16)).
|
||||
- [`vac:web:keycard:2025q4-keycard-website:maintenance`](/web/keycard/2025q4-keycard-website#maintenance)
|
||||
- Deployed documentation articles and made repo public with secret checks ([keycard-website#132](https://github.com/keycard-tech/keycard-website/pull/132), [issue 130](https://github.com/keycard-tech/keycard-website/issues/130)).
|
||||
- [`vac:web:status:2025q4-sn-hub:withdraw`](/web/status/2025q4-sn-hub#withdraw)
|
||||
- Added withdraw flow and merged after feedback ([status-im/status-web#813](https://github.com/status-im/status-web/pull/813)).
|
||||
- [`vac:web:status:2025q4-sn-hub`](/web/status/2025q4-sn-hub)
|
||||
- Boosting calcs evaluation, SIWE endpoint testing, and hub release prep ([status-im/status-web#827](https://github.com/status-im/status-web/pull/827)).
|
||||
- [`vac:web:status:2025q4-status-website:maintenance`](/web/status/2025q4-status-website.md)
|
||||
- Planned Cloudinary usage reduction ([status-im/status-website#1624](https://github.com/status-im/status-website/issues/1624)).
|
||||
- [`vac:web:ift:2025q4-logos-website:layout`](/web/ift/2025q4-logos-website#logos-technology-stack-showcase)
|
||||
- Made agency code deployable with analytics, media updates, interactive maps, and manifesto page; tested noise effect ([acid-info/logos#2](https://github.com/acid-info/logos/pull/2)).
|
||||
- [`vac:web:ift:2025q4-psf-website:website`](/web/ift/2025q4-psf-website#website)
|
||||
- Adjusted background video and copy ([acid-info/ps.logos.co@575705c](https://github.com/acid-info/ps.logos.co/commit/575705c52089ecca3eafd3e584de6320aca66645), [@a770434](https://github.com/acid-info/ps.logos.co/commit/a7704340571cc2e89c95d1af5a02e05ddbb66565)).
|
||||
- [`vac:web:ift:2025q4-maintenance:maintenance`](/web/ift/2025q4-maintenance#maintenance)
|
||||
- Added Logos rebrand banners and updated logos/footers across Waku/Nomos/Codex/press engine/contribute portals ([waku.org#123](https://github.com/waku-org/waku.org/pull/123), [nomos.tech#58](https://github.com/acid-info/nomos.tech/pull/58), [codex.storage#64](https://github.com/codex-storage/codex.storage/pull/64), [logos-press-engine#245](https://github.com/acid-info/logos-press-engine/pull/245/files), [contribute.logos.co#7](https://github.com/acid-info/contribute.logos.co/pull/7)); added Umami analytics to Status Hub ([status-im/status-web#850](https://github.com/status-im/status-web/pull/850)).
|
||||
- [`vac:web:status:2025q4-status-website:price-proxy`](/web/status/2025q4-status-website.md)
|
||||
- Noise effect testing ([acid-info/logos#2](https://github.com/acid-info/logos/pull/2)).
|
||||
- `admin/misc`
|
||||
- OOO: 2 CC days.
|
||||
|
||||
### vac:nes:
|
||||
- `admin/misc`
|
||||
- OOO: 5 CC days.
|
||||
- `acz-docs-review`
|
||||
- Reviewed AN2 consensus survey notes.
|
||||
- `state-separation-architecture-poc:privacy-tail-calls`
|
||||
- Documented engineering blockers and aligned on solution with Marvin ([approach](https://www.notion.so/Approach-and-engineering-blockers-2a78f96fb65c80229483e85f290b7f00)).
|
||||
- `state-separation-architecture-poc:documentation`
|
||||
- Updated README/instructions ([vacp2p/nescience-testnet#163](https://github.com/vacp2p/nescience-testnet/pull/163)).
|
||||
- `other`
|
||||
- Organized onboarding tasks for Marvin and Daniil.
|
||||
- [`vac:acz:nes:2025q4-nescience-consulting:simple-amm`](/acz/nes/2025q4-nescience-consulting.md)
|
||||
- Implemented AMM program and opened PR ([vacp2p/nescience-testnet#152](https://github.com/vacp2p/nescience-testnet/pull/152)).
|
||||
- [`vac:acz:nes:2025q4-nescience-consulting:beta-test`](/acz/nes/2025q4-nescience-consulting.md)
|
||||
- Beta tested NSSA wallet.
|
||||
- [`vac:acz:nes:2025q4-nescience-consulting:privacy-patterns`](/acz/nes/2025q4-nescience-consulting.md)
|
||||
- Evaluated privacy patterns for NSSA v0.2.
|
||||
- [`vac:acz:nes:2025q4-nescience-consulting:light-users`](/acz/nes/2025q4-nescience-consulting.md)
|
||||
- Drafted light-user support doc.
|
||||
|
||||
### vac:bi:
|
||||
- `vac:bi:ift:2025q4-ift-finance-reporting`
|
||||
- Working on the creating report of Wallet balances and activities.
|
||||
- `vac:bi:rag:2025q4-rag-context`
|
||||
- Fixing embedding issues
|
||||
- `vac:bi:rag:2025q4-rag-evaluation-pipeline`
|
||||
- Improving dashboard with Chunks data.
|
||||
- `vac:bi:logos:2025q4-logos-circle-dashboard`
|
||||
- Update discord data extraction with the merging of Channels to one.
|
||||
- researching on how to get participant location (https://github.com/status-im/data-docs/issues/121)
|
||||
- `vac:bi:ift:2025q4-comms-discord-stats`
|
||||
- Updating extraction to add total server member info
|
||||
- `vac:bi:rag:2025q4-rag-mcp`
|
||||
- Working on PoC
|
||||
|
||||
### vac:tke:
|
||||
- `admin`
|
||||
- OOO: 6 CC days.
|
||||
- All Hands travel and Devconnect schedule planning
|
||||
- `vac:tke:ift:tokenomics-research-forum:voting-workshop`
|
||||
- Built the voting app for the Funding the Commons workshop @ Devconnect
|
||||
- `vac:tke:status:cf`
|
||||
- Wrote report on proposed changes for CF
|
||||
- `vac:tke:ift:tokenomics-research-forum::control`
|
||||
- Continued optimal control research
|
||||
- `vac:tke:ift:support-to-ift-units::price-prediction`
|
||||
- Iterated on price-prediction work based on Finance feedback
|
||||
Reference in New Issue
Block a user