Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/6. Sourcify in depth/3. Database.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Other known inconsistencies in the data below (not planned to fix) are documente
- version =< 0.3.0: The commit hash has 7 characters `0.3.0+commit.8a23feb`
- version 0.3.1: No commit hash: `0.3.1`
- version >= 0.3.2: The commit hash has 8 characters `0.3.2+commit.3b6a4117`
- **zksolc (ZKsync EraVM)**: zksolc compilations need both a zksolc version and a solc backend version, so the `version` column stores a composite string of the form `zksolc:<zksolcVersion>;solc:<solcVersion>` (e.g. `zksolc:1.5.10;solc:0.8.26-1.0.2`). The `solc` part is the era-solc backend release `<solc>-<edition>` (the edition encodes the LLVM version), or an upstream `solc` (`0.8.26+commit…`) for older zksolc that allowed it.

## Download

Expand Down