docs(changelog): add changelog dir + Cobalt B20 Asset scheduled-multiplier entry - #196
Closed
robriks wants to merge 1 commit into
Closed
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>
robriks
requested review from
amiecorso,
eric-ships,
ilikesymmetry,
rayyan224 and
stevieraykatz
as code owners
August 10, 2026 21:39
Collaborator
Author
|
Superseded by #197, which originates from a branch on this repo (base/base-std) instead of a personal fork. Identical contents; closing this one to keep the branch on the canonical remote. |
robriks
deleted the
changelog/cobalt-b20-asset-scheduled-multiplier-updates
branch
August 10, 2026 21:57
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
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.
changelog/dir (top-level, dedicated).changelog/README.mdcodifies the standard:layout (
changelog/<hardfork>/<product>-<feature>.md), what each entry must contain, the"verify every selector/topic0/interface-id against source" rule, and an index table.
changelog/cobalt/b20-asset-scheduled-multiplier-updates.md— the Beryl → CobaltERC-8056 ("Scaled UI Amount") migration for the B20 Asset multiplier surface. Minimal and
migration-focused: mapping table (functions/events/errors with real 4-byte selectors), the
scheduled-update lifecycle, and a guarantees/edge-cases Q&A.
README.md.The entry pairs with the interface rework in #192 (BOP-495) and the base/base
AssetV2(Cobalt)surface. All cited selectors/topic0s were verified from
src/interfaces/**and the frozen ABIs.Layout
Notes for reviewers
product-prefixed, under a lowercase hardfork dir). Happy to adjust naming/placement — flagging
@rayyan224 per the Slack thread.
remains callable.
Test plan
changelog/layout + naming is the pattern we want to standardize on.changelog/README.md→ the Cobalt entry).cast sig/ the ABIs.Made with Cursor