Skip to content

Commit 23c0356

Browse files
authored
Add info box for new match level naming (#38)
1 parent 051f322 commit 23c0356

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/3. Verification/2 .fullVsPartialMatch.md

+11
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@ Different compilation settings i.e. compiler versions, optimization runs result
2121

2222
If the bytecode from recompiling the contract with the given source code files and the metadata correspond to the bytecode of the contract of the given address and chain, it will be a **match**. Sourcify defines two types of matches upon verifying contracts: **full (perfect) matches** and **partial matches**.
2323

24+
:::info Info
25+
26+
The match levels will be renamed in Sourcify's API v2:
27+
28+
- Full match will be renamed to **exact match**
29+
- Partial match will be renamed to **match**
30+
31+
This only concerns the naming, and the description of the match levels on this page will still be valid.
32+
33+
:::
34+
2435
## Full (Perfect) Matches
2536

2637
<AvailableOnlyForSolidityAdmonition description="Vyper contracts don't support full matches because Vyper doesn't include the metadata hash in the bytecode."/>

0 commit comments

Comments
 (0)