Skip to content

feat(docs): dispatch base-std changes to docs - #208

Merged
soheimam merged 1 commit into
mainfrom
feat/add-git-automation-action
Aug 25, 2026
Merged

feat(docs): dispatch base-std changes to docs#208
soheimam merged 1 commit into
mainfrom
feat/add-git-automation-action

Conversation

@soheimam

Copy link
Copy Markdown
Contributor

Summary

  • add the Base Std → Base Docs repository-dispatch workflow
  • attest source provenance with GitHub OIDC and select inline or artifact diff transport
  • dispatch only relevant main-branch changes

Validation

  • actionlint .github/workflows/docs-pr-dispatch.yml

Deployment order

Merge base/docs receiver PR #1848 first. The receiver requires OIDC attestations from the source workflow running on main; after this PR merges, run the documented inline and artifact replay checks.

Dispatch relevant main-branch changes to base/docs with source authorization, OIDC provenance attestation, and inline-or-artifact diff transport. The docs receiver verifies source provenance before generating a reviewable update PR.
@github-actions

Copy link
Copy Markdown

Interface Coverage

✅ All interface functions have test coverage.

@github-actions

Copy link
Copy Markdown

📊 Forge Coverage (src/lib/)

🟡 ≥95% across all metrics — some metrics below 99%.

File Lines Stmts Branches Funcs
🟡 B20FactoryLib.sol 97.70% 98.00% 100.00% 95.00%
🔴 test/lib/ForceFeeder.sol 0.00% 0.00% 100.00% 0.00%
🔴 test/lib/PrecompileProbe.sol 0.00% 0.00% 0.00% 0.00%
🟢 MockActivationRegistry.sol 100.00% 100.00% 100.00% 100.00%
🟢 MockActivationRegistryStorage.sol 100.00% 100.00% 100.00% 100.00%
🟢 MockB20.sol 100.00% 100.00% 100.00% 100.00%
🟢 MockB20Asset.sol 100.00% 100.00% 100.00% 100.00%
🟡 MockB20Factory.sol 98.96% 99.10% 100.00% 100.00%
🟢 MockB20Stablecoin.sol 100.00% 100.00% 100.00% 100.00%
🟢 MockB20Storage.sol 100.00% 100.00% 100.00% 100.00%
🟡 MockPolicyRegistry.sol 100.00% 99.54% 97.67% 100.00%
🟢 MockPolicyRegistryStorage.sol 100.00% 100.00% 100.00% 100.00%
Total 97.07% 97.52% 98.16% 97.00%

Full report: download artifact. To browse locally: make coverage (runs forge coverage + genhtml + opens the HTML report).

@github-actions

Copy link
Copy Markdown

✅ Fork tests: all 721 passed

base/base is fully in sync with the base-std spec.

@soheimam
soheimam merged commit fb56bc7 into main Aug 25, 2026
10 checks passed
@soheimam
soheimam deleted the feat/add-git-automation-action branch August 25, 2026 16:27
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.

2 participants