Skip to content

RED-3: Replace blockchain language with audit-log terminology#238

Open
hizrianraz wants to merge 1 commit into
mainfrom
red3/audit-language-v2
Open

RED-3: Replace blockchain language with audit-log terminology#238
hizrianraz wants to merge 1 commit into
mainfrom
red3/audit-language-v2

Conversation

@hizrianraz

@hizrianraz hizrianraz commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

RED-3: Audit-Language Pass (Linear Issue 3)

Replace all blockchain/on-chain/immutable language with honest Ed25519-signed append-only audit log terminology.

Changes (43 files, +86/-86)

Pattern Replacement Scope
on chain / on-chainon the audit log / logged / signed Context-dependent 30+ files
blockchainEd25519-signed append-only audit log claim-registry.yml patterns 3 entries
Block #N / block #NEvent #N / event #N UI labels, headings, test data 6 files
immutableappend-only claim-registry.yml patterns 1 entry
Page title BlockAudit Event audit/block/[seq] page 1 file

Verified clean

Post-replace grep (case-insensitive) across apps/, docs/, scripts/, design/:

  • on chain (two words) — zero hits
  • on-chainzero hits (only claim-registry.yml pattern definitions)
  • blockchainzero hits (only claim-registry.yml pattern definitions)
  • block # / Block #zero hits
  • cannot rewritezero hits
  • immutable — only sw.js (HTTP cache semantics, correct) and TemplateEditor.tsx:148 (standard English, correct)

Not changed (correct English, kept)

  • sw.js — "immutable build assets" = HTTP cache headers
  • TemplateEditor.tsx:148 — "System templates are immutable" = standard English
  • claim-registry.yml pattern definitions — these are the rules that detect violations, not violations themselves

Notes

  • All replacements are 1:1 string swaps — no structural or logic changes
  • Previous PR red3: Replace blockchain language with audit-log terminology #236 was fabricated (claimed 37 files, actual diff was 4 files of unrelated RED-5 work) — this is a fresh branch from latest main
  • D4: No naming/label changes beyond ratified language

Note

Low Risk
Copy-only terminology updates across UI, marketing, and docs with no behavioral or security logic changes.

Overview
RED-3 renames user-facing and internal copy so the product is described as an Ed25519-signed append-only audit log, not a blockchain or “on chain” system. There are no API, routing, or data-model changes—only strings, comments, and docs.

Across the dashboard and marketing apps, phrases like “on chain”, “signed on chain”, and “public chain” become “on the audit log” (or equivalent) on agents, routing, billing, keys, evals, get-started, privacy/terms, and shared site chrome (footer, nav, live feeds, curl verify snippets).

Audit detail UI shifts from block framing to event framing: page title Audit Event, headings/crumbs Event #N, timeline copy signed → event #N, and verify labels verify this event. Routes like /audit/block/[seq] are unchanged; only labels and metadata move.

Docs and tooling (DESIGN_CANON.md, launch/content proposals, claim checks, marketing verify script) use the same vocabulary so canon, lint, and previews stay aligned with the new language.

Reviewed by Cursor Bugbot for commit f1e7d09. Bugbot is set up for automated code reviews on this repo. Configure here.

Summary by CodeRabbit

  • UI and Terminology

    • Updated dashboard and marketing copy to consistently reference the audit log instead of the public chain.
    • Replaced “block” terminology with “event” in audit verification labels, breadcrumbs, headings, and status indicators.
    • Clarified that decisions, calls, savings, cap events, key changes, and agent activity are recorded on the audit log.
  • Documentation

    • Updated quickstart, privacy, terms, design, and launch documentation to reflect the revised audit-log terminology.

…minology

Sitewide copy pass replacing all blockchain/on-chain/immutable language
with honest Ed25519-signed append-only audit log terminology:

- 'on chain' / 'on-chain' → 'on the audit log' / 'logged' / 'signed'
- 'blockchain' → 'Ed25519-signed append-only audit log'
- 'Block #N' / 'block #N' → 'Event #N' / 'event #N'
- 'immutable' → 'append-only' (except sw.js HTTP cache + TemplateEditor standard English)
- Page title 'Block' → 'Audit Event'

43 files changed. All replacements are 1:1 string swaps — no structural
or logic changes.

