feat(vendor): add The Graph + pattern: Reproducible Audit Extraction (supersedes #186) - #193
Merged
Merged
Conversation
Applies the five inline comments from @rymnc on #186. - rae L10: applied the suggested wording - rae L63: answers "do all of these implement reproducible audit extraction?". Each entry now names the leg it covers. Subsquid is dropped, since it publishes no determinism, reproducibility, content-addressing or proof-of-indexing guarantee - the-graph L11: applied the suggested title - the-graph L15: applied the suggested wording - the-graph L41: hosted-delivery bullet made concise Also clears two EthSystems.Marketing hits on "only". Both files are wholly new, so Vale sees every line as changed and the check would fail.
# Conflicts: # CHANGELOG.md
7 tasks
rymnc
pushed a commit
to ethsystems/web
that referenced
this pull request
Sep 11, 2026
Bumps the `content` submodule (ethsystems/map) from [`1221c36`](ethsystems/map@1221c36) to [`b468053`](ethsystems/map@b468053) — 10 commits, 9 new pages. | Type | Added | PR | | --- | --- | --- | | Vendor | Bermuda | [#191](ethsystems/map#191) | | Vendor | Inco | [#177](ethsystems/map#177) | | Vendor | Interfold | [#194](ethsystems/map#194) | | Vendor | The Graph | [#193](ethsystems/map#193) | | Pattern | Confidential Policy Verdicts | [#183](ethsystems/map#183) | | Pattern | Ephemeral Committees | [#194](ethsystems/map#194) | | Pattern | Private Geospatial Attestation | [#184](ethsystems/map#184) | | Pattern | Reproducible Audit Extraction | [#193](ethsystems/map#193) | | Pattern | Verifiable DKG & Threshold Decryption | [#194](ethsystems/map#194) | Also included: Privacy Pools deployment status/link correction ([#192](ethsystems/map#192)), 18 terminology fixes across existing pages ([#188](ethsystems/map#188)), and Vale CI config fixes ([#195](ethsystems/map#195), [#196](ethsystems/map#196)). Prompted by: ac Co-authored-by: ethsystems-bot <321619048+ethsystems-bot@users.noreply.github.com>
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.
Lands @p-diogo's work from #186, with the review comments applied.
#186 could not be updated in place. Its head branch lives on
graphprotocol/map, an org-owned fork. GitHub reportsmaintainer_can_modify: trueon that PR, and the flag does not hold for org-owned forks. Maintainers getpush: false. This branch carries Pedro's original commitcde2eb9unmodified so the content is his, then adds the review fixes on top.Authored by @p-diogo. Closes #186.
Review comments applied
Five inline comments from @rymnc on #186.
pattern-reproducible-audit-extraction.mdL10: applied the suggested wordingpattern-reproducible-audit-extraction.mdL63: answers "do all of these implement reproducible audit extraction?"the-graph.mdL11: applied the suggested titlethe-graph.mdL15: applied the suggested wordingthe-graph.mdL41: hosted-delivery bullet made concise, and its "but ... but" construction removedOn the implementations list
Not all six implemented the pattern. Each entry now names the leg it covers.
Subsquid is dropped. It publishes no determinism, reproducibility, content-addressing or proof-of-indexing guarantee. It is an ETL toolkit rather than an instance of this pattern.
Vale
Both files are wholly new, so reviewdog treats every line as changed.
pattern-reproducible-audit-extraction.md:77andthe-graph.md:76each containedonly, which tripsEthSystems.Marketing. Both are cleared.Prompted by: ac