Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Ganache 2.1 - "out of gas" Transactions no longer debuggable #1429

Open
mmeisel-hs opened this issue Sep 11, 2019 · 2 comments
Open

Ganache 2.1 - "out of gas" Transactions no longer debuggable #1429

mmeisel-hs opened this issue Sep 11, 2019 · 2 comments

Comments

@mmeisel-hs
Copy link

I wrote and deployed a contract with an infinite loop using truffle.

  function loop(uint _x) public {
    while(true) {
      test = _x;
    }
  }

I wrote a test, to test and debug the looping transaction (for education purpose).
In an older version (can not tell which) of ganache the transaction (correctly running out of gas) was debuggable with truffle. In version 2.1 the transaction is not shown in ganache (its shown in the log but does not appear in the blocks) and truffle can't find the transaction when trying to debug it (although it's stated otherwise in the documentation). Is this a bug or some kind of wrong configuration on my side?

I linked my truffle project to ganache and i tried both options for "ERROR ON TRANSACTION FAILURE" in ganache. I tried "automine" and "no automine". Same behaviour.

@davidmurdoch
Copy link
Member

What version of Ganache? And can you paste Ganache's Logs output here?

@mmeisel-hs
Copy link
Author

Version: Ganache 2.1.0

Got some more infos. First i was running 3 tests in a row, with one of them beeing the test of the looping contract. Then i just ran the looping test alone and everything is fine. Then i went back running 3 tests in row and the problem appeard again, but not for the out of gas transaction but for another one. I paste the log for running the 3 tests, at the end you can see that there are 2 transaction that should be in the same block, but as stated there is only one transaction in the last block, but not necessarily the out of gas transaction.

