mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update the metadata JSON spec
This commit is contained in:
parent
04089edc4e
commit
073871c248
@ -204,12 +204,15 @@ that can be used to query a location of the binary (and whether the version is
|
|||||||
version: "soljson-2313-2016-12-12",
|
version: "soljson-2313-2016-12-12",
|
||||||
keccak: "0x123..."
|
keccak: "0x123..."
|
||||||
},
|
},
|
||||||
|
// This is a subset of the regular compiler input
|
||||||
sources:
|
sources:
|
||||||
{
|
{
|
||||||
"abc": {keccak: "0x456..."}, // here, sources are always given by hash
|
"abc": {keccak: "0x456..."}, // here, sources are always given by hash
|
||||||
"def": {keccak: "0x123..."},
|
"def": {keccak: "0x123..."},
|
||||||
"dir/file.sol": {keccax: "0xabc..."}
|
"dir/file.sol": {keccax: "0xabc..."},
|
||||||
|
"xkcd": {swarm: "0x456..."}
|
||||||
},
|
},
|
||||||
|
// This is a subset of the regular compiler input
|
||||||
settings:
|
settings:
|
||||||
{
|
{
|
||||||
remappings: [":g/dir"],
|
remappings: [":g/dir"],
|
||||||
@ -219,9 +222,12 @@ that can be used to query a location of the binary (and whether the version is
|
|||||||
"def:MyLib": "0x123123..."
|
"def:MyLib": "0x123123..."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
// This is a subset of the regular compiler output
|
||||||
output:
|
output:
|
||||||
{
|
{
|
||||||
abi: [ /* abi definition */ ],
|
abi: [ /* abi definition */ ],
|
||||||
|
userdoc: [],
|
||||||
|
devdoc: [],
|
||||||
natspec: [ /* user documentation comments */ ]
|
natspec: [ /* user documentation comments */ ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user