world-increment sweep + hamming snapshot [GF3 color chain]#537
Open
zubyul wants to merge 1 commit into
Open
Conversation
- GitHub social graph: 122 repos from 11 sources (plurigrid, kubeflow, TeglonLabs, bmorphism, zubyul + zubyul social graph) - GF(3) trit coloring: ERGODIC #d3869b / PLUS #b8bb26 / MINUS #cc241d - Hamming swarm: 28/28 Aptos wallets found, 20.3448 APT total - Multisig: 5/5 contracts healthy (all 2-of-2 threshold) - MNX testnet.mnx.fi: unavailable (SPA, no public REST API) - DuckDB ducklake: world_increments, repo_snapshots, aptos_snapshots, multisig_probes, mnx_snapshots tables populated https://claude.ai/code/session_01By8XJ3ENHZM1iNDTj4Pm9r
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
plurigrid,kubeflow,TeglonLabs+ usersbmorphism,zubyul, and zubyul social graph (migalkin,DJedamski,wasita,kristinezheng,M1shaaa,AustinCStone)#d3869b/ PLUS#b8bb26/ MINUS#cc241d0x1::coin::balanceview function), 20.3448 APT totaltestnet.mnx.fi): unavailable — SPA with no discoverable REST API endpointsDuckDB ducklake schema
Tables populated in
packages/world-increment/ducklake/world-increments.duckdb:world_increments— GF(3)-colored increment logrepo_snapshots— stars, forks, language, pushed_at per repoaptos_snapshots— per-wallet APT balancemultisig_probes— sigs_required + health flagmnx_snapshots— market data (sentinel row, unavailable)Test plan
LATEST_SWEEP.mdrenders correctlySELECT COUNT(*) FROM world_increments→ 122SELECT SUM(balance_apt) FROM aptos_snapshots→ ~20.34 APTSELECT * FROM multisig_probes WHERE healthy=false→ 0 rowsGenerated by Claude Code