docs(changelog): add Cobalt PolicyRegistry composite-policies entry - #200
Merged
rayyan224 merged 9 commits intoAug 11, 2026
Merged
Conversation
…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>
…on entry Adds changelog/cobalt/b20-seize-surface.md documenting the Beryl -> Cobalt seize surface (seizeWithMemo, SEIZE_ROLE, SEIZE_HOLDER_POLICY, SEIZE_RECEIVER_POLICY, Seized event, AccountNotSeizable error, SEIZE pause vector) shared by B20 Asset and Stablecoin, and the advisory deprecation of burnBlocked (unchanged and still dialable). Links it from the changelog index. Co-authored-by: OpenCode <opencode-noreply@coinbase.com>
…ER_POLICY Co-authored-by: OpenCode <opencode-noreply@coinbase.com>
Document the UNION/INTERSECT composite policy surface landing at Cobalt, mirroring the seize/scheduled-multiplier changelog entries: mapping table with verified selectors/topic0s, revert precedence for createCompositePolicy/updateComposite, and guarantees/edge-case Q&A. Co-Authored-By: Claude <noreply@anthropic.com>
rayyan224
requested review from
amiecorso,
eric-ships,
ilikesymmetry and
stevieraykatz
as code owners
August 11, 2026 15:20
Interface Coverage✅ All interface functions have test coverage. |
📊 Forge Coverage (
|
| 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).
✅ Fork tests: all 721 passedbase/base is fully in sync with the base-std spec. |
rayyan224
commented
Aug 11, 2026
Co-Authored-By: Claude <noreply@anthropic.com>
rayyan224
commented
Aug 11, 2026
…eview Co-Authored-By: Claude <noreply@anthropic.com>
rayyan224
commented
Aug 11, 2026
Co-Authored-By: Claude <noreply@anthropic.com>
robriks
reviewed
Aug 11, 2026
stephancill
force-pushed
the
changelog/cobalt-b20-seize
branch
from
August 11, 2026 19:08
2a4574f to
34fffce
Compare
Co-Authored-By: Claude <noreply@anthropic.com>
…e was squash-merged (#199) and deleted Co-Authored-By: Claude <noreply@anthropic.com> # Conflicts: # changelog/README.md
rayyan224
deleted the
changelog/cobalt-policy-registry-composite-policies
branch
August 11, 2026 20:27
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
changelog/cobalt/policy-registry-composite-policies.md, documenting theUNION/INTERSECTcomposite policy surface landing at Cobalt (createCompositePolicy,updateComposite,compositePolicyChildIds,MIN/MAX_COMPOSITE_CHILD_POLICIES), stacked on the existing seize + scheduled-multiplier Cobalt entries.changelog/README.md.src/interfaces/IPolicyRegistry.solviacast sig/cast sig-event; revert precedence forcreateCompositePolicy/updateCompositetaken fromtest/unit/PolicyRegistry/createCompositePolicy_revertOrder.t.solandupdateComposite_revertOrder.t.sol.Test plan
cast sig/cast sig-eventagainst the current interface.changelog/cobalt/b20-seize-surface.mdperchangelog/README.md's format contract.