Skip to content

docs(changelog): add changelog dir + Cobalt B20 Asset scheduled-multiplier entry - #197

Open
robriks wants to merge 1 commit into
mainfrom
changelog/cobalt-b20-asset-scheduled-multiplier-updates
Open

docs(changelog): add changelog dir + Cobalt B20 Asset scheduled-multiplier entry#197
robriks wants to merge 1 commit into
mainfrom
changelog/cobalt-b20-asset-scheduled-multiplier-updates

Conversation

@robriks

@robriks robriks commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

Summary

Sets up a per-hardfork, per-feature changelog pattern for base-std and lands the first entry.
Motivated by the chain.base.org vibenet demos work: we want
code-forward, per-line-item detail behind each hardfork changelog bullet (e.g. Cobalt's "Schedule
Multiplier Updates"), rather than a single prose blob.

  • New changelog/ dir (top-level, dedicated). changelog/README.md codifies the standard
  • First entry: changelog/cobalt/b20-asset-scheduled-multiplier-updates.md — the Beryl → Cobalt
    ERC-8056 ("Scaled UI Amount") migration for the B20 Asset multiplier surface.
  • Discoverability: linked from the top-level README.md.

Layout

changelog/
  README.md
  cobalt/
    b20-asset-scheduled-multiplier-updates.md

Notes for reviewers

  • Docs-only change — no Solidity touched; CI's forge build/test/coverage/fmt gates are unaffected.
  • Proposing this dir layout + naming as the convention going forward
  • Cobalt is not live yet; the entry states this explicitly and every pre-existing Beryl selector
    remains callable.

Made with Cursor

…plier entry

Introduce a per-hardfork, per-feature changelog under changelog/<hardfork>/,
codified in changelog/README.md, and add the first entry: the Beryl -> Cobalt
ERC-8056 ("Scaled UI Amount") migration for the B20 Asset multiplier surface.
Link it from the top-level README.

Co-authored-by: Cursor <cursoragent@cursor.com>
@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.51% 98.15% 97.00%

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

@robriks robriks self-assigned this Aug 10, 2026
@github-actions

Copy link
Copy Markdown

✅ Fork tests: all 718 passed

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

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