[2019/09/11 16:56:35.275] - Starting server (version 2.1.0) with initial configuration: {"gasLimit":6721975,"gasPrice":20000000000,"hardfork":"petersburg","db_path":"/vol/vol_home_bcgst/bcgst149/.config/Ganache/workspaces/ruddy-song/chaindata","default_balance_ether":100,"hostname":"127.0.0.1","locked":false,"network_id":5777,"port":7545,"total_accounts":10,"unlocked_accounts":[],"verbose":false,"vmErrorsOnRPCResponse":false,"logDirectory":"/vol/vol_home_bcgst/bcgst149"}
[2019/09/11 16:56:35.323] - eth_subscribe
[2019/09/11 16:56:35.325] - eth_getLogs
[2019/09/11 16:56:35.327] - eth_subscribe
[2019/09/11 16:56:35.332] - eth_getCode
[2019/09/11 16:56:35.361] - eth_getCode
[2019/09/11 16:56:35.373] - eth_getCode
[2019/09/11 16:56:35.378] - eth_blockNumber
[2019/09/11 16:56:35.379] - eth_accounts
[2019/09/11 16:56:35.380] - eth_gasPrice
[2019/09/11 16:56:35.382] - eth_getBlockByNumber
[2019/09/11 16:56:35.383] - eth_subscribe
[2019/09/11 16:56:35.387] - eth_getCode
[2019/09/11 16:56:35.406] - eth_accounts
[2019/09/11 16:56:35.420] - eth_getBalance
[2019/09/11 16:56:35.424] - eth_getTransactionCount
[2019/09/11 16:56:35.426] - eth_getBalance
[2019/09/11 16:56:35.429] - eth_getTransactionCount
[2019/09/11 16:56:35.433] - eth_getBalance
[2019/09/11 16:56:35.436] - eth_getTransactionCount
[2019/09/11 16:56:35.439] - eth_getBalance
[2019/09/11 16:56:35.444] - eth_getTransactionCount
[2019/09/11 16:56:35.446] - eth_getBalance
[2019/09/11 16:56:35.448] - eth_getTransactionCount
[2019/09/11 16:56:35.451] - eth_getBalance
[2019/09/11 16:56:35.455] - eth_getTransactionCount
[2019/09/11 16:56:35.458] - eth_getBalance
[2019/09/11 16:56:35.464] - eth_getTransactionCount
[2019/09/11 16:56:35.465] - eth_getBalance
[2019/09/11 16:56:35.468] - eth_getTransactionCount
[2019/09/11 16:56:35.472] - eth_getBalance
[2019/09/11 16:56:35.474] - eth_getTransactionCount
[2019/09/11 16:56:35.477] - eth_getBalance
[2019/09/11 16:56:35.481] - eth_getTransactionCount
[2019/09/11 16:56:35.516] - eth_getBalance
[2019/09/11 16:56:35.518] - eth_getTransactionCount
[2019/09/11 16:56:35.521] - eth_getBalance
[2019/09/11 16:56:35.526] - eth_getTransactionCount
[2019/09/11 16:56:35.527] - eth_getBalance
[2019/09/11 16:56:35.530] - eth_getTransactionCount
[2019/09/11 16:56:35.533] - eth_getBalance
[2019/09/11 16:56:35.535] - eth_getTransactionCount
[2019/09/11 16:56:35.538] - eth_getBalance
[2019/09/11 16:56:35.540] - eth_getTransactionCount
[2019/09/11 16:56:35.543] - eth_getBalance
[2019/09/11 16:56:35.547] - eth_getTransactionCount
[2019/09/11 16:56:35.549] - eth_getBalance
[2019/09/11 16:56:35.552] - eth_getTransactionCount
[2019/09/11 16:56:35.555] - eth_getBalance
[2019/09/11 16:56:35.559] - eth_getTransactionCount
[2019/09/11 16:56:35.560] - eth_getBalance
[2019/09/11 16:56:35.563] - eth_getTransactionCount
[2019/09/11 16:56:35.566] - eth_getBalance
[2019/09/11 16:56:35.569] - eth_getTransactionCount
[2019/09/11 16:56:48.888] - net_version
[2019/09/11 16:56:48.890] - net_version
[2019/09/11 16:56:48.901] - eth_accounts
[2019/09/11 16:56:48.903] - eth_accounts
[2019/09/11 16:56:48.943] - eth_accounts
[2019/09/11 16:56:50.613] - eth_getBlockByNumber
[2019/09/11 16:56:50.621] - eth_accounts
[2019/09/11 16:56:50.636] - eth_getBlockByNumber
[2019/09/11 16:56:50.641] - eth_getBlockByNumber
[2019/09/11 16:56:50.648] - eth_getBlockByNumber
[2019/09/11 16:56:50.659] - eth_estimateGas
[2019/09/11 16:56:50.704] - eth_getBlockByNumber
[2019/09/11 16:56:50.705] - eth_blockNumber
[2019/09/11 16:56:50.713] - eth_sendTransaction
[2019/09/11 16:56:50.759] - 
[2019/09/11 16:56:50.760] -   Transaction: 0x83aa5d9a774c39547c4df5977758755aac929f4aadc23130d50fc78fe01a5288
[2019/09/11 16:56:50.761] -   Contract created: 0xbc061bbe0682b8a19adc77dee1e9d27e02334f9d
[2019/09/11 16:56:50.762] -   Gas usage: 261393
[2019/09/11 16:56:50.762] -   Block Number: 102
[2019/09/11 16:56:50.763] -   Block Time: Wed Sep 11 2019 16:56:50 GMT+0200 (CEST)
[2019/09/11 16:56:50.764] - 
[2019/09/11 16:56:50.766] - eth_getBlockByNumber
[2019/09/11 16:56:50.768] - eth_getBalance
[2019/09/11 16:56:50.769] - eth_getTransactionReceipt
[2019/09/11 16:56:50.772] - eth_getTransactionCount
[2019/09/11 16:56:50.773] - eth_getBalance
[2019/09/11 16:56:50.781] - eth_getTransactionCount
[2019/09/11 16:56:50.782] - eth_getBalance
[2019/09/11 16:56:50.784] - eth_getTransactionCount
[2019/09/11 16:56:50.786] - eth_getCode
[2019/09/11 16:56:50.788] - eth_getBalance
[2019/09/11 16:56:50.791] - eth_getTransactionCount
[2019/09/11 16:56:50.794] - eth_getBalance
[2019/09/11 16:56:50.798] - eth_getTransactionCount
[2019/09/11 16:56:50.800] - eth_getBalance
[2019/09/11 16:56:50.804] - eth_getTransactionCount
[2019/09/11 16:56:50.807] - eth_getBalance
[2019/09/11 16:56:50.809] - eth_getBlockByNumber
[2019/09/11 16:56:50.811] - eth_getTransactionCount
[2019/09/11 16:56:50.813] - eth_getBalance
[2019/09/11 16:56:50.817] - eth_getTransactionCount
[2019/09/11 16:56:50.819] - eth_getBalance
[2019/09/11 16:56:50.824] - eth_getTransactionCount
[2019/09/11 16:56:50.827] - eth_getBalance
[2019/09/11 16:56:50.829] - eth_getTransactionCount
[2019/09/11 16:56:50.836] - eth_getBlockByNumber
[2019/09/11 16:56:50.854] - eth_sendTransaction
[2019/09/11 16:56:50.897] - 
[2019/09/11 16:56:50.899] -   Transaction: 0xb0ba03cb18b97a56a02776ca937d740cdac685c781c137ea97898997e32442bd
[2019/09/11 16:56:50.900] -   Gas usage: 42023
[2019/09/11 16:56:50.901] -   Block Number: 103
[2019/09/11 16:56:50.903] -   Block Time: Wed Sep 11 2019 16:56:50 GMT+0200 (CEST)
[2019/09/11 16:56:50.904] - 
[2019/09/11 16:56:50.905] - eth_getBlockByNumber
[2019/09/11 16:56:50.907] - eth_getTransactionReceipt
[2019/09/11 16:56:50.920] - eth_getBlockByNumber
[2019/09/11 16:56:50.926] - eth_accounts
[2019/09/11 16:56:50.935] - eth_getBlockByNumber
[2019/09/11 16:56:50.940] - eth_getBlockByNumber
[2019/09/11 16:56:50.947] - eth_getBlockByNumber
[2019/09/11 16:56:50.953] - eth_estimateGas
[2019/09/11 16:56:50.955] - eth_getBalance
[2019/09/11 16:56:50.958] - eth_getTransactionCount
[2019/09/11 16:56:50.962] - eth_getBalance
[2019/09/11 16:56:50.966] - eth_getTransactionCount
[2019/09/11 16:56:50.968] - eth_getBalance
[2019/09/11 16:56:50.971] - eth_getTransactionCount
[2019/09/11 16:56:50.974] - eth_getBalance
[2019/09/11 16:56:50.978] - eth_getTransactionCount
[2019/09/11 16:56:50.982] - eth_getBalance
[2019/09/11 16:56:50.985] - eth_getTransactionCount
[2019/09/11 16:56:50.989] - eth_getBalance
[2019/09/11 16:56:50.991] - eth_getTransactionCount
[2019/09/11 16:56:50.994] - eth_getBalance
[2019/09/11 16:56:50.997] - eth_getTransactionCount
[2019/09/11 16:56:51.002] - eth_getBalance
[2019/09/11 16:56:51.005] - eth_getTransactionCount
[2019/09/11 16:56:51.008] - eth_getBlockByNumber
[2019/09/11 16:56:51.011] - eth_blockNumber
[2019/09/11 16:56:51.013] - eth_getBalance
[2019/09/11 16:56:51.016] - eth_getTransactionCount
[2019/09/11 16:56:51.019] - eth_getBalance
[2019/09/11 16:56:51.021] - eth_getTransactionCount
[2019/09/11 16:56:51.055] - eth_sendTransaction
[2019/09/11 16:56:51.104] - 
[2019/09/11 16:56:51.105] -   Transaction: 0x9b9c862927ada6d4bf864eb44664f002e905f04ca7979d95b2ca3a1f9e6ea094
[2019/09/11 16:56:51.106] -   Contract created: 0xa394400ad3b27f9e0c8a80f241b941cc30444fd0
[2019/09/11 16:56:51.107] -   Gas usage: 190709
[2019/09/11 16:56:51.107] -   Block Number: 104
[2019/09/11 16:56:51.108] -   Block Time: Wed Sep 11 2019 16:56:51 GMT+0200 (CEST)
[2019/09/11 16:56:51.109] - 
[2019/09/11 16:56:51.111] - eth_getBlockByNumber
[2019/09/11 16:56:51.114] - eth_getTransactionReceipt
[2019/09/11 16:56:51.121] - eth_getCode
[2019/09/11 16:56:51.129] - eth_getBlockByNumber
[2019/09/11 16:56:51.137] - eth_getBlockByNumber
[2019/09/11 16:56:51.141] - eth_getBalance
[2019/09/11 16:56:51.144] - eth_getTransactionCount
[2019/09/11 16:56:51.183] - eth_getBalance
[2019/09/11 16:56:51.185] - eth_getTransactionCount
[2019/09/11 16:56:51.187] - eth_getBalance
[2019/09/11 16:56:51.189] - eth_sendTransaction
[2019/09/11 16:56:51.191] - eth_getTransactionCount
[2019/09/11 16:56:51.192] - eth_getBalance
[2019/09/11 16:56:51.194] - eth_getTransactionCount
[2019/09/11 16:56:51.196] - eth_getBalance
[2019/09/11 16:56:51.197] - eth_getTransactionCount
[2019/09/11 16:56:51.198] - eth_getBalance
[2019/09/11 16:56:51.200] - eth_getTransactionCount
[2019/09/11 16:56:51.201] - eth_getBalance
[2019/09/11 16:56:51.202] - eth_getTransactionCount
[2019/09/11 16:56:51.203] - eth_getBalance
[2019/09/11 16:56:51.204] - eth_getTransactionCount
[2019/09/11 16:56:51.206] - eth_getBalance
[2019/09/11 16:56:51.207] - eth_getTransactionCount
[2019/09/11 16:56:51.208] - eth_getBalance
[2019/09/11 16:56:51.209] - eth_getTransactionCount
[2019/09/11 16:56:51.247] - 
[2019/09/11 16:56:51.249] -   Transaction: 0xe0e2485a23e6dfdec71fabbc8bbf5adb8838aaf9f7ee107640ed7317d18c483b
[2019/09/11 16:56:51.250] -   Gas usage: 27023
[2019/09/11 16:56:51.251] -   Block Number: 105
[2019/09/11 16:56:51.252] -   Block Time: Wed Sep 11 2019 16:56:51 GMT+0200 (CEST)
[2019/09/11 16:56:51.253] - 
[2019/09/11 16:56:51.254] - eth_getBlockByNumber
[2019/09/11 16:56:51.257] - eth_getTransactionReceipt
[2019/09/11 16:56:51.296] - eth_getBlockByNumber
[2019/09/11 16:56:51.301] - eth_accounts
[2019/09/11 16:56:51.310] - eth_getBlockByNumber
[2019/09/11 16:56:51.315] - eth_getBlockByNumber
[2019/09/11 16:56:51.320] - eth_getBlockByNumber
[2019/09/11 16:56:51.326] - eth_estimateGas
[2019/09/11 16:56:51.359] - eth_getBlockByNumber
[2019/09/11 16:56:51.361] - eth_blockNumber
[2019/09/11 16:56:51.370] - eth_sendTransaction
[2019/09/11 16:56:51.407] - 
[2019/09/11 16:56:51.408] -   Transaction: 0x964e8a622849490386dfeb86cdccf18344726e228a5be58861ef7eff75aa04c0
[2019/09/11 16:56:51.409] -   Contract created: 0x21db379bed69cae1d27360c693eb270fd75ea5c8
[2019/09/11 16:56:51.410] -   Gas usage: 277185
[2019/09/11 16:56:51.416] -   Block Number: 106
[2019/09/11 16:56:51.418] -   Block Time: Wed Sep 11 2019 16:56:51 GMT+0200 (CEST)
[2019/09/11 16:56:51.419] - 
[2019/09/11 16:56:51.420] - eth_getBlockByNumber
[2019/09/11 16:56:51.422] - eth_getTransactionReceipt
[2019/09/11 16:56:51.429] - eth_getCode
[2019/09/11 16:56:51.438] - eth_getBalance
[2019/09/11 16:56:51.439] - eth_getBlockByNumber
[2019/09/11 16:56:51.441] - eth_getTransactionCount
[2019/09/11 16:56:51.445] - eth_getBalance
[2019/09/11 16:56:51.451] - eth_getBlockByNumber
[2019/09/11 16:56:51.452] - eth_getTransactionCount
[2019/09/11 16:56:51.455] - eth_getBalance
[2019/09/11 16:56:51.460] - eth_getTransactionCount
[2019/09/11 16:56:51.461] - eth_sendTransaction
[2019/09/11 16:56:51.463] - eth_getBalance
[2019/09/11 16:56:51.465] - eth_getTransactionCount
[2019/09/11 16:56:51.467] - eth_getBalance
[2019/09/11 16:56:51.469] - eth_getTransactionCount
[2019/09/11 16:56:51.473] - eth_getBalance
[2019/09/11 16:56:51.475] - eth_getTransactionCount
[2019/09/11 16:56:51.479] - eth_getBalance
[2019/09/11 16:56:51.481] - eth_getTransactionCount
[2019/09/11 16:56:51.485] - eth_getBalance
[2019/09/11 16:56:51.490] - eth_getTransactionCount
[2019/09/11 16:56:51.492] - eth_getBalance
[2019/09/11 16:56:51.496] - eth_getTransactionCount
[2019/09/11 16:56:51.500] - eth_getBalance
[2019/09/11 16:56:51.503] - eth_getTransactionCount
[2019/09/11 16:56:51.510] - 
[2019/09/11 16:56:51.511] -   Transaction: 0xd78e1f563de340d52fbffdd4775cca8e03622b1b57ac8ac95947b5ac6eaf4e2c
[2019/09/11 16:56:51.513] -   Gas usage: 27023
[2019/09/11 16:56:51.514] -   Block Number: 107
[2019/09/11 16:56:51.515] -   Block Time: Wed Sep 11 2019 16:56:51 GMT+0200 (CEST)
[2019/09/11 16:56:51.516] - 
[2019/09/11 16:56:51.519] - eth_getBlockByNumber
[2019/09/11 16:56:51.521] - eth_getTransactionReceipt
[2019/09/11 16:56:51.557] - eth_getBlockByNumber
[2019/09/11 16:56:51.561] - eth_accounts
[2019/09/11 16:56:51.570] - eth_getBlockByNumber
[2019/09/11 16:56:51.575] - eth_getBlockByNumber
[2019/09/11 16:56:51.580] - eth_getBlockByNumber
[2019/09/11 16:56:51.586] - eth_estimateGas
[2019/09/11 16:56:51.591] - eth_getBalance
[2019/09/11 16:56:51.595] - eth_getTransactionCount
[2019/09/11 16:56:51.598] - eth_getBalance
[2019/09/11 16:56:51.602] - eth_getTransactionCount
[2019/09/11 16:56:51.605] - eth_getBalance
[2019/09/11 16:56:51.607] - eth_getTransactionCount
[2019/09/11 16:56:51.610] - eth_getBalance
[2019/09/11 16:56:51.615] - eth_getTransactionCount
[2019/09/11 16:56:51.617] - eth_getBalance
[2019/09/11 16:56:51.621] - eth_getTransactionCount
[2019/09/11 16:56:51.624] - eth_getBalance
[2019/09/11 16:56:51.627] - eth_getTransactionCount
[2019/09/11 16:56:51.628] - eth_getBlockByNumber
[2019/09/11 16:56:51.630] - eth_blockNumber
[2019/09/11 16:56:51.633] - eth_getBalance
[2019/09/11 16:56:51.634] - eth_getTransactionCount
[2019/09/11 16:56:51.637] - eth_getBalance
[2019/09/11 16:56:51.643] - eth_getTransactionCount
[2019/09/11 16:56:51.644] - eth_getBalance
[2019/09/11 16:56:51.647] - eth_getTransactionCount
[2019/09/11 16:56:51.649] - eth_getBalance
[2019/09/11 16:56:51.651] - eth_getTransactionCount
[2019/09/11 16:56:51.668] - eth_sendTransaction
[2019/09/11 16:56:51.693] - eth_getBalance
[2019/09/11 16:56:51.697] - eth_getTransactionCount
[2019/09/11 16:56:51.701] - eth_getBalance
[2019/09/11 16:56:51.704] - eth_getTransactionCount
[2019/09/11 16:56:51.708] - eth_getBalance
[2019/09/11 16:56:51.711] - eth_getTransactionCount
[2019/09/11 16:56:51.714] - eth_getBalance
[2019/09/11 16:56:51.717] - eth_getTransactionCount
[2019/09/11 16:56:51.722] - 
[2019/09/11 16:56:51.723] -   Transaction: 0xedef00f3aef277d50fd414b39f7bf2e4e30fd57803b775a915e055621c27a0f7
[2019/09/11 16:56:51.724] -   Contract created: 0x16f3dcc4c3921b359b1ec4d36d623620b3054faf
[2019/09/11 16:56:51.725] -   Gas usage: 112591
[2019/09/11 16:56:51.726] -   Block Number: 108
[2019/09/11 16:56:51.727] -   Block Time: Wed Sep 11 2019 16:56:51 GMT+0200 (CEST)
[2019/09/11 16:56:51.727] - 
[2019/09/11 16:56:51.729] - eth_getBalance
[2019/09/11 16:56:51.730] - eth_getBlockByNumber
[2019/09/11 16:56:51.732] - eth_getTransactionCount
[2019/09/11 16:56:51.734] - eth_getBalance
[2019/09/11 16:56:51.736] - eth_getTransactionReceipt
[2019/09/11 16:56:51.737] - eth_getTransactionCount
[2019/09/11 16:56:51.738] - eth_getBalance
[2019/09/11 16:56:51.741] - eth_getTransactionCount
[2019/09/11 16:56:51.742] - eth_getBalance
[2019/09/11 16:56:51.745] - eth_getTransactionCount
[2019/09/11 16:56:51.746] - eth_getBalance
[2019/09/11 16:56:51.749] - eth_getTransactionCount
[2019/09/11 16:56:51.752] - eth_getBalance
[2019/09/11 16:56:51.755] - eth_getTransactionCount
[2019/09/11 16:56:51.773] - eth_getCode
[2019/09/11 16:56:51.797] - eth_getBlockByNumber
[2019/09/11 16:56:51.802] - eth_getBlockByNumber
[2019/09/11 16:56:51.808] - eth_sendTransaction
[2019/09/11 16:56:51.851] - 
[2019/09/11 16:56:51.852] -   Transaction: 0xa6eb7844dd5d283f0b7b17944105071d4eb23cc9a99e150610d1f0a99fb5d3e2
[2019/09/11 16:56:51.853] -   Gas usage: 27023
[2019/09/11 16:56:51.855] -   Block Number: 109
[2019/09/11 16:56:51.856] -   Block Time: Wed Sep 11 2019 16:56:51 GMT+0200 (CEST)
[2019/09/11 16:56:51.857] - 
[2019/09/11 16:56:51.859] - eth_getBlockByNumber
[2019/09/11 16:56:51.861] - eth_getTransactionReceipt
[2019/09/11 16:56:51.889] - evm_snapshot
[2019/09/11 16:56:51.892] - Saved snapshot #1
[2019/09/11 16:56:51.903] - eth_blockNumber
[2019/09/11 16:56:51.909] - eth_getBlockByNumber
[2019/09/11 16:56:51.917] - eth_getBlockByNumber
[2019/09/11 16:56:51.923] - eth_sendTransaction
[2019/09/11 16:56:51.953] - eth_getBalance
[2019/09/11 16:56:51.956] - eth_getTransactionCount
[2019/09/11 16:56:51.959] - eth_getBalance
[2019/09/11 16:56:51.962] - eth_getTransactionCount
[2019/09/11 16:56:51.965] - eth_getBalance
[2019/09/11 16:56:51.968] - eth_getTransactionCount
[2019/09/11 16:56:51.971] - eth_getBalance
[2019/09/11 16:56:51.975] - eth_getTransactionCount
[2019/09/11 16:56:51.977] - eth_getBalance
[2019/09/11 16:56:51.980] - eth_getTransactionCount
[2019/09/11 16:56:51.985] - eth_getBalance
[2019/09/11 16:56:51.987] - eth_getTransactionCount
[2019/09/11 16:56:51.990] - eth_getBalance
[2019/09/11 16:56:51.994] - eth_getTransactionCount
[2019/09/11 16:56:51.998] - eth_getBalance
[2019/09/11 16:56:52.000] - eth_getTransactionCount
[2019/09/11 16:56:52.003] - eth_getBalance
[2019/09/11 16:56:52.006] - eth_getTransactionCount
[2019/09/11 16:56:52.009] - eth_getBalance
[2019/09/11 16:56:52.013] - eth_getTransactionCount
[2019/09/11 16:56:52.129] - eth_getBalance
[2019/09/11 16:56:52.132] - eth_getTransactionCount
[2019/09/11 16:56:52.135] - eth_getBalance
[2019/09/11 16:56:52.139] - eth_getTransactionCount
[2019/09/11 16:56:52.141] - eth_getBalance
[2019/09/11 16:56:52.145] - eth_getTransactionCount
[2019/09/11 16:56:52.148] - eth_getBalance
[2019/09/11 16:56:52.151] - eth_getTransactionCount
[2019/09/11 16:56:52.155] - eth_getBalance
[2019/09/11 16:56:52.158] - eth_getTransactionCount
[2019/09/11 16:56:52.161] - eth_getBalance
[2019/09/11 16:56:52.164] - eth_getTransactionCount
[2019/09/11 16:56:52.169] - eth_getBalance
[2019/09/11 16:56:52.171] - eth_getTransactionCount
[2019/09/11 16:56:52.174] - eth_getBalance
[2019/09/11 16:56:52.177] - eth_getTransactionCount
[2019/09/11 16:56:52.180] - eth_getBalance
[2019/09/11 16:56:52.183] - eth_getTransactionCount
[2019/09/11 16:56:52.190] - eth_getBalance
[2019/09/11 16:56:52.191] - eth_getTransactionCount
[2019/09/11 16:56:54.951] - 
[2019/09/11 16:56:54.952] -   Transaction: 0xc760b4c091cc631daf54e2bf51e05c6cddca991d4632e459c8f323553df3d3a3
[2019/09/11 16:56:54.953] -   Gas usage: 6721975
[2019/09/11 16:56:54.954] -   Block Number: 110
[2019/09/11 16:56:54.955] -   Block Time: Wed Sep 11 2019 16:56:51 GMT+0200 (CEST)
[2019/09/11 16:56:54.956] -   Runtime Error: out of gas
[2019/09/11 16:56:54.956] - 
[2019/09/11 16:56:54.959] - eth_getBlockByNumber
[2019/09/11 16:56:54.962] - eth_getTransactionReceipt
[2019/09/11 16:56:54.966] - eth_getBalance
[2019/09/11 16:56:54.968] - eth_getTransactionCount
[2019/09/11 16:56:54.970] - eth_getBalance
[2019/09/11 16:56:54.975] - eth_getTransactionCount
[2019/09/11 16:56:54.978] - eth_getBalance
[2019/09/11 16:56:54.981] - eth_getTransactionCount
[2019/09/11 16:56:54.985] - eth_getBalance
[2019/09/11 16:56:54.987] - eth_getTransactionCount
[2019/09/11 16:56:54.990] - eth_getBalance
[2019/09/11 16:56:54.992] - eth_getTransactionCount
[2019/09/11 16:56:54.995] - eth_getBalance
[2019/09/11 16:56:54.999] - eth_getTransactionCount
[2019/09/11 16:56:55.002] - eth_getBalance
[2019/09/11 16:56:55.005] - eth_getTransactionCount
[2019/09/11 16:56:55.008] - eth_getBalance
[2019/09/11 16:56:55.011] - eth_getTransactionCount
[2019/09/11 16:56:55.014] - eth_getBalance
[2019/09/11 16:56:55.016] - eth_getTransactionCount
[2019/09/11 16:56:55.019] - eth_getBalance
[2019/09/11 16:56:55.022] - eth_getTransactionCount
[2019/09/11 16:56:55.068] - eth_call
[2019/09/11 16:56:58.777] - eth_getLogs
[2019/09/11 16:56:58.783] - evm_revert
[2019/09/11 16:56:58.786] - Reverting to snapshot #1
[2019/09/11 16:56:58.798] - evm_snapshot
[2019/09/11 16:56:58.801] - Saved snapshot #1
[2019/09/11 16:56:58.810] - eth_blockNumber
[2019/09/11 16:56:58.818] - eth_getBlockByNumber
[2019/09/11 16:56:58.825] - eth_getBlockByNumber
[2019/09/11 16:56:58.832] - eth_call
[2019/09/11 16:56:58.867] - evm_revert
[2019/09/11 16:56:58.869] - Reverting to snapshot #1
[2019/09/11 16:56:58.873] - evm_snapshot
[2019/09/11 16:56:58.875] - Saved snapshot #1
[2019/09/11 16:56:58.882] - eth_blockNumber
[2019/09/11 16:56:58.889] - eth_getBlockByNumber
[2019/09/11 16:56:58.899] - eth_getBlockByNumber
[2019/09/11 16:56:58.905] - eth_call
[2019/09/11 16:56:58.938] - eth_blockNumber
[2019/09/11 16:56:58.950] - eth_getBlockByNumber
[2019/09/11 16:56:58.959] - personal_listAccounts
[2019/09/11 16:56:58.965] - eth_getBlockByNumber
[2019/09/11 16:56:58.971] - eth_sendTransaction
[2019/09/11 16:56:59.018] - 
[2019/09/11 16:56:59.020] -   Transaction: 0x7392f16ba2751cbf1d4ea64b74e3dfc3ff16fccbdb4d1943a15bfbff1993196c
[2019/09/11 16:56:59.021] -   Gas usage: 43060
[2019/09/11 16:56:59.022] -   Block Number: 110
[2019/09/11 16:56:59.023] -   Block Time: Wed Sep 11 2019 16:56:58 GMT+0200 (CEST)
[2019/09/11 16:56:59.024] - 
[2019/09/11 16:56:59.025] - eth_getTransactionReceipt
[2019/09/11 16:56:59.030] - eth_getBlockByNumber
[2019/09/11 16:56:59.036] - eth_call

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants