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
|
||||
// ir - New assembly format before 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.object - Bytecode object
|
||||
// evm.bytecode.opcodes - Opcodes list
|
||||
@ -213,8 +213,8 @@ Output Description
|
||||
evm: {
|
||||
// Assembly (string)
|
||||
assembly: "",
|
||||
// Old-style assembly (string)
|
||||
legacyAssemblyJSON: [],
|
||||
// Old-style assembly (object)
|
||||
legacyAssembly: [],
|
||||
// Bytecode and related details.
|
||||
bytecode: {
|
||||
// The bytecode as a hex string.
|
||||
|
Loading…
Reference in New Issue
Block a user