Merge pull request #14160 from kuzdogan/patch-4

[docs]: Fix metadata JSON "version" field being a string
This commit is contained in:
Nikola Matić 2023-05-02 22:46:03 +02:00 committed by GitHub
commit 1af6ca772d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,7 +193,7 @@ explanatory purposes.
}
},
// Required: The version of the metadata format
"version": "1"
"version": 1
}
.. 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.
`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.