mirror of
https://github.com/vacp2p/roadmap.git
synced 2026-01-09 07:37:59 -05:00
Create 2025-10-27.md (#320)
This commit is contained in:
353
content/updates/2025-10-27.md
Normal file
353
content/updates/2025-10-27.md
Normal file
@@ -0,0 +1,353 @@
|
||||
---
|
||||
title: 2025-10-27 Vac weekly
|
||||
tags:
|
||||
- vac-updates
|
||||
date: 2025-10-27
|
||||
lastmod: 2025-10-27
|
||||
draft: false
|
||||
---
|
||||
|
||||
## Vac 2025/10/27
|
||||
|
||||
### highlights
|
||||
|
||||
- QA: Waku RLN adversarial tests (PR 42) progressed with successful Echidna overflow and exploration modes.
|
||||
- QA: Keycard wallet compatibility retested with BlueWallet.
|
||||
- QA: Nim-libp2p QUIC transport tests expanded with multiple PRs merged; coverage improvements ongoing.
|
||||
- QA: Status desktop QA upgraded to latest Squish, stabilized Windows E2E tests, and added multiple fixes.
|
||||
- QA: Status mobile QA added BrowserStack provider support and began Jenkins workflow setup for e2e CI integration.
|
||||
- DST: Found configuration blocker issue between Status and Nwaku
|
||||
- DST: Significant progress in new deployment scheme
|
||||
- DST: Implemented dst node with go-lip2p
|
||||
- P2P: quic issues fixed, ready to test
|
||||
- P2P: Added AutoTLS client spec
|
||||
|
||||
### vac:p2p:
|
||||
|
||||
- `vac:p2p:ift:2025q4-nimlibp2p-maintenance:maintenance` - 28%
|
||||
- [M] [vacp2p/nim-libp2p#1785](https://github.com/vacp2p/nim-libp2p/pull/1785) fix: echo in rendezvous
|
||||
- [M] [vacp2p/nim-libp2p#1781](https://github.com/vacp2p/nim-libp2p/pull/1781) feat: 1.14.2
|
||||
- [O] [vacp2p/nim-quic#171](https://github.com/vacp2p/nim-quic/pull/171) chore: remove upper bound of deps
|
||||
- [O] [vacp2p/nim-quic#169](https://github.com/vacp2p/nim-quic/pull/169) chore(test): increase wait
|
||||
- [M] [vacp2p/nim-libp2p#1790](https://github.com/vacp2p/nim-libp2p/pull/1790) chore(ci): add verbose output for test binaries
|
||||
- [M] [vacp2p/nim-libp2p#1791](https://github.com/vacp2p/nim-libp2p/pull/1791) chore(performance): increase msg size
|
||||
- [M] [vacp2p/nim-libp2p#1792](https://github.com/vacp2p/nim-libp2p/pull/1792) chore(deps): bump quic to v0.5.0
|
||||
- [M] [vacp2p/nim-quic#168](https://github.com/vacp2p/nim-quic/pull/168) chore(version): bump to v0.5.0
|
||||
- [M] [vacp2p/nim-quic#154](https://github.com/vacp2p/nim-quic/pull/154) chore(test): increase connectionsCount with note
|
||||
- `vac:p2p:ift:2025q4-nimlibp2p-quic:openssl-replacement` - 100%
|
||||
- [M] [vacp2p/nim-libp2p#1782](https://github.com/vacp2p/nim-libp2p/pull/1782) chore: remove `libp2p_quic_support` compile flag, and openssl dependency
|
||||
- `vac:p2p:ift:2025q4-nimlibp2p-quic:stabilization` - 28%
|
||||
- [M] [vacp2p/nim-quic#167](https://github.com/vacp2p/nim-quic/pull/167) fix: blocked streams
|
||||
- [M] [vacp2p/nim-quic#162](https://github.com/vacp2p/nim-quic/pull/162) feat: ack
|
||||
- `vac:p2p:ift:2025q4-nimlibp2p-quic:stabilization` - 28%
|
||||
- [M] [vacp2p/nim-quic#163](https://github.com/vacp2p/nim-quic/pull/163) fix: no defects
|
||||
- [O] [vacp2p/nim-quic#165](https://github.com/vacp2p/nim-quic/pull/165) wip: close conn on fatal
|
||||
- temporarily discontinued; pr is mostly implemented but not tested and approach might not be ideal.
|
||||
- [O] [vacp2p/nim-libp2p#1685](https://github.com/vacp2p/nim-libp2p/pull/1685) tweek and test quic library in nim-libp2p
|
||||
- `vac:p2p:ift:2025q4-nimlibp2p-kad-dht:data-retrieval` - 60%
|
||||
- [O] [vacp2p/nim-libp2p#1789](https://github.com/vacp2p/nim-libp2p/pull/1789) feat(kad): add ProviderManager
|
||||
- [M] [vacp2p/nim-libp2p#1773](https://github.com/vacp2p/nim-libp2p/pull/1773) feat(kad): addProvider
|
||||
- [M] [vacp2p/nim-libp2p#1783](https://github.com/vacp2p/nim-libp2p/pull/1783) chore(kad): make key field mandatory
|
||||
- `misc/admin`
|
||||
- [libp2p/specs#682](https://github.com/libp2p/specs/pull/682) Add AutoTLS client spec
|
||||
- Finally merged!!! Yes!!!!
|
||||
- assist radek in refactoring transport tests
|
||||
|
||||
### vac:tke:
|
||||
|
||||
- `vac:tke:ift:support-to-ift-units::price-prediction`
|
||||
- integrated all models into the infrastructure
|
||||
- finalized the simulation infrastructure
|
||||
- handled over the work to Finance
|
||||
- Modeling inflation - task by Finance
|
||||
- `vac:tke:status:karma-incentives`
|
||||
- finish adapting user's Karma dashboard on Streamlit to the new deployment of SCs
|
||||
- `vac:tke:ift:tokenomics-research-forum::grantico`
|
||||
- further preparations of the workshop for Funding the Commons @ Devconnect
|
||||
|
||||
### vac:qa:
|
||||
|
||||
- `waku:2025q4-rln-smart-contract-testing:property-based`
|
||||
- [PR 40: fuzz test expansion](https://github.com/waku-org/waku-rlnv2-contract/pull/40) - paused
|
||||
- `waku:2025q4-rln-smart-contract-testing:security-adversarial`
|
||||
- [PR 42: adversarial tests](https://github.com/waku-org/waku-rlnv2-contract/pull/42) - in progress (Echidna exploration/overflow tests passing)
|
||||
- `keycard:2025q4-keycard-testing:wallet-compatibilty`
|
||||
- Retested BlueWallet compatibility – [results unchanged](https://www.notion.so/Keycard-Shell-Test-Results-22b8f96fb65c80faa06fcc195373624b?source=copy_link)
|
||||
- `vac:2025q4-nim-libp2p-testing:quic`
|
||||
- [PR 1772: Add tests 1](https://github.com/vacp2p/nim-libp2p/pull/1772) - merged
|
||||
- [PR 1776: Organise transports tests](https://github.com/vacp2p/nim-libp2p/pull/1776) - merged
|
||||
- [PR 1784: Add Multiaddress Handling tests](https://github.com/vacp2p/nim-libp2p/pull/1784) - merged
|
||||
- [PR 1786: Refactor common transports tests](https://github.com/vacp2p/nim-libp2p/pull/1786) - merged
|
||||
- [Issue 1788: inconsistent writes on EOF](https://github.com/vacp2p/nim-libp2p/issues/1788) - opened
|
||||
- [PR 1793: Move MultiAddress handling tests](https://github.com/vacp2p/nim-libp2p/pull/1793) - almost ready for review
|
||||
- `status:2025q4-status-qa-desktop:maintenance`
|
||||
- Upgraded local hosts to newest Squish release; requested CI upgrade
|
||||
- [PR 19100: remove TestRail usage](https://github.com/status-im/status-desktop/pull/19100) - merged
|
||||
- Fix for Windows message sending in progress
|
||||
- Monitored Windows e2e in PRs
|
||||
- [PR 19123: sync test enabled for Windows](https://github.com/status-im/status-desktop/pull/19123) - tested
|
||||
- [PR 19125: bug fixes & object ref updates](https://github.com/status-im/status-desktop/pull/19125) - tested
|
||||
- [Issue 219: system window overlap fix](https://github.com/status-im/infra-ci/issues/219) - verified
|
||||
- `status:2025q4-status-qa-desktop:release-testing`
|
||||
- [PR 19073: tested](https://github.com/status-im/status-desktop/pull/19073)
|
||||
- [Issues 19120, 19119](https://github.com/status-im/status-desktop/issues/19120) - logged
|
||||
- [Issue 19135](https://github.com/status-im/status-desktop/issues/19135) - opened
|
||||
- Reviewed mobile test PRs and validated TestFlight build
|
||||
- `status:2025q4-status-qa-mobile:release-testing`
|
||||
- Supported mobile pre-release (triage, retests)
|
||||
- `status:2025q4-status-qa-mobile:test-ci`
|
||||
- [PR 19107: add BrowserStack provider](https://github.com/status-im/status-desktop/pull/19107) - in review
|
||||
- [PR 19111: update tests for BrowserStack](https://github.com/status-im/status-desktop/pull/19111) - in review
|
||||
- [PR 19114: fix build test mode parameter](https://github.com/status-im/status-desktop/pull/19114) - in review
|
||||
- Jenkinsfile for e2e tests - draft in progress
|
||||
|
||||
### vac:dst:
|
||||
|
||||
- `admin/misc`
|
||||
- Call with Codex regarding the usage of Codex in Status
|
||||
- nim-libp2p open maintainers call
|
||||
- Eth P2P sync
|
||||
- `vac:dst:status:2025q4-status-evaluation:chat-protocol-benchmarks-followup`
|
||||
- Investigated issue with light node and filter.
|
||||
- [Notion: Status Light and Waku Filter](https://www.notion.so/Status-light-and-nWaku-filter-2858f96fb65c8019ac2af3a84c688d68?source=copy_link#28c8f96fb65c80f68954d308bcbae48f)
|
||||
- `vac:dst:waku:2025q4-waku-scaling:TWN-supports-RLN-tree`
|
||||
- Create anvil-deployment in K8s imitating sepolia from TWN
|
||||
- Automatize script for deploying and getting variables that are needed for running waku with RLN
|
||||
- [Draft Github PR: RLN #166](https://github.com/vacp2p/10ksim/pull/166)
|
||||
- `vac:dst:ift:2025q4-dst-tooling:complete-deployment-refactor`
|
||||
- [Github PR: Refactor of deployment building #165](https://github.com/vacp2p/10ksim/pull/165)
|
||||
- `vac:dst:waku:2025q4-waku-scaling:optimise-browser-bootstrapping`
|
||||
- Started:
|
||||
- Changes for initContainers
|
||||
- Setup for Experiment
|
||||
- Deployment building
|
||||
- `vac:dst:ift:2025q4-libp2p-evaluation:go-libp2p-node`
|
||||
- Finalized work on go-libp2p test node. The test node works fine in K8s with quic and yamux and in shadow with yamux
|
||||
- [Github PR: go-libp2p-test-node # 8](https://github.com/vacp2p/dst-libp2p-test-node/pull/8)
|
||||
- `vac:dst:ift:2025q4-dst-tooling:general-tooling`
|
||||
- [Github PR: Updated Readme, Dockerfile, configurations #9](https://github.com/vacp2p/dst-libp2p-test-node/pull/9)
|
||||
- Experimented with K8s deployments of nim and go test nodes
|
||||
|
||||
### vac:sc:
|
||||
|
||||
- `status:2025q3-new-karma-requirements:distributed-slashing`
|
||||
- PR to queue slash commitments to avoid front-running at reveal-time https://github.com/status-im/status-network-monorepo/pull/56
|
||||
- Research on Slashing Race Condition solutions
|
||||
|
||||
- `statusl2:2025q4-audit-preparation:review-documentation`
|
||||
- added docs about the RLN contract https://github.com/status-im/status-network-monorepo/pull/59
|
||||
- Worked on updating visuals for docs
|
||||
- `statusl2:2025q4-audit-preparation:restructure-test-files`
|
||||
- Extracted tests into dedicated files for easier navigation
|
||||
- https://github.com/status-im/status-network-monorepo/pull/58
|
||||
|
||||
### vac:acz:
|
||||
|
||||
- `ift:2025q4-de-mls-tesnet:de-mls-maintaining`
|
||||
- Finish remove user functioanlity [PR](https://github.com/vacp2p/de-mls/pull/46)
|
||||
- `nomos:2025q4-nomos-consulting:zk-consulting-nomos-1`
|
||||
- Discuss inequality proof approaches with Nomos team, and worked on proof.
|
||||
- `nes:2025q4-nescience-consulting:voting`
|
||||
- Prepared a [specifications](https://www.notion.so/Governance-and-voting-in-NSSA-2938f96fb65c80abb5fed5b4115719ea) on governance and voting in NSSA; supports simple-voting and quadratic voting. Prepared [document](https://www.notion.so/Quadratic-voting-program-2958f96fb65c8099a5b0cc50a723f571) on modifications to `Token program` to handle quadratic exchange (necessary for quadratic voting).
|
||||
- `nes:2025q4-nescience-consulting:wrapped_stablecoins`
|
||||
- Looked into wrapped Bitcoin, and prepared a [document](https://www.notion.so/Pathway-to-SNT-in-NSSA-2968f96fb65c80cda7d9d558f84d1683) on wrapping SNT from Ethereum to NSSA.
|
||||
- `ift:2025q4-zerokit:ffi-rework`
|
||||
- WIP in [PR](https://github.com/vacp2p/zerokit/pull/337)
|
||||
- FFI rework discussion meeting on Wednesday.
|
||||
- Added endian support functions in ffi2 and extended type support.
|
||||
- Improved ffi2 APIs parameters for easier initialization; updated C and Nim examples accordingly, and added a new serialization/deserialization example.
|
||||
- Refactored ffi2 module and ffi2 unit test files.
|
||||
- Initial version of ffi2 in rln-wasm.
|
||||
- Did code review for [PR](https://github.com/vacp2p/zerokit/pull/337)
|
||||
- Discussed how FFI and Public API should look like [summary](https://miro.com/app/board/uXjVJ2KoAzM=/?share_link_id=801269573372)
|
||||
- `ift:2025q4-rln-status-l2:maintaining`
|
||||
- [Dockerfile update PR](https://github.com/vacp2p/status-rln-prover/pull/55) - merged
|
||||
- [Dependencies security updates](https://github.com/vacp2p/status-rln-prover/pull/56) - merged
|
||||
- Move prover source code to [monorepo](https://github.com/status-im/status-network-monorepo/)
|
||||
- [Monorepo import prover PR](https://github.com/status-im/status-network-monorepo/pull/54) - WIP
|
||||
- [Slashing support](https://github.com/vacp2p/status-rln-prover/pull/52) - merged
|
||||
- [Gas checking edge case discussion](https://discord.com/channels/@me/1384438447162396745/1430481355757850787)
|
||||
- [Draf PR Solution 2](https://github.com/vacp2p/status-rln-prover/pull/57)
|
||||
- Start reading [Tx Quota doc](https://www.notion.so/PRD-Status-Network-Hub-Tx-Quota-Widget-Read-API-2968f96fb65c80a681d2de1d15d77408)
|
||||
- `ift:2025q4-rln-spec-final`
|
||||
- Read / comments / udpate the prover spec in [Notion](https://www.notion.so/RLN-Deployment-Spec-1f98f96fb65c806c8737d94851b4d14d#2948f96fb65c8072be90e12afb262486) - WIP
|
||||
- `ift:2025q4-zerokit:zerokit-maintaining`
|
||||
- [Minor doc PR](https://github.com/vacp2p/zerokit/pull/348) - merged
|
||||
- [ruint fewer sub dep - reduce compilation times](https://github.com/vacp2p/zerokit/pull/349)
|
||||
- Having discussion about [rs-merkle-tree](https://github.com/bilinearlabs/rs-merkle-tree/blob/main/src/stores/store.rs)
|
||||
- `ift:2025q4-discovery:draft-RFC`
|
||||
- Addressed feedbacks in the [Notion doc](https://www.notion.so/RFC-Logos-Discovery-Capability-28a8f96fb65c80888df7fc0de13f1e22#28a8f96fb65c80e9aa8af17aae99e7db) for the draft RFC of logos discovery capability
|
||||
- Restructured the doc and made things clearer (added some sections and removed some that were repetations).
|
||||
- Added proper descritions to all the algorithms for advertisers, discoverers and registrars.
|
||||
- Improved descriptions for all the system parameters and variables in the algorithms
|
||||
- Added analysis on attack prevention and how implementations can vary system parameters to prevent it.
|
||||
- Worked on basic data structures for the POC
|
||||
- `ift:2025q4-de-mls-tesnet:multi-steward-rfc`
|
||||
- Address feedbacks [PR](https://github.com/vacp2p/rfc-index/pull/193)
|
||||
- Did review for [PR](https://github.com/vacp2p/rfc-index/pull/193)
|
||||
- `ift:2025q4-rln-status-l2:rln-public-website`
|
||||
- Address feedbacks on the [first draft doc](https://www.notion.so/Rate-Limiting-Nullifier-RLN-28d8f96fb65c80ab8faef0a72c2836c6)
|
||||
- `ift:2025q4-rln-status-l2:rln-spec-final`
|
||||
- Discuss mising points [RLN deployment spec](https://www.notion.so/RLN-Deployment-Spec-on-Review-1f98f96fb65c806c8737d94851b4d14d).
|
||||
|
||||
### vac:rfc:
|
||||
|
||||
- `vac:rfc:codex:2025q3-rfc-iteration`
|
||||
- Finished first draft of erasure coding rfc, ready for review - https://github.com/vacp2p/rfc-index/pull/192
|
||||
- Started slot builder and store rfc
|
||||
- `vac:rfc:codex:2025q4-rfc-iteration:merkle-tree`
|
||||
- Merkle tree RFC ready for review: https://github.com/vacp2p/rfc-index/pull/203
|
||||
- `vac:rfc:codex:2025q4-rfc-iteration:prover`
|
||||
- Prover RFC ready for review: https://github.com/vacp2p/rfc-index/pull/205
|
||||
- `admin/misc`
|
||||
- OOO: 2 CC days
|
||||
|
||||
### vac:nim:
|
||||
|
||||
- `ift:2025q4-nimble`
|
||||
- Adds support for deps in `vnext` Fixes [#1496](https://github.com/nim-lang/nimble/pull/1499)
|
||||
- [Renames pkgs2 back to pkgs. Notice 1.6.x has compat with pkgs but not with pkgs2](https://github.com/nim-lang/nimble/pull/1498)
|
||||
All commits (5):
|
||||
- Fixes #1432: Missing package name in warning
|
||||
- Renames pkgs2 back to pkgs. Notice 1.6.x has compat with pkgs but not with pkgs2
|
||||
- Merge branch 'master' into pkgs
|
||||
- Adds support for deps in `vnext` Fixes #1496 (#1499)
|
||||
- Handle old pkg format
|
||||
- Research issues in Status Pipeline
|
||||
- WIP work on https://github.com/nim-lang/nimble/issues/1497
|
||||
|
||||
- `vac:nim:ift:2025q4-nim-core-libs:nim-cbor-serialization`
|
||||
- [Serialization extensions docs](https://github.com/vacp2p/nim-cbor-serialization/pull/9)
|
||||
- [Use nim naming conventions](https://github.com/vacp2p/nim-cbor-serialization/pull/10)
|
||||
- [Rework automatic serialization](https://github.com/vacp2p/nim-cbor-serialization/pull/2)
|
||||
- useCustomSerialization regression tests
|
||||
- merged it
|
||||
- `vac:nim:ift:2025q4-nim-core-libs:nim-confutils`
|
||||
- [Remove nimOldCaseObjects in Nimbus-eth2](https://github.com/status-im/nimbus-eth2/pull/7669)
|
||||
|
||||
### vac:sec:
|
||||
|
||||
- `ift:2025q4-awareness-program:web3-security-essentials`
|
||||
- Finished updating security checklist and new content
|
||||
- `ift:2025q4-secure-signing-process-training:signatory-onboarding-run`
|
||||
- Distributed process and defined schedule
|
||||
- `ift:2025q4-treasury-continuity-plan:implement-backup-requirements`
|
||||
- Finished gap analysis and risk assessment
|
||||
- `ift:2025q4-secure-signing-env-deployment:build-a-secure-vm-for signing`
|
||||
- Worked on an initial vm setup and tools
|
||||
- `ift:2025q4-cicd-security-review:status-design-reviews`
|
||||
- Completed a focused red-team style review on the patched IPC communication flow to test for potential privilege escalation and data exposure
|
||||
- Analyzed newly introduced third-party library updates post-audit for possible cryptographic or memory safety regressions
|
||||
- Validated code signing and attestation logs for the latest builds, ensuring compliance and integrity of distributed artifacts
|
||||
- Reviewed and approved GitHub token creation requests, confirming appropriate scopes, permissions, and secure usage before deployment
|
||||
- `ift:2025q4-vulma-and-ir:incidents`
|
||||
- Conducted a tabletop exercise to test the updated incident response playbook covering token compromise and data leakage scenarios
|
||||
- `ift:2025q4-vulma-and-ir:remediation-tracking`
|
||||
- Completed validation of remaining CodeQL findings across top repositories and confirmed patch effectiveness
|
||||
- Assessed and patched dependencies impacted by recent CVEs in network and cryptographic components
|
||||
- `ift:2025q4-iam-operations: Notion clean-up`
|
||||
- Configured Discord report for pages of DBs created after 01.01.2025, but last edited before
|
||||
- Send out emails or Discord with request to confirm deletion
|
||||
- `ift:2025q4-finance-automation-enhancements`
|
||||
- Daily monitor of Finance executions
|
||||
- Applied fix to bank data synch
|
||||
- Increased number of updated and decreased no of errors
|
||||
- Added email notification to Finance with the errors
|
||||
- `ift:2025q4-Create hierarchy boards in Miro`
|
||||
- New boards for EcoDEV, Nomos, Vac
|
||||
- Identified issues with Miro limits for Nomos and Vac
|
||||
- `ift:2025q4-Migrate Sec workflows to n8n Sec Cloud`
|
||||
- Finalized migrations of Credentials and Sec related workflows
|
||||
- `ift:2025q4-iam-operations:admin-audit`
|
||||
- Tested workflows for admin audit for different platforms
|
||||
|
||||
### vac:nes:
|
||||
|
||||
|
||||
|
||||
### vac:web:
|
||||
|
||||
- `ift:2025q4-psf-website`
|
||||
- Taking over the external development
|
||||
- `ift:2025q4-logos-website`
|
||||
- Proposing scope of work to be deliverd by agency
|
||||
- Spaces Calendar frontend and backend
|
||||
- Submission, List, Management features to replace Google Sheets and provide API endpoints for external usage
|
||||
- [Pull Request](https://github.com/acid-info/admin-acid.logos.co/pull/19), [Public API](https://logos-admin-git-space-calendar-acidinfo.vercel.app/api/spaces-calendar/public), [Preview](https://logos-admin-git-space-calendar-acidinfo.vercel.app/spaces-calendar?tab=list)
|
||||
- Circles map
|
||||
- API spec discussions with the BI team
|
||||
- Research on 2D/3D map rendering
|
||||
- Considering the necessity of a backend and database
|
||||
- Implement docs search component
|
||||
https://github.com/acid-info/logos-co/pull/14
|
||||
- Use BI's team API to fetch github social proof data
|
||||
https://github.com/acid-info/logos-co/pull/13
|
||||
- `status:2025q4-status-wallet-extension`
|
||||
- Inspecting errors in failed pricing requests
|
||||
- `status:2025q4-sn-hub`
|
||||
- [add external links](https://github.com/status-im/status-web/issues/781) - created [PR#818](https://github.com/status-im/status-web/pull/818), currently waiting for deposit section
|
||||
- addressed feedback & merged feedback actions - [PR#809](https://github.com/status-im/status-web/pull/809)
|
||||
- synced with Filip regarding API and [review of API design](https://github.com/status-im/sn-api/pull/7)
|
||||
- testing & debugging [Withdraw feature](https://github.com/status-im/status-web/pull/813)
|
||||
- `keycard:2025q4-keycard-website`
|
||||
- wallets page - [PR#116](https://github.com/keycard-tech/keycard-website/pull/116)
|
||||
- implement layout and filtering, assets export and optimization
|
||||
- `ift:2025q4-maintenance`
|
||||
- Technical SEO improvements for free.technology
|
||||
- Added dynamic sitemap.xml, robots.txt, Schema.org Structured Data
|
||||
- [Pull Request](https://github.com/acid-info/free.technology/pull/14), [sitemap.xml](https://free.technology/sitemap.xml), [robots.txt](https://free.technology/robots.txt), [Schema.org](https://validator.schema.org/#url=https%3A%2F%2Ffree.technology%2F)
|
||||
- IFT website copy updates ([Pull Request](https://github.com/acid-info/free.technology/pull/15))
|
||||
- Removing the top banner logos.co ([Pull Request](https://github.com/acid-info/logos.co/pull/88))
|
||||
- Fixed cropped thumbnail issue in Logos Press Engine ([Pull Request](https://github.com/acid-info/logos-press-engine/pull/244))
|
||||
- `logos-docusaurus-plugins`
|
||||
- [in review] umami plugin - inject mock on tracking script download failure
|
||||
https://github.com/acid-info/logos-docusaurus-plugins/pull/313
|
||||
- `logos.co`
|
||||
- Redirect /book to the /farewell-to-westphalia page
|
||||
https://github.com/acid-info/logos.co/pull/89
|
||||
- Update farewell to westphalia A/B testing pages
|
||||
https://github.com/acid-info/logos.co/pull/87
|
||||
- `status:2025q4-sn-hub`
|
||||
- Fixed connect wallet
|
||||
- Released unstaking feature for review
|
||||
|
||||
### vac:infra:
|
||||
|
||||
- LIDO Fleet
|
||||
- Investigation of missed proposals
|
||||
- Nixpkgs upgrade applied to all hosts
|
||||
- Debugging of attestation delays, Nethermind resync
|
||||
- Debugging of memory issues caused by Keys API
|
||||
- Research into LokiJS log querying performance
|
||||
- Improvements to Random alerts generation
|
||||
- Curated Module v2 discussion and form submission
|
||||
- Imprveroments to stability of Windows E2E tests
|
||||
- Finishing containerization of Jenkins CI jobs
|
||||
- Researching Commit-Boost as replacement for MEV-Boost
|
||||
- Researching proposal commitments to boost profits
|
||||
- Helping with "last" legacy mobile release with backups
|
||||
- Created working signed iOS release in TestFlight
|
||||
- Upgraded Go and `status-go` in MatterBridge fork, testing
|
||||
- Debugging of Status fleet Websocket issues and abuse
|
||||
- Configuration of `nim-sds` builds for `status-go`
|
||||
- Windows Wireguard refresh script interpreter fix
|
||||
- Backup and restore docs for Aptly and Keycard Shell
|
||||
- Prometheus uprade to 3.5.0 on all fleets
|
||||
- Mix protocol enabled on `waku.test` fleet
|
||||
- Preparations of Nimbus fleet for Fusaka fork on Hoodi
|
||||
- Fixed Portal Bridge build failures due to low RAM
|
||||
- Improvements to Keycard Shell website
|
||||
|
||||
### vac:bi:
|
||||
|
||||
- `vac:bi:ift:2025q4-vac-website-contributors` Setup Prod environment
|
||||
- `vac:bi:logos:2025q4-logos-circle-dashboard`: Dashboard for the circle event - https://superset.bi.status.im/superset/dashboard/luma
|
||||
- `vac:bi:ift:2025q4-ift-townhall-content-helper` Website https://news.free.technology/ deployed, monthly reports setup.
|
||||
- `vac:bi:ift:2025q4-comms-discord-stats` - Get statistique for some channels in discord servers https://github.com/status-im/data-docs/issues/110
|
||||
- `vac:bi:logos:2025q4-logos-winnable-stories-sm-accounts`:
|
||||
- Presentation of result to the comms teams
|
||||
- Twitter followers retweet https://superset.test.bi.status.im/superset/dashboard/twitter_investigation/?native_filters_key=ZgqtlpcsUEI
|
||||
- Twitter account analysis : https://github.com/status-im/bi-utils/pull/6
|
||||
- Working on method to identify accounts according to the logos persona
|
||||
- `vac:bi:rag:2025q4-rag-content`: Continue debugging the github issue chunking
|
||||
- `vac:bi:rag:2025q4-rag-evaluation-pipeline`: Transform the monitoring data for easier monitoring
|
||||
Reference in New Issue
Block a user