docs: update CHANGELOG and README for post-v1.1.0 changes#344
Closed
pinky-gh[bot] wants to merge 2 commits into
Closed
docs: update CHANGELOG and README for post-v1.1.0 changes#344pinky-gh[bot] wants to merge 2 commits into
pinky-gh[bot] wants to merge 2 commits into
Conversation
Adds Unreleased section above v1.1.0 documenting post-v1.1.0 changes: - supportsMode(bytes32) virtual view on ValidationHookIntrospection (PR #320) - CIPs framework + CIP-1 ratification (PR #320) - GatedERC1155ValidationHook.validate()/supportsInterface() made virtual (PR #314) Populates the previously-empty ### Audits heading under v1.1.0 with the two v1.1.0 audit entries already listed in docs/audits/README.md (OpenZeppelin 01/23/2026, Spearbit 01/22/2026 + additional report).
…ubtrees - Fix 'cannonical' -> 'canonical' in deployments preamble. - Relabel deployments-table column header 'Network' -> 'Version' to match the actual row content (rows carry v1.1.0 / v1.0.0*, not network names). - Add lens/ and periphery/validationHooks/ subtrees to the src/ tree to reflect AuctionStateLens.sol and the validation-hook contracts (ValidationHookIntrospection, BaseERC1155ValidationHook, GatedERC1155ValidationHook) that have landed since the tree was last updated.
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.
Addresses PROTO-1388.
Changes
CHANGELOG.md
[Unreleased]section documenting post-v1.1.0 API additions:supportsMode(bytes32)onValidationHookIntrospection,GatedERC1155ValidationHookmethods madevirtual, and the CIPs framework (CIP-1)### Auditsheading under v1.1.0README.md
cannonical→canonicalNetwork→Versionto match actual row contentlens/andperiphery/validationHooks/entries to thesrc/directory tree