Verified: grep returns zero hits for on-chain/blockchain/block #/cannot
rewrite across apps/ docs/ scripts/ design/ (excluding claim-registry.yml
pattern definitions and known correct-English exceptions).

Closes: RED-3 (Linear Issue 3)
@vercel

vercel Bot commented Jul 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ainfera-dashboard Ready Ready Preview, Comment Jul 13, 2026 10:22am
ainfera-marketing Ready Ready Preview, Comment Jul 13, 2026 10:22am

Request Review

@supabase

supabase Bot commented Jul 13, 2026

Copy link
Copy Markdown

This pull request has been ignored for the connected project dftfpwzqxoebwzepygzl because there are no changes detected in supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

@coderabbitai

coderabbitai Bot commented Jul 13, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The change standardizes terminology across dashboard and marketing surfaces, replacing public-chain and block references with audit-log and event language. Supporting design, documentation, and preview-check text is updated consistently without changing runtime data flow or validation behavior.

Changes

Audit log terminology alignment

Layer / File(s) Summary
Dashboard audit terminology
apps/dashboard/app/(tenant)/**, apps/dashboard/lib/v15/api.ts
Dashboard labels, metadata, comments, links, hints, and verification text now reference the audit log and events.
Marketing page copy
apps/marketing/app/**
Marketing metadata, headings, instructions, legal text, and calls to action use audit-log terminology.
Marketing live-status components
apps/marketing/components/site/**
Live route, proof, feed, footer, navigation, pipeline, and status-strip text uses audit-log and event wording.
Supporting content and checks
design/**, docs/**, scripts/**, apps/marketing/content/**, apps/marketing/lib/**, apps/marketing/scripts/**
Design guidance, documentation, content data, comments, and preview checks are aligned with the revised terminology.

Estimated code review effort: 1 (Trivial) | ~10 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 3 | ❌ 2

❌ Failed checks (2 warnings)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description covers the change, but it does not follow the required What/Why/How/Vocabulary check/Testing/Linked template. Rewrite the PR description using the repo template and include What, Why, How, Vocabulary check, Testing, and Linked sections.
Docstring Coverage ⚠️ Warning Docstring coverage is 26.67% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: replacing blockchain language with audit-log terminology.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch red3/audit-language-v2

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix prepared a fix for the issue found in the latest run.

  • ✅ Fixed: Cap row status still says chain
    • Replaced the contradictory status text "on · chain today" with "on today" so the cap-events row no longer reintroduces chain wording alongside its audit-log label.

Create PR

Or push these changes by commenting:

@cursor push 685159a219
Preview (685159a219)
diff --git a/apps/dashboard/app/(tenant)/billing/page.tsx b/apps/dashboard/app/(tenant)/billing/page.tsx
--- a/apps/dashboard/app/(tenant)/billing/page.tsx
+++ b/apps/dashboard/app/(tenant)/billing/page.tsx
@@ -177,7 +177,7 @@
           </div>
           <div style={{ display: "flex", justifyContent: "space-between", alignItems: "center", gap: 12 }}>
             <span style={{ fontFamily: TK.mono, fontSize: "var(--text-dx105)", color: TK.dim }}>log cap events on the audit log</span>
-            <span style={{ fontFamily: TK.mono, fontSize: "var(--text-dx9)", color: TK.dim2 }}>on · chain today</span>
+            <span style={{ fontFamily: TK.mono, fontSize: "var(--text-dx9)", color: TK.dim2 }}>on today</span>
           </div>
         </div>
         <div style={{ marginTop: 16 }}>

You can send follow-ups to the cloud agent here.

Reviewed by Cursor Bugbot for commit f1e7d09. Configure here.

</div>
<div style={{ display: "flex", justifyContent: "space-between", alignItems: "center", gap: 12 }}>
<span style={{ fontFamily: TK.mono, fontSize: "var(--text-dx105)", color: TK.dim }}>log cap events on chain</span>
<span style={{ fontFamily: TK.mono, fontSize: "var(--text-dx105)", color: TK.dim }}>log cap events on the audit log</span>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cap row status still says chain

Low Severity

The cap-settings row label now says cap events are logged on the audit log, but the paired status text still reads on · chain today, which keeps chain wording for the same control in user-facing billing UI.

Fix in Cursor Fix in Web

Triggered by learned rule: No "on-chain"/"blockchain"/"immutable" for audit — use Ed25519-signed append-only (RED-5)

Reviewed by Cursor Bugbot for commit f1e7d09. Configure here.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 5

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@apps/dashboard/app/`(tenant)/billing/page.tsx:
- Around line 179-180: Replace “chain today” with consistent audit-log
terminology in the billing page text, and update “chain entries” to “audit-log
entries” in the billing statement text. Apply the terminology changes in both
specified billing files while preserving the surrounding UI content.

In `@apps/marketing/app/agents/page.tsx`:
- Around line 157-162: Complete the terminology migration by replacing remaining
“public audit chain,” “AuditChain,” and “on chain” references with the approved
“audit log” terminology. Update the affected copy in
apps/marketing/app/agents/page.tsx lines 157-162, align the Namo metadata
wording in apps/marketing/app/namo/page.tsx line 14 and
apps/marketing/content/agents.ts, and update the remaining “public audit chain”
references in docs/handover/2026-07-04-entity-boundary-proposal.md line 17.

In `@apps/marketing/app/privacy/page.tsx`:
- Line 278: Complete the terminology migration across all affected content: in
apps/marketing/app/privacy/page.tsx lines 278-278, update the section heading’s
remaining “chain” wording to the canonical audit-log terminology; in
apps/marketing/app/terms/page.tsx lines 8-8, align the Open Graph description
and related body copy with “audit log”; and in
docs/AINFERA-WEB-CONTENT-PROPOSAL.md lines 35-36, update the adjacent
Audit/proof row so it consistently uses audit-log language instead of mixing
“on-chain” terminology.

In `@apps/marketing/app/quickstart/page.tsx`:
- Line 659: Complete the terminology pass across all three sites: in
apps/marketing/app/quickstart/page.tsx lines 659-659, revise the verification
example’s remaining block/chain wording to use consistent audit-log/event
terminology; in apps/marketing/app/routing/page.tsx lines 179-184, update the
proof heading, description, and block-height label consistently; and in
apps/marketing/components/site/SiteNav.tsx lines 110-110, change the visible
block label to match its updated ARIA label.

In `@apps/marketing/components/site/ProofSection.tsx`:
- Line 44: Complete the terminology migration across the affected marketing
copy: in apps/marketing/components/site/ProofSection.tsx:44, update the
surrounding “public chain” wording and the snippet’s “block height” terminology;
in apps/marketing/components/site/LandingLiveRoute.tsx:24 and :39, replace stale
“public audit chain” and live-routing terminology with consistent audit-log
wording.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: b823e7fe-7b0b-4bdc-bf71-ca33fbe282b7

📥 Commits

Reviewing files that changed from the base of the PR and between 5311db1 and f1e7d09.

📒 Files selected for processing (43)
  • apps/dashboard/app/(tenant)/agents/new/page.tsx
  • apps/dashboard/app/(tenant)/agents/page.tsx
  • apps/dashboard/app/(tenant)/audit/block/[seq]/page.tsx
  • apps/dashboard/app/(tenant)/audit/page.tsx
  • apps/dashboard/app/(tenant)/billing/page.tsx
  • apps/dashboard/app/(tenant)/billing/statement/page.tsx
  • apps/dashboard/app/(tenant)/dashboard/page.tsx
  • apps/dashboard/app/(tenant)/evals/page.tsx
  • apps/dashboard/app/(tenant)/get-started/page.tsx
  • apps/dashboard/app/(tenant)/inferences/page.tsx
  • apps/dashboard/app/(tenant)/keys/page.tsx
  • apps/dashboard/app/(tenant)/routing/[id]/page.tsx
  • apps/dashboard/app/(tenant)/routing/page.tsx
  • apps/dashboard/app/(tenant)/settings/SettingsTabs.tsx
  • apps/dashboard/app/(tenant)/settings/routing-policy/page.tsx
  • apps/dashboard/app/(tenant)/workflows/[workflow_id]/page.tsx
  • apps/dashboard/lib/v15/api.ts
  • apps/marketing/app/agents/page.tsx
  • apps/marketing/app/aule/page.tsx
  • apps/marketing/app/namo/page.tsx
  • apps/marketing/app/pricing/page.tsx
  • apps/marketing/app/privacy/page.tsx
  • apps/marketing/app/quickstart/page.tsx
  • apps/marketing/app/routing/page.tsx
  • apps/marketing/app/terms/page.tsx
  • apps/marketing/app/tulkas/page.tsx
  • apps/marketing/components/site/DogfoodStrip.tsx
  • apps/marketing/components/site/LandingLiveRoute.tsx
  • apps/marketing/components/site/ProofSection.tsx
  • apps/marketing/components/site/RoutingPipeline.tsx
  • apps/marketing/components/site/SignedFeed.tsx
  • apps/marketing/components/site/SiteFooter.tsx
  • apps/marketing/components/site/SiteNav.tsx
  • apps/marketing/components/site/fx/StatusStrip.tsx
  • apps/marketing/content/agents.ts
  • apps/marketing/lib/audit-stats.ts
  • apps/marketing/scripts/verify-preview.mjs
  • design/DESIGN_CANON.md
  • docs/AINFERA-WEB-CONTENT-PROPOSAL.md
  • docs/LAUNCH-PUNCH-LIST.md
  • docs/handover/2026-07-04-entity-boundary-proposal.md
  • scripts/ainfera-marketing-defect-list.md
  • scripts/check-claims.mjs

Comment on lines +179 to 180
<span style={{ fontFamily: TK.mono, fontSize: "var(--text-dx105)", color: TK.dim }}>log cap events on the audit log</span>
<span style={{ fontFamily: TK.mono, fontSize: "var(--text-dx9)", color: TK.dim2 }}>on · chain today</span>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Complete the terminology replacement across billing surfaces.

The changed strings introduce “audit log,” but adjacent user-facing text still uses “chain,” creating inconsistent product language.

  • apps/dashboard/app/(tenant)/billing/page.tsx#L179-L180: replace “chain today” with audit-log terminology.
  • apps/dashboard/app/(tenant)/billing/statement/page.tsx#L95-L95: update Line 128’s “chain entries” wording to “audit-log entries.”
📍 Affects 2 files
  • apps/dashboard/app/(tenant)/billing/page.tsx#L179-L180 (this comment)
  • apps/dashboard/app/(tenant)/billing/statement/page.tsx#L95-L95
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@apps/dashboard/app/`(tenant)/billing/page.tsx around lines 179 - 180, Replace
“chain today” with consistent audit-log terminology in the billing page text,
and update “chain entries” to “audit-log entries” in the billing statement text.
Apply the terminology changes in both specified billing files while preserving
the surrounding UI content.

Comment on lines 157 to 162
Point any OpenAI- or Anthropic-compatible agent at Ainfera, set{" "}
<span style={styles.inlineMono}>model=&quot;ainfera-inference&quot;</span>, and
every call routes to the model most likely to finish the task — neutral
across providers, signed on chain. No model-pinning, no ten-vendor key
across providers, signed on the audit log. No model-pinning, no ten-vendor key
sprawl.
</p>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Complete the terminology migration across affected surfaces.

The changed strings introduce “audit log,” but related rendered and documented copy still uses “audit chain,” “AuditChain,” or “on chain.” Choose the approved terminology and apply it consistently at each site:

  • apps/marketing/app/agents/page.tsx#L157-L162: update the remaining “public audit chain” and “signed on chain” body copy.
  • apps/marketing/app/namo/page.tsx#L14-L14: align apps/marketing/content/agents.ts Namo content with the new metadata wording.
  • docs/handover/2026-07-04-entity-boundary-proposal.md#L17-L17: update the proposal’s remaining “public audit chain” references.
📍 Affects 3 files
  • apps/marketing/app/agents/page.tsx#L157-L162 (this comment)
  • apps/marketing/app/namo/page.tsx#L14-L14
  • docs/handover/2026-07-04-entity-boundary-proposal.md#L17-L17
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@apps/marketing/app/agents/page.tsx` around lines 157 - 162, Complete the
terminology migration by replacing remaining “public audit chain,” “AuditChain,”
and “on chain” references with the approved “audit log” terminology. Update the
affected copy in apps/marketing/app/agents/page.tsx lines 157-162, align the
Namo metadata wording in apps/marketing/app/namo/page.tsx line 14 and
apps/marketing/content/agents.ts, and update the remaining “public audit chain”
references in docs/handover/2026-07-04-entity-boundary-proposal.md line 17.


<section id="chain" style={sectionStyle}>
<div style={h2Meta}>02 · what goes on chain</div>
<div style={h2Meta}>02 · what goes on the audit log</div>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win

Complete the terminology migration within each affected document.

The renamed strings are correct individually, but adjacent copy still uses the old “chain/on-chain” terminology. Align every related heading, metadata field, and neighboring description with the canonical audit-log language.

  • apps/marketing/app/privacy/page.tsx#L278-L278: replace the section’s remaining “chain” references with the chosen audit-log terminology.
  • apps/marketing/app/terms/page.tsx#L8-L8: align the Open Graph description and related body copy with “audit log.”
  • docs/AINFERA-WEB-CONTENT-PROPOSAL.md#L35-L36: update the adjacent Audit/proof row so the table does not mix “audit-log” and “on-chain” wording.
📍 Affects 3 files
  • apps/marketing/app/privacy/page.tsx#L278-L278 (this comment)
  • apps/marketing/app/terms/page.tsx#L8-L8
  • docs/AINFERA-WEB-CONTENT-PROPOSAL.md#L35-L36
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@apps/marketing/app/privacy/page.tsx` at line 278, Complete the terminology
migration across all affected content: in apps/marketing/app/privacy/page.tsx
lines 278-278, update the section heading’s remaining “chain” wording to the
canonical audit-log terminology; in apps/marketing/app/terms/page.tsx lines 8-8,
align the Open Graph description and related body copy with “audit log”; and in
docs/AINFERA-WEB-CONTENT-PROPOSAL.md lines 35-36, update the adjacent
Audit/proof row so it consistently uses audit-log language instead of mixing
“on-chain” terminology.

<div>
<h2 style={styles.stepH2}>
Verify the call landed on chain.
Verify the call landed on the audit log.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Complete the terminology pass across adjacent user-facing labels.

The updated labels now mix “audit log”/“event” terminology with nearby “chain”/“block” wording, which makes the public copy inconsistent.

  • apps/marketing/app/quickstart/page.tsx#L659-L659: update or clearly identify the remaining block/chain labels in the verification example.
  • apps/marketing/app/routing/page.tsx#L179-L184: update the proof heading, description, and block-height wording consistently.
  • apps/marketing/components/site/SiteNav.tsx#L110-L110: align the visible block label with the new ARIA label.
📍 Affects 3 files
  • apps/marketing/app/quickstart/page.tsx#L659-L659 (this comment)
  • apps/marketing/app/routing/page.tsx#L179-L184
  • apps/marketing/components/site/SiteNav.tsx#L110-L110
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@apps/marketing/app/quickstart/page.tsx` at line 659, Complete the terminology
pass across all three sites: in apps/marketing/app/quickstart/page.tsx lines
659-659, revise the verification example’s remaining block/chain wording to use
consistent audit-log/event terminology; in apps/marketing/app/routing/page.tsx
lines 179-184, update the proof heading, description, and block-height label
consistently; and in apps/marketing/components/site/SiteNav.tsx lines 110-110,
change the visible block label to match its updated ARIA label.

</div>
<pre>
{`# the public chain is keyless
{`# the audit log is keyless

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Complete the terminology migration in the affected marketing sections.

The changed strings introduce “audit log” wording while the same sections still expose old chain/block terminology, producing inconsistent public copy.

  • apps/marketing/components/site/ProofSection.tsx#L44-L44: update the surrounding “public chain” copy and the snippet’s “block height” wording.
  • apps/marketing/components/site/LandingLiveRoute.tsx#L24-L24: ensure the points section does not sit beside stale “public audit chain” copy.
  • apps/marketing/components/site/LandingLiveRoute.tsx#L39-L39: update the adjacent live-routing paragraph so it uses the same audit-log terminology.
📍 Affects 2 files
  • apps/marketing/components/site/ProofSection.tsx#L44-L44 (this comment)
  • apps/marketing/components/site/LandingLiveRoute.tsx#L24-L24
  • apps/marketing/components/site/LandingLiveRoute.tsx#L39-L39
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@apps/marketing/components/site/ProofSection.tsx` at line 44, Complete the
terminology migration across the affected marketing copy: in
apps/marketing/components/site/ProofSection.tsx:44, update the surrounding
“public chain” wording and the snippet’s “block height” terminology; in
apps/marketing/components/site/LandingLiveRoute.tsx:24 and :39, replace stale
“public audit chain” and live-routing terminology with consistent audit-log
wording.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant