Link Types:GitHubInternal (roadmap.vac.dev)ExternalTask ID
IFT-TS 2026/05/25 §
top highlights §
- Nim team finished and merged the CBOR CDDL parser.
- QA team completed remaining LogosDelivery E2E Send API coverage and documented test reports.
- TKE team Finalized hybrid PoW/PoS simulations and reporting.
- WEB: team implemented Logos website pages, including new home, technology, research, Basecamp and campaign previews.
team highlights §
- BI: Improved the Logos ecosystem funnel and researched KOL automation through the X API.
- BI: Researched Logos storage metrics.
- BI: Worked on an improved Status community-monitoring bot version.
- BI: Researched a RAG Discord bot.
- BI: Researched data lineage for dbt.
- DST: Advanced anoncomms service-discovery dogfood with registrar-node discussion, node build improvements, and baseline experiment work.
- DST: Automated Logos devnet deployment support for blend declarations and faucet interactions, then debugged faucet/key configuration issues.
- DST: Continued Logos Core evaluation with module-loading work and 10ksim integration notes.
- DST: Completed priority-queue overflow, disconnect, and slow-peer scenarios with reports, manifests, and Grafana panels.
- DST: Validated Shadow on the lab cluster and documented a new runner/image design for 10ksim integration.
- NIM: Advanced Nimble develop handling with regression tests and fixes for vendor naming, overrides, and path behavior.
- NIM: Merged the CBOR CDDL parser.
- NIM: Updated protobuf serialization to v0.4.0 and fixed extension verification behavior.
- NIM: Finished libp2p DCUtR protobuf serialization.
- NIM: Resolved nimlangserver docs conflicts.
- P2P: Landed sink-parameter performance improvements across protobuf, pubsub, streams, and additional libp2p paths.
- P2P: Hardened RSA key handling by capping oversized keys and rejecting imports below 2048 bits.
- P2P: Merged broad nim-libp2p maintenance across protobuf deps, cancellation, lsquic, BoringSSL, naming, CI, and WebSocket behavior.
- P2P: Opened stream-budget enforcement work.
- P2P: Advanced NAT traversal address setup and UPnP/NAT-PMP support.
- P2P: Advanced nim-ffi test coverage.
- QA: Added a LEZ sequencer-versus-replayer fuzz target and continued AFL++ fuzzing layer CI testing.
- QA: Completed remaining LogosDelivery E2E Send API scenarios and documented report/reference pages.
- QA: Advanced nim-libp2p service-discovery testing with a few reported issues.
- QA: Continued Status app automation with asset-loading, graph, authenticate, and empty-assets fixes.
- RFC: Prepared Logos Blockchain specs migration PRs and checked roughly 50 specs for Notion/GitHub parity.
- RFC: Aligned with the LEZ team on moving LEZ specs to GitHub after their updates land.
- SC: Advanced stablecoin fee-accrual and withdrawal-transfer coverage.
- SC: Updated SPEL to v0.3.0 and cleaned up integration-test program IDs.
- SC: Continued AMM Basecamp support and TWAP oracle account design research.
- SEC: Monitored Finance and security automation workflows while continuing support and duplicate-data checks.
- SEC: Presented the Discord-to-Element workflow test to Finance and kept Infra follow-up pending final review.
- SEC: Validated Greenhouse API integration for contributor profile KYB/KYC and requested missing endpoint access.
- SEC: Reported a LEZ security finding and confirmed the fix.
- SEC: Reviewed Logos blockchain circuit updates and closed a reported finding.
- TKE: Finalized hybrid PoW/PoS simulations and reporting.
- TKE: Moved DSE experiments into the RFC template and addressed comments.
- TKE: Finalized V1 KPI emissions design work.
- TKE: Reviewed post-vesting proposals after Legal feedback.
- TKE: Continued XPrize submission reviews.
- TKE: Advanced market-validation docs, summary, and feedback.
- WEB: Deployed get.status.app and advanced status.app self-hosting.
- WEB: Deployed Logos forms and continued CRM form review, agency feedback, and design-rights follow-up.
- WEB: Implemented Logos website pages, including new home, technology, research, Basecamp, and campaign previews.
- WEB: Shipped SN Hub vault/rewards updates and resumed hub deployments.
- WEB: Advanced CiviCRM Dashboard implementation with architecture, client, query-layer, and route-handler PRs.
- WEB: Fixed Status Network legal-document and hub build issues under web maintenance.
ift-ts:bi: §
ift-ts:dst: §
admin/misc
ift-ts:dst:ift:2026q2-dst-tooling:general-tooling
ift-ts:dst:logos:2026q2-anoncomms-evaluation:service-discovery-dogfood
ift-ts:dst:logos:2026q2-messaging-evaluation:regression-testing
- Delayed PRs, latency work, and shards work for
v38.1.
ift-ts:dst:logos:2026q2-blockchain-evaluation:devnets
- Helped with a new devnet run.
- Automated deployment for blend declaration and faucet interaction in vacp2p/10ksim#210.
- Debugged faucet interaction and key-usage errors with Antonio.
ift-ts:dst:logos:2026q2-logos-core-evaluation:evaluation
ift-ts:dst:ift:2026q2-libp2p-evaluation:priority-queues
- Ran and analyzed low-priority, medium-priority, and high-priority queue overflow scenarios.
- Ran and analyzed high-priority overflow with disconnect behavior.
- Evaluated different
SlowPeerDecay and SlowPeerWeight values on peer score.
- Evaluated current slow-peer settings during temporary bursts.
- Added an uplink-constrained peer false-positive scenario, confirming all direct peers are treated as slow peers in that case.
- Completed the GossipSub Priority Queues Test report and provided Kubernetes manifests for reproducibility.
- Added Grafana panels for H/M/L queue analysis in the GossipSub queues dashboard.
ift-ts:dst:ift:2026q2-dst-lab:analyze-current-stack
- Temporarily decreased scrape time for libp2p jobs to 5 seconds to observe slow-peer penalty decay and peer-score variations.
ift-ts:dst:ift:2026q2-libp2p-evaluation:connection-manager
- Added automatic post-run analysis to make deployment, analysis, and plot generation available in one command.
- Closed vacp2p/10ksim#266 for connection-manager experiment analysis.
ift-ts:dst:ift:2026q2-dst-tooling:shadow
- Got the Shadow simulator running end to end on the lab cluster.
- Validated a three-peer GossipSub mesh with publish and message propagation.
- Found the previous dst-libp2p-test-node Shadow prototype is broken on master and decided to redesign it.
- Designed a split between a generic Shadow base image and a per-experiment dynamic test-node image, with the publisher script delivered as a ConfigMap.
- Documented usage, design choices, and gotchas in Using Shadow at DST.
- Continued implementing 10ksim integration with Shadow.
ift-ts:nim: §
ift-ts:p2p: §
ift-ts:p2p:ift:2026q2-nimlibp2p-maintenance:sink-performance-exploration
ift-ts:p2p:ift:2026q2-nimlibp2p-maintenance:large-rsa-key-limit
ift-ts:p2p:ift:2026q2-nimlibp2p-maintenance:maintenance
- Merged vacp2p/nim-libp2p#2508, using
protobuf_serialization 0.4.0.
- Merged vacp2p/nim-libp2p#2495, preserving
CancelledError in handlers.
- Merged vacp2p/nim-lsquic#85, bumping lsquic.
- Merged vacp2p/nim-libp2p#2482, improving stream and connection names.
- Merged vacp2p/nim-boringssl#5, updating the BoringSSL submodule and bindings.
- Merged vacp2p/boringssl#3, syncing BoringSSL upstream.
- Merged vacp2p/nim-libp2p#2506 and vacp2p/nim-libp2p#2518, removing implicit
result usage.
- Merged vacp2p/nim-libp2p#2497 and vacp2p/nim-libp2p#2519, fixing AutoTLS parsing and challenge behavior.
- Merged vacp2p/nim-libp2p#2507, adding Mix Protocol to the project list.
- Merged vacp2p/nim-libp2p#2498, adding AI instructions for preserving error messages.
- Merged vacp2p/nim-libp2p#2486, disabling
SwitchBuilder grace period by default.
- Merged vacp2p/nim-libp2p#2475 and vacp2p/nim-libp2p#2476, cleaning up
SwitchBuilder.
- Merged vacp2p/nim-libp2p#2481, unifying CI dependency cache keys.
- Merged vacp2p/nim-libp2p#2471, avoiding
asyncSpawn in websocket handling.
ift-ts:p2p:ift:2026q2-nimlibp2p-stream-budgets:budget-api
ift-ts:p2p:ift:2026q2-nimlibp2p-stream-budgets:inbound-enforcement
ift-ts:p2p:ift:2026q2-nimlibp2p-cbindings:nim-ffi
ift-ts:p2p:ift:2026q2-nimlibp2p-nat-traversal:upnp-pmp
ift-ts:p2p:ift:2026q2-nimlibp2p-nat-traversal:address-setup-api
ift-ts:p2p:ift:2026q2-nimlibp2p-logos-core:custom-protocols
ift-ts:qa: §
ift-ts:rfc: §
ift-ts:rfc:ift:2026q2-lip-index-maintenance:maintenance
- Prepared Logos Blockchain specs migration PRs logos-lips#344 and logos-lips#345.
- Checked roughly 50 specs for one-to-one parity between Notion and GitHub.
- Confirmed no RFC-side blockers remain for moving the specs fully to GitHub once the Blockchain team reviews.
- Discussed moving LEZ specs to GitHub and agreed that the LEZ team will update specs before the next handoff.
ift-ts:sc: §
ift-ts:sec: §
ift:2026q1-finance-automation-bug fixing & support
- Monitored Finance executions daily.
- Continued support and bug fixing.
ift:2026q1-security-automation:refine -app-catalogue-update-from-expensify
- Monitored duplicate-data scenarios daily.
ift:2026q2 - Investigation into migration from Discord to Element for n8n workflows
- Presented a documented test to Finance.
- Delayed Infra follow-up until final review of the solution from Finance.
ift:2026q2-Investigation into KYB/KYC for new contributor profiles
- Ran tests for Greenhouse API endpoints.
- Confirmed token-based authorization.
- Found missing access to a specific endpoint and requested endpoint access with an API key.
ift:2026q2-pops-automation:bug fixing & support
- Tested workflow enhancements for identifying existing and newly created divisions, departments, and teams.
- Tested Miro board creation for newly identified divisions, departments, and teams.
- Tested the new workflow version.
ift:2026q2-internal-audit:logos-execution-zone-security-review
ift:2026q2-status-linea-merging:status-predeposit-vaults-review
- Joined the call with Aragon.
ift:2026q2-internal-audit:logos-blockchain-security-review
- Reviewed updated code for
logos-blockchain-circuit.
- Reported and closed one finding in audit-reports#92.
ift-ts:tke: §
admin
- Looked for other research directions and places to help.
- OOO: 2 CC days.
misc
- Submitted DWeb Camp 2026 talk and workshop proposals.
- Submitted an Open Source Summit talk proposal.
- Submitted a Common S3nse talk proposal.
vac:tke:blockchain:stress-test:hybrid-pow-pos
- Finalized simulations and reporting.
vac:tke:blockchain:stress-test:DSE
- Put DSE experiments in the RFC template.
- Addressed Marcin’s comments on the DSE document.
vac:tke:ift:logos-token:fundraise
- Reviewed all docs and evaluated what still needs to be finalized.
vac:tke:ift:logos-token:kpi-emissions
- Finalized V1 work on KPI design.
vac:tke:ift:support-to-ift-units:post-vesting
- Reviewed proposals after Legal feedback.
vac:tke:ift:ecodev:xprize
- Continued reviewing submissions.
vac:tke:ift:ecodev:rfp
- Reviewed the lending RFP once delivered by Franck.
vac:tke:ift:ecodev:wrapped-assets
- Continued research in key directions.
vac:tke:ift:ecodev:ID-protocol
- Continued expanding and verifying the direction.
vac:tke:ift:ecodev:market-validation
- Discussed market-validation docs.
- Created a summary document.
- Reviewed Rahul’s comments and implemented them.
- Reviewed Rahul’s documents and commented on them.
ift-ts:web: §
No results found
Try adjusting your search or filter criteria.