|
@ -67,7 +67,7 @@ const std::map<std::string, Instruction> dev::eth::c_instructions = |
|
|
{ "GASPRICE", Instruction::GASPRICE }, |
|
|
{ "GASPRICE", Instruction::GASPRICE }, |
|
|
{ "EXTCODESIZE", Instruction::EXTCODESIZE }, |
|
|
{ "EXTCODESIZE", Instruction::EXTCODESIZE }, |
|
|
{ "EXTCODECOPY", Instruction::EXTCODECOPY }, |
|
|
{ "EXTCODECOPY", Instruction::EXTCODECOPY }, |
|
|
{ "PREVHASH", Instruction::PREVHASH }, |
|
|
{ "BLOCKHASH", Instruction::BLOCKHASH }, |
|
|
{ "COINBASE", Instruction::COINBASE }, |
|
|
{ "COINBASE", Instruction::COINBASE }, |
|
|
{ "TIMESTAMP", Instruction::TIMESTAMP }, |
|
|
{ "TIMESTAMP", Instruction::TIMESTAMP }, |
|
|
{ "NUMBER", Instruction::NUMBER }, |
|
|
{ "NUMBER", Instruction::NUMBER }, |
|
@ -200,7 +200,7 @@ static const std::map<Instruction, InstructionInfo> c_instructionInfo = |
|
|
{ Instruction::GASPRICE, { "GASPRICE", 0, 0, 1, false } }, |
|
|
{ Instruction::GASPRICE, { "GASPRICE", 0, 0, 1, false } }, |
|
|
{ Instruction::EXTCODESIZE, { "EXTCODESIZE", 0, 1, 1, false } }, |
|
|
{ Instruction::EXTCODESIZE, { "EXTCODESIZE", 0, 1, 1, false } }, |
|
|
{ Instruction::EXTCODECOPY, { "EXTCODECOPY", 0, 4, 0, true } }, |
|
|
{ Instruction::EXTCODECOPY, { "EXTCODECOPY", 0, 4, 0, true } }, |
|
|
{ Instruction::PREVHASH, { "PREVHASH", 0, 0, 1, false } }, |
|
|
{ Instruction::BLOCKHASH, { "BLOCKHASH", 0, 1, 1, false } }, |
|
|
{ Instruction::COINBASE, { "COINBASE", 0, 0, 1, false } }, |
|
|
{ Instruction::COINBASE, { "COINBASE", 0, 0, 1, false } }, |
|
|
{ Instruction::TIMESTAMP, { "TIMESTAMP", 0, 0, 1, false } }, |
|
|
{ Instruction::TIMESTAMP, { "TIMESTAMP", 0, 0, 1, false } }, |
|
|
{ Instruction::NUMBER, { "NUMBER", 0, 0, 1, false } }, |
|
|
{ Instruction::NUMBER, { "NUMBER", 0, 0, 1, false } }, |
|
|