mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #14160 from kuzdogan/patch-4
[docs]: Fix metadata JSON "version" field being a string
This commit is contained in:
commit
1af6ca772d
@ -193,7 +193,7 @@ explanatory purposes.
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
// Required: The version of the metadata format
|
// Required: The version of the metadata format
|
||||||
"version": "1"
|
"version": 1
|
||||||
}
|
}
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
@ -289,4 +289,4 @@ or settings would result in a different metadata hash. The metadata here serves
|
|||||||
as a fingerprint of the whole compilation.
|
as a fingerprint of the whole compilation.
|
||||||
|
|
||||||
`Sourcify <https://sourcify.dev>`_ makes use of this feature for "full/perfect verification",
|
`Sourcify <https://sourcify.dev>`_ makes use of this feature for "full/perfect verification",
|
||||||
as well as pinning the files publicly on IPFS to be accessed with the metadata hash.
|
as well as pinning the files publicly on IPFS to be accessed with the metadata hash.
|
||||||
|
Loading…
Reference in New Issue
Block a user