Link Types: GitHub Internal (roadmap.vac.dev) External Task ID
All Teams BI0 DST0 Nim0 P2P0 QA0 RFC0 SC0 SEC0 TKE0 WEB0 INFRA0
IFT-TS 2026/06/22 §
top highlights §
WEB team released and deployed the new logos.co website.
P2P team drafted nim-libp2p v2.1.0 and continued protobuf serialization migration.
NIM team bumped protobuf serialization to v0.5.3, nim-cbor-serialization to v0.4.1, and advanced Nimble develop-dependency fixes.
team highlights §
BI: Prepared DHT crawler work and researched Logos Delivery.
BI: Improved website monitoring with referrer grouping and monitored top Discord participants.
BI: Improved the Status Python SDK and filtered discount tags from Shopify orders.
DST: Reviewed nim-libp2p v2.1.0 regression results and moved the regression mesh to kad-dht discovery.
DST: Adjusted Logos devnet deployment to version 0.1.3-rc.11 and added a new dashboard metric panel.
DST: Merged the service discovery connectivity fix and continued service discovery tracer and analyzer work.
DST: Finished Shadow publisher integration through pod-api-requester.
DST: Added 10ksim builder tests and continued the DST dashboard parser and dataset processor work.
NIM: Advanced Nimble 1.0.0 with develop-dependency, vendored package, global develop, and CI fixes.
NIM: Bumped protobuf serialization to v0.5.3 and added packed field helpers and sanitizer testing.
NIM: Bumped nim-cbor-serialization to v0.4.1 and added JSON-to-CBOR conversion.
NIM: Continued nim-nat-traversal research and nim-libplum build fixes.
NIM: Continued Chronos documentation fixes and reported an async exception issue in Nim.
P2P: Advanced nim-libp2p maintenance with kad, pubsub, yamux, lsquic, boringSSL, and relay fixes.
P2P: Continued protobuf serialization migration across signed envelopes, examples, metrics, kad, and pubsub.
P2P: Improved nim-libp2p CI performance and teardown safety.
P2P: Advanced nim-ffi opaque handle support.
P2P: Continued Logos Core OpenMetrics support for libp2p metrics.
QA: Categorisez messaging LIPs as requested by the team.
QA: Helped out with cross device/browser Logos website testing.
QA: Advanced LEZ fuzzing with cargo-mutants diagnostics, corpus updates, and privacy-focused targets.
QA: Tested nwaku release v0.39.0 and delivered the release summary report.
QA: Advanced LogosDelivery bindings, Status Go ownership transfer debugging, and Logos messaging integration tests.
QA: Added nim-libp2p connection-management, service-discovery, and gossipsub priority-queue tests.
QA: Continued Status desktop and mobile maintenance, benchmark, accessibility, onboarding, and release-testing work.
SC: Opened stablecoin plan issues and started the first stablecoin implementation plan.
SC: Moved local sequencer tests onto scaffold and opened upstream fast-block support.
SC: Continued redemption-controller implementation and TWAP oracle program work.
SEC: Started recycling signing addresses in critical Treasury wallets and reviewed offboarding account removals.
SEC: Advanced Discord-to-Element n8n helper work, KYB/KYC workflows, and application catalogue investigations.
SEC: Estimated security review effort for liblogos, Logos Delivery Module, Logos Module Builder, and logoscore CLI.
TKE: Addressed Logos Token Economics feedback and finalized a KPI-based token allocation approach.
TKE: Incorporated Channels into liquid-staking work and continued cost-transparency and market-validation support.
TKE: Continued DWeb Camp campaign support, governance research, XPrize reviews, RFP review, and wrapped-assets follow-ups.
WEB: Released and deployed logos.co with homepage redesign, responsive fixes, copy updates, and cross-browser testing.
WEB: Coordinated production release of self-hosted projects and consolidated Vercel projects and billing entities.
WEB: Added Umami analytics to get.status.app and created a Status CMS proof of concept.
WEB: Improved Status website sitemap handling and LPE CMS OG image generation.
WEB: Advanced Status web E2E cleanup, Hub local test suites, withdrawals tests, and community dapp monorepo migration.
ift-ts:bi: §
ift-ts:dst: §
admin/misc
Continued task tracking and reviews.
Worked on the Mix branch .
ift-ts:dst:ift:2026q2-libp2p-evaluation:regression-testing
Reviewed and discussed nim-libp2p v2.1.0 report results with Alan.
Discussed mesh formation with QUIC and v2.0.0, message injection rate, v2.1.0 QUIC latencies, bandwidth results, and log-line errors.
Discussed a QUIC plus kad-dht error in a Discord thread .
Switched the regression test mesh from static wiring to kad-dht discovery with a bootstrap node.
Merged 10ksim#298 and dst-libp2p-test-node#37 .
Made the experiment run and analyze message reliability in one command.
Ran the v2.0.0 and v2.1.0 1000-node comparison across mplex, yamux, and QUIC.
Continued communication with P2P to understand problems in the QUIC runs.
ift-ts:dst:logos:2026q2-blockchain-evaluation:devnets
Adjusted deployment to version 0.1.3-rc.11.
Opened 10ksim#300 , adding YAMLs for devnet rc 11.
Merged vaclab-2#37 , adding a new metric panel to the dashboard.
ift-ts:dst:logos:2026q2-anoncomms-evaluation:service-discovery
Changed the experiment structure to repeat discovery.
Added service discovery tracers and analyzers, and studied the current Data Puller structure.
Merged dst-libp2p-test-node#35 , fixing service discovery connectivity issues.
ift-ts:dst:logos:2026q2-logos-core-evaluation:evaluation
ift-ts:dst:ift:2026q2-dst-tooling:general-tooling
Merged 10ksim#299 , adding tests for deployment core builders.
Added tests verifying that builder methods correctly set and propagate object configuration.
Fixed a small bug in the StatefulSet volume_claim_templates definition.
ift-ts:dst:ift:2026q2-dst-tooling:dashboard
Continued the mamoutou/dst_explorer_init branch .
Added the experiment descriptor parser.
Added transformation functions for boxplots.
Started implementation of DatasetProcessor.
ift-ts:dst:ift:2026q2-dst-tooling:shadow
ift-ts:nim: §
ift-ts:p2p: §
ift-ts:p2p:ift:2026q2-nimlibp2p-maintenance:maintenance
Opened dst-libp2p-test-node#38 , using learned bootstrap addresses and enabling wildcard resolver.
Opened logos-co/nim-libp2p-mix#26 , validating alpha field elements.
Opened vacp2p/nim-lsquic#94 , clearing pending stream I/O tasks on cancellation.
Merged vacp2p/nim-libp2p#2643 , refining kad routing table peer admission.
Merged vacp2p/nim-lsquic#93 and vacp2p/nim-lsquic#92 , fixing certificate verification behavior.
Opened logos-co/nim-libp2p-mix#25 , limiting replay cache and deferring tag insertion.
Merged vacp2p/nim-libp2p#2641 , validating SPR updates.
Merged vacp2p/nim-libp2p#2640 , cleaning up yamux flushed stream tracking.
Opened vacp2p/nim-libp2p#2647 , adjusting incoming pubsub message validation order.
Merged vacp2p/nim-lsquic#90 , generating lsquic bindings with nodeclguards.
Merged vacp2p/nim-boringssl#9 and vacp2p/nim-boringssl#8 .
Merged vacp2p/nim-libp2p#2630 , stripping peer IDs from dial addresses.
Merged vacp2p/nim-libp2p#2633 , adding a local record store limit.
Opened libp2p/test-plans#859 , adding nim-libp2p v2.0.0 to transport interop tests.
Merged vacp2p/nim-libp2p#2635 , adding v2.1.0.
Merged vacp2p/nim-libp2p#2631 , normalizing AutoNAT v2 response address selection.
Merged vacp2p/nim-libp2p#2632 , handling DER encoding.
Merged vacp2p/nim-libp2p#2626 , restoring relay v2 presence validation.
Merged vacp2p/nim-libp2p#2636 , moving debugutils to utils.
Investigated a RangeDefect in v2.1.0.
Merged vacp2p/nim-libp2p#2657 , making the pubsub peer event handler unsubscribe only on left events.
Merged vacp2p/nim-libp2p#2652 , capping gossipsub partial-message group state.
Merged vacp2p/nim-libp2p#2651 , fixing yamux send window integer bounds.
Opened vacp2p/nim-libp2p#2654 , speeding up Windows test jobs.
Merged vacp2p/nim-libp2p#2653 , parallelizing test execution.
Merged vacp2p/nim-libp2p#2639 , installing latest daily dependencies into nimbledeps/.
Opened vacp2p/nim-libp2p#2605 , tracking and cancelling asyncSpawn futures on teardown.
Merged vacp2p/nim-libp2p#2648 , enabling XCannotRaiseY as warning-as-error.
ift-ts:p2p:ift:2026q2-nimlibp2p-maintenance:nim-protobuf-serialization
ift-ts:p2p:ift:2026q2-nimlibp2p-cbindings:nim-ffi
ift-ts:p2p:ift:2026q2-nimlibp2p-logos-core:metrics
Merged vacp2p/nim-libp2p#2645 , fixing the NAT traversal Nix build.
Merged vacp2p/nim-libp2p#2644 , building NAT traversal in the cbind derivation.
Opened logos-co/logos-libp2p-module#56 , adding OpenMetrics libp2p metrics.
Closed logos-co/logos-libp2p-module#52 , adding OpenMetrics libp2p metrics.
Closed logos-co/openmetrics-module#4 , marshalling /metrics scrapes onto the main Qt thread.
Opened vacp2p/nim-libp2p#2625 , exposing metrics through libp2p_collect_metrics.
Merged logos-co/logos-libp2p-module#57 , normalizing the module header so LIDL codegen emits all methods.
Merged logos-co/logos-libp2p-module#55 , extracting mix bindings and bumping logos-module-builder.
Opened logos-co/logos-module-builder#134 , deduplicating logos-nix with follows.
Closed logos-co/logos-module-builder#116 , stripping explicit from impl constructors before cpp-generator runs.
ift-ts:qa: §
ift-ts:sc: §
ift-ts:sc:logos:2026q2-stablecoin
Opened 36 issues under lez-programs#155 with six plans.
Started working on stablecoin plan 1.
Opened lez-programs#192 , implementing the first issue.
Continued redemption-controller implementation work.
Opened lez-programs#142 , adding feedback-alignment fixes around controller math and oracle freshness.
ift-ts:sc:logos:2026q2-programs-development:chores
Moved local-sequencer testing onto scaffold and opened the upstream fast-block follow-up.
Opened lez-programs#140 , switching the parity suite to scaffold-managed test nodes.
Opened scaffold#227 , adding fast block-time support to the test-node config API.
Opened logos-co/spel#232 , emitting account helper types in deterministic order.
Merged lez-programs#191 , using descriptive string seeds for PDA derivation.
ift-ts:sc:logos:2026q2-twap-oracle
Merged lez-programs#150 , refreshing TWAP current tick on add/remove liquidity.
Merged lez-programs#149 , bootstrapping the pool TWAP current-tick account at pool creation.
Merged lez-programs#148 , creating TWAP price observations on behalf of the pool.
Merged lez-programs#151 , adding admin authority and the UpdateConfig instruction.
Merged lez-programs#147 , adding Initialize with config-gated chained calls.
Merged lez-programs#145 , updating the IDL.
Merged lez-programs#136 , implementing RecordTick.
Merged lez-programs#131 , implementing current tick account instructions.
Merged lez-programs#130 , implementing CreateOraclePriceAccount.
Closed lez-programs#139 , refactoring TWAP oracle current-tick instructions to take a price.
ift-ts:sec: §
ift:2026q2-secure-treasury-management:recycling-signing-addresses
Started recycling signing addresses in the most critical Treasury wallets.
ift:2026q2-iam-ops:complete-offboarding-tasks
Reviewed user accounts removed or to be removed.
ift:2026q2-degoogling:sign-in-dependencies-review
Partially migrated to Proton as the temporary identity provider and calendar.
ift:2026q1-finance-automation-bug fixing & support
Monitored Finance executions daily.
Provided 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
ift:2026q2-Investigation into KYB/KYC for new contributor profiles
Concluded testing of POST endpoints.
Confirmed that BGV reports attached to Candidate profiles in Greenhouse make other notifications unnecessary for PoPs.
Optimized the BGV workflow to avoid crashes from large output.
Started Legal analysis into GDPR and DPA for SERP API and Claude in Notion .
ift:2026q2-pops-automation:bug fixing & support
Pending review from PoPs.
ift:2026q2-security-automation:admin
Drafted an investigation into potential Application Catalogue Management extensions in Notion .
Drafted an investigation into potential automatic tooling for monitoring exposed employee credentials in Notion .
ift:2026q2-internal-audit:logos-liblogos-security-review
Estimated liblogos and logos-protocol review effort: 1.4K and 6.9K LoC, C++, static analysis with cppcheck, semgrep, scan-build, CodeQL, and Claude, and 11-12 days of manual review.
Used appsec.guide C/C++ guidance as a reference.
ift:2026q2-internal-audit:logos-delivery-module-security-review
Estimated Logos Delivery Module, library, and SDK review effort: about 2.2K LoC, C++, and five days of manual review.
ift:2026q2-internal-audit:logos-module-builder-security-review
Estimated Logos Module Builder, SDKs, and logos-protocol review effort: about 12.7K LoC across Nix, C++, and Rust, and about 15 days of manual review.
ift:2026q2-internal-audit:logos-logoscore-cli-security-review
Estimated logoscore CLI, SDK, logos-protocol, and capability module review effort: about 13.2K LoC, C++, and about 15 days of manual review.
admin/misc
Drafted Q3 commitments and tasks.
OOO: 6 CC days.
ift-ts:tke: §
vac:tke:ift:logos-token:fundraise
Addressed feedback in the Logos Token Economics document.
Met with the Blockchain team to discuss corrections.
vac:tke:ift:logos-token:allocation-strategy
Finalized a KPI-based approach for token allocation.
vac:tke:blockchain:stress-test:liquid-staking
Incorporated Channels into the document.
vac:tke:ift:ecodev:cost-transparency
Read the analyses again.
Continued transparency work with IR.
vac:tke:ift:ecodev:market-validation
Continued helping EcoDev reach out to projects.
Continued supporting market validation.
vac:tke:ift:support-to-ift-units:comms-ia-campaign
Continued DWeb Camp campaign research support and aligned on overall strategy.
Tested Alisher’s module and improved campaign UX.
Reviewed Frequencies campaign suggestions.
vac:tke:ift:support-to-ift-units:governance
Researched and mapped existing models.
Caught up with Legal.
vac:tke:ift:ecodev:xprize
Continued reviewing submissions.
Reviewed pending LPs and synced with Sasha.
vac:tke:ift:ecodev:rfp
Reviewed further RFP dependencies in the Gantt and met on them.
vac:tke:ift:ecodev:wrapped-assets
Supported Rahul’s BD calls and follow-ups from BTC Prague.
vac:tke:ift:ecodev:ID-protocol
Chased Pascal’s feedback.
vac:tke:ift:logos-token:kpi-emissions
Waited for comments and implemented them for the KPI design.
admin
ift-ts:web: §
ift-ts:web:ift:2026q2-maintenance:maintenance
Requested production release of self-hosted projects by Infra.
Consolidated Vercel projects and billing entities in Discord .
Merged acid-info/lpe-cms#6 , keeping OG image URL stable and serializing generation.
ift-ts:web:status:2026q2-status-website
ift-ts:web:logos:2026q2-logos-website:website-redesign
Released and deployed logos.co .
Merged logos-web#45 , redesigning the homepage with stacked scroll sections.
Merged logos-web#46 , adding card-wide link overlays to TechBuilderCtaDeck and refining the manifesto layout.
Merged logos-web#47 , adding new homepage sections, mobile polish, and Umami click tracking.
Merged logos-web#48 , cleaning up section padding and homepage hero mobile CTA gap.
Merged logos-web#49 , refreshing homepage media and copy.
Merged logos-web#50 , removing the About page and related navigation entry.
Merged logos-web#51 , updating UI copy.
Merged logos-web#52 , updating website copy, CTAs, and responsive layouts.
Merged logos-web#53 , making the homepage winnable issues count dynamic.
Merged logos-web#54 , improving home stat and path card responsiveness on tablet.
Completed cross-browser and multi-device UI fixes documented in Notion .
Fixed new logos.co UI on mobile devices in develop commits .
Added iOS compatibility fixes, Idea/Builders Hub layout fixes, Lambda Prize layout refinements, homepage responsiveness fixes, and Get Started page image handling.
ift-ts:web:ift:2026q2-maintenance:maintenance
Fixed QA tests for the status-web repo, cleaned up dead tests, and extracted reusable helpers from status-web#1066 .
Merged status-web#1224 , removing dead pre-deposit deposit tests.
Merged status-web#1225 , adding a reusable Anvil wallet harness.
Opened status-web#1227 , running the suite against a local Hub.
Opened status-web#1228 , adding the Hub withdrawal test suite.
Opened status-web#1226 , fixing community dapp Vercel build for monorepo deployment.
No results found Try adjusting your search or filter criteria.