Skip to content

Instantly share code, notes, and snippets.

@killerstorm
Created November 21, 2016 21:21
Show Gist options
  • Save killerstorm/8127c3dbe9c0a02d45e584861424e39b to your computer and use it in GitHub Desktop.
Save killerstorm/8127c3dbe9c0a02d45e584861424e39b to your computer and use it in GitHub Desktop.
Doesn't work:
2016-11-21 23:08:38 TRACE rpc Request: {"jsonrpc":"2.0","method":"eth_sendTransaction","params":[{"from":"0x00a329c0648769A73afAc7F9381E08FB43dBEA72","gas":"0x1e8480","gasPrice":"0x174876e800","to":"0xa5bd94e55604de62e9b562f484da5eb20d7b7f70","data":"0xfdacd5760000000000000000000000000000000000000000000000000000000000000001"}],"id":7}
2016-11-21 23:08:38 TRACE miner send_transaction: dispatching tx: f88c8310002585174876e800831e848094a5bd94e55604de62e9b562f484da5eb20d7b7f7080a4fdacd57600000000000000000000000000000000000000000000000000000000000000011ca0af65128bb14d8e1fc4c6e67bb4f99127c27079811516d1f8f6cd2d5dcc7cf71da05a48101f784d1271fed0dfe955ef937bc953039ec6e979b7eceff062d1de9485 for network ID None
2016-11-21 23:08:38 TRACE rpc AsyncResponse: Some(AsyncStringResponse { response: Single(Sync(Success(Success { jsonrpc: V2, result: "0x50046748f220859070a665f9e468ff78962bfffc98fca5931efba4a65a11aeda", id: Num(7) }))) })
2016-11-21 23:08:38 DEBUG rpc Response: "{\"jsonrpc\":\"2.0\",\"result\":\"0x50046748f220859070a665f9e468ff78962bfffc98fca5931efba4a65a11aeda\",\"id\":7}"
2016-11-21 23:08:38 TRACE rpc Request: {"jsonrpc":"2.0","method":"eth_getTransactionReceipt","params":["0x50046748f220859070a665f9e468ff78962bfffc98fca5931efba4a65a11aeda"],"id":8}
2016-11-21 23:08:38 TRACE rpc AsyncResponse: Some(AsyncStringResponse { response: Single(Sync(Success(Success { jsonrpc: V2, result: null, id: Num(8) }))) })
2016-11-21 23:08:38 DEBUG rpc Response: "{\"jsonrpc\":\"2.0\",\"result\":null,\"id\":8}"
2016-11-21 23:08:39 hyper-client TRACE miner Price info arrived: PriceInfo { ethusd: 9.57 }
2016-11-21 23:08:39 hyper-client INFO miner Updated conversion rate to Ξ1 = US$9.57 (0 wei/gas)
2016-11-21 23:08:39 hyper-client TRACE miner prepare_block: Got gas price! 0
2016-11-21 23:08:39 TRACE rpc Request: {"jsonrpc":"2.0","method":"eth_getTransactionReceipt","params":["0x50046748f220859070a665f9e468ff78962bfffc98fca5931efba4a65a11aeda"],"id":9}
2016-11-21 23:08:39 TRACE rpc AsyncResponse: Some(AsyncStringResponse { response: Single(Sync(Success(Success { jsonrpc: V2, result: null, id: Num(9) }))) })
2016-11-21 23:08:39 DEBUG rpc Response: "{\"jsonrpc\":\"2.0\",\"result\":null,\"id\":9}"
Works:
2016-11-21 23:00:11 TRACE rpc Request: {"jsonrpc":"2.0","method":"eth_sendTransaction","params":[{"from":"0x00a329c0648769A73afAc7F9381E08FB43dBEA72","gas":"0x1e8480","gasPrice":"0x174876e800","to":"0x3ada00731cf2e4c661c6713be19f99131a4d17ce","data":"0xfdacd5760000000000000000000000000000000000000000000000000000000000000001"}],"id":7}
...
2016-11-21 23:00:15 TRACE rpc Request: {"jsonrpc":"2.0","method":"signer_confirmRequest","params":["0x2",{},"password"],"id":112}
2016-11-21 23:00:15 TRACE miner send_transaction: dispatching tx: f88c8310002385174876e800831e8480943ada00731cf2e4c661c6713be19f99131a4d17ce80a4fdacd5
7600000000000000000000000000000000000000000000000000000000000000011ba0abd67bc3ea66e2db4b051f4e66f7ac06b5a4d37803b9b431d037e8be655ccb9aa05ff04050b65dffae1
ab3d759825e803055b39134f07e513a241b2a11d92413e5 for network ID None
2016-11-21 23:00:15 TRACE miner update_sealing
2016-11-21 23:00:15 TRACE miner requires_reseal: sealing enabled
2016-11-21 23:00:15 TRACE miner requires_reseal: should_disable_sealing=false; best_block=34, last_request=0
2016-11-21 23:00:15 TRACE miner update_sealing: preparing a block
@killerstorm
Copy link
Author

f88c8310002585174876e800831e848094a5bd94e55604de62e9b562f484da5eb20d7b7f7080a4fdacd57600000000000000000000000000000000000000000000000000000000000000011ca0af65128bb14d8e1fc4c6e67bb4f99127c27079811516d1f8f6cd2d5dcc7cf71da05a48101f784d1271fed0dfe955ef937bc953039ec6e979b7eceff062d1de9485

f88c8310002385174876e800831e8480943ada00731cf2e4c661c6713be19f99131a4d17ce80a4fdacd57600000000000000000000000000000000000000000000000000000000000000011ba0abd67bc3ea66e2db4b051f4e66f7ac06b5a4d37803b9b431d037e8be655ccb9aa05ff04050b65dffae1ab3d759825e803055b39134f07e513a241b2a11d92413e5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment