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/08 §
top highlights §
P2P team released nim-libp2p 2.0.0 with a new connection manager, service discovery, expanded C bindings, GossipSub improvements, and stronger Kademlia, NAT, Identify, and transport support.
NIM team released protobuf serialization v0.5.0 with Oneof, Opt, proto2 validation, and conformance improvements.
SC team created stablecoin architecture diagrams and visual protocol/account overviews.
team highlights §
BI: Continued Keycard SEO research.
BI: Researched Logos storage metrics and prepared web analytics for the Logos UK campaign.
BI: Updated GitHub dbt models.
BI: Continued spam-detection research.
DST: Upgraded the regression node to nim-libp2p v2.0.0 and analyzed v1.15, v1.16, and v2.0.0 regression scenarios.
DST: Investigated service-discovery large-network connection issues and low rare-service discovery latency.
DST: Integrated logos-core with pod-api-requester for token retrieval and arbitrary function calls.
DST: Merged generic load-test support for GossipSub queues.
DST: Started adding priority-queue experiments to 10ksim.
DST: Added Shadow run and analysis support in the lab.
INFRA: Advanced Lido Web3Signer DynamicUser porting and Hoodi Curated Module v2 migration.
INFRA: Fixed staking VPS boot and ZFS mounting issues, bootstrapped mainnet staking hosts, and added FluentBit log collection.
INFRA: Improved Nimbus CI and testing with a Nix cache nightly job, macOS Nim cache fixes, and QUIC testing on Hoodi hosts.
INFRA: Supported Status Notify fleet changes for iOS and debugged Windows E2E CI job timeouts.
INFRA: Fixed Logos circles Signal and Discord bridge issues, updated cloud invoicing details, and deployed Logos site updates.
INFRA: Improved CI runner cleanup and added MTR latency jobs between slaves and master.
NIM: Released protobuf serialization v0.5.0 and merged Oneof, Opt, proto2 validation, and conformance improvements.
NIM: Fixed Nimble issues around bootstrap pinning, zippy updates, nim-metrics, and Nim selection.
NIM: Advanced taskpool support for unmanaged-thread submissions.
NIM: Started PCP support in nim-nat-traversal and completed Chronos tutorial review fixes.
P2P: Released nim-libp2p 2.0.0 with connection manager, service discovery, C bindings, GossipSub, Kademlia, NAT, Identify, and transport upgrades.
P2P: Completed LPProtocol stream-budget metrics tests and related fast-path work.
P2P: Completed NATService, NAT-PMP, UPnP, and NAT mock test work.
P2P: Advanced AutoNAT and hole-punching absorption into NATService.
P2P: Continued nim-ffi event-thread and lifecycle scaffolding work.
QA: Progressed LEZ fuzzing, found six crashes and reported issues.
QA: Finished LogosDelivery port tests.
QA: Started Status desktop community category QML migration work.
QA: Completed Status Go functional-test fixes for light-client and community reevaluation.
QA: Continued Status desktop testing across saved-address, Windows rendering, ENS, authentication and QML component testing.
QA: Mobile battery consumption issue and performance degradation investigation.
RFC: Finished the LEZ specs migration into the Logos LIPS repo.
RFC: Summary and left-panel improvements for the LIP index.
SC: Created stablecoin architecture diagrams and visual protocol/account overviews.
SC: Added local sequencer integration tests and feedback-controller redemption-rate work for LEZ programs.
SC: Advanced TWAP oracle price design, PublishPrice, RecordTick, and current-tick refactors.
SC: Shifting team focus on DEX completion with new LEZ release.
SEC: Verified airdrop addresses for the Status Linea bridge.
SEC: Reviewed and documented a signer scam postmortem and removed signing accounts as a precaution.
SEC: Continued finance execution monitoring and support.
SEC: Advanced contributor-profile KYB/KYC testing and demo-day coordination.
SEC: Reviewed Status Keycard Schnorr signatures, Logos blockchain, Logos message, and Logos Execution Zone code and reported vulnerabilities.
TKE: Continued market-validation support and coordination.
TKE: Finalized KPI-emissions design direction and discussed it with Marcin.
WEB: Fixed Logos website job detail pages, forms, hCAPTCHA setup, and Notion integration review.
WEB: Prepared the new logos.co website for launch and addressed Comms and Movement requests before the deadline.
WEB: Published and migrated the UK debt campaign landing page.
WEB: Updated get.status.app and requested its domain.
WEB: Removed Status Network homepage references and improved Logos blog maintenance.
ift-ts:bi: §
ift-ts:dst: §
ift-ts:infra: §
lido
Tested and deployed Web3Signer porting to use DynamicUser.
Completed final steps in the Hoodi Curated Module v2 migration.
staking
Fixed booting on VPSes and fixed ZFS mounting order.
Researched missed attestations on the new testing setup.
Purchased and bootstrapped hosts for the mainnet staking fleet.
Added missing FluentBit log collection.
nimbus
Created a Nimbus-eth2 nightly job to populate the Nix cache.
Fixed Nim cache corruption for CI macOS Nix builds.
Deployed QUIC protocol enablement for selected Hoodi hosts for testing.
status
Helped deploy Status Notify fleet changes for the iOS Status App.
Debugged Windows E2E CI job timeouts.
misc
Fixed the stuck Signal and Discord bridge for Logos circles.
Switched invoicing details on cloud services to the IFT entity.
proxy
Deployed upgrades with Ivan to support more NFT APIs.
office
Debugged Keycloak TOTP issues caused by mobile-device time skew.
sites
Fixed content security policy issues for new dev.logos.co website images.
Deployed the Logos Flywheel website.
ci
Fixed cleanup of leftover gitconfig files on GitHub runners.
Added MTR jobs to measure latency between slaves and master.
ift-ts:nim: §
ift-ts:p2p: §
ift-ts:p2p:ift:2026q2-nimlibp2p-maintenance:maintenance
Released nim-libp2p v2.0.0 , including a new connection manager, service discovery support, expanded C bindings, GossipSub and Kademlia improvements, NAT traversal and Identify upgrades, and transport improvements.
Merged vacp2p/nim-libp2p#2587 , supporting QUIC hole punching.
Merged vacp2p/nim-libp2p#2598 , supporting CIDv1 peer IDs.
Merged vacp2p/nim-lsquic#89 , routing shared-socket QUIC packets by destination CID.
Merged vacp2p/nim-lsquic#87 , adding a shared socket endpoint.
Merged vacp2p/nim-lsquic#88 , manually mapping enums.
Merged vacp2p/nim-boringssl#7 , avoiding automatic mapping for ptr_diff and enums.
Merged vacp2p/nim-libp2p#2593 , removing an unnecessary transport argument.
Merged vacp2p/nim-libp2p#2589 , removing codecs from addHandler.
Merged vacp2p/nim-libp2p#2602 , bumping metrics to v0.2.2.
Merged vacp2p/nim-libp2p#2599 , cleaning up Identify.
Opened ipfs/specs#537 , adding Kademlia provider record spillover.
Merged vacp2p/nim-libp2p#2594 , fixing a flaky peer-limit test.
Merged vacp2p/nim-libp2p#2560 , adding Kademlia limits.
Merged vacp2p/nim-libp2p#2558 , removing the go-libp2p patch from AutoNAT v2 tests.
Merged libp2p/go-libp2p#3513 , exposing AllowPrivateAddrs through an option.
Closed libp2p/specs#719 , covering Kademlia provider record spillover.
ift-ts:p2p:ift:2026q2-nimlibp2p-stream-budgets:metrics-validation
ift-ts:p2p:ift:2026q2-nimlibp2p-nat-traversal:upnp-pmp
ift-ts:p2p:ift:2026q2-nimlibp2p-nat-traversal:autonat-integration
ift-ts:p2p:ift:2026q2-nimlibp2p-cbindings:nim-ffi
ift-ts:p2p:ift:2026q2-nimlibp2p-maintenance:orc-ci
other notes
ift-ts:qa: §
ift-ts:qa:logos:2026q2-lez-fuzz-testing:framework
admin/misc
ift-ts:qa:logos:2026q2-messaging-testing:logosdelivery-bindings-maintenance
ift-ts:qa:logos:2026q2-messaging-testing:maintenance
ift-ts:qa:status:2026q2-status-qa-desktop:maintenance
ift-ts:qa:status:2026q2-status-go-functional-testing:7515
ift-ts:qa:status:2026q2-status-go-functional-testing:7481
Completed status-go#7488 , using force reevaluation for community tests.
ift-ts:qa:status:2026q2-status-qa-desktop:release-testing
Completed status-app#21106 , disabling saved-address tests.
Tracked status-app#21020 , reporting very slow first launch rendering on Windows.
Tracked status-app#20352 , reporting that ENS names cannot be bought on Hoodi because STT balance is zero.
Kept status-app#21062 , bringing E2E tests back, open.
Tracked status-app#21034 , reporting sporadic illegal storage access when starting two app instances on Windows.
Completed status-app#20581 , covering hangs during change password, sign out and quit, and authenticate.
ift-ts:qa:status:2026q2-status-qa-mobile:release-testing
ift-ts:qa:status:2026q2-status-qa-mobile:maintenance
Opened status-app#21156 , scrolling the seed Continue button into view before tapping.
Kept status-app#21071 , logging Appium xfail tests as XFAIL in console instead of FAILED, open.
ift-ts:qa:status:2026q2-status-qa-mobile:test-messaging-group
ift-ts:rfc: §
ift-ts:sc: §
ift-ts:sec: §
ift:2026q2-status-linea-merging:actual-bridge
Verified the address list for an airdrop.
ift:2026q2-secure-treasury-management:research-and-postmortem
Reviewed and documented the signer scam case postmortem.
Removed signing accounts as a precaution.
ift:2026q2-secure-treasury-management:recycling-signing-addresses
Identified addresses to be swapped or removed after the Linea bridge and merge.
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
ift:2026q2-Investigation into KYB/KYC for new contributor profiles
Finalized tests for dual BGV with SERP API and an AI agent.
Ran tests in parallel to the Vercel app.
Requested a demo day for PoPs and Legal.
ift:2026q2-pops-automation:bug fixing & support
Kept review from PoPs pending.
ift:2026q2-pops-automation:admin
Discussed extending Application Catalogue Management with Legal to include submission forms from team or program leads.
Discussed approval workflows for software licenses that are not requested through Expensify.
Discussed an investigation into an automatic tool for monitoring exposed employee credentials.
ift:2026q2-internal-audit:status-keycard-Schnorr-Sign-security-review
Reviewed the Schnorr Signature implementation.
Analyzed the code against side-channel attacks.
Created audit-reports#95 .
ift:2026q2-internal-audit:logos-blockchain-security-review
Reviewed the updated code.
Reported a channel multisig proof finding to the development team.
Created audit-reports#96 .
ift:2026q2-internal-audit:logos-message-security-review
ift:2026q2-internal-audit:logos-execution-zone-security-review
ift-ts:tke: §
vac:tke:ift:ecodev:market-validation
Looked for additional ways to improve market validation.
Synced with Rahul and Kaushal for support.
vac:tke:ift:logos-token:kpi-emissions
Finalized the KPI design.
Discussed the KPI with Marcin.
Considered additional proxies.
met with the Blockchain team to discuss the possibilities
vac:tke:blockchain:stress-test:DSE
Addressed issues about finality that Marcin raised for the DSE document.
vac:tke:blockchain:stress-test:hybrid-pow-pos
rewrote the Queue Mechanics section
vac:tke:blockchain:stress-test:testnet-stake
finalized reviewing the full analysis
vac:tke:blockchain:stress-test:liquid-staking
met with the Blockchain team to discuss the feasibility of this work
produced document reviewing current state
ift-ts:web: §
No results found Try adjusting your search or filter criteria.