github.com/iotexproject/iotex-core@v1.14.1-rc1/action/protocol/execution/testdata-istanbul/wireconnection.json (about) 1 { 2 "initGenesis": { 3 "isBering" : true, 4 "isIceland" : true 5 }, 6 "initBalances": [{ 7 "account": "io1mflp9m6hcgm2qcghchsdqj3z3eccrnekx9p0ms", 8 "rawBalance": "1000000000000000000000000000" 9 }], 10 "deployments": [{ 11 "rawByteCode": "608060405234801561001057600080fd5b506101a7806100206000396000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c8063dba7ab6c14610046578063df11c2ac14610064578063ebaa833714610080575b600080fd5b61004e61009e565b60405161005b9190610130565b60405180910390f35b61007e600480360381019061007991906100f4565b6100c6565b005b6100886100d0565b6040516100959190610130565b60405180910390f35b60007f6d69616f77000000000000000000000000000000000000000000000000000000905090565b8060008190555050565b60006100da61009e565b905090565b6000813590506100ee8161015a565b92915050565b60006020828403121561010a57610109610155565b5b6000610118848285016100df565b91505092915050565b61012a8161014b565b82525050565b60006020820190506101456000830184610121565b92915050565b6000819050919050565b600080fd5b6101638161014b565b811461016e57600080fd5b5056fea264697066735822122074cbdbe3a554ed824dbc687d07cada02f469684d741e6de8aca3c311082070d564736f6c63430008060033", 12 "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1", 13 "rawAmount": "0", 14 "rawGasLimit": 5000000, 15 "rawGasPrice": "0", 16 "rawExpectedGasConsumed": 140235, 17 "expectedStatus": 1, 18 "expectedBalances": [], 19 "comment": "deploy proposal contract" 20 }], 21 "executions": [{ 22 "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1", 23 "rawByteCode": "dba7ab6c", 24 "rawAmount": "0", 25 "rawGasLimit": 1000000, 26 "rawGasPrice": "0", 27 "rawExpectedGasConsumed": 10715, 28 "expectedStatus": 1, 29 "hasReturnValue": true, 30 "rawReturnValue": "miaow", 31 "comment": "call utterance()" 32 },{ 33 "rawPrivateKey": "cfa6ef757dee2e50351620dca002d32b9c090cfda55fb81f37f1d26b273743f1", 34 "rawByteCode": "ebaa8337", 35 "rawAmount": "0", 36 "rawGasLimit": 1000000, 37 "rawGasPrice": "0", 38 "rawExpectedGasConsumed": 10794, 39 "expectedStatus": 1, 40 "hasReturnValue": true, 41 "rawReturnValue": "miaow", 42 "comment": "call Utterance()" 43 }] 44 }