mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Rename legacyAssemblyJSON to legacyAssembly
This commit is contained in:
parent
b62a6949b5
commit
fea26bc4ba
@ -126,7 +126,7 @@ Input Description
|
|||||||
// metadata - Metadata
|
// metadata - Metadata
|
||||||
// ir - New assembly format before desugaring
|
// ir - New assembly format before desugaring
|
||||||
// evm.assembly - New assembly format after desugaring
|
// evm.assembly - New assembly format after desugaring
|
||||||
// evm.legacyAssemblyJSON - Old-style assembly format in JSON
|
// evm.legacyAssembly - Old-style assembly format in JSON
|
||||||
// evm.bytecode - All the evm.bytecode features from below
|
// evm.bytecode - All the evm.bytecode features from below
|
||||||
// evm.bytecode.object - Bytecode object
|
// evm.bytecode.object - Bytecode object
|
||||||
// evm.bytecode.opcodes - Opcodes list
|
// evm.bytecode.opcodes - Opcodes list
|
||||||
@ -213,8 +213,8 @@ Output Description
|
|||||||
evm: {
|
evm: {
|
||||||
// Assembly (string)
|
// Assembly (string)
|
||||||
assembly: "",
|
assembly: "",
|
||||||
// Old-style assembly (string)
|
// Old-style assembly (object)
|
||||||
legacyAssemblyJSON: [],
|
legacyAssembly: [],
|
||||||
// Bytecode and related details.
|
// Bytecode and related details.
|
||||||
bytecode: {
|
bytecode: {
|
||||||
// The bytecode as a hex string.
|
// The bytecode as a hex string.
|
||||||
|
Loading…
Reference in New Issue
Block a user