Add VesselPortal (0x06ddc03b) - #3
Merged
Merged
Conversation
A networked.art renderer that builds a token's metadata from artwork already stored on The Vessel. Immutable, ownerless and stateless; verified on Sourcify as an exact match. Documents every function and every error in the ABI, cross-checked against the compiled ABI so it cannot silently drift.
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.
Adds
contracts/1/0x06ddc03bc74c63650002cbac386ed6aaaa355d34.json.VesselPortal is an
IRendererfor the networked.art protocol. Rather than storing an artwork's bytes in the token, a token stores a reference to bytes already on-chain in The Vessel, and the renderer assembles the metadata at view time. It is immutable, ownerless and stateless — no admin, no upgrade path, no storage, every functionvieworpure.Verified on Sourcify as an exact match on both creation and runtime bytecode, and on Etherscan. Source and audit: https://github.com/lessthanjake/kiln (CC0).
What the file covers
uriandpreviewURIfeatured.renderForTotalhidden, with a warning that it revertsNotSelffor external callers.animationURIthat it is the strict path and reverts whereuriandimageURIdegrade instead — that asymmetry is deliberate, since renderer registration is append-only and a token's renderer index is fixed at mint, so a renderer that can revert can brick a token permanently.pnpm validate:contractspasses strict with zero errors.