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

     1  {
     2      "initBalances": [{
     3          "account": "io1mflp9m6hcgm2qcghchsdqj3z3eccrnekx9p0ms",
     4          "rawBalance": "1000000000000000000000000000"
     5      }],
     6      "deployments": [{
     7          "rawByteCode": "608060405234801561001057600080fd5b506101de806100206000396000f300608060405260043610610057576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff168063188b85b41461005c578063b23913981461009d578063d4d6bc77146100de575b600080fd5b34801561006857600080fd5b506100876004803603810190808035906020019092919050505061011f565b6040518082815260200191505060405180910390f35b3480156100a957600080fd5b506100c860048036038101908080359060200190929190505050610145565b6040518082815260200191505060405180910390f35b3480156100ea57600080fd5b5061010960048036038101908080359060200190929190505050610159565b6040518082815260200191505060405180910390f35b600080821461013b576101346001830361011f565b820161013e565b60005b9050919050565b600061015282600061018b565b9050919050565b6000806000809150600190505b83811115156101815780820191508080600101915050610166565b8192505050919050565b60008083146101a8576101a36001840384840161018b565b6101aa565b815b9050929150505600a165627a7a7230582097d465cb72f6f56143894410f137e0e3d2d97aea53f72cdacab1bd6a89eccfa30029",
     8          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
     9          "rawAmount": "0",
    10          "rawGasLimit": 5000000,
    11          "rawGasPrice": "0",
    12          "rawExpectedGasConsumed": 156741,
    13          "expectedBalances": [],
    14          "comment": "deploy tail-recursion contract"
    15      }],
    16      "executions": [{
    17          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    18          "rawByteCode": "188b85b40000000000000000000000000000000000000000000000000000000000000010",
    19          "rawAmount": "0",
    20          "rawGasLimit": 1000000,
    21          "rawGasPrice": "0",
    22          "rawExpectedGasConsumed": 15311,
    23          "hasReturnValue": true,
    24          "rawReturnValue": "0000000000000000000000000000000000000000000000000000000000000088",
    25          "comment": "call sum"
    26      },{
    27          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    28          "rawByteCode": "d4d6bc770000000000000000000000000000000000000000000000000000000000000010",
    29          "rawAmount": "0",
    30          "rawGasLimit": 1000000,
    31          "rawGasPrice": "0",
    32          "rawExpectedGasConsumed": 15131,
    33          "hasReturnValue": true,
    34          "rawReturnValue": "0000000000000000000000000000000000000000000000000000000000000088",
    35          "comment": "call sumloop"
    36      },{
    37          "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1",
    38          "rawByteCode": "b23913980000000000000000000000000000000000000000000000000000000000000010",
    39          "rawAmount": "0",
    40          "rawGasLimit": 1000000,
    41          "rawGasPrice": "0",
    42          "rawExpectedGasConsumed": 15461,
    43          "hasReturnValue": true,
    44          "rawReturnValue": "0000000000000000000000000000000000000000000000000000000000000088",
    45          "comment": "call sumtail"
    46      }]
    47  }