github.com/iotexproject/iotex-core@v1.14.1-rc1/action/protocol/execution/testdata-london/tail-recursion.json (about)

     1  {
     2      "initGenesis": {
     3          "isBering" : true,
     4          "isIceland" : true,
     5          "isLondon" : true
     6      },
     7      "initBalances": [{
     8          "account": "io1mflp9m6hcgm2qcghchsdqj3z3eccrnekx9p0ms",
     9          "rawBalance": "1000000000000000000000000000"
    10      }],
    11      "deployments": [{
    12          "rawByteCode": "608060405234801561001057600080fd5b506101de806100206000396000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c8063188b85b414610046578063b23913981461006b578063d4d6bc771461007e575b600080fd5b610059610054366004610131565b610091565b60405190815260200160405180910390f35b610059610079366004610131565b6100bf565b61005961008c366004610131565b6100cc565b600081156100b6576100a7610054600184610160565b6100b19083610177565b6100b9565b60005b92915050565b60006100b98260006100fe565b60008060015b8381116100f7576100e38183610177565b9150806100ef8161018f565b9150506100d2565b5092915050565b6000821561012857610123610114600185610160565b61011e8585610177565b6100fe565b61012a565b815b9392505050565b60006020828403121561014357600080fd5b5035919050565b634e487b7160e01b600052601160045260246000fd5b6000828210156101725761017261014a565b500390565b6000821982111561018a5761018a61014a565b500190565b6000600182016101a1576101a161014a565b506001019056fea2646970667358221220649d55d134b060e38c310603dcceb4265c3b712a5d42d2037b16071c774e642b64736f6c634300080e0033",
    13          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    14          "rawAmount": "0",
    15          "rawGasLimit": 5000000,
    16          "rawGasPrice": "0",
    17          "rawExpectedGasConsumed": 156741,
    18          "expectedStatus": 1,
    19          "expectedBalances": [],
    20          "comment": "deploy tail-recursion contract"
    21      }],
    22      "executions": [{
    23          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    24          "rawByteCode": "188b85b40000000000000000000000000000000000000000000000000000000000000010",
    25          "rawAmount": "0",
    26          "rawGasLimit": 1000000,
    27          "rawGasPrice": "0",
    28          "rawAccessList": [],
    29          "rawExpectedGasConsumed": 17161,
    30          "expectedStatus": 1,
    31          "hasReturnValue": true,
    32          "rawReturnValue": "0000000000000000000000000000000000000000000000000000000000000088",
    33          "comment": "call sum"
    34      },{
    35          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    36          "rawByteCode": "d4d6bc770000000000000000000000000000000000000000000000000000000000000010",
    37          "rawAmount": "0",
    38          "rawGasLimit": 1000000,
    39          "rawGasPrice": "0",
    40          "rawAccessList": [],
    41          "rawExpectedGasConsumed": 16861,
    42          "expectedStatus": 1,
    43          "hasReturnValue": true,
    44          "rawReturnValue": "0000000000000000000000000000000000000000000000000000000000000088",
    45          "comment": "call sumloop"
    46      },{
    47          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    48          "rawByteCode": "b23913980000000000000000000000000000000000000000000000000000000000000010",
    49          "rawAmount": "0",
    50          "rawGasLimit": 1000000,
    51          "rawGasPrice": "0",
    52          "rawAccessList": [],
    53          "rawExpectedGasConsumed": 17260,
    54          "expectedStatus": 1,
    55          "hasReturnValue": true,
    56          "rawReturnValue": "0000000000000000000000000000000000000000000000000000000000000088",
    57          "comment": "call sumtail"
    58      }]
    59  }