world-increment sweep + hamming snapshot [GF3 color chain] 2026-05-17#517
Open
zubyul wants to merge 1 commit into
Open
world-increment sweep + hamming snapshot [GF3 color chain] 2026-05-17#517zubyul wants to merge 1 commit into
zubyul wants to merge 1 commit into
Conversation
- GitHub social graph: 391 repo snapshots across 11 sources (plurigrid, bmorphism, kubeflow, TeglonLabs, zubyul + social graph: migalkin, DJedamski, wasita, kristinezheng, M1shaaa, AustinCStone) - GF(3) color chain applied to all increments (ERGODIC/PLUS/MINUS) - Aptos hamming swarm: 28 wallets queried via coin::balance view fn Total: 20.3448 APT; top holder bob=12.657 APT - 5 multisig contracts probed: all healthy, 2-of-N sigs required - MNX testnet.mnx.fi: SPA-only, no REST API accessible
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
JOB 1 — GitHub Social Graph Sweep: 391 repo snapshots stored across 11 sources (plurigrid, bmorphism, kubeflow, TeglonLabs, zubyul + zubyul social graph: migalkin, DJedamski, wasita, kristinezheng, M1shaaa, AustinCStone). GF(3) color chain applied to every world-increment (ERGODIC
#d3869b/ PLUS#b8bb26/ MINUS#cc241d).JOB 2 — Hamming Swarm Snapshot: 28 Aptos wallets (alice, bob, A–Z) queried via
0x1::coin::balanceview function on mainnet. Total: 20.3448 APT. Top: bob=12.657, F=1.961, L=1.927, J=1.895. 5 multisig contracts probed — all healthy (2-of-N). MNX testnet.mnx.fi is SPA-only with no accessible REST API.All data stored in
packages/world-increment/ducklake/world-increments.duckdb(DuckDB v1.5.2).DuckDB Tables
world_incrementsrepo_snapshotsaptos_snapshotsmultisig_probesmnx_snapshotsTest plan
duckdb packages/world-increment/ducklake/world-increments.duckdb "SELECT COUNT(*) FROM world_increments"returns 391SELECT COUNT(*) FROM aptos_snapshotsreturns 28SELECT SUM(balance_apt) FROM aptos_snapshots≈ 20.34 APTLATEST_SWEEP.mdfor correctnessGenerated by Claude Code