docs(schema): note version may be a composite multi-binary toolchain string - #7
Open
kuzdogan wants to merge 1 commit into
Open
docs(schema): note version may be a composite multi-binary toolchain string#7kuzdogan wants to merge 1 commit into
kuzdogan wants to merge 1 commit into
Conversation
…string Document that compiled_contracts.version may be a composite identifying a whole multi-binary toolchain (e.g. ZKsync's zksolc + solc backend) rather than a single compiler version. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
✅ Deploy Preview for verifier-alliance ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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 a note to the Compiler versions section of the database-schema page:
compiled_contracts.versionis not always a single compiler version. Toolchains built from several binaries store a composite string identifying the whole toolchain.Example: ZKsync's
zksolcdrives a separatesolcbackend, recorded aszksolc:<zksolcVersion>;solc:<solcVersion>(e.g.zksolc:1.5.10;solc:0.8.26-1.0.2).Companion to verifier-alliance/database-specs#44 (the same note in the schema SQL comment).
Context: originates from the zksolc/EraVM verification work in Sourcify: argotorg/sourcify#2788
🤖 Generated with Claude Code