-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathbridge.log
505 lines (505 loc) · 180 KB
/
bridge.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
{"defaultnode":"http://127.0.0.1:9545","account":"9","HOST":"127.0.0.1","port":"9545","dev":true,"gas":3700000,"confirmation":12,"disable-deterministic-oar":false,"loglevel":"info","non-interactive":false,"enable-stats":false,"no-hints":false,"gasprice":20000000000,"logFilePath":"./bridge.log","confirmations":12,"skipQueries":true,"defaultGas":3700000,"level":"debug","message":"parsed options","timestamp":"2019-09-01T17:04:51.499Z"}
{"level":"warn","message":"--dev mode active, contract myid checks and pending queries are skipped, use this only when testing, not in production","timestamp":"2019-09-01T17:04:51.501Z"}
{"level":"info","message":"you are running ethereum-bridge - version: 0.6.2","timestamp":"2019-09-01T17:04:51.502Z"}
{"level":"info","message":"saving logs to: ./bridge.log","timestamp":"2019-09-01T17:04:51.502Z"}
{"level":"info","message":"using active mode","timestamp":"2019-09-01T17:04:51.503Z"}
{"level":"info","message":"Connecting to eth node http://127.0.0.1:9545","timestamp":"2019-09-01T17:04:51.503Z"}
{"level":"debug","message":"check bridge version body result","timestamp":"2019-09-01T17:04:57.198Z"}
{"level":"info","message":"connected to node type EthereumJS TestRPC/v2.5.1/ethereum-js","timestamp":"2019-09-01T17:04:57.516Z"}
{"level":"warn","message":"Using 0xa04073ecba0c4d2a42ac00b25a0afa1ea1d8f34f to query contracts on your blockchain, make sure it is unlocked and do not use the same address to deploy your contracts","timestamp":"2019-09-01T17:04:57.516Z"}
{"level":"info","message":"deploying the oraclize connector contract...","timestamp":"2019-09-01T17:04:57.619Z"}
{"level":"info","message":"connector deployed to: 0xcbd41497789f9ca18c247e19e75be48fac203f9e","timestamp":"2019-09-01T17:05:08.040Z"}
{"success":true,"connector":"0xcbd41497789f9ca18c247e19e75be48fac203f9e","level":"debug","message":"connector deployment result","timestamp":"2019-09-01T17:05:08.040Z"}
{"level":"warn","message":"deterministic OAR disabled/not available, please update your contract with the new custom address generated","timestamp":"2019-09-01T17:05:08.195Z"}
{"level":"info","message":"deploying the address resolver contract...","timestamp":"2019-09-01T17:05:08.195Z"}
{"level":"info","message":"address resolver (OAR) deployed to: 0x4d43856ef36f8dd89e2a98f93b6f451c9be11c55","timestamp":"2019-09-01T17:05:18.731Z"}
{"success":true,"oar":"0x4d43856ef36f8dd89e2a98f93b6f451c9be11c55","level":"debug","message":"OAR deployment result","timestamp":"2019-09-01T17:05:18.731Z"}
{"level":"warn","message":"skipping pricing update...","timestamp":"2019-09-01T17:05:18.732Z"}
{"level":"info","message":"successfully deployed all contracts","timestamp":"2019-09-01T17:05:18.732Z"}
{"level":"debug","message":"pricing update result","timestamp":"2019-09-01T17:05:18.732Z"}
{"context_name":"eth_8ADF3BFDD6","latest_block_number":-1,"oar":"0x4d43856ef36f8dd89e2a98f93b6f451c9be11c55","node":{"main":"http://127.0.0.1:9545","backup":[]},"contracts":{"connector":{"binary":"/usr/local/lib/node_modules/ethereum-bridge/contracts/binary/oraclizeConnector.binary","abi":"/usr/local/lib/node_modules/ethereum-bridge/contracts/abi/oraclizeConnector.json","source":"/usr/local/lib/node_modules/ethereum-bridge/contracts/ethereum-api/connectors/oraclizeConnector.sol"},"oar":{"binary":"/usr/local/lib/node_modules/ethereum-bridge/contracts/binary/addressResolver.binary","abi":"/usr/local/lib/node_modules/ethereum-bridge/contracts/abi/addressResolver.json","source":"/usr/local/lib/node_modules/ethereum-bridge/contracts/ethereum-api/connectors/addressResolver.sol"}},"deterministic_oar":true,"deploy_gas":3700000,"account":"0xa04073ecba0c4d2a42ac00b25a0afa1ea1d8f34f","mode":"active","key_file":"/usr/local/lib/node_modules/ethereum-bridge/config/instance/keys.json","gas_price":20000000000,"connector":"0xcbd41497789f9ca18c247e19e75be48fac203f9e","level":"debug","message":"new oracle inline configuration","timestamp":"2019-09-01T17:05:18.732Z"}
{"level":"info","message":"instance configuration file saved to /usr/local/lib/node_modules/ethereum-bridge/config/instance/oracle_instance_20190901T223518.json","timestamp":"2019-09-01T17:05:18.738Z"}
{"level":"debug","message":"starting the bridge log manager...","timestamp":"2019-09-01T17:05:18.741Z"}
{"level":"debug","message":"latest block seen (config file) -1","timestamp":"2019-09-01T17:05:18.742Z"}
{"level":"warn","message":"re-org block listen is disabled","timestamp":"2019-09-01T17:05:18.748Z"}
{"level":"info","message":"Listening @ 0xcbd41497789f9ca18c247e19e75be48fac203f9e (Oraclize Connector)\n","timestamp":"2019-09-01T17:05:18.748Z"}
{"defaultnode":"http://localhost:9545","HOST":"localhost:9545","account":"1","gas":3700000,"confirmation":12,"disable-deterministic-oar":false,"loglevel":"info","non-interactive":false,"enable-stats":false,"no-hints":false,"gasprice":20000000000,"logFilePath":"./bridge.log","confirmations":12,"defaultGas":3700000,"level":"debug","message":"parsed options","timestamp":"2019-09-01T17:08:14.356Z"}
{"level":"info","message":"you are running ethereum-bridge - version: 0.6.2","timestamp":"2019-09-01T17:08:14.359Z"}
{"level":"info","message":"saving logs to: ./bridge.log","timestamp":"2019-09-01T17:08:14.359Z"}
{"level":"info","message":"using active mode","timestamp":"2019-09-01T17:08:14.360Z"}
{"level":"info","message":"Connecting to eth node http://localhost:9545","timestamp":"2019-09-01T17:08:14.360Z"}
{"result":{"datasources":{"random":{"sessionPubKeysHash":["0xd937716ea46c0fb8f804f392eb5e00c2667262d1842017eae4f2202943ec1782"]}},"timestamp":1567357403,"deployments":{"ethereum":{"public-kovan":{"addressResolver":"0xB7A07BcF2Ba2f2703b24C0691b5278999C59AC7e"},"public-mainnet":{"addressResolver":"0x1d3B2638a7cC9f2CB3D298A3DA7a90B67E5506ed"},"public-ropsten3":{"addressResolver":"0xc03A2615D5efaf5F49F60B7BB6583eaec212fdf1"},"public-rinkeby":{"addressResolver":"0x146500cfd35B22E4A392Fe0aDc06De1a1368Ed48"}}},"quotes":{"ETH":0.00000589,"USD":0.001,"BTC":1e-7,"EUR":0.0009104},"pricing":{"proofs":{"0":{"units":0,"description":"None"},"16":{"units":40,"description":"TLSNotary"},"32":{"units":40,"description":"Android-Legacy-Version"},"48":{"units":0,"description":"Ledger"},"64":{"units":40,"description":"Android"}},"datasources":[{"units":10,"byte_alias":"0xfb","proof_types":[0],"name":"IPFS"},{"units":10,"byte_alias":"0xf8","proof_types":[0],"name":"swarm"},{"units":10,"byte_alias":"0xff","proof_types":[0,16,32,64],"name":"URL"},{"units":10,"byte_alias":"0xf9","proof_types":[0],"name":"Blockchain"},{"units":10,"byte_alias":"0xfa","proof_types":[0,16,32,64],"name":"nested"},{"units":30,"byte_alias":"0xfc","proof_types":[0],"name":"WolframAlpha"},{"units":500,"byte_alias":"0xfd","proof_types":[0,16,32,64],"name":"computation"},{"units":50,"byte_alias":"0xfe","proof_types":[0,48],"name":"random"}]},"distributions":{"rootstock-bridge":{"motd":"","latest":{"version":"0.5.4"}},"eris-bridge":{"motd":"","latest":{"version":"0.1.0"}},"blockapps-bridge":{"motd":"","latest":{"version":"0.5.4"}},"ethereum-bridge":{"motd":"","latest":{"version":"0.5.4"}}}},"success":true,"level":"debug","message":"check bridge version body result","timestamp":"2019-09-01T17:08:16.703Z"}
{"level":"info","message":"connected to node type EthereumJS TestRPC/v2.5.1/ethereum-js","timestamp":"2019-09-01T17:08:17.097Z"}
{"level":"warn","message":"Using 0x84d131dafe726b2ef48c4270718fa4ac16ea1af4 to query contracts on your blockchain, make sure it is unlocked and do not use the same address to deploy your contracts","timestamp":"2019-09-01T17:08:17.512Z"}
{"level":"info","message":"deploying the oraclize connector contract...","timestamp":"2019-09-01T17:08:17.625Z"}
{"level":"info","message":"connector deployed to: 0xe994f55493acd4b560433aa78a6a459905ce24b1","timestamp":"2019-09-01T17:08:27.991Z"}
{"success":true,"connector":"0xe994f55493acd4b560433aa78a6a459905ce24b1","level":"debug","message":"connector deployment result","timestamp":"2019-09-01T17:08:27.991Z"}
{"level":"warn","message":"deterministic OAR disabled/not available, please update your contract with the new custom address generated","timestamp":"2019-09-01T17:08:28.107Z"}
{"level":"info","message":"deploying the address resolver contract...","timestamp":"2019-09-01T17:08:28.107Z"}
{"level":"info","message":"address resolver (OAR) deployed to: 0x00b39c9a7ef4710e8bad680640a290120f00f68c","timestamp":"2019-09-01T17:08:38.527Z"}
{"success":true,"oar":"0x00b39c9a7ef4710e8bad680640a290120f00f68c","level":"debug","message":"OAR deployment result","timestamp":"2019-09-01T17:08:38.527Z"}
{"level":"info","message":"updating connector pricing...","timestamp":"2019-09-01T17:08:38.527Z"}
{"level":"info","message":"successfully deployed all contracts","timestamp":"2019-09-01T17:08:49.198Z"}
{"success":true,"level":"debug","message":"pricing update result","timestamp":"2019-09-01T17:08:49.198Z"}
{"context_name":"eth_504103AC41","latest_block_number":-1,"oar":"0x00b39c9a7ef4710e8bad680640a290120f00f68c","node":{"main":"http://localhost:9545","backup":[]},"contracts":{"connector":{"binary":"/usr/local/lib/node_modules/ethereum-bridge/contracts/binary/oraclizeConnector.binary","abi":"/usr/local/lib/node_modules/ethereum-bridge/contracts/abi/oraclizeConnector.json","source":"/usr/local/lib/node_modules/ethereum-bridge/contracts/ethereum-api/connectors/oraclizeConnector.sol"},"oar":{"binary":"/usr/local/lib/node_modules/ethereum-bridge/contracts/binary/addressResolver.binary","abi":"/usr/local/lib/node_modules/ethereum-bridge/contracts/abi/addressResolver.json","source":"/usr/local/lib/node_modules/ethereum-bridge/contracts/ethereum-api/connectors/addressResolver.sol"}},"deterministic_oar":true,"deploy_gas":3700000,"account":"0x84d131dafe726b2ef48c4270718fa4ac16ea1af4","mode":"active","key_file":"/usr/local/lib/node_modules/ethereum-bridge/config/instance/keys.json","gas_price":20000000000,"onchain_config":{"pricing":[{"name":"IPFS","proof":0,"units":10},{"name":"IPFS","proof":1,"units":10},{"name":"swarm","proof":0,"units":10},{"name":"swarm","proof":1,"units":10},{"name":"URL","proof":0,"units":10},{"name":"URL","proof":1,"units":10},{"name":"URL","proof":16,"units":50},{"name":"URL","proof":17,"units":50},{"name":"URL","proof":32,"units":50},{"name":"URL","proof":33,"units":50},{"name":"URL","proof":64,"units":50},{"name":"URL","proof":65,"units":50},{"name":"Blockchain","proof":0,"units":10},{"name":"Blockchain","proof":1,"units":10},{"name":"nested","proof":0,"units":10},{"name":"nested","proof":1,"units":10},{"name":"nested","proof":16,"units":50},{"name":"nested","proof":17,"units":50},{"name":"nested","proof":32,"units":50},{"name":"nested","proof":33,"units":50},{"name":"nested","proof":64,"units":50},{"name":"nested","proof":65,"units":50},{"name":"WolframAlpha","proof":0,"units":30},{"name":"WolframAlpha","proof":1,"units":30},{"name":"computation","proof":0,"units":500},{"name":"computation","proof":1,"units":500},{"name":"computation","proof":16,"units":540},{"name":"computation","proof":17,"units":540},{"name":"computation","proof":32,"units":540},{"name":"computation","proof":33,"units":540},{"name":"computation","proof":64,"units":540},{"name":"computation","proof":65,"units":540},{"name":"random","proof":0,"units":50},{"name":"random","proof":1,"units":50},{"name":"random","proof":48,"units":50},{"name":"random","proof":49,"units":50}],"base_price":0.00000589},"connector":"0xe994f55493acd4b560433aa78a6a459905ce24b1","level":"debug","message":"new oracle inline configuration","timestamp":"2019-09-01T17:08:49.198Z"}
{"level":"info","message":"instance configuration file saved to /usr/local/lib/node_modules/ethereum-bridge/config/instance/oracle_instance_20190901T223849.json","timestamp":"2019-09-01T17:08:49.205Z"}
{"level":"debug","message":"starting the bridge log manager...","timestamp":"2019-09-01T17:08:49.209Z"}
{"level":"debug","message":"latest block seen (config file) -1","timestamp":"2019-09-01T17:08:49.212Z"}
{"level":"warn","message":"re-org block listen is disabled while using TestRPC","timestamp":"2019-09-01T17:08:49.216Z"}
{"level":"warn","message":"if you are running a test suit with Truffle and TestRPC or your chain is reset often please use the --dev mode","timestamp":"2019-09-01T17:08:49.216Z"}
{"level":"info","message":"Listening @ 0xe994f55493acd4b560433aa78a6a459905ce24b1 (Oraclize Connector)\n","timestamp":"2019-09-01T17:08:49.216Z"}
{"defaultnode":"http://127.0.0.1:9545","account":"9","HOST":"127.0.0.1","port":"9545","dev":true,"gas":3700000,"confirmation":12,"disable-deterministic-oar":false,"loglevel":"info","non-interactive":false,"enable-stats":false,"no-hints":false,"gasprice":20000000000,"logFilePath":"./bridge.log","confirmations":12,"skipQueries":true,"defaultGas":3700000,"level":"debug","message":"parsed options","timestamp":"2019-09-02T14:41:24.613Z"}
{"level":"warn","message":"--dev mode active, contract myid checks and pending queries are skipped, use this only when testing, not in production","timestamp":"2019-09-02T14:41:24.616Z"}
{"level":"info","message":"you are running ethereum-bridge - version: 0.6.2","timestamp":"2019-09-02T14:41:24.616Z"}
{"level":"info","message":"saving logs to: ./bridge.log","timestamp":"2019-09-02T14:41:24.616Z"}
{"level":"info","message":"using active mode","timestamp":"2019-09-02T14:41:24.617Z"}
{"level":"info","message":"Connecting to eth node http://127.0.0.1:9545","timestamp":"2019-09-02T14:41:24.617Z"}
{"result":{"datasources":{"random":{"sessionPubKeysHash":["0xd937716ea46c0fb8f804f392eb5e00c2667262d1842017eae4f2202943ec1782"]}},"timestamp":1567435146,"deployments":{"ethereum":{"public-kovan":{"addressResolver":"0xB7A07BcF2Ba2f2703b24C0691b5278999C59AC7e"},"public-mainnet":{"addressResolver":"0x1d3B2638a7cC9f2CB3D298A3DA7a90B67E5506ed"},"public-ropsten3":{"addressResolver":"0xc03A2615D5efaf5F49F60B7BB6583eaec212fdf1"},"public-rinkeby":{"addressResolver":"0x146500cfd35B22E4A392Fe0aDc06De1a1368Ed48"}}},"quotes":{"ETH":0.00000574,"USD":0.001,"BTC":1e-7,"EUR":0.0009128},"pricing":{"proofs":{"0":{"units":0,"description":"None"},"16":{"units":40,"description":"TLSNotary"},"32":{"units":40,"description":"Android-Legacy-Version"},"48":{"units":0,"description":"Ledger"},"64":{"units":40,"description":"Android"}},"datasources":[{"units":10,"byte_alias":"0xfb","proof_types":[0],"name":"IPFS"},{"units":10,"byte_alias":"0xf8","proof_types":[0],"name":"swarm"},{"units":10,"byte_alias":"0xff","proof_types":[0,16,32,64],"name":"URL"},{"units":10,"byte_alias":"0xf9","proof_types":[0],"name":"Blockchain"},{"units":10,"byte_alias":"0xfa","proof_types":[0,16,32,64],"name":"nested"},{"units":30,"byte_alias":"0xfc","proof_types":[0],"name":"WolframAlpha"},{"units":500,"byte_alias":"0xfd","proof_types":[0,16,32,64],"name":"computation"},{"units":50,"byte_alias":"0xfe","proof_types":[0,48],"name":"random"}]},"distributions":{"rootstock-bridge":{"motd":"","latest":{"version":"0.5.4"}},"eris-bridge":{"motd":"","latest":{"version":"0.1.0"}},"blockapps-bridge":{"motd":"","latest":{"version":"0.5.4"}},"ethereum-bridge":{"motd":"","latest":{"version":"0.5.4"}}}},"success":true,"level":"debug","message":"check bridge version body result","timestamp":"2019-09-02T14:41:27.253Z"}
{"level":"info","message":"connected to node type EthereumJS TestRPC/v2.5.1/ethereum-js","timestamp":"2019-09-02T14:41:27.688Z"}
{"level":"warn","message":"Using 0xa04073ecba0c4d2a42ac00b25a0afa1ea1d8f34f to query contracts on your blockchain, make sure it is unlocked and do not use the same address to deploy your contracts","timestamp":"2019-09-02T14:41:28.108Z"}
{"level":"info","message":"deploying the oraclize connector contract...","timestamp":"2019-09-02T14:41:28.234Z"}
{"level":"info","message":"connector deployed to: 0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","timestamp":"2019-09-02T14:41:38.627Z"}
{"success":true,"connector":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","level":"debug","message":"connector deployment result","timestamp":"2019-09-02T14:41:38.627Z"}
{"level":"info","message":"deploying the address resolver with a deterministic address...","timestamp":"2019-09-02T14:41:38.733Z"}
{"level":"info","message":"address resolver (OAR) deployed to: 0x6f485c8bf6fc43ea212e93bbf8ce046c7f1cb475","timestamp":"2019-09-02T14:41:59.877Z"}
{"success":true,"oar":"0x6f485c8bf6fc43ea212e93bbf8ce046c7f1cb475","level":"debug","message":"OAR deployment result","timestamp":"2019-09-02T14:41:59.877Z"}
{"level":"info","message":"updating connector pricing...","timestamp":"2019-09-02T14:41:59.878Z"}
{"level":"info","message":"successfully deployed all contracts","timestamp":"2019-09-02T14:42:10.636Z"}
{"success":true,"level":"debug","message":"pricing update result","timestamp":"2019-09-02T14:42:10.636Z"}
{"context_name":"eth_35B6D8299B","latest_block_number":-1,"oar":"0x6f485c8bf6fc43ea212e93bbf8ce046c7f1cb475","node":{"main":"http://127.0.0.1:9545","backup":[]},"contracts":{"connector":{"binary":"/usr/local/lib/node_modules/ethereum-bridge/contracts/binary/oraclizeConnector.binary","abi":"/usr/local/lib/node_modules/ethereum-bridge/contracts/abi/oraclizeConnector.json","source":"/usr/local/lib/node_modules/ethereum-bridge/contracts/ethereum-api/connectors/oraclizeConnector.sol"},"oar":{"binary":"/usr/local/lib/node_modules/ethereum-bridge/contracts/binary/addressResolver.binary","abi":"/usr/local/lib/node_modules/ethereum-bridge/contracts/abi/addressResolver.json","source":"/usr/local/lib/node_modules/ethereum-bridge/contracts/ethereum-api/connectors/addressResolver.sol"}},"deterministic_oar":true,"deploy_gas":3700000,"account":"0xa04073ecba0c4d2a42ac00b25a0afa1ea1d8f34f","mode":"active","key_file":"/usr/local/lib/node_modules/ethereum-bridge/config/instance/keys.json","gas_price":20000000000,"onchain_config":{"pricing":[{"name":"IPFS","proof":0,"units":10},{"name":"IPFS","proof":1,"units":10},{"name":"swarm","proof":0,"units":10},{"name":"swarm","proof":1,"units":10},{"name":"URL","proof":0,"units":10},{"name":"URL","proof":1,"units":10},{"name":"URL","proof":16,"units":50},{"name":"URL","proof":17,"units":50},{"name":"URL","proof":32,"units":50},{"name":"URL","proof":33,"units":50},{"name":"URL","proof":64,"units":50},{"name":"URL","proof":65,"units":50},{"name":"Blockchain","proof":0,"units":10},{"name":"Blockchain","proof":1,"units":10},{"name":"nested","proof":0,"units":10},{"name":"nested","proof":1,"units":10},{"name":"nested","proof":16,"units":50},{"name":"nested","proof":17,"units":50},{"name":"nested","proof":32,"units":50},{"name":"nested","proof":33,"units":50},{"name":"nested","proof":64,"units":50},{"name":"nested","proof":65,"units":50},{"name":"WolframAlpha","proof":0,"units":30},{"name":"WolframAlpha","proof":1,"units":30},{"name":"computation","proof":0,"units":500},{"name":"computation","proof":1,"units":500},{"name":"computation","proof":16,"units":540},{"name":"computation","proof":17,"units":540},{"name":"computation","proof":32,"units":540},{"name":"computation","proof":33,"units":540},{"name":"computation","proof":64,"units":540},{"name":"computation","proof":65,"units":540},{"name":"random","proof":0,"units":50},{"name":"random","proof":1,"units":50},{"name":"random","proof":48,"units":50},{"name":"random","proof":49,"units":50}],"base_price":0.00000574},"connector":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","level":"debug","message":"new oracle inline configuration","timestamp":"2019-09-02T14:42:10.637Z"}
{"level":"info","message":"instance configuration file saved to /usr/local/lib/node_modules/ethereum-bridge/config/instance/oracle_instance_20190902T201210.json","timestamp":"2019-09-02T14:42:10.643Z"}
{"level":"debug","message":"starting the bridge log manager...","timestamp":"2019-09-02T14:42:10.644Z"}
{"level":"debug","message":"latest block seen (config file) -1","timestamp":"2019-09-02T14:42:10.648Z"}
{"level":"warn","message":"re-org block listen is disabled","timestamp":"2019-09-02T14:42:10.651Z"}
{"level":"info","message":"Listening @ 0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2 (Oraclize Connector)\n","timestamp":"2019-09-02T14:42:10.651Z"}
{"parsed_log":{"contract_address":"0xede7f745d14563fdde1d74da33b8b170e473e8d1","contract_myid":"0x5829e7c30f73029177fbcae788e50587f9761db9baf4ff2a50414a015af7af0e","datasource":"URL","formula":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","timestamp":0,"gaslimit":200000,"proofType":"0x41","gasPrice":0},"logIndex":1,"transactionIndex":0,"transactionHash":"0x16ee61c3b38bb2708667c081e414bfc068c6ca90b59f814c84dd63a3465483af","blockHash":"0xcee6f0a74267c240d04ae55a0ba6fb7afdbfe1410fe634a66a1fe9d3b03e774f","blockNumber":112,"address":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","type":"mined","event":"Log1","args":{"sender":"0xede7f745d14563fdde1d74da33b8b170e473e8d1","cid":"0x5829e7c30f73029177fbcae788e50587f9761db9baf4ff2a50414a015af7af0e","timestamp":{"s":1,"e":0,"c":[0]},"datasource":"URL","arg":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","gaslimit":{"s":1,"e":5,"c":[200000]},"proofType":"0x41","gasPrice":{"s":1,"e":0,"c":[0]}},"block_timestamp":1567435964,"level":"debug","message":"manageLog, raw log:","timestamp":"2019-09-02T14:52:45.245Z"}
{"level":"debug","message":"mangeLog isProcessed: false","timestamp":"2019-09-02T14:52:45.256Z"}
{"parsed_log":{"contract_address":"0xede7f745d14563fdde1d74da33b8b170e473e8d1","contract_myid":"0x5829e7c30f73029177fbcae788e50587f9761db9baf4ff2a50414a015af7af0e","datasource":"URL","formula":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","timestamp":0,"gaslimit":200000,"proofType":"0x41","gasPrice":0},"logIndex":1,"transactionIndex":0,"transactionHash":"0x16ee61c3b38bb2708667c081e414bfc068c6ca90b59f814c84dd63a3465483af","blockHash":"0xcee6f0a74267c240d04ae55a0ba6fb7afdbfe1410fe634a66a1fe9d3b03e774f","blockNumber":112,"address":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","type":"mined","event":"Log1","args":{"sender":"0xede7f745d14563fdde1d74da33b8b170e473e8d1","cid":"0x5829e7c30f73029177fbcae788e50587f9761db9baf4ff2a50414a015af7af0e","timestamp":{"s":1,"e":0,"c":[0]},"datasource":"URL","arg":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","gaslimit":{"s":1,"e":5,"c":[200000]},"proofType":"0x41","gasPrice":{"s":1,"e":0,"c":[0]}},"block_timestamp":1567435964,"level":"info","message":"new Log1 event","timestamp":"2019-09-02T14:52:45.258Z"}
{"when":0,"datasource":"URL","query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","id2":"5829e7c30f73029177fbcae788e50587f9761db9baf4ff2a50414a015af7af0e","proof_type":65,"context":{"name":"eth_35B6D8299B","protocol":"eth","type":"blockchain","relative_timestamp":1567435964},"level":"debug","message":"HTTP create query content","timestamp":"2019-09-02T14:52:45.371Z"}
{"result":{"_timestamp":1567435969,"daterange":[1567435969,1567437769],"interval":3600,"id2":"5829e7c30f73029177fbcae788e50587f9761db9baf4ff2a50414a015af7af0e","actions":[],"id":"d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc","version":3,"_timestamp_creation":1567435969,"context":{"protocol":"eth","relative_timestamp":1567435964,"type":"blockchain","name":"eth_35B6D8299B"},"active":true,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":65,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"debug","message":"oraclize HTTP create query body response","timestamp":"2019-09-02T14:52:54.003Z"}
{"level":"info","message":"new HTTP query created, id: d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc","timestamp":"2019-09-02T14:52:54.005Z"}
{"level":"info","message":"checking HTTP query d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc status in 0 seconds","timestamp":"2019-09-02T14:52:54.013Z"}
{"level":"info","message":"checking HTTP query d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc status every 5 seconds...","timestamp":"2019-09-02T14:52:54.013Z"}
{"error":{"errno":"ECONNRESET","code":"ECONNRESET","syscall":"read"},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T14:53:21.053Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc HTTP query result: ","timestamp":"2019-09-02T14:53:21.054Z"}
{"error":{"errno":"ECONNRESET","code":"ECONNRESET","syscall":"read"},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T14:53:29.776Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc HTTP query result: ","timestamp":"2019-09-02T14:53:29.777Z"}
{"error":{"errno":"ECONNRESET","code":"ECONNRESET","syscall":"read"},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T14:53:29.778Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc HTTP query result: ","timestamp":"2019-09-02T14:53:29.779Z"}
{"error":{"errno":"ECONNRESET","code":"ECONNRESET","syscall":"read"},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T14:53:29.831Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc HTTP query result: ","timestamp":"2019-09-02T14:53:29.832Z"}
{"error":{"errno":"ECONNRESET","code":"ECONNRESET","syscall":"read"},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T14:53:34.295Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc HTTP query result: ","timestamp":"2019-09-02T14:53:34.297Z"}
{"error":{"errno":"ECONNRESET","code":"ECONNRESET","syscall":"read"},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T14:53:34.298Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc HTTP query result: ","timestamp":"2019-09-02T14:53:34.298Z"}
{"error":{"code":"ECONNRESET","path":null,"host":"api.oraclize.it","port":443},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T14:54:04.852Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc HTTP query result: ","timestamp":"2019-09-02T14:54:04.853Z"}
{"error":{"errno":"ECONNRESET","code":"ECONNRESET","syscall":"read"},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T14:54:29.642Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc HTTP query result: ","timestamp":"2019-09-02T14:54:29.643Z"}
{"error":{"errno":"ECONNRESET","code":"ECONNRESET","syscall":"read"},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T14:54:29.644Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc HTTP query result: ","timestamp":"2019-09-02T14:54:29.644Z"}
{"error":{"errno":"ECONNRESET","code":"ECONNRESET","syscall":"read"},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T14:54:29.645Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc HTTP query result: ","timestamp":"2019-09-02T14:54:29.645Z"}
{"error":{"errno":"ECONNRESET","code":"ECONNRESET","syscall":"read"},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T14:54:29.646Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc HTTP query result: ","timestamp":"2019-09-02T14:54:29.646Z"}
{"error":{"errno":"ECONNRESET","code":"ECONNRESET","syscall":"read"},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T14:54:41.861Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc HTTP query result: ","timestamp":"2019-09-02T14:54:41.862Z"}
{"error":{"code":"ECONNRESET","path":null,"host":"api.oraclize.it","port":443},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T14:54:43.704Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc HTTP query result: ","timestamp":"2019-09-02T14:54:43.705Z"}
{"error":{"errno":"ECONNRESET","code":"ECONNRESET","syscall":"read"},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T14:54:59.213Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc HTTP query result: ","timestamp":"2019-09-02T14:54:59.213Z"}
{"error":{"code":"ECONNRESET"},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T14:55:29.099Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc HTTP query result: ","timestamp":"2019-09-02T14:55:29.100Z"}
{"error":{"code":"ECONNRESET"},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T14:55:29.106Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc HTTP query result: ","timestamp":"2019-09-02T14:55:29.108Z"}
{"error":{"code":"ECONNRESET"},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T14:55:29.565Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc HTTP query result: ","timestamp":"2019-09-02T14:55:29.566Z"}
{"error":{"code":"ECONNRESET"},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T14:55:29.567Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc HTTP query result: ","timestamp":"2019-09-02T14:55:29.567Z"}
{"error":{"code":"ECONNRESET"},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T14:55:29.568Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc HTTP query result: ","timestamp":"2019-09-02T14:55:29.570Z"}
{"error":{"code":"ECONNRESET"},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T14:55:29.570Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc HTTP query result: ","timestamp":"2019-09-02T14:55:29.571Z"}
{"result":{"_timestamp":1567436030,"id":"d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc","daterange":[1567435969,1567437769],"_lock":false,"id2":"5829e7c30f73029177fbcae788e50587f9761db9baf4ff2a50414a015af7af0e","actions":[],"interval":3600,"checks":[{"errors":["androidv2_error"],"success":true,"timestamp":1567436030,"results":["0.18"],"proofs":[null],"match":true}],"version":3,"_timestamp_creation":1567435969,"context":{"protocol":"eth","relative_timestamp":1567435964,"type":"blockchain","name":"eth_35B6D8299B"},"active":false,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":65,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"info","message":"d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc HTTP query result: ","timestamp":"2019-09-02T14:55:31.606Z"}
["androidv2_error"]
{"contract_myid":"0x5829e7c30f73029177fbcae788e50587f9761db9baf4ff2a50414a015af7af0e","contract_address":"0xede7f745d14563fdde1d74da33b8b170e473e8d1","level":"info","message":"sending __callback tx...","timestamp":"2019-09-02T14:55:31.610Z"}
{"myid":"0x5829e7c30f73029177fbcae788e50587f9761db9baf4ff2a50414a015af7af0e","result":"0.18","proof":null,"proof_type":"0x41","contract_address":"0xede7f745d14563fdde1d74da33b8b170e473e8d1","gas_limit":200000,"gas_price":null,"level":"debug","message":"__callbackWrapper object:","timestamp":"2019-09-02T14:55:31.611Z"}
{"myid":"0x5829e7c30f73029177fbcae788e50587f9761db9baf4ff2a50414a015af7af0e","result":"0.18","proof":null,"proof_type":"0x41","contract_address":"0xede7f745d14563fdde1d74da33b8b170e473e8d1","gas_limit":200000,"gas_price":null,"level":"info","message":"contract 0xede7f745d14563fdde1d74da33b8b170e473e8d1 __callback tx sent, transaction hash: 0x7595891fb3b4e17b4473053302166c86c84d892659ee79d929bc4d11f67a1c63","timestamp":"2019-09-02T14:55:36.826Z"}
{"transactionHash":"0x7595891fb3b4e17b4473053302166c86c84d892659ee79d929bc4d11f67a1c63","transactionIndex":0,"blockHash":"0x55a6ee469b87639f74843085f60ad724b6c790eda3d51d53a4c020fb99073e79","blockNumber":113,"from":"0xa04073ecba0c4d2a42ac00b25a0afa1ea1d8f34f","to":"0xede7f745d14563fdde1d74da33b8b170e473e8d1","gasUsed":55693,"cumulativeGasUsed":55693,"contractAddress":null,"logs":[{"logIndex":0,"transactionIndex":0,"transactionHash":"0x7595891fb3b4e17b4473053302166c86c84d892659ee79d929bc4d11f67a1c63","blockHash":"0x55a6ee469b87639f74843085f60ad724b6c790eda3d51d53a4c020fb99073e79","blockNumber":113,"address":"0xede7f745d14563fdde1d74da33b8b170e473e8d1","data":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000004302e313800000000000000000000000000000000000000000000000000000000","topics":["0x3c77f4b04a28c401e5cef3c76564366e7448a83341f9a1d4bb2c26073cfe6a1d"],"type":"mined"}],"status":"0x1","logsBloom":"0x00000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000400000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000","v":"0x1c","r":"0x6dc67edff0ad826bcf16639b1321dade285811fad38077879ca23133eca1fc5a","s":"0x11b548a4b6a448af58db239dc9c40a88e0f01827b41d8a858585ec01a07998ed","level":"debug","message":"update query content: { myid:\n '0x5829e7c30f73029177fbcae788e50587f9761db9baf4ff2a50414a015af7af0e',\n result: '0.18',\n proof: null,\n proof_type: '0x41',\n contract_address: '0xede7f745d14563fdde1d74da33b8b170e473e8d1',\n gas_limit: 200000,\n gas_price: null }","timestamp":"2019-09-02T14:55:36.834Z"}
{"error":{"errno":"ECONNRESET","code":"ECONNRESET","syscall":"read"},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T14:55:38.966Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc HTTP query result: ","timestamp":"2019-09-02T14:55:38.966Z"}
{"result":{"_timestamp":1567436030,"id":"d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc","daterange":[1567435969,1567437769],"_lock":false,"id2":"5829e7c30f73029177fbcae788e50587f9761db9baf4ff2a50414a015af7af0e","actions":[],"interval":3600,"checks":[{"errors":["androidv2_error"],"success":true,"timestamp":1567436030,"results":["0.18"],"proofs":[null],"match":true}],"version":3,"_timestamp_creation":1567435969,"context":{"protocol":"eth","relative_timestamp":1567435964,"type":"blockchain","name":"eth_35B6D8299B"},"active":false,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":65,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"info","message":"d4e4942434a3de0215c5aefc8b8b5b4ca24f4ccf7aaab2adbab5097f2cd93bdc HTTP query result: ","timestamp":"2019-09-02T14:55:41.150Z"}
["androidv2_error"]
{"contract_myid":"0x5829e7c30f73029177fbcae788e50587f9761db9baf4ff2a50414a015af7af0e","contract_address":"0xede7f745d14563fdde1d74da33b8b170e473e8d1","level":"info","message":"sending __callback tx...","timestamp":"2019-09-02T14:55:41.154Z"}
{"myid":"0x5829e7c30f73029177fbcae788e50587f9761db9baf4ff2a50414a015af7af0e","result":"0.18","proof":null,"proof_type":"0x41","contract_address":"0xede7f745d14563fdde1d74da33b8b170e473e8d1","gas_limit":200000,"gas_price":null,"level":"debug","message":"__callbackWrapper object:","timestamp":"2019-09-02T14:55:41.154Z"}
{"myid":"0x5829e7c30f73029177fbcae788e50587f9761db9baf4ff2a50414a015af7af0e","result":"0.18","proof":null,"proof_type":"0x41","contract_address":"0xede7f745d14563fdde1d74da33b8b170e473e8d1","gas_limit":200000,"gas_price":null,"level":"info","message":"contract 0xede7f745d14563fdde1d74da33b8b170e473e8d1 __callback tx sent, transaction hash: 0x2312fbd2020a19259bebf02e3a153059f5ec7a87cb42929d28a6c0baf56df9c4","timestamp":"2019-09-02T14:55:46.362Z"}
{"transactionHash":"0x2312fbd2020a19259bebf02e3a153059f5ec7a87cb42929d28a6c0baf56df9c4","transactionIndex":0,"blockHash":"0x84350b36a540f27e0e1f84a145a2d0535f5d14bf1e5f89ac9adb14d4b2ae4224","blockNumber":114,"from":"0xa04073ecba0c4d2a42ac00b25a0afa1ea1d8f34f","to":"0xede7f745d14563fdde1d74da33b8b170e473e8d1","gasUsed":45742,"cumulativeGasUsed":45742,"contractAddress":null,"logs":[{"logIndex":0,"transactionIndex":0,"transactionHash":"0x2312fbd2020a19259bebf02e3a153059f5ec7a87cb42929d28a6c0baf56df9c4","blockHash":"0x84350b36a540f27e0e1f84a145a2d0535f5d14bf1e5f89ac9adb14d4b2ae4224","blockNumber":114,"address":"0xede7f745d14563fdde1d74da33b8b170e473e8d1","data":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000004302e313800000000000000000000000000000000000000000000000000000000","topics":["0x3c77f4b04a28c401e5cef3c76564366e7448a83341f9a1d4bb2c26073cfe6a1d"],"type":"mined"}],"status":"0x1","logsBloom":"0x00000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000400000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000","v":"0x1c","r":"0xea9f320c7682d41cc933edb2adabff4066e78d9bfc0423014fa1fddf3116eff4","s":"0x25175721dc110875966e2d31bcdf508a6d5b02b65c2208ce1d238f7000710cee","level":"debug","message":"update query content: { myid:\n '0x5829e7c30f73029177fbcae788e50587f9761db9baf4ff2a50414a015af7af0e',\n result: '0.18',\n proof: null,\n proof_type: '0x41',\n contract_address: '0xede7f745d14563fdde1d74da33b8b170e473e8d1',\n gas_limit: 200000,\n gas_price: null }","timestamp":"2019-09-02T14:55:46.362Z"}
{"parsed_log":{"contract_address":"0xa1e2d5c4a002139426551798565475fdd7cb64fd","contract_myid":"0xd68d89c61ed54b39759e98085583b4ffe564d460eccfcf466dad800e76aa60fd","datasource":"URL","formula":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","timestamp":0,"gaslimit":200000,"proofType":"0x41","gasPrice":0},"logIndex":1,"transactionIndex":0,"transactionHash":"0x8ee9da6effb7740aa22de91db562684f40de504bcfd9d59bad296f4aa9f524d6","blockHash":"0xf17253ae206a86b8a136209c004a464dc150fb5406fc89b6ded1d99edb2e3f65","blockNumber":121,"address":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","type":"mined","event":"Log1","args":{"sender":"0xa1e2d5c4a002139426551798565475fdd7cb64fd","cid":"0xd68d89c61ed54b39759e98085583b4ffe564d460eccfcf466dad800e76aa60fd","timestamp":{"s":1,"e":0,"c":[0]},"datasource":"URL","arg":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","gaslimit":{"s":1,"e":5,"c":[200000]},"proofType":"0x41","gasPrice":{"s":1,"e":0,"c":[0]}},"block_timestamp":1567436322,"level":"debug","message":"manageLog, raw log:","timestamp":"2019-09-02T14:58:42.872Z"}
{"level":"debug","message":"mangeLog isProcessed: false","timestamp":"2019-09-02T14:58:42.875Z"}
{"parsed_log":{"contract_address":"0xa1e2d5c4a002139426551798565475fdd7cb64fd","contract_myid":"0xd68d89c61ed54b39759e98085583b4ffe564d460eccfcf466dad800e76aa60fd","datasource":"URL","formula":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","timestamp":0,"gaslimit":200000,"proofType":"0x41","gasPrice":0},"logIndex":1,"transactionIndex":0,"transactionHash":"0x8ee9da6effb7740aa22de91db562684f40de504bcfd9d59bad296f4aa9f524d6","blockHash":"0xf17253ae206a86b8a136209c004a464dc150fb5406fc89b6ded1d99edb2e3f65","blockNumber":121,"address":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","type":"mined","event":"Log1","args":{"sender":"0xa1e2d5c4a002139426551798565475fdd7cb64fd","cid":"0xd68d89c61ed54b39759e98085583b4ffe564d460eccfcf466dad800e76aa60fd","timestamp":{"s":1,"e":0,"c":[0]},"datasource":"URL","arg":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","gaslimit":{"s":1,"e":5,"c":[200000]},"proofType":"0x41","gasPrice":{"s":1,"e":0,"c":[0]}},"block_timestamp":1567436322,"level":"info","message":"new Log1 event","timestamp":"2019-09-02T14:58:42.877Z"}
{"when":0,"datasource":"URL","query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","id2":"d68d89c61ed54b39759e98085583b4ffe564d460eccfcf466dad800e76aa60fd","proof_type":65,"context":{"name":"eth_35B6D8299B","protocol":"eth","type":"blockchain","relative_timestamp":1567436322},"level":"debug","message":"HTTP create query content","timestamp":"2019-09-02T14:58:43.002Z"}
{"result":{"_timestamp":1567436324,"daterange":[1567436324,1567438124],"interval":3600,"id2":"d68d89c61ed54b39759e98085583b4ffe564d460eccfcf466dad800e76aa60fd","actions":[],"id":"13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f","version":3,"_timestamp_creation":1567436324,"context":{"protocol":"eth","relative_timestamp":1567436322,"type":"blockchain","name":"eth_35B6D8299B"},"active":true,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":65,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"debug","message":"oraclize HTTP create query body response","timestamp":"2019-09-02T14:58:44.745Z"}
{"level":"info","message":"new HTTP query created, id: 13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f","timestamp":"2019-09-02T14:58:44.745Z"}
{"level":"info","message":"checking HTTP query 13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f status in 0 seconds","timestamp":"2019-09-02T14:58:44.750Z"}
{"level":"info","message":"checking HTTP query 13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f status every 5 seconds...","timestamp":"2019-09-02T14:58:44.751Z"}
{"result":{"_timestamp":1567436324,"id":"13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f","daterange":[1567436324,1567438124],"_lock":true,"id2":"d68d89c61ed54b39759e98085583b4ffe564d460eccfcf466dad800e76aa60fd","actions":[],"interval":3600,"version":3,"_timestamp_creation":1567436324,"context":{"protocol":"eth","relative_timestamp":1567436322,"type":"blockchain","name":"eth_35B6D8299B"},"active":true,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":65,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"info","message":"13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f HTTP query result: ","timestamp":"2019-09-02T14:58:51.299Z"}
{"result":{"_timestamp":1567436324,"id":"13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f","daterange":[1567436324,1567438124],"_lock":true,"id2":"d68d89c61ed54b39759e98085583b4ffe564d460eccfcf466dad800e76aa60fd","actions":[],"interval":3600,"version":3,"_timestamp_creation":1567436324,"context":{"protocol":"eth","relative_timestamp":1567436322,"type":"blockchain","name":"eth_35B6D8299B"},"active":true,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":65,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"info","message":"13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f HTTP query result: ","timestamp":"2019-09-02T14:58:56.008Z"}
{"result":{"_timestamp":1567436324,"id":"13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f","daterange":[1567436324,1567438124],"_lock":true,"id2":"d68d89c61ed54b39759e98085583b4ffe564d460eccfcf466dad800e76aa60fd","actions":[],"interval":3600,"version":3,"_timestamp_creation":1567436324,"context":{"protocol":"eth","relative_timestamp":1567436322,"type":"blockchain","name":"eth_35B6D8299B"},"active":true,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":65,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"info","message":"13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f HTTP query result: ","timestamp":"2019-09-02T14:59:01.129Z"}
{"result":{"_timestamp":1567436324,"id":"13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f","daterange":[1567436324,1567438124],"_lock":true,"id2":"d68d89c61ed54b39759e98085583b4ffe564d460eccfcf466dad800e76aa60fd","actions":[],"interval":3600,"version":3,"_timestamp_creation":1567436324,"context":{"protocol":"eth","relative_timestamp":1567436322,"type":"blockchain","name":"eth_35B6D8299B"},"active":true,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":65,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"info","message":"13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f HTTP query result: ","timestamp":"2019-09-02T14:59:06.251Z"}
{"result":{"_timestamp":1567436324,"id":"13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f","daterange":[1567436324,1567438124],"_lock":true,"id2":"d68d89c61ed54b39759e98085583b4ffe564d460eccfcf466dad800e76aa60fd","actions":[],"interval":3600,"version":3,"_timestamp_creation":1567436324,"context":{"protocol":"eth","relative_timestamp":1567436322,"type":"blockchain","name":"eth_35B6D8299B"},"active":true,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":65,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"info","message":"13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f HTTP query result: ","timestamp":"2019-09-02T14:59:11.367Z"}
{"result":{"_timestamp":1567436324,"id":"13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f","daterange":[1567436324,1567438124],"_lock":true,"id2":"d68d89c61ed54b39759e98085583b4ffe564d460eccfcf466dad800e76aa60fd","actions":[],"interval":3600,"version":3,"_timestamp_creation":1567436324,"context":{"protocol":"eth","relative_timestamp":1567436322,"type":"blockchain","name":"eth_35B6D8299B"},"active":true,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":65,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"info","message":"13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f HTTP query result: ","timestamp":"2019-09-02T14:59:16.079Z"}
{"result":{"_timestamp":1567436324,"id":"13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f","daterange":[1567436324,1567438124],"_lock":true,"id2":"d68d89c61ed54b39759e98085583b4ffe564d460eccfcf466dad800e76aa60fd","actions":[],"interval":3600,"version":3,"_timestamp_creation":1567436324,"context":{"protocol":"eth","relative_timestamp":1567436322,"type":"blockchain","name":"eth_35B6D8299B"},"active":true,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":65,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"info","message":"13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f HTTP query result: ","timestamp":"2019-09-02T14:59:20.923Z"}
{"result":{"_timestamp":1567436324,"id":"13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f","daterange":[1567436324,1567438124],"_lock":true,"id2":"d68d89c61ed54b39759e98085583b4ffe564d460eccfcf466dad800e76aa60fd","actions":[],"interval":3600,"version":3,"_timestamp_creation":1567436324,"context":{"protocol":"eth","relative_timestamp":1567436322,"type":"blockchain","name":"eth_35B6D8299B"},"active":true,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":65,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"info","message":"13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f HTTP query result: ","timestamp":"2019-09-02T14:59:26.101Z"}
{"result":{"_timestamp":1567436324,"id":"13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f","daterange":[1567436324,1567438124],"_lock":true,"id2":"d68d89c61ed54b39759e98085583b4ffe564d460eccfcf466dad800e76aa60fd","actions":[],"interval":3600,"version":3,"_timestamp_creation":1567436324,"context":{"protocol":"eth","relative_timestamp":1567436322,"type":"blockchain","name":"eth_35B6D8299B"},"active":true,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":65,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"info","message":"13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f HTTP query result: ","timestamp":"2019-09-02T14:59:31.028Z"}
{"result":{"_timestamp":1567436324,"id":"13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f","daterange":[1567436324,1567438124],"_lock":true,"id2":"d68d89c61ed54b39759e98085583b4ffe564d460eccfcf466dad800e76aa60fd","actions":[],"interval":3600,"version":3,"_timestamp_creation":1567436324,"context":{"protocol":"eth","relative_timestamp":1567436322,"type":"blockchain","name":"eth_35B6D8299B"},"active":true,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":65,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"info","message":"13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f HTTP query result: ","timestamp":"2019-09-02T14:59:36.148Z"}
{"result":{"_timestamp":1567436324,"id":"13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f","daterange":[1567436324,1567438124],"_lock":true,"id2":"d68d89c61ed54b39759e98085583b4ffe564d460eccfcf466dad800e76aa60fd","actions":[],"interval":3600,"version":3,"_timestamp_creation":1567436324,"context":{"protocol":"eth","relative_timestamp":1567436322,"type":"blockchain","name":"eth_35B6D8299B"},"active":true,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":65,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"info","message":"13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f HTTP query result: ","timestamp":"2019-09-02T14:59:40.996Z"}
{"result":{"_timestamp":1567436385,"id":"13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f","daterange":[1567436324,1567438124],"_lock":false,"id2":"d68d89c61ed54b39759e98085583b4ffe564d460eccfcf466dad800e76aa60fd","actions":[],"interval":3600,"checks":[{"errors":["androidv2_error"],"success":true,"timestamp":1567436385,"results":["0.179967"],"proofs":[null],"match":true}],"version":3,"_timestamp_creation":1567436324,"context":{"protocol":"eth","relative_timestamp":1567436322,"type":"blockchain","name":"eth_35B6D8299B"},"active":false,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":65,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"info","message":"13f1c0ffdfe28376d8cdcce419988107c3b17589188a81929e408c119806959f HTTP query result: ","timestamp":"2019-09-02T14:59:46.199Z"}
["androidv2_error"]
{"contract_myid":"0xd68d89c61ed54b39759e98085583b4ffe564d460eccfcf466dad800e76aa60fd","contract_address":"0xa1e2d5c4a002139426551798565475fdd7cb64fd","level":"info","message":"sending __callback tx...","timestamp":"2019-09-02T14:59:46.200Z"}
{"myid":"0xd68d89c61ed54b39759e98085583b4ffe564d460eccfcf466dad800e76aa60fd","result":"0.179967","proof":null,"proof_type":"0x41","contract_address":"0xa1e2d5c4a002139426551798565475fdd7cb64fd","gas_limit":200000,"gas_price":null,"level":"debug","message":"__callbackWrapper object:","timestamp":"2019-09-02T14:59:46.201Z"}
{"myid":"0xd68d89c61ed54b39759e98085583b4ffe564d460eccfcf466dad800e76aa60fd","result":"0.179967","proof":null,"proof_type":"0x41","contract_address":"0xa1e2d5c4a002139426551798565475fdd7cb64fd","gas_limit":200000,"gas_price":null,"level":"info","message":"contract 0xa1e2d5c4a002139426551798565475fdd7cb64fd __callback tx sent, transaction hash: 0x78bebf2cb7c556dc1eae55eb52c14adb896baaeb602d1d86adaeea561bfaaf7f","timestamp":"2019-09-02T14:59:51.392Z"}
{"transactionHash":"0x78bebf2cb7c556dc1eae55eb52c14adb896baaeb602d1d86adaeea561bfaaf7f","transactionIndex":0,"blockHash":"0x95abeea6270ca736a8a383921e1285ee85dcae332018f85b8979c8c098d7b189","blockNumber":122,"from":"0xa04073ecba0c4d2a42ac00b25a0afa1ea1d8f34f","to":"0xa1e2d5c4a002139426551798565475fdd7cb64fd","gasUsed":55949,"cumulativeGasUsed":55949,"contractAddress":null,"logs":[{"logIndex":0,"transactionIndex":0,"transactionHash":"0x78bebf2cb7c556dc1eae55eb52c14adb896baaeb602d1d86adaeea561bfaaf7f","blockHash":"0x95abeea6270ca736a8a383921e1285ee85dcae332018f85b8979c8c098d7b189","blockNumber":122,"address":"0xa1e2d5c4a002139426551798565475fdd7cb64fd","data":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000008302e313739393637000000000000000000000000000000000000000000000000","topics":["0x3c77f4b04a28c401e5cef3c76564366e7448a83341f9a1d4bb2c26073cfe6a1d"],"type":"mined"}],"status":"0x1","logsBloom":"0x00000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000004000000000000000000001000000000","v":"0x1b","r":"0x018a448e704e8a27c147debfb78b925462cd4b266cfd08313a26acf6d95207b1","s":"0x6c78870a3c0f369b4cbfb0451fc9dff2f9e0021c800ccb5ab38c4630fe4c4b00","level":"debug","message":"update query content: { myid:\n '0xd68d89c61ed54b39759e98085583b4ffe564d460eccfcf466dad800e76aa60fd',\n result: '0.179967',\n proof: null,\n proof_type: '0x41',\n contract_address: '0xa1e2d5c4a002139426551798565475fdd7cb64fd',\n gas_limit: 200000,\n gas_price: null }","timestamp":"2019-09-02T14:59:51.392Z"}
{"defaultnode":"http://127.0.0.1:9545","account":"9","HOST":"127.0.0.1","port":"9545","dev":true,"gas":3700000,"confirmation":12,"disable-deterministic-oar":false,"loglevel":"info","non-interactive":false,"enable-stats":false,"no-hints":false,"gasprice":20000000000,"logFilePath":"./bridge.log","confirmations":12,"skipQueries":true,"defaultGas":3700000,"level":"debug","message":"parsed options","timestamp":"2019-09-02T15:33:09.746Z"}
{"level":"warn","message":"--dev mode active, contract myid checks and pending queries are skipped, use this only when testing, not in production","timestamp":"2019-09-02T15:33:09.750Z"}
{"level":"info","message":"you are running ethereum-bridge - version: 0.6.2","timestamp":"2019-09-02T15:33:09.751Z"}
{"level":"info","message":"saving logs to: ./bridge.log","timestamp":"2019-09-02T15:33:09.751Z"}
{"level":"info","message":"using active mode","timestamp":"2019-09-02T15:33:09.752Z"}
{"level":"info","message":"Connecting to eth node http://127.0.0.1:9545","timestamp":"2019-09-02T15:33:09.752Z"}
{"defaultnode":"http://127.0.0.1:9545","account":"9","HOST":"127.0.0.1","port":"9545","dev":true,"gas":3700000,"confirmation":12,"disable-deterministic-oar":false,"loglevel":"info","non-interactive":false,"enable-stats":false,"no-hints":false,"gasprice":20000000000,"logFilePath":"./bridge.log","confirmations":12,"skipQueries":true,"defaultGas":3700000,"level":"debug","message":"parsed options","timestamp":"2019-09-02T15:34:56.196Z"}
{"level":"warn","message":"--dev mode active, contract myid checks and pending queries are skipped, use this only when testing, not in production","timestamp":"2019-09-02T15:34:56.201Z"}
{"level":"info","message":"you are running ethereum-bridge - version: 0.6.2","timestamp":"2019-09-02T15:34:56.201Z"}
{"level":"info","message":"saving logs to: ./bridge.log","timestamp":"2019-09-02T15:34:56.201Z"}
{"level":"info","message":"using active mode","timestamp":"2019-09-02T15:34:56.202Z"}
{"level":"info","message":"Connecting to eth node http://127.0.0.1:9545","timestamp":"2019-09-02T15:34:56.203Z"}
{"level":"debug","message":"check bridge version body result","timestamp":"2019-09-02T15:35:20.147Z"}
{"level":"info","message":"connected to node type EthereumJS TestRPC/v2.5.1/ethereum-js","timestamp":"2019-09-02T15:35:20.630Z"}
{"level":"warn","message":"Using 0xa04073ecba0c4d2a42ac00b25a0afa1ea1d8f34f to query contracts on your blockchain, make sure it is unlocked and do not use the same address to deploy your contracts","timestamp":"2019-09-02T15:35:20.630Z"}
{"level":"info","message":"deploying the oraclize connector contract...","timestamp":"2019-09-02T15:35:20.843Z"}
{"level":"info","message":"connector deployed to: 0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","timestamp":"2019-09-02T15:35:31.480Z"}
{"success":true,"connector":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","level":"debug","message":"connector deployment result","timestamp":"2019-09-02T15:35:31.480Z"}
{"level":"info","message":"deploying the address resolver with a deterministic address...","timestamp":"2019-09-02T15:35:31.605Z"}
{"defaultnode":"http://127.0.0.1:9545","account":"9","HOST":"127.0.0.1","port":"9545","dev":true,"gas":3700000,"confirmation":12,"disable-deterministic-oar":false,"loglevel":"info","non-interactive":false,"enable-stats":false,"no-hints":false,"gasprice":20000000000,"logFilePath":"./bridge.log","confirmations":12,"skipQueries":true,"defaultGas":3700000,"level":"debug","message":"parsed options","timestamp":"2019-09-02T17:17:53.353Z"}
{"level":"warn","message":"--dev mode active, contract myid checks and pending queries are skipped, use this only when testing, not in production","timestamp":"2019-09-02T17:17:53.356Z"}
{"level":"info","message":"you are running ethereum-bridge - version: 0.6.2","timestamp":"2019-09-02T17:17:53.356Z"}
{"level":"info","message":"saving logs to: ./bridge.log","timestamp":"2019-09-02T17:17:53.357Z"}
{"level":"info","message":"using active mode","timestamp":"2019-09-02T17:17:53.357Z"}
{"level":"info","message":"Connecting to eth node http://127.0.0.1:9545","timestamp":"2019-09-02T17:17:53.358Z"}
{"level":"debug","message":"check bridge version body result","timestamp":"2019-09-02T17:17:53.467Z"}
{"level":"info","message":"connected to node type EthereumJS TestRPC/v2.5.1/ethereum-js","timestamp":"2019-09-02T17:17:53.806Z"}
{"level":"warn","message":"Using 0xa04073ecba0c4d2a42ac00b25a0afa1ea1d8f34f to query contracts on your blockchain, make sure it is unlocked and do not use the same address to deploy your contracts","timestamp":"2019-09-02T17:17:53.807Z"}
{"level":"info","message":"deploying the oraclize connector contract...","timestamp":"2019-09-02T17:17:53.937Z"}
{"level":"info","message":"connector deployed to: 0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","timestamp":"2019-09-02T17:18:04.443Z"}
{"success":true,"connector":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","level":"debug","message":"connector deployment result","timestamp":"2019-09-02T17:18:04.443Z"}
{"level":"info","message":"deploying the address resolver with a deterministic address...","timestamp":"2019-09-02T17:18:04.593Z"}
{"level":"info","message":"address resolver (OAR) deployed to: 0x6f485c8bf6fc43ea212e93bbf8ce046c7f1cb475","timestamp":"2019-09-02T17:18:25.835Z"}
{"success":true,"oar":"0x6f485c8bf6fc43ea212e93bbf8ce046c7f1cb475","level":"debug","message":"OAR deployment result","timestamp":"2019-09-02T17:18:25.835Z"}
{"level":"warn","message":"skipping pricing update...","timestamp":"2019-09-02T17:18:25.835Z"}
{"level":"info","message":"successfully deployed all contracts","timestamp":"2019-09-02T17:18:25.836Z"}
{"level":"debug","message":"pricing update result","timestamp":"2019-09-02T17:18:25.836Z"}
{"context_name":"eth_5493750E3C","latest_block_number":-1,"oar":"0x6f485c8bf6fc43ea212e93bbf8ce046c7f1cb475","node":{"main":"http://127.0.0.1:9545","backup":[]},"contracts":{"connector":{"binary":"/usr/local/lib/node_modules/ethereum-bridge/contracts/binary/oraclizeConnector.binary","abi":"/usr/local/lib/node_modules/ethereum-bridge/contracts/abi/oraclizeConnector.json","source":"/usr/local/lib/node_modules/ethereum-bridge/contracts/ethereum-api/connectors/oraclizeConnector.sol"},"oar":{"binary":"/usr/local/lib/node_modules/ethereum-bridge/contracts/binary/addressResolver.binary","abi":"/usr/local/lib/node_modules/ethereum-bridge/contracts/abi/addressResolver.json","source":"/usr/local/lib/node_modules/ethereum-bridge/contracts/ethereum-api/connectors/addressResolver.sol"}},"deterministic_oar":true,"deploy_gas":3700000,"account":"0xa04073ecba0c4d2a42ac00b25a0afa1ea1d8f34f","mode":"active","key_file":"/usr/local/lib/node_modules/ethereum-bridge/config/instance/keys.json","gas_price":20000000000,"connector":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","level":"debug","message":"new oracle inline configuration","timestamp":"2019-09-02T17:18:25.836Z"}
{"level":"info","message":"instance configuration file saved to /usr/local/lib/node_modules/ethereum-bridge/config/instance/oracle_instance_20190902T224825.json","timestamp":"2019-09-02T17:18:25.839Z"}
{"level":"debug","message":"starting the bridge log manager...","timestamp":"2019-09-02T17:18:25.840Z"}
{"level":"debug","message":"latest block seen (config file) -1","timestamp":"2019-09-02T17:18:25.841Z"}
{"level":"warn","message":"re-org block listen is disabled","timestamp":"2019-09-02T17:18:25.850Z"}
{"level":"info","message":"Listening @ 0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2 (Oraclize Connector)\n","timestamp":"2019-09-02T17:18:25.850Z"}
{"parsed_log":{"contract_address":"0x0d2219c59e70cd90df09425baf49fa2b1bfac375","contract_myid":"0x8c1f32f7c087b02ceb900ec19a7de91595de422f5988059691ad0a6ddfef773a","datasource":"URL","formula":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","timestamp":0,"gaslimit":200000,"proofType":"0x00","gasPrice":0},"logIndex":1,"transactionIndex":0,"transactionHash":"0x0f6145cb21af5741f49d13ecb0595db79ad772e0d8fb1f1bfb509ccc6ec2c111","blockHash":"0x02ed8cf38c6704e28d4a6625840017315f943705d21ab0517947e3a76ba94aa5","blockNumber":19,"address":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","type":"mined","event":"Log1","args":{"sender":"0x0d2219c59e70cd90df09425baf49fa2b1bfac375","cid":"0x8c1f32f7c087b02ceb900ec19a7de91595de422f5988059691ad0a6ddfef773a","timestamp":{"s":1,"e":0,"c":[0]},"datasource":"URL","arg":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","gaslimit":{"s":1,"e":5,"c":[200000]},"proofType":"0x00","gasPrice":{"s":1,"e":0,"c":[0]}},"block_timestamp":1567444781,"level":"debug","message":"manageLog, raw log:","timestamp":"2019-09-02T17:19:42.565Z"}
{"level":"debug","message":"mangeLog isProcessed: false","timestamp":"2019-09-02T17:19:42.586Z"}
{"parsed_log":{"contract_address":"0x0d2219c59e70cd90df09425baf49fa2b1bfac375","contract_myid":"0x8c1f32f7c087b02ceb900ec19a7de91595de422f5988059691ad0a6ddfef773a","datasource":"URL","formula":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","timestamp":0,"gaslimit":200000,"proofType":"0x00","gasPrice":0},"logIndex":1,"transactionIndex":0,"transactionHash":"0x0f6145cb21af5741f49d13ecb0595db79ad772e0d8fb1f1bfb509ccc6ec2c111","blockHash":"0x02ed8cf38c6704e28d4a6625840017315f943705d21ab0517947e3a76ba94aa5","blockNumber":19,"address":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","type":"mined","event":"Log1","args":{"sender":"0x0d2219c59e70cd90df09425baf49fa2b1bfac375","cid":"0x8c1f32f7c087b02ceb900ec19a7de91595de422f5988059691ad0a6ddfef773a","timestamp":{"s":1,"e":0,"c":[0]},"datasource":"URL","arg":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","gaslimit":{"s":1,"e":5,"c":[200000]},"proofType":"0x00","gasPrice":{"s":1,"e":0,"c":[0]}},"block_timestamp":1567444781,"level":"info","message":"new Log1 event","timestamp":"2019-09-02T17:19:42.588Z"}
{"when":0,"datasource":"URL","query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","id2":"8c1f32f7c087b02ceb900ec19a7de91595de422f5988059691ad0a6ddfef773a","proof_type":0,"context":{"name":"eth_5493750E3C","protocol":"eth","type":"blockchain","relative_timestamp":1567444781},"level":"debug","message":"HTTP create query content","timestamp":"2019-09-02T17:19:42.704Z"}
{"level":"debug","message":"oraclize HTTP create query body response","timestamp":"2019-09-02T17:19:42.710Z"}
{"error":{"errno":"ENOTFOUND","code":"ENOTFOUND","syscall":"getaddrinfo","hostname":"api.oraclize.it","host":"api.oraclize.it","port":443},"fatal":false,"level":"error","message":"HTTP query create request error ","timestamp":"2019-09-02T17:19:42.711Z"}
{"level":"info","message":"re-trying to create the query again in 20 seconds...","timestamp":"2019-09-02T17:19:42.711Z"}
{"when":0,"datasource":"URL","query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","id2":"8c1f32f7c087b02ceb900ec19a7de91595de422f5988059691ad0a6ddfef773a","proof_type":0,"context":{"name":"eth_5493750E3C","protocol":"eth","type":"blockchain","relative_timestamp":1567444781},"level":"debug","message":"HTTP create query content","timestamp":"2019-09-02T17:20:02.712Z"}
{"level":"debug","message":"oraclize HTTP create query body response","timestamp":"2019-09-02T17:20:02.717Z"}
{"error":{"errno":"ENOTFOUND","code":"ENOTFOUND","syscall":"getaddrinfo","hostname":"api.oraclize.it","host":"api.oraclize.it","port":443},"fatal":false,"level":"error","message":"HTTP query create request error ","timestamp":"2019-09-02T17:20:02.717Z"}
{"level":"info","message":"re-trying to create the query again in 20 seconds...","timestamp":"2019-09-02T17:20:02.718Z"}
{"when":0,"datasource":"URL","query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","id2":"8c1f32f7c087b02ceb900ec19a7de91595de422f5988059691ad0a6ddfef773a","proof_type":0,"context":{"name":"eth_5493750E3C","protocol":"eth","type":"blockchain","relative_timestamp":1567444781},"level":"debug","message":"HTTP create query content","timestamp":"2019-09-02T17:20:24.263Z"}
{"result":{"_timestamp":1567444825,"daterange":[1567444825,1567446625],"interval":3600,"id2":"8c1f32f7c087b02ceb900ec19a7de91595de422f5988059691ad0a6ddfef773a","actions":[],"id":"4835caab26f3fed5f8986270ba7433d6ce37550268f879d201a5489aa39ffab0","version":3,"_timestamp_creation":1567444825,"context":{"protocol":"eth","relative_timestamp":1567444781,"type":"blockchain","name":"eth_5493750E3C"},"active":true,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":0,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"debug","message":"oraclize HTTP create query body response","timestamp":"2019-09-02T17:20:25.826Z"}
{"level":"info","message":"new HTTP query created, id: 4835caab26f3fed5f8986270ba7433d6ce37550268f879d201a5489aa39ffab0","timestamp":"2019-09-02T17:20:25.827Z"}
{"level":"info","message":"checking HTTP query 4835caab26f3fed5f8986270ba7433d6ce37550268f879d201a5489aa39ffab0 status in 0 seconds","timestamp":"2019-09-02T17:20:25.836Z"}
{"level":"info","message":"checking HTTP query 4835caab26f3fed5f8986270ba7433d6ce37550268f879d201a5489aa39ffab0 status every 5 seconds...","timestamp":"2019-09-02T17:20:25.837Z"}
{"result":{"_timestamp":1567444826,"id":"4835caab26f3fed5f8986270ba7433d6ce37550268f879d201a5489aa39ffab0","daterange":[1567444825,1567446625],"_lock":false,"id2":"8c1f32f7c087b02ceb900ec19a7de91595de422f5988059691ad0a6ddfef773a","actions":[],"interval":3600,"checks":[{"errors":[],"success":true,"timestamp":1567444826,"results":["0.179741"],"proofs":[null],"match":true}],"version":3,"_timestamp_creation":1567444825,"context":{"protocol":"eth","relative_timestamp":1567444781,"type":"blockchain","name":"eth_5493750E3C"},"active":false,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":0,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"info","message":"4835caab26f3fed5f8986270ba7433d6ce37550268f879d201a5489aa39ffab0 HTTP query result: ","timestamp":"2019-09-02T17:20:32.622Z"}
{"contract_myid":"0x8c1f32f7c087b02ceb900ec19a7de91595de422f5988059691ad0a6ddfef773a","contract_address":"0x0d2219c59e70cd90df09425baf49fa2b1bfac375","level":"info","message":"sending __callback tx...","timestamp":"2019-09-02T17:20:32.626Z"}
{"myid":"0x8c1f32f7c087b02ceb900ec19a7de91595de422f5988059691ad0a6ddfef773a","result":"0.179741","proof":null,"proof_type":"0x00","contract_address":"0x0d2219c59e70cd90df09425baf49fa2b1bfac375","gas_limit":200000,"gas_price":null,"level":"debug","message":"__callbackWrapper object:","timestamp":"2019-09-02T17:20:32.627Z"}
{"myid":"0x8c1f32f7c087b02ceb900ec19a7de91595de422f5988059691ad0a6ddfef773a","result":"0.179741","proof":null,"proof_type":"0x00","contract_address":"0x0d2219c59e70cd90df09425baf49fa2b1bfac375","gas_limit":200000,"gas_price":null,"level":"info","message":"contract 0x0d2219c59e70cd90df09425baf49fa2b1bfac375 __callback tx sent, transaction hash: 0xc8b1dffbf04b5470b8d6d46b9a403f6f8371e23a3dbeb154a089b105a1d4e41e","timestamp":"2019-09-02T17:20:37.905Z"}
{"transactionHash":"0xc8b1dffbf04b5470b8d6d46b9a403f6f8371e23a3dbeb154a089b105a1d4e41e","transactionIndex":0,"blockHash":"0x54d029799922ef07be7319c57b0ea215833d8b24df76592c5662d0ac6fef5924","blockNumber":20,"from":"0xa04073ecba0c4d2a42ac00b25a0afa1ea1d8f34f","to":"0x0d2219c59e70cd90df09425baf49fa2b1bfac375","gasUsed":55381,"cumulativeGasUsed":55381,"contractAddress":null,"logs":[{"logIndex":0,"transactionIndex":0,"transactionHash":"0xc8b1dffbf04b5470b8d6d46b9a403f6f8371e23a3dbeb154a089b105a1d4e41e","blockHash":"0x54d029799922ef07be7319c57b0ea215833d8b24df76592c5662d0ac6fef5924","blockNumber":20,"address":"0x0d2219c59e70cd90df09425baf49fa2b1bfac375","data":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000008302e313739373431000000000000000000000000000000000000000000000000","topics":["0x3c77f4b04a28c401e5cef3c76564366e7448a83341f9a1d4bb2c26073cfe6a1d"],"type":"mined"}],"status":"0x1","logsBloom":"0x00000000000000000000000020000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000","v":"0x1b","r":"0x08c96747cba626e06b890113226e35b3c59b3ab23621e87271f68b20c72955db","s":"0x605f054cfff90bcde26691f9d08019492b5ac30367289e313d2c77d94edf214e","level":"debug","message":"update query content: { myid:\n '0x8c1f32f7c087b02ceb900ec19a7de91595de422f5988059691ad0a6ddfef773a',\n result: '0.179741',\n proof: null,\n proof_type: '0x00',\n contract_address: '0x0d2219c59e70cd90df09425baf49fa2b1bfac375',\n gas_limit: 200000,\n gas_price: null }","timestamp":"2019-09-02T17:20:37.909Z"}
{"parsed_log":{"contract_address":"0x29cab67b32c3a1554d6523861f70b3314f1247b1","contract_myid":"0x7b242daa7ef88d0ba2942fe8d1a1ca3e063ab40d33acb3e7f9956219153e7252","datasource":"URL","formula":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","timestamp":0,"gaslimit":200000,"proofType":"0x00","gasPrice":0},"logIndex":1,"transactionIndex":0,"transactionHash":"0xd52a22783a1400d3c508b9be5dc0e648cf56f7be3e24ee1368099c4e3eb0dcbf","blockHash":"0x9d89b1addca0c1db007fb3de2b78f518c279ac21d722b83f4809b43c6b0405ef","blockNumber":39,"address":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","type":"mined","event":"Log1","args":{"sender":"0x29cab67b32c3a1554d6523861f70b3314f1247b1","cid":"0x7b242daa7ef88d0ba2942fe8d1a1ca3e063ab40d33acb3e7f9956219153e7252","timestamp":{"s":1,"e":0,"c":[0]},"datasource":"URL","arg":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","gaslimit":{"s":1,"e":5,"c":[200000]},"proofType":"0x00","gasPrice":{"s":1,"e":0,"c":[0]}},"block_timestamp":1567445819,"level":"debug","message":"manageLog, raw log:","timestamp":"2019-09-02T17:37:00.281Z"}
{"level":"debug","message":"mangeLog isProcessed: false","timestamp":"2019-09-02T17:37:00.285Z"}
{"parsed_log":{"contract_address":"0x29cab67b32c3a1554d6523861f70b3314f1247b1","contract_myid":"0x7b242daa7ef88d0ba2942fe8d1a1ca3e063ab40d33acb3e7f9956219153e7252","datasource":"URL","formula":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","timestamp":0,"gaslimit":200000,"proofType":"0x00","gasPrice":0},"logIndex":1,"transactionIndex":0,"transactionHash":"0xd52a22783a1400d3c508b9be5dc0e648cf56f7be3e24ee1368099c4e3eb0dcbf","blockHash":"0x9d89b1addca0c1db007fb3de2b78f518c279ac21d722b83f4809b43c6b0405ef","blockNumber":39,"address":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","type":"mined","event":"Log1","args":{"sender":"0x29cab67b32c3a1554d6523861f70b3314f1247b1","cid":"0x7b242daa7ef88d0ba2942fe8d1a1ca3e063ab40d33acb3e7f9956219153e7252","timestamp":{"s":1,"e":0,"c":[0]},"datasource":"URL","arg":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","gaslimit":{"s":1,"e":5,"c":[200000]},"proofType":"0x00","gasPrice":{"s":1,"e":0,"c":[0]}},"block_timestamp":1567445819,"level":"info","message":"new Log1 event","timestamp":"2019-09-02T17:37:00.286Z"}
{"when":0,"datasource":"URL","query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","id2":"7b242daa7ef88d0ba2942fe8d1a1ca3e063ab40d33acb3e7f9956219153e7252","proof_type":0,"context":{"name":"eth_5493750E3C","protocol":"eth","type":"blockchain","relative_timestamp":1567445819},"level":"debug","message":"HTTP create query content","timestamp":"2019-09-02T17:37:00.411Z"}
{"level":"debug","message":"oraclize HTTP create query body response","timestamp":"2019-09-02T17:37:30.418Z"}
{"error":{"errno":"ENOTFOUND","code":"ENOTFOUND","syscall":"getaddrinfo","hostname":"api.oraclize.it","host":"api.oraclize.it","port":443},"fatal":false,"level":"error","message":"HTTP query create request error ","timestamp":"2019-09-02T17:37:30.419Z"}
{"level":"info","message":"re-trying to create the query again in 20 seconds...","timestamp":"2019-09-02T17:37:30.419Z"}
{"when":0,"datasource":"URL","query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","id2":"7b242daa7ef88d0ba2942fe8d1a1ca3e063ab40d33acb3e7f9956219153e7252","proof_type":0,"context":{"name":"eth_5493750E3C","protocol":"eth","type":"blockchain","relative_timestamp":1567445819},"level":"debug","message":"HTTP create query content","timestamp":"2019-09-02T17:37:50.425Z"}
{"level":"debug","message":"oraclize HTTP create query body response","timestamp":"2019-09-02T17:39:05.715Z"}
{"error":{"errno":"ENETUNREACH","code":"ENETUNREACH","syscall":"connect","address":"104.25.157.29","port":443},"fatal":false,"level":"error","message":"HTTP query create request error ","timestamp":"2019-09-02T17:39:05.716Z"}
{"level":"info","message":"re-trying to create the query again in 20 seconds...","timestamp":"2019-09-02T17:39:05.716Z"}
{"when":0,"datasource":"URL","query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","id2":"7b242daa7ef88d0ba2942fe8d1a1ca3e063ab40d33acb3e7f9956219153e7252","proof_type":0,"context":{"name":"eth_5493750E3C","protocol":"eth","type":"blockchain","relative_timestamp":1567445819},"level":"debug","message":"HTTP create query content","timestamp":"2019-09-02T17:39:25.722Z"}
{"level":"debug","message":"oraclize HTTP create query body response","timestamp":"2019-09-02T17:40:40.951Z"}
{"error":{"errno":"ENETUNREACH","code":"ENETUNREACH","syscall":"connect","address":"104.25.157.29","port":443},"fatal":false,"level":"error","message":"HTTP query create request error ","timestamp":"2019-09-02T17:40:40.952Z"}
{"level":"info","message":"re-trying to create the query again in 20 seconds...","timestamp":"2019-09-02T17:40:40.953Z"}
{"when":0,"datasource":"URL","query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","id2":"7b242daa7ef88d0ba2942fe8d1a1ca3e063ab40d33acb3e7f9956219153e7252","proof_type":0,"context":{"name":"eth_5493750E3C","protocol":"eth","type":"blockchain","relative_timestamp":1567445819},"level":"debug","message":"HTTP create query content","timestamp":"2019-09-02T17:41:00.957Z"}
{"result":{"_timestamp":1567446065,"daterange":[1567446065,1567447865],"interval":3600,"id2":"7b242daa7ef88d0ba2942fe8d1a1ca3e063ab40d33acb3e7f9956219153e7252","actions":[],"id":"5bad40d6ed7cc7e8c02687bae9ee5703c624291c93ef14fe8c5e13f74615b073","version":3,"_timestamp_creation":1567446065,"context":{"protocol":"eth","relative_timestamp":1567445819,"type":"blockchain","name":"eth_5493750E3C"},"active":true,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":0,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"debug","message":"oraclize HTTP create query body response","timestamp":"2019-09-02T17:41:08.025Z"}
{"level":"info","message":"new HTTP query created, id: 5bad40d6ed7cc7e8c02687bae9ee5703c624291c93ef14fe8c5e13f74615b073","timestamp":"2019-09-02T17:41:08.025Z"}
{"level":"info","message":"checking HTTP query 5bad40d6ed7cc7e8c02687bae9ee5703c624291c93ef14fe8c5e13f74615b073 status in 0 seconds","timestamp":"2019-09-02T17:41:08.029Z"}
{"level":"info","message":"checking HTTP query 5bad40d6ed7cc7e8c02687bae9ee5703c624291c93ef14fe8c5e13f74615b073 status every 5 seconds...","timestamp":"2019-09-02T17:41:08.030Z"}
{"result":{"_timestamp":1567446066,"id":"5bad40d6ed7cc7e8c02687bae9ee5703c624291c93ef14fe8c5e13f74615b073","daterange":[1567446065,1567447865],"_lock":false,"id2":"7b242daa7ef88d0ba2942fe8d1a1ca3e063ab40d33acb3e7f9956219153e7252","actions":[],"interval":3600,"checks":[{"errors":[],"success":true,"timestamp":1567446066,"results":["0.180611"],"proofs":[null],"match":true}],"version":3,"_timestamp_creation":1567446065,"context":{"protocol":"eth","relative_timestamp":1567445819,"type":"blockchain","name":"eth_5493750E3C"},"active":false,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":0,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"info","message":"5bad40d6ed7cc7e8c02687bae9ee5703c624291c93ef14fe8c5e13f74615b073 HTTP query result: ","timestamp":"2019-09-02T17:41:22.544Z"}
{"contract_myid":"0x7b242daa7ef88d0ba2942fe8d1a1ca3e063ab40d33acb3e7f9956219153e7252","contract_address":"0x29cab67b32c3a1554d6523861f70b3314f1247b1","level":"info","message":"sending __callback tx...","timestamp":"2019-09-02T17:41:22.546Z"}
{"myid":"0x7b242daa7ef88d0ba2942fe8d1a1ca3e063ab40d33acb3e7f9956219153e7252","result":"0.180611","proof":null,"proof_type":"0x00","contract_address":"0x29cab67b32c3a1554d6523861f70b3314f1247b1","gas_limit":200000,"gas_price":null,"level":"debug","message":"__callbackWrapper object:","timestamp":"2019-09-02T17:41:22.546Z"}
{"result":{"_timestamp":1567446066,"id":"5bad40d6ed7cc7e8c02687bae9ee5703c624291c93ef14fe8c5e13f74615b073","daterange":[1567446065,1567447865],"_lock":false,"id2":"7b242daa7ef88d0ba2942fe8d1a1ca3e063ab40d33acb3e7f9956219153e7252","actions":[],"interval":3600,"checks":[{"errors":[],"success":true,"timestamp":1567446066,"results":["0.180611"],"proofs":[null],"match":true}],"version":3,"_timestamp_creation":1567446065,"context":{"protocol":"eth","relative_timestamp":1567445819,"type":"blockchain","name":"eth_5493750E3C"},"active":false,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":0,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"info","message":"5bad40d6ed7cc7e8c02687bae9ee5703c624291c93ef14fe8c5e13f74615b073 HTTP query result: ","timestamp":"2019-09-02T17:41:22.549Z"}
{"myid":"0x7b242daa7ef88d0ba2942fe8d1a1ca3e063ab40d33acb3e7f9956219153e7252","result":"0.180611","proof":null,"proof_type":"0x00","contract_address":"0x29cab67b32c3a1554d6523861f70b3314f1247b1","gas_limit":200000,"gas_price":null,"level":"info","message":"contract 0x29cab67b32c3a1554d6523861f70b3314f1247b1 __callback tx sent, transaction hash: 0x422e2e00d333ecb130e6be52e35b4ea29ec0d34a9de6793321866c5293e3fcf5","timestamp":"2019-09-02T17:41:27.712Z"}
{"transactionHash":"0x422e2e00d333ecb130e6be52e35b4ea29ec0d34a9de6793321866c5293e3fcf5","transactionIndex":0,"blockHash":"0xfdbd01281324663b942c4c18eda517bfab6605287255735560799e6a28b20968","blockNumber":40,"from":"0xa04073ecba0c4d2a42ac00b25a0afa1ea1d8f34f","to":"0x29cab67b32c3a1554d6523861f70b3314f1247b1","gasUsed":55381,"cumulativeGasUsed":55381,"contractAddress":null,"logs":[{"logIndex":0,"transactionIndex":0,"transactionHash":"0x422e2e00d333ecb130e6be52e35b4ea29ec0d34a9de6793321866c5293e3fcf5","blockHash":"0xfdbd01281324663b942c4c18eda517bfab6605287255735560799e6a28b20968","blockNumber":40,"address":"0x29cab67b32c3a1554d6523861f70b3314f1247b1","data":"0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000008302e313830363131000000000000000000000000000000000000000000000000","topics":["0x3c77f4b04a28c401e5cef3c76564366e7448a83341f9a1d4bb2c26073cfe6a1d"],"type":"mined"}],"status":"0x1","logsBloom":"0x00000000000000000000000420000000000000000000000000000000000000000000001000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000","v":"0x1c","r":"0x12bef65b4d7e8bd6b25822c966470a5f5a5d64be33ff7851f5fca7576731c96f","s":"0x2505b1c52e5185bb5a5270e762ee9f8a918d8296a0c8c049f9f88bafe186b0a8","level":"debug","message":"update query content: { myid:\n '0x7b242daa7ef88d0ba2942fe8d1a1ca3e063ab40d33acb3e7f9956219153e7252',\n result: '0.180611',\n proof: null,\n proof_type: '0x00',\n contract_address: '0x29cab67b32c3a1554d6523861f70b3314f1247b1',\n gas_limit: 200000,\n gas_price: null }","timestamp":"2019-09-02T17:41:27.713Z"}
{"parsed_log":{"contract_address":"0xdd3917b3e7336070846f78f4bbd5b569ada7c6e3","contract_myid":"0x4099fc2d80806478afba0311faee82fc61ff5f87b9fda71ec0dc52286826d468","datasource":"URL","formula":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","timestamp":0,"gaslimit":200000,"proofType":"0x00","gasPrice":0},"logIndex":1,"transactionIndex":0,"transactionHash":"0x01d3c993da0aa7084b66f7eb4d6785babc5a28506c6f178fba572ec08c38c52e","blockHash":"0x2b3c398b266d8cf68c0e21710f738c9530ce545867acf06d464f6aa1e5d28a9e","blockNumber":53,"address":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","type":"mined","event":"Log1","args":{"sender":"0xdd3917b3e7336070846f78f4bbd5b569ada7c6e3","cid":"0x4099fc2d80806478afba0311faee82fc61ff5f87b9fda71ec0dc52286826d468","timestamp":{"s":1,"e":0,"c":[0]},"datasource":"URL","arg":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","gaslimit":{"s":1,"e":5,"c":[200000]},"proofType":"0x00","gasPrice":{"s":1,"e":0,"c":[0]}},"block_timestamp":1567446178,"level":"debug","message":"manageLog, raw log:","timestamp":"2019-09-02T17:42:58.633Z"}
{"level":"debug","message":"mangeLog isProcessed: false","timestamp":"2019-09-02T17:42:58.635Z"}
{"parsed_log":{"contract_address":"0xdd3917b3e7336070846f78f4bbd5b569ada7c6e3","contract_myid":"0x4099fc2d80806478afba0311faee82fc61ff5f87b9fda71ec0dc52286826d468","datasource":"URL","formula":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","timestamp":0,"gaslimit":200000,"proofType":"0x00","gasPrice":0},"logIndex":1,"transactionIndex":0,"transactionHash":"0x01d3c993da0aa7084b66f7eb4d6785babc5a28506c6f178fba572ec08c38c52e","blockHash":"0x2b3c398b266d8cf68c0e21710f738c9530ce545867acf06d464f6aa1e5d28a9e","blockNumber":53,"address":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","type":"mined","event":"Log1","args":{"sender":"0xdd3917b3e7336070846f78f4bbd5b569ada7c6e3","cid":"0x4099fc2d80806478afba0311faee82fc61ff5f87b9fda71ec0dc52286826d468","timestamp":{"s":1,"e":0,"c":[0]},"datasource":"URL","arg":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","gaslimit":{"s":1,"e":5,"c":[200000]},"proofType":"0x00","gasPrice":{"s":1,"e":0,"c":[0]}},"block_timestamp":1567446178,"level":"info","message":"new Log1 event","timestamp":"2019-09-02T17:42:58.635Z"}
{"when":0,"datasource":"URL","query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","id2":"4099fc2d80806478afba0311faee82fc61ff5f87b9fda71ec0dc52286826d468","proof_type":0,"context":{"name":"eth_5493750E3C","protocol":"eth","type":"blockchain","relative_timestamp":1567446178},"level":"debug","message":"HTTP create query content","timestamp":"2019-09-02T17:42:58.775Z"}
{"result":{"_timestamp":1567446182,"daterange":[1567446182,1567447982],"interval":3600,"id2":"4099fc2d80806478afba0311faee82fc61ff5f87b9fda71ec0dc52286826d468","actions":[],"id":"be7a1a41ee74d12664076224712d4597ac49082ca2ac864c1873861d7ced8233","version":3,"_timestamp_creation":1567446182,"context":{"protocol":"eth","relative_timestamp":1567446178,"type":"blockchain","name":"eth_5493750E3C"},"active":true,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":0,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"debug","message":"oraclize HTTP create query body response","timestamp":"2019-09-02T17:43:03.204Z"}
{"level":"info","message":"new HTTP query created, id: be7a1a41ee74d12664076224712d4597ac49082ca2ac864c1873861d7ced8233","timestamp":"2019-09-02T17:43:03.205Z"}
{"level":"info","message":"checking HTTP query be7a1a41ee74d12664076224712d4597ac49082ca2ac864c1873861d7ced8233 status in 0 seconds","timestamp":"2019-09-02T17:43:03.210Z"}
{"level":"info","message":"checking HTTP query be7a1a41ee74d12664076224712d4597ac49082ca2ac864c1873861d7ced8233 status every 5 seconds...","timestamp":"2019-09-02T17:43:03.210Z"}
{"error":{"errno":"ECONNRESET","code":"ECONNRESET","syscall":"read"},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T17:43:25.962Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"be7a1a41ee74d12664076224712d4597ac49082ca2ac864c1873861d7ced8233 HTTP query result: ","timestamp":"2019-09-02T17:43:25.963Z"}
{"error":{"errno":"ETIMEDOUT","code":"ETIMEDOUT","syscall":"connect","address":"104.25.156.29","port":443},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T17:44:33.530Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"be7a1a41ee74d12664076224712d4597ac49082ca2ac864c1873861d7ced8233 HTTP query result: ","timestamp":"2019-09-02T17:44:33.531Z"}
{"error":{"errno":"ETIMEDOUT","code":"ETIMEDOUT","syscall":"connect","address":"104.25.156.29","port":443},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T17:44:38.526Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"be7a1a41ee74d12664076224712d4597ac49082ca2ac864c1873861d7ced8233 HTTP query result: ","timestamp":"2019-09-02T17:44:38.527Z"}
{"error":{"errno":"ETIMEDOUT","code":"ETIMEDOUT","syscall":"connect","address":"104.25.156.29","port":443},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T17:44:43.526Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"be7a1a41ee74d12664076224712d4597ac49082ca2ac864c1873861d7ced8233 HTTP query result: ","timestamp":"2019-09-02T17:44:43.527Z"}
{"error":{"errno":"ENETUNREACH","code":"ENETUNREACH","syscall":"connect","address":"104.25.156.29","port":443},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T17:44:48.528Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"be7a1a41ee74d12664076224712d4597ac49082ca2ac864c1873861d7ced8233 HTTP query result: ","timestamp":"2019-09-02T17:44:48.529Z"}
{"error":{"errno":"ETIMEDOUT","code":"ETIMEDOUT","syscall":"connect","address":"104.25.156.29","port":443},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T17:44:53.531Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"be7a1a41ee74d12664076224712d4597ac49082ca2ac864c1873861d7ced8233 HTTP query result: ","timestamp":"2019-09-02T17:44:53.532Z"}
{"error":{"errno":"ETIMEDOUT","code":"ETIMEDOUT","syscall":"connect","address":"104.25.156.29","port":443},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T17:44:58.536Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"be7a1a41ee74d12664076224712d4597ac49082ca2ac864c1873861d7ced8233 HTTP query result: ","timestamp":"2019-09-02T17:44:58.537Z"}
{"error":{"errno":"ENETUNREACH","code":"ENETUNREACH","syscall":"connect","address":"104.25.156.29","port":443},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T17:45:03.541Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"be7a1a41ee74d12664076224712d4597ac49082ca2ac864c1873861d7ced8233 HTTP query result: ","timestamp":"2019-09-02T17:45:03.542Z"}
{"error":{"errno":"ENETUNREACH","code":"ENETUNREACH","syscall":"connect","address":"104.25.156.29","port":443},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T17:45:08.551Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"be7a1a41ee74d12664076224712d4597ac49082ca2ac864c1873861d7ced8233 HTTP query result: ","timestamp":"2019-09-02T17:45:08.552Z"}
{"error":{"errno":"ETIMEDOUT","code":"ETIMEDOUT","syscall":"connect","address":"104.25.156.29","port":443},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T17:45:13.542Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"be7a1a41ee74d12664076224712d4597ac49082ca2ac864c1873861d7ced8233 HTTP query result: ","timestamp":"2019-09-02T17:45:13.543Z"}
{"error":{"errno":"ETIMEDOUT","code":"ETIMEDOUT","syscall":"connect","address":"104.25.156.29","port":443},"fatal":false,"level":"error","message":"HTTP query status request error ","timestamp":"2019-09-02T17:45:18.545Z"}
{"result":{},"bridge_request_error":true,"level":"info","message":"be7a1a41ee74d12664076224712d4597ac49082ca2ac864c1873861d7ced8233 HTTP query result: ","timestamp":"2019-09-02T17:45:18.546Z"}
{"defaultnode":"http://127.0.0.1:9545","account":"9","HOST":"127.0.0.1","port":"9545","dev":true,"gas":3700000,"confirmation":12,"disable-deterministic-oar":false,"loglevel":"info","non-interactive":false,"enable-stats":false,"no-hints":false,"gasprice":20000000000,"logFilePath":"./bridge.log","confirmations":12,"skipQueries":true,"defaultGas":3700000,"level":"debug","message":"parsed options","timestamp":"2019-09-04T09:36:36.192Z"}
{"level":"warn","message":"--dev mode active, contract myid checks and pending queries are skipped, use this only when testing, not in production","timestamp":"2019-09-04T09:36:36.196Z"}
{"level":"info","message":"you are running ethereum-bridge - version: 0.6.2","timestamp":"2019-09-04T09:36:36.196Z"}
{"level":"info","message":"saving logs to: ./bridge.log","timestamp":"2019-09-04T09:36:36.196Z"}
{"level":"info","message":"using active mode","timestamp":"2019-09-04T09:36:36.197Z"}
{"level":"info","message":"Connecting to eth node http://127.0.0.1:9545","timestamp":"2019-09-04T09:36:36.197Z"}
{"result":{"datasources":{"random":{"sessionPubKeysHash":["0xd937716ea46c0fb8f804f392eb5e00c2667262d1842017eae4f2202943ec1782"]}},"timestamp":1567589715,"deployments":{"ethereum":{"public-kovan":{"addressResolver":"0xB7A07BcF2Ba2f2703b24C0691b5278999C59AC7e"},"public-mainnet":{"addressResolver":"0x1d3B2638a7cC9f2CB3D298A3DA7a90B67E5506ed"},"public-ropsten3":{"addressResolver":"0xc03A2615D5efaf5F49F60B7BB6583eaec212fdf1"},"public-rinkeby":{"addressResolver":"0x146500cfd35B22E4A392Fe0aDc06De1a1368Ed48"}}},"quotes":{"ETH":0.00000563,"USD":0.001,"BTC":9e-8,"EUR":0.0009091},"pricing":{"proofs":{"0":{"units":0,"description":"None"},"16":{"units":40,"description":"TLSNotary"},"32":{"units":40,"description":"Android-Legacy-Version"},"48":{"units":0,"description":"Ledger"},"64":{"units":40,"description":"Android"}},"datasources":[{"units":10,"byte_alias":"0xfb","proof_types":[0],"name":"IPFS"},{"units":10,"byte_alias":"0xf8","proof_types":[0],"name":"swarm"},{"units":10,"byte_alias":"0xff","proof_types":[0,16,32,64],"name":"URL"},{"units":10,"byte_alias":"0xf9","proof_types":[0],"name":"Blockchain"},{"units":10,"byte_alias":"0xfa","proof_types":[0,16,32,64],"name":"nested"},{"units":30,"byte_alias":"0xfc","proof_types":[0],"name":"WolframAlpha"},{"units":500,"byte_alias":"0xfd","proof_types":[0,16,32,64],"name":"computation"},{"units":50,"byte_alias":"0xfe","proof_types":[0,48],"name":"random"}]},"distributions":{"rootstock-bridge":{"motd":"","latest":{"version":"0.5.4"}},"eris-bridge":{"motd":"","latest":{"version":"0.1.0"}},"blockapps-bridge":{"motd":"","latest":{"version":"0.5.4"}},"ethereum-bridge":{"motd":"","latest":{"version":"0.5.4"}}}},"success":true,"level":"debug","message":"check bridge version body result","timestamp":"2019-09-04T09:36:37.646Z"}
{"level":"info","message":"connected to node type EthereumJS TestRPC/v2.5.1/ethereum-js","timestamp":"2019-09-04T09:36:38.066Z"}
{"level":"warn","message":"Using 0xa04073ecba0c4d2a42ac00b25a0afa1ea1d8f34f to query contracts on your blockchain, make sure it is unlocked and do not use the same address to deploy your contracts","timestamp":"2019-09-04T09:36:38.616Z"}
{"level":"info","message":"deploying the oraclize connector contract...","timestamp":"2019-09-04T09:36:38.737Z"}
{"level":"info","message":"connector deployed to: 0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","timestamp":"2019-09-04T09:36:49.247Z"}
{"success":true,"connector":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","level":"debug","message":"connector deployment result","timestamp":"2019-09-04T09:36:49.247Z"}
{"level":"info","message":"deploying the address resolver with a deterministic address...","timestamp":"2019-09-04T09:36:49.359Z"}
{"level":"info","message":"address resolver (OAR) deployed to: 0x6f485c8bf6fc43ea212e93bbf8ce046c7f1cb475","timestamp":"2019-09-04T09:37:10.744Z"}
{"success":true,"oar":"0x6f485c8bf6fc43ea212e93bbf8ce046c7f1cb475","level":"debug","message":"OAR deployment result","timestamp":"2019-09-04T09:37:10.744Z"}
{"level":"info","message":"updating connector pricing...","timestamp":"2019-09-04T09:37:10.744Z"}
{"level":"info","message":"successfully deployed all contracts","timestamp":"2019-09-04T09:37:22.224Z"}
{"success":true,"level":"debug","message":"pricing update result","timestamp":"2019-09-04T09:37:22.224Z"}
{"context_name":"eth_EA2180F74C","latest_block_number":-1,"oar":"0x6f485c8bf6fc43ea212e93bbf8ce046c7f1cb475","node":{"main":"http://127.0.0.1:9545","backup":[]},"contracts":{"connector":{"binary":"/usr/local/lib/node_modules/ethereum-bridge/contracts/binary/oraclizeConnector.binary","abi":"/usr/local/lib/node_modules/ethereum-bridge/contracts/abi/oraclizeConnector.json","source":"/usr/local/lib/node_modules/ethereum-bridge/contracts/ethereum-api/connectors/oraclizeConnector.sol"},"oar":{"binary":"/usr/local/lib/node_modules/ethereum-bridge/contracts/binary/addressResolver.binary","abi":"/usr/local/lib/node_modules/ethereum-bridge/contracts/abi/addressResolver.json","source":"/usr/local/lib/node_modules/ethereum-bridge/contracts/ethereum-api/connectors/addressResolver.sol"}},"deterministic_oar":true,"deploy_gas":3700000,"account":"0xa04073ecba0c4d2a42ac00b25a0afa1ea1d8f34f","mode":"active","key_file":"/usr/local/lib/node_modules/ethereum-bridge/config/instance/keys.json","gas_price":20000000000,"onchain_config":{"pricing":[{"name":"IPFS","proof":0,"units":10},{"name":"IPFS","proof":1,"units":10},{"name":"swarm","proof":0,"units":10},{"name":"swarm","proof":1,"units":10},{"name":"URL","proof":0,"units":10},{"name":"URL","proof":1,"units":10},{"name":"URL","proof":16,"units":50},{"name":"URL","proof":17,"units":50},{"name":"URL","proof":32,"units":50},{"name":"URL","proof":33,"units":50},{"name":"URL","proof":64,"units":50},{"name":"URL","proof":65,"units":50},{"name":"Blockchain","proof":0,"units":10},{"name":"Blockchain","proof":1,"units":10},{"name":"nested","proof":0,"units":10},{"name":"nested","proof":1,"units":10},{"name":"nested","proof":16,"units":50},{"name":"nested","proof":17,"units":50},{"name":"nested","proof":32,"units":50},{"name":"nested","proof":33,"units":50},{"name":"nested","proof":64,"units":50},{"name":"nested","proof":65,"units":50},{"name":"WolframAlpha","proof":0,"units":30},{"name":"WolframAlpha","proof":1,"units":30},{"name":"computation","proof":0,"units":500},{"name":"computation","proof":1,"units":500},{"name":"computation","proof":16,"units":540},{"name":"computation","proof":17,"units":540},{"name":"computation","proof":32,"units":540},{"name":"computation","proof":33,"units":540},{"name":"computation","proof":64,"units":540},{"name":"computation","proof":65,"units":540},{"name":"random","proof":0,"units":50},{"name":"random","proof":1,"units":50},{"name":"random","proof":48,"units":50},{"name":"random","proof":49,"units":50}],"base_price":0.00000563},"connector":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","level":"debug","message":"new oracle inline configuration","timestamp":"2019-09-04T09:37:22.224Z"}
{"level":"info","message":"instance configuration file saved to /usr/local/lib/node_modules/ethereum-bridge/config/instance/oracle_instance_20190904T150722.json","timestamp":"2019-09-04T09:37:22.240Z"}
{"level":"debug","message":"starting the bridge log manager...","timestamp":"2019-09-04T09:37:22.241Z"}
{"level":"debug","message":"latest block seen (config file) -1","timestamp":"2019-09-04T09:37:22.243Z"}
{"level":"warn","message":"re-org block listen is disabled","timestamp":"2019-09-04T09:37:22.249Z"}
{"level":"info","message":"Listening @ 0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2 (Oraclize Connector)\n","timestamp":"2019-09-04T09:37:22.249Z"}
{"parsed_log":{"contract_address":"0x8423f0a287d400048059f37dee4b79bf6c4e9bcf","contract_myid":"0xef31747a9052c5f4f6bc475bf4a99055e946362b445ae3e1e3f0dfc42fc72c36","datasource":"URL","formula":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","timestamp":0,"gaslimit":200000,"proofType":"0x00","gasPrice":0},"logIndex":1,"transactionIndex":0,"transactionHash":"0x5b363d86d5f38f19beadad2e44bab2d43b4353893fe84230a05966df32161629","blockHash":"0x4c8df5395a2f58d883a1169c5f680a07f354ab7a1bd3d0f1fcc7719c0d2c5dfa","blockNumber":16,"address":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","type":"mined","event":"Log1","args":{"sender":"0x8423f0a287d400048059f37dee4b79bf6c4e9bcf","cid":"0xef31747a9052c5f4f6bc475bf4a99055e946362b445ae3e1e3f0dfc42fc72c36","timestamp":{"s":1,"e":0,"c":[0]},"datasource":"URL","arg":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","gaslimit":{"s":1,"e":5,"c":[200000]},"proofType":"0x00","gasPrice":{"s":1,"e":0,"c":[0]}},"block_timestamp":1567589847,"level":"debug","message":"manageLog, raw log:","timestamp":"2019-09-04T09:37:27.558Z"}
{"level":"debug","message":"mangeLog isProcessed: false","timestamp":"2019-09-04T09:37:27.574Z"}
{"parsed_log":{"contract_address":"0x8423f0a287d400048059f37dee4b79bf6c4e9bcf","contract_myid":"0xef31747a9052c5f4f6bc475bf4a99055e946362b445ae3e1e3f0dfc42fc72c36","datasource":"URL","formula":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","timestamp":0,"gaslimit":200000,"proofType":"0x00","gasPrice":0},"logIndex":1,"transactionIndex":0,"transactionHash":"0x5b363d86d5f38f19beadad2e44bab2d43b4353893fe84230a05966df32161629","blockHash":"0x4c8df5395a2f58d883a1169c5f680a07f354ab7a1bd3d0f1fcc7719c0d2c5dfa","blockNumber":16,"address":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","type":"mined","event":"Log1","args":{"sender":"0x8423f0a287d400048059f37dee4b79bf6c4e9bcf","cid":"0xef31747a9052c5f4f6bc475bf4a99055e946362b445ae3e1e3f0dfc42fc72c36","timestamp":{"s":1,"e":0,"c":[0]},"datasource":"URL","arg":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","gaslimit":{"s":1,"e":5,"c":[200000]},"proofType":"0x00","gasPrice":{"s":1,"e":0,"c":[0]}},"block_timestamp":1567589847,"level":"info","message":"new Log1 event","timestamp":"2019-09-04T09:37:27.575Z"}
{"when":0,"datasource":"URL","query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","id2":"ef31747a9052c5f4f6bc475bf4a99055e946362b445ae3e1e3f0dfc42fc72c36","proof_type":0,"context":{"name":"eth_EA2180F74C","protocol":"eth","type":"blockchain","relative_timestamp":1567589847},"level":"debug","message":"HTTP create query content","timestamp":"2019-09-04T09:37:27.677Z"}
{"result":{"_timestamp":1567589848,"daterange":[1567589848,1567591648],"interval":3600,"id2":"ef31747a9052c5f4f6bc475bf4a99055e946362b445ae3e1e3f0dfc42fc72c36","actions":[],"id":"da30de339fbc388acca1901932c51650609ea311157a7c6a6884ec7ef2e657f0","version":3,"_timestamp_creation":1567589848,"context":{"protocol":"eth","relative_timestamp":1567589847,"type":"blockchain","name":"eth_EA2180F74C"},"active":true,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":0,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"debug","message":"oraclize HTTP create query body response","timestamp":"2019-09-04T09:37:28.778Z"}
{"level":"info","message":"new HTTP query created, id: da30de339fbc388acca1901932c51650609ea311157a7c6a6884ec7ef2e657f0","timestamp":"2019-09-04T09:37:28.780Z"}
{"level":"info","message":"checking HTTP query da30de339fbc388acca1901932c51650609ea311157a7c6a6884ec7ef2e657f0 status in 0 seconds","timestamp":"2019-09-04T09:37:28.787Z"}
{"level":"info","message":"checking HTTP query da30de339fbc388acca1901932c51650609ea311157a7c6a6884ec7ef2e657f0 status every 5 seconds...","timestamp":"2019-09-04T09:37:28.787Z"}
{"result":{"_timestamp":1567589849,"id":"da30de339fbc388acca1901932c51650609ea311157a7c6a6884ec7ef2e657f0","daterange":[1567589848,1567591648],"_lock":false,"id2":"ef31747a9052c5f4f6bc475bf4a99055e946362b445ae3e1e3f0dfc42fc72c36","actions":[],"interval":3600,"checks":[{"errors":[],"success":true,"timestamp":1567589849,"results":["0.17753"],"proofs":[null],"match":true}],"version":3,"_timestamp_creation":1567589848,"context":{"protocol":"eth","relative_timestamp":1567589847,"type":"blockchain","name":"eth_EA2180F74C"},"active":false,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":0,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"info","message":"da30de339fbc388acca1901932c51650609ea311157a7c6a6884ec7ef2e657f0 HTTP query result: ","timestamp":"2019-09-04T09:37:34.762Z"}
{"contract_myid":"0xef31747a9052c5f4f6bc475bf4a99055e946362b445ae3e1e3f0dfc42fc72c36","contract_address":"0x8423f0a287d400048059f37dee4b79bf6c4e9bcf","level":"info","message":"sending __callback tx...","timestamp":"2019-09-04T09:37:34.766Z"}
{"myid":"0xef31747a9052c5f4f6bc475bf4a99055e946362b445ae3e1e3f0dfc42fc72c36","result":"0.17753","proof":null,"proof_type":"0x00","contract_address":"0x8423f0a287d400048059f37dee4b79bf6c4e9bcf","gas_limit":200000,"gas_price":null,"level":"debug","message":"__callbackWrapper object:","timestamp":"2019-09-04T09:37:34.767Z"}
{"defaultnode":"http://127.0.0.1:9545","account":"9","HOST":"127.0.0.1","port":"9545","dev":true,"gas":3700000,"confirmation":12,"disable-deterministic-oar":false,"loglevel":"info","non-interactive":false,"enable-stats":false,"no-hints":false,"gasprice":20000000000,"logFilePath":"./bridge.log","confirmations":12,"skipQueries":true,"defaultGas":3700000,"level":"debug","message":"parsed options","timestamp":"2019-09-04T11:02:01.443Z"}
{"level":"warn","message":"--dev mode active, contract myid checks and pending queries are skipped, use this only when testing, not in production","timestamp":"2019-09-04T11:02:01.446Z"}
{"level":"info","message":"you are running ethereum-bridge - version: 0.6.2","timestamp":"2019-09-04T11:02:01.447Z"}
{"level":"info","message":"saving logs to: ./bridge.log","timestamp":"2019-09-04T11:02:01.447Z"}
{"level":"info","message":"using active mode","timestamp":"2019-09-04T11:02:01.447Z"}
{"level":"info","message":"Connecting to eth node http://127.0.0.1:9545","timestamp":"2019-09-04T11:02:01.448Z"}
{"result":{"datasources":{"random":{"sessionPubKeysHash":["0xd937716ea46c0fb8f804f392eb5e00c2667262d1842017eae4f2202943ec1782"]}},"timestamp":1567594776,"deployments":{"ethereum":{"public-kovan":{"addressResolver":"0xB7A07BcF2Ba2f2703b24C0691b5278999C59AC7e"},"public-mainnet":{"addressResolver":"0x1d3B2638a7cC9f2CB3D298A3DA7a90B67E5506ed"},"public-ropsten3":{"addressResolver":"0xc03A2615D5efaf5F49F60B7BB6583eaec212fdf1"},"public-rinkeby":{"addressResolver":"0x146500cfd35B22E4A392Fe0aDc06De1a1368Ed48"}}},"quotes":{"ETH":0.00000561,"USD":0.001,"BTC":9e-8,"EUR":0.0009091},"pricing":{"proofs":{"0":{"units":0,"description":"None"},"16":{"units":40,"description":"TLSNotary"},"32":{"units":40,"description":"Android-Legacy-Version"},"48":{"units":0,"description":"Ledger"},"64":{"units":40,"description":"Android"}},"datasources":[{"units":10,"byte_alias":"0xfb","proof_types":[0],"name":"IPFS"},{"units":10,"byte_alias":"0xf8","proof_types":[0],"name":"swarm"},{"units":10,"byte_alias":"0xff","proof_types":[0,16,32,64],"name":"URL"},{"units":10,"byte_alias":"0xf9","proof_types":[0],"name":"Blockchain"},{"units":10,"byte_alias":"0xfa","proof_types":[0,16,32,64],"name":"nested"},{"units":30,"byte_alias":"0xfc","proof_types":[0],"name":"WolframAlpha"},{"units":500,"byte_alias":"0xfd","proof_types":[0,16,32,64],"name":"computation"},{"units":50,"byte_alias":"0xfe","proof_types":[0,48],"name":"random"}]},"distributions":{"rootstock-bridge":{"motd":"","latest":{"version":"0.5.4"}},"eris-bridge":{"motd":"","latest":{"version":"0.1.0"}},"blockapps-bridge":{"motd":"","latest":{"version":"0.5.4"}},"ethereum-bridge":{"motd":"","latest":{"version":"0.5.4"}}}},"success":true,"level":"debug","message":"check bridge version body result","timestamp":"2019-09-04T11:02:02.876Z"}
{"level":"info","message":"connected to node type EthereumJS TestRPC/v2.5.1/ethereum-js","timestamp":"2019-09-04T11:02:03.228Z"}
{"level":"warn","message":"Using 0xa04073ecba0c4d2a42ac00b25a0afa1ea1d8f34f to query contracts on your blockchain, make sure it is unlocked and do not use the same address to deploy your contracts","timestamp":"2019-09-04T11:02:03.690Z"}
{"level":"info","message":"deploying the oraclize connector contract...","timestamp":"2019-09-04T11:02:03.821Z"}
{"defaultnode":"http://127.0.0.1:9545","account":"9","HOST":"127.0.0.1","port":"9545","dev":true,"gas":3700000,"confirmation":12,"disable-deterministic-oar":false,"loglevel":"info","non-interactive":false,"enable-stats":false,"no-hints":false,"gasprice":20000000000,"logFilePath":"./bridge.log","confirmations":12,"skipQueries":true,"defaultGas":3700000,"level":"debug","message":"parsed options","timestamp":"2019-09-04T11:11:17.225Z"}
{"level":"warn","message":"--dev mode active, contract myid checks and pending queries are skipped, use this only when testing, not in production","timestamp":"2019-09-04T11:11:17.230Z"}
{"level":"info","message":"you are running ethereum-bridge - version: 0.6.2","timestamp":"2019-09-04T11:11:17.230Z"}
{"level":"info","message":"saving logs to: ./bridge.log","timestamp":"2019-09-04T11:11:17.230Z"}
{"level":"info","message":"using active mode","timestamp":"2019-09-04T11:11:17.231Z"}
{"level":"info","message":"Connecting to eth node http://127.0.0.1:9545","timestamp":"2019-09-04T11:11:17.231Z"}
{"result":{"datasources":{"random":{"sessionPubKeysHash":["0xd937716ea46c0fb8f804f392eb5e00c2667262d1842017eae4f2202943ec1782"]}},"timestamp":1567595404,"deployments":{"ethereum":{"public-kovan":{"addressResolver":"0xB7A07BcF2Ba2f2703b24C0691b5278999C59AC7e"},"public-mainnet":{"addressResolver":"0x1d3B2638a7cC9f2CB3D298A3DA7a90B67E5506ed"},"public-ropsten3":{"addressResolver":"0xc03A2615D5efaf5F49F60B7BB6583eaec212fdf1"},"public-rinkeby":{"addressResolver":"0x146500cfd35B22E4A392Fe0aDc06De1a1368Ed48"}}},"quotes":{"ETH":0.00000561,"USD":0.001,"BTC":9e-8,"EUR":0.0009083},"pricing":{"proofs":{"0":{"units":0,"description":"None"},"16":{"units":40,"description":"TLSNotary"},"32":{"units":40,"description":"Android-Legacy-Version"},"48":{"units":0,"description":"Ledger"},"64":{"units":40,"description":"Android"}},"datasources":[{"units":10,"byte_alias":"0xfb","proof_types":[0],"name":"IPFS"},{"units":10,"byte_alias":"0xf8","proof_types":[0],"name":"swarm"},{"units":10,"byte_alias":"0xff","proof_types":[0,16,32,64],"name":"URL"},{"units":10,"byte_alias":"0xf9","proof_types":[0],"name":"Blockchain"},{"units":10,"byte_alias":"0xfa","proof_types":[0,16,32,64],"name":"nested"},{"units":30,"byte_alias":"0xfc","proof_types":[0],"name":"WolframAlpha"},{"units":500,"byte_alias":"0xfd","proof_types":[0,16,32,64],"name":"computation"},{"units":50,"byte_alias":"0xfe","proof_types":[0,48],"name":"random"}]},"distributions":{"rootstock-bridge":{"motd":"","latest":{"version":"0.5.4"}},"eris-bridge":{"motd":"","latest":{"version":"0.1.0"}},"blockapps-bridge":{"motd":"","latest":{"version":"0.5.4"}},"ethereum-bridge":{"motd":"","latest":{"version":"0.5.4"}}}},"success":true,"level":"debug","message":"check bridge version body result","timestamp":"2019-09-04T11:11:18.407Z"}
{"level":"info","message":"connected to node type EthereumJS TestRPC/v2.5.1/ethereum-js","timestamp":"2019-09-04T11:11:18.812Z"}
{"level":"warn","message":"Using 0xa04073ecba0c4d2a42ac00b25a0afa1ea1d8f34f to query contracts on your blockchain, make sure it is unlocked and do not use the same address to deploy your contracts","timestamp":"2019-09-04T11:11:19.432Z"}
{"level":"info","message":"deploying the oraclize connector contract...","timestamp":"2019-09-04T11:11:19.590Z"}
{"level":"info","message":"connector deployed to: 0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","timestamp":"2019-09-04T11:11:30.281Z"}
{"success":true,"connector":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","level":"debug","message":"connector deployment result","timestamp":"2019-09-04T11:11:30.281Z"}
{"level":"info","message":"deploying the address resolver with a deterministic address...","timestamp":"2019-09-04T11:11:30.453Z"}
{"defaultnode":"http://127.0.0.1:9545","account":"9","HOST":"127.0.0.1","port":"9545","dev":true,"gas":3700000,"confirmation":12,"disable-deterministic-oar":false,"loglevel":"info","non-interactive":false,"enable-stats":false,"no-hints":false,"gasprice":20000000000,"logFilePath":"./bridge.log","confirmations":12,"skipQueries":true,"defaultGas":3700000,"level":"debug","message":"parsed options","timestamp":"2019-09-04T11:18:20.881Z"}
{"level":"warn","message":"--dev mode active, contract myid checks and pending queries are skipped, use this only when testing, not in production","timestamp":"2019-09-04T11:18:20.884Z"}
{"level":"info","message":"you are running ethereum-bridge - version: 0.6.2","timestamp":"2019-09-04T11:18:20.884Z"}
{"level":"info","message":"saving logs to: ./bridge.log","timestamp":"2019-09-04T11:18:20.884Z"}
{"level":"info","message":"using active mode","timestamp":"2019-09-04T11:18:20.885Z"}
{"level":"info","message":"Connecting to eth node http://127.0.0.1:9545","timestamp":"2019-09-04T11:18:20.885Z"}
{"result":{"datasources":{"random":{"sessionPubKeysHash":["0xd937716ea46c0fb8f804f392eb5e00c2667262d1842017eae4f2202943ec1782"]}},"timestamp":1567595723,"deployments":{"ethereum":{"public-kovan":{"addressResolver":"0xB7A07BcF2Ba2f2703b24C0691b5278999C59AC7e"},"public-mainnet":{"addressResolver":"0x1d3B2638a7cC9f2CB3D298A3DA7a90B67E5506ed"},"public-ropsten3":{"addressResolver":"0xc03A2615D5efaf5F49F60B7BB6583eaec212fdf1"},"public-rinkeby":{"addressResolver":"0x146500cfd35B22E4A392Fe0aDc06De1a1368Ed48"}}},"quotes":{"ETH":0.00000561,"USD":0.001,"BTC":9e-8,"EUR":0.0009083},"pricing":{"proofs":{"0":{"units":0,"description":"None"},"16":{"units":40,"description":"TLSNotary"},"32":{"units":40,"description":"Android-Legacy-Version"},"48":{"units":0,"description":"Ledger"},"64":{"units":40,"description":"Android"}},"datasources":[{"units":10,"byte_alias":"0xfb","proof_types":[0],"name":"IPFS"},{"units":10,"byte_alias":"0xf8","proof_types":[0],"name":"swarm"},{"units":10,"byte_alias":"0xff","proof_types":[0,16,32,64],"name":"URL"},{"units":10,"byte_alias":"0xf9","proof_types":[0],"name":"Blockchain"},{"units":10,"byte_alias":"0xfa","proof_types":[0,16,32,64],"name":"nested"},{"units":30,"byte_alias":"0xfc","proof_types":[0],"name":"WolframAlpha"},{"units":500,"byte_alias":"0xfd","proof_types":[0,16,32,64],"name":"computation"},{"units":50,"byte_alias":"0xfe","proof_types":[0,48],"name":"random"}]},"distributions":{"rootstock-bridge":{"motd":"","latest":{"version":"0.5.4"}},"eris-bridge":{"motd":"","latest":{"version":"0.1.0"}},"blockapps-bridge":{"motd":"","latest":{"version":"0.5.4"}},"ethereum-bridge":{"motd":"","latest":{"version":"0.5.4"}}}},"success":true,"level":"debug","message":"check bridge version body result","timestamp":"2019-09-04T11:18:22.046Z"}
{"level":"info","message":"connected to node type EthereumJS TestRPC/v2.5.1/ethereum-js","timestamp":"2019-09-04T11:18:22.413Z"}
{"level":"warn","message":"Using 0xa04073ecba0c4d2a42ac00b25a0afa1ea1d8f34f to query contracts on your blockchain, make sure it is unlocked and do not use the same address to deploy your contracts","timestamp":"2019-09-04T11:18:22.892Z"}
{"level":"info","message":"deploying the oraclize connector contract...","timestamp":"2019-09-04T11:18:23.021Z"}
{"level":"info","message":"connector deployed to: 0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","timestamp":"2019-09-04T11:18:33.514Z"}
{"success":true,"connector":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","level":"debug","message":"connector deployment result","timestamp":"2019-09-04T11:18:33.514Z"}
{"level":"info","message":"deploying the address resolver with a deterministic address...","timestamp":"2019-09-04T11:18:33.620Z"}
{"level":"info","message":"address resolver (OAR) deployed to: 0x6f485c8bf6fc43ea212e93bbf8ce046c7f1cb475","timestamp":"2019-09-04T11:18:54.948Z"}
{"success":true,"oar":"0x6f485c8bf6fc43ea212e93bbf8ce046c7f1cb475","level":"debug","message":"OAR deployment result","timestamp":"2019-09-04T11:18:54.948Z"}
{"level":"info","message":"updating connector pricing...","timestamp":"2019-09-04T11:18:54.949Z"}
{"level":"info","message":"successfully deployed all contracts","timestamp":"2019-09-04T11:19:05.811Z"}
{"success":true,"level":"debug","message":"pricing update result","timestamp":"2019-09-04T11:19:05.811Z"}
{"context_name":"eth_539D0D4EF1","latest_block_number":-1,"oar":"0x6f485c8bf6fc43ea212e93bbf8ce046c7f1cb475","node":{"main":"http://127.0.0.1:9545","backup":[]},"contracts":{"connector":{"binary":"/usr/local/lib/node_modules/ethereum-bridge/contracts/binary/oraclizeConnector.binary","abi":"/usr/local/lib/node_modules/ethereum-bridge/contracts/abi/oraclizeConnector.json","source":"/usr/local/lib/node_modules/ethereum-bridge/contracts/ethereum-api/connectors/oraclizeConnector.sol"},"oar":{"binary":"/usr/local/lib/node_modules/ethereum-bridge/contracts/binary/addressResolver.binary","abi":"/usr/local/lib/node_modules/ethereum-bridge/contracts/abi/addressResolver.json","source":"/usr/local/lib/node_modules/ethereum-bridge/contracts/ethereum-api/connectors/addressResolver.sol"}},"deterministic_oar":true,"deploy_gas":3700000,"account":"0xa04073ecba0c4d2a42ac00b25a0afa1ea1d8f34f","mode":"active","key_file":"/usr/local/lib/node_modules/ethereum-bridge/config/instance/keys.json","gas_price":20000000000,"onchain_config":{"pricing":[{"name":"IPFS","proof":0,"units":10},{"name":"IPFS","proof":1,"units":10},{"name":"swarm","proof":0,"units":10},{"name":"swarm","proof":1,"units":10},{"name":"URL","proof":0,"units":10},{"name":"URL","proof":1,"units":10},{"name":"URL","proof":16,"units":50},{"name":"URL","proof":17,"units":50},{"name":"URL","proof":32,"units":50},{"name":"URL","proof":33,"units":50},{"name":"URL","proof":64,"units":50},{"name":"URL","proof":65,"units":50},{"name":"Blockchain","proof":0,"units":10},{"name":"Blockchain","proof":1,"units":10},{"name":"nested","proof":0,"units":10},{"name":"nested","proof":1,"units":10},{"name":"nested","proof":16,"units":50},{"name":"nested","proof":17,"units":50},{"name":"nested","proof":32,"units":50},{"name":"nested","proof":33,"units":50},{"name":"nested","proof":64,"units":50},{"name":"nested","proof":65,"units":50},{"name":"WolframAlpha","proof":0,"units":30},{"name":"WolframAlpha","proof":1,"units":30},{"name":"computation","proof":0,"units":500},{"name":"computation","proof":1,"units":500},{"name":"computation","proof":16,"units":540},{"name":"computation","proof":17,"units":540},{"name":"computation","proof":32,"units":540},{"name":"computation","proof":33,"units":540},{"name":"computation","proof":64,"units":540},{"name":"computation","proof":65,"units":540},{"name":"random","proof":0,"units":50},{"name":"random","proof":1,"units":50},{"name":"random","proof":48,"units":50},{"name":"random","proof":49,"units":50}],"base_price":0.00000561},"connector":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","level":"debug","message":"new oracle inline configuration","timestamp":"2019-09-04T11:19:05.811Z"}
{"level":"info","message":"instance configuration file saved to /usr/local/lib/node_modules/ethereum-bridge/config/instance/oracle_instance_20190904T164905.json","timestamp":"2019-09-04T11:19:05.816Z"}
{"level":"debug","message":"starting the bridge log manager...","timestamp":"2019-09-04T11:19:05.817Z"}
{"level":"debug","message":"latest block seen (config file) -1","timestamp":"2019-09-04T11:19:05.821Z"}
{"level":"warn","message":"re-org block listen is disabled","timestamp":"2019-09-04T11:19:05.824Z"}
{"level":"info","message":"Listening @ 0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2 (Oraclize Connector)\n","timestamp":"2019-09-04T11:19:05.824Z"}
{"parsed_log":{"contract_address":"0x266d25d1181368de0ff0ab52c3dd4cc9c9d2bf4c","contract_myid":"0xc98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","datasource":"URL","formula":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","timestamp":0,"gaslimit":200000,"proofType":"0x00","gasPrice":0},"logIndex":1,"transactionIndex":0,"transactionHash":"0x6edc2cca7974ddd1fbf663efd5d7a23d18668c45d7735fdb5c541f219fc57f5c","blockHash":"0xa9a587ee90770373c88005dfb94164b48c733a31973b0ef0e22fa6dd55e41d35","blockNumber":24,"address":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","type":"mined","event":"Log1","args":{"sender":"0x266d25d1181368de0ff0ab52c3dd4cc9c9d2bf4c","cid":"0xc98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","timestamp":{"s":1,"e":0,"c":[0]},"datasource":"URL","arg":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","gaslimit":{"s":1,"e":5,"c":[200000]},"proofType":"0x00","gasPrice":{"s":1,"e":0,"c":[0]}},"block_timestamp":1567595954,"level":"debug","message":"manageLog, raw log:","timestamp":"2019-09-04T11:19:14.672Z"}
{"level":"debug","message":"mangeLog isProcessed: false","timestamp":"2019-09-04T11:19:14.691Z"}
{"parsed_log":{"contract_address":"0x266d25d1181368de0ff0ab52c3dd4cc9c9d2bf4c","contract_myid":"0xc98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","datasource":"URL","formula":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","timestamp":0,"gaslimit":200000,"proofType":"0x00","gasPrice":0},"logIndex":1,"transactionIndex":0,"transactionHash":"0x6edc2cca7974ddd1fbf663efd5d7a23d18668c45d7735fdb5c541f219fc57f5c","blockHash":"0xa9a587ee90770373c88005dfb94164b48c733a31973b0ef0e22fa6dd55e41d35","blockNumber":24,"address":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","type":"mined","event":"Log1","args":{"sender":"0x266d25d1181368de0ff0ab52c3dd4cc9c9d2bf4c","cid":"0xc98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","timestamp":{"s":1,"e":0,"c":[0]},"datasource":"URL","arg":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","gaslimit":{"s":1,"e":5,"c":[200000]},"proofType":"0x00","gasPrice":{"s":1,"e":0,"c":[0]}},"block_timestamp":1567595954,"level":"info","message":"new Log1 event","timestamp":"2019-09-04T11:19:14.693Z"}
{"when":0,"datasource":"URL","query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","id2":"c98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","proof_type":0,"context":{"name":"eth_539D0D4EF1","protocol":"eth","type":"blockchain","relative_timestamp":1567595954},"level":"debug","message":"HTTP create query content","timestamp":"2019-09-04T11:19:14.803Z"}
{"result":{"_timestamp":1567595955,"daterange":[1567595955,1567597755],"interval":3600,"id2":"c98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","actions":[],"id":"8f34c1ca789004a6e7569fd994d4b11bf78ad67e4079421a9c85b33ba8fd4ce2","version":3,"_timestamp_creation":1567595955,"context":{"protocol":"eth","relative_timestamp":1567595954,"type":"blockchain","name":"eth_539D0D4EF1"},"active":true,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":0,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"debug","message":"oraclize HTTP create query body response","timestamp":"2019-09-04T11:19:15.909Z"}
{"level":"info","message":"new HTTP query created, id: 8f34c1ca789004a6e7569fd994d4b11bf78ad67e4079421a9c85b33ba8fd4ce2","timestamp":"2019-09-04T11:19:15.911Z"}
{"level":"info","message":"checking HTTP query 8f34c1ca789004a6e7569fd994d4b11bf78ad67e4079421a9c85b33ba8fd4ce2 status in 0 seconds","timestamp":"2019-09-04T11:19:15.917Z"}
{"level":"info","message":"checking HTTP query 8f34c1ca789004a6e7569fd994d4b11bf78ad67e4079421a9c85b33ba8fd4ce2 status every 5 seconds...","timestamp":"2019-09-04T11:19:15.917Z"}
{"result":{"_timestamp":1567595956,"id":"8f34c1ca789004a6e7569fd994d4b11bf78ad67e4079421a9c85b33ba8fd4ce2","daterange":[1567595955,1567597755],"_lock":false,"id2":"c98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","actions":[],"interval":3600,"checks":[{"errors":[],"success":true,"timestamp":1567595956,"results":["0.179267"],"proofs":[null],"match":true}],"version":3,"_timestamp_creation":1567595955,"context":{"protocol":"eth","relative_timestamp":1567595954,"type":"blockchain","name":"eth_539D0D4EF1"},"active":false,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":0,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"info","message":"8f34c1ca789004a6e7569fd994d4b11bf78ad67e4079421a9c85b33ba8fd4ce2 HTTP query result: ","timestamp":"2019-09-04T11:19:21.910Z"}
{"contract_myid":"0xc98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","contract_address":"0x266d25d1181368de0ff0ab52c3dd4cc9c9d2bf4c","level":"info","message":"sending __callback tx...","timestamp":"2019-09-04T11:19:21.913Z"}
{"myid":"0xc98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","result":"0.179267","proof":null,"proof_type":"0x00","contract_address":"0x266d25d1181368de0ff0ab52c3dd4cc9c9d2bf4c","gas_limit":200000,"gas_price":null,"level":"debug","message":"__callbackWrapper object:","timestamp":"2019-09-04T11:19:21.914Z"}
{"myid":"0xc98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","result":"0.179267","proof":null,"proof_type":"0x00","contract_address":"0x266d25d1181368de0ff0ab52c3dd4cc9c9d2bf4c","gas_limit":200000,"gas_price":null,"level":"debug","message":"update query content:","timestamp":"2019-09-04T11:20:32.099Z"}
{"message":"callback tx error, contract myid: 0xc98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","stack":"Error: Invalid JSON RPC response: undefined\n at Object.InvalidResponse (/usr/local/lib/node_modules/ethereum-bridge/node_modules/web3/lib/web3/errors.js:38:16)\n at HttpProvider.send (/usr/local/lib/node_modules/ethereum-bridge/node_modules/web3/lib/web3/httpprovider.js:91:22)\n at RequestManager.send (/usr/local/lib/node_modules/ethereum-bridge/node_modules/web3/lib/web3/requestmanager.js:58:32)\n at Eth.send [as getTransactionReceipt] (/usr/local/lib/node_modules/ethereum-bridge/node_modules/web3/lib/web3/method.js:145:58)\n at Timeout._onTimeout (/usr/local/lib/node_modules/ethereum-bridge/lib/bridge-tx-manager.js:79:52)\n at ontimeout (timers.js:436:11)\n at tryOnTimeout (timers.js:300:5)\n at listOnTimeout (timers.js:263:5)\n at Timer.processTimers (timers.js:223:10)","level":"error","timestamp":"2019-09-04T11:20:32.100Z"}
{"defaultnode":"http://127.0.0.1:9545","account":"9","HOST":"127.0.0.1","port":"9545","dev":true,"gas":3700000,"confirmation":12,"disable-deterministic-oar":false,"loglevel":"info","non-interactive":false,"enable-stats":false,"no-hints":false,"gasprice":20000000000,"logFilePath":"./bridge.log","confirmations":12,"skipQueries":true,"defaultGas":3700000,"level":"debug","message":"parsed options","timestamp":"2019-09-04T11:26:39.304Z"}
{"level":"warn","message":"--dev mode active, contract myid checks and pending queries are skipped, use this only when testing, not in production","timestamp":"2019-09-04T11:26:39.307Z"}
{"level":"info","message":"you are running ethereum-bridge - version: 0.6.2","timestamp":"2019-09-04T11:26:39.307Z"}
{"level":"info","message":"saving logs to: ./bridge.log","timestamp":"2019-09-04T11:26:39.307Z"}
{"level":"info","message":"using active mode","timestamp":"2019-09-04T11:26:39.308Z"}
{"level":"info","message":"Connecting to eth node http://127.0.0.1:9545","timestamp":"2019-09-04T11:26:39.308Z"}
{"result":{"datasources":{"random":{"sessionPubKeysHash":["0xd937716ea46c0fb8f804f392eb5e00c2667262d1842017eae4f2202943ec1782"]}},"timestamp":1567596355,"deployments":{"ethereum":{"public-kovan":{"addressResolver":"0xB7A07BcF2Ba2f2703b24C0691b5278999C59AC7e"},"public-mainnet":{"addressResolver":"0x1d3B2638a7cC9f2CB3D298A3DA7a90B67E5506ed"},"public-ropsten3":{"addressResolver":"0xc03A2615D5efaf5F49F60B7BB6583eaec212fdf1"},"public-rinkeby":{"addressResolver":"0x146500cfd35B22E4A392Fe0aDc06De1a1368Ed48"}}},"quotes":{"ETH":0.00000562,"USD":0.001,"BTC":9e-8,"EUR":0.0009107},"pricing":{"proofs":{"0":{"units":0,"description":"None"},"16":{"units":40,"description":"TLSNotary"},"32":{"units":40,"description":"Android-Legacy-Version"},"48":{"units":0,"description":"Ledger"},"64":{"units":40,"description":"Android"}},"datasources":[{"units":10,"byte_alias":"0xfb","proof_types":[0],"name":"IPFS"},{"units":10,"byte_alias":"0xf8","proof_types":[0],"name":"swarm"},{"units":10,"byte_alias":"0xff","proof_types":[0,16,32,64],"name":"URL"},{"units":10,"byte_alias":"0xf9","proof_types":[0],"name":"Blockchain"},{"units":10,"byte_alias":"0xfa","proof_types":[0,16,32,64],"name":"nested"},{"units":30,"byte_alias":"0xfc","proof_types":[0],"name":"WolframAlpha"},{"units":500,"byte_alias":"0xfd","proof_types":[0,16,32,64],"name":"computation"},{"units":50,"byte_alias":"0xfe","proof_types":[0,48],"name":"random"}]},"distributions":{"rootstock-bridge":{"motd":"","latest":{"version":"0.5.4"}},"eris-bridge":{"motd":"","latest":{"version":"0.1.0"}},"blockapps-bridge":{"motd":"","latest":{"version":"0.5.4"}},"ethereum-bridge":{"motd":"","latest":{"version":"0.5.4"}}}},"success":true,"level":"debug","message":"check bridge version body result","timestamp":"2019-09-04T11:26:40.628Z"}
{"level":"info","message":"connected to node type EthereumJS TestRPC/v2.5.1/ethereum-js","timestamp":"2019-09-04T11:26:41.017Z"}
{"level":"warn","message":"Using 0xa04073ecba0c4d2a42ac00b25a0afa1ea1d8f34f to query contracts on your blockchain, make sure it is unlocked and do not use the same address to deploy your contracts","timestamp":"2019-09-04T11:26:41.595Z"}
{"level":"info","message":"deploying the oraclize connector contract...","timestamp":"2019-09-04T11:26:41.725Z"}
{"level":"info","message":"connector deployed to: 0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","timestamp":"2019-09-04T11:26:52.125Z"}
{"success":true,"connector":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","level":"debug","message":"connector deployment result","timestamp":"2019-09-04T11:26:52.126Z"}
{"level":"info","message":"deploying the address resolver with a deterministic address...","timestamp":"2019-09-04T11:26:52.237Z"}
{"level":"info","message":"address resolver (OAR) deployed to: 0x6f485c8bf6fc43ea212e93bbf8ce046c7f1cb475","timestamp":"2019-09-04T11:27:13.440Z"}
{"success":true,"oar":"0x6f485c8bf6fc43ea212e93bbf8ce046c7f1cb475","level":"debug","message":"OAR deployment result","timestamp":"2019-09-04T11:27:13.440Z"}
{"level":"info","message":"updating connector pricing...","timestamp":"2019-09-04T11:27:13.440Z"}
{"level":"info","message":"successfully deployed all contracts","timestamp":"2019-09-04T11:27:24.161Z"}
{"success":true,"level":"debug","message":"pricing update result","timestamp":"2019-09-04T11:27:24.162Z"}
{"context_name":"eth_172B95DF6C","latest_block_number":-1,"oar":"0x6f485c8bf6fc43ea212e93bbf8ce046c7f1cb475","node":{"main":"http://127.0.0.1:9545","backup":[]},"contracts":{"connector":{"binary":"/usr/local/lib/node_modules/ethereum-bridge/contracts/binary/oraclizeConnector.binary","abi":"/usr/local/lib/node_modules/ethereum-bridge/contracts/abi/oraclizeConnector.json","source":"/usr/local/lib/node_modules/ethereum-bridge/contracts/ethereum-api/connectors/oraclizeConnector.sol"},"oar":{"binary":"/usr/local/lib/node_modules/ethereum-bridge/contracts/binary/addressResolver.binary","abi":"/usr/local/lib/node_modules/ethereum-bridge/contracts/abi/addressResolver.json","source":"/usr/local/lib/node_modules/ethereum-bridge/contracts/ethereum-api/connectors/addressResolver.sol"}},"deterministic_oar":true,"deploy_gas":3700000,"account":"0xa04073ecba0c4d2a42ac00b25a0afa1ea1d8f34f","mode":"active","key_file":"/usr/local/lib/node_modules/ethereum-bridge/config/instance/keys.json","gas_price":20000000000,"onchain_config":{"pricing":[{"name":"IPFS","proof":0,"units":10},{"name":"IPFS","proof":1,"units":10},{"name":"swarm","proof":0,"units":10},{"name":"swarm","proof":1,"units":10},{"name":"URL","proof":0,"units":10},{"name":"URL","proof":1,"units":10},{"name":"URL","proof":16,"units":50},{"name":"URL","proof":17,"units":50},{"name":"URL","proof":32,"units":50},{"name":"URL","proof":33,"units":50},{"name":"URL","proof":64,"units":50},{"name":"URL","proof":65,"units":50},{"name":"Blockchain","proof":0,"units":10},{"name":"Blockchain","proof":1,"units":10},{"name":"nested","proof":0,"units":10},{"name":"nested","proof":1,"units":10},{"name":"nested","proof":16,"units":50},{"name":"nested","proof":17,"units":50},{"name":"nested","proof":32,"units":50},{"name":"nested","proof":33,"units":50},{"name":"nested","proof":64,"units":50},{"name":"nested","proof":65,"units":50},{"name":"WolframAlpha","proof":0,"units":30},{"name":"WolframAlpha","proof":1,"units":30},{"name":"computation","proof":0,"units":500},{"name":"computation","proof":1,"units":500},{"name":"computation","proof":16,"units":540},{"name":"computation","proof":17,"units":540},{"name":"computation","proof":32,"units":540},{"name":"computation","proof":33,"units":540},{"name":"computation","proof":64,"units":540},{"name":"computation","proof":65,"units":540},{"name":"random","proof":0,"units":50},{"name":"random","proof":1,"units":50},{"name":"random","proof":48,"units":50},{"name":"random","proof":49,"units":50}],"base_price":0.00000562},"connector":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","level":"debug","message":"new oracle inline configuration","timestamp":"2019-09-04T11:27:24.162Z"}
{"level":"info","message":"instance configuration file saved to /usr/local/lib/node_modules/ethereum-bridge/config/instance/oracle_instance_20190904T165724.json","timestamp":"2019-09-04T11:27:24.169Z"}
{"level":"debug","message":"starting the bridge log manager...","timestamp":"2019-09-04T11:27:24.169Z"}
{"level":"debug","message":"latest block seen (config file) -1","timestamp":"2019-09-04T11:27:24.172Z"}
{"level":"warn","message":"re-org block listen is disabled","timestamp":"2019-09-04T11:27:24.175Z"}
{"level":"info","message":"Listening @ 0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2 (Oraclize Connector)\n","timestamp":"2019-09-04T11:27:24.176Z"}
{"parsed_log":{"contract_address":"0x266d25d1181368de0ff0ab52c3dd4cc9c9d2bf4c","contract_myid":"0xc98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","datasource":"URL","formula":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","timestamp":0,"gaslimit":200000,"proofType":"0x00","gasPrice":0},"logIndex":1,"transactionIndex":0,"transactionHash":"0x6edc2cca7974ddd1fbf663efd5d7a23d18668c45d7735fdb5c541f219fc57f5c","blockHash":"0xa06e8c8e0962f08e1cf49828dc5583d982d08362c2a570059f2b640488759550","blockNumber":24,"address":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","type":"mined","event":"Log1","args":{"sender":"0x266d25d1181368de0ff0ab52c3dd4cc9c9d2bf4c","cid":"0xc98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","timestamp":{"s":1,"e":0,"c":[0]},"datasource":"URL","arg":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","gaslimit":{"s":1,"e":5,"c":[200000]},"proofType":"0x00","gasPrice":{"s":1,"e":0,"c":[0]}},"block_timestamp":1567596524,"level":"debug","message":"manageLog, raw log:","timestamp":"2019-09-04T11:28:45.344Z"}
{"level":"debug","message":"mangeLog isProcessed: false","timestamp":"2019-09-04T11:28:45.365Z"}
{"parsed_log":{"contract_address":"0x266d25d1181368de0ff0ab52c3dd4cc9c9d2bf4c","contract_myid":"0xc98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","datasource":"URL","formula":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","timestamp":0,"gaslimit":200000,"proofType":"0x00","gasPrice":0},"logIndex":1,"transactionIndex":0,"transactionHash":"0x6edc2cca7974ddd1fbf663efd5d7a23d18668c45d7735fdb5c541f219fc57f5c","blockHash":"0xa06e8c8e0962f08e1cf49828dc5583d982d08362c2a570059f2b640488759550","blockNumber":24,"address":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","type":"mined","event":"Log1","args":{"sender":"0x266d25d1181368de0ff0ab52c3dd4cc9c9d2bf4c","cid":"0xc98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","timestamp":{"s":1,"e":0,"c":[0]},"datasource":"URL","arg":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","gaslimit":{"s":1,"e":5,"c":[200000]},"proofType":"0x00","gasPrice":{"s":1,"e":0,"c":[0]}},"block_timestamp":1567596524,"level":"info","message":"new Log1 event","timestamp":"2019-09-04T11:28:45.366Z"}
{"when":0,"datasource":"URL","query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","id2":"c98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","proof_type":0,"context":{"name":"eth_172B95DF6C","protocol":"eth","type":"blockchain","relative_timestamp":1567596524},"level":"debug","message":"HTTP create query content","timestamp":"2019-09-04T11:28:45.494Z"}
{"result":{"_timestamp":1567596526,"daterange":[1567596526,1567598326],"interval":3600,"id2":"c98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","actions":[],"id":"424c41fd3267003dcc53a26b41783c94bd9f69e11157480f7aba40c904ba8694","version":3,"_timestamp_creation":1567596526,"context":{"protocol":"eth","relative_timestamp":1567596524,"type":"blockchain","name":"eth_172B95DF6C"},"active":true,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":0,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"debug","message":"oraclize HTTP create query body response","timestamp":"2019-09-04T11:28:46.575Z"}
{"level":"info","message":"new HTTP query created, id: 424c41fd3267003dcc53a26b41783c94bd9f69e11157480f7aba40c904ba8694","timestamp":"2019-09-04T11:28:46.578Z"}
{"level":"info","message":"checking HTTP query 424c41fd3267003dcc53a26b41783c94bd9f69e11157480f7aba40c904ba8694 status in 0 seconds","timestamp":"2019-09-04T11:28:46.585Z"}
{"level":"info","message":"checking HTTP query 424c41fd3267003dcc53a26b41783c94bd9f69e11157480f7aba40c904ba8694 status every 5 seconds...","timestamp":"2019-09-04T11:28:46.585Z"}
{"result":{"_timestamp":1567596527,"id":"424c41fd3267003dcc53a26b41783c94bd9f69e11157480f7aba40c904ba8694","daterange":[1567596526,1567598326],"_lock":false,"id2":"c98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","actions":[],"interval":3600,"checks":[{"errors":[],"success":true,"timestamp":1567596527,"results":["0.179173"],"proofs":[null],"match":true}],"version":3,"_timestamp_creation":1567596526,"context":{"protocol":"eth","relative_timestamp":1567596524,"type":"blockchain","name":"eth_172B95DF6C"},"active":false,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":0,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"info","message":"424c41fd3267003dcc53a26b41783c94bd9f69e11157480f7aba40c904ba8694 HTTP query result: ","timestamp":"2019-09-04T11:28:52.617Z"}
{"contract_myid":"0xc98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","contract_address":"0x266d25d1181368de0ff0ab52c3dd4cc9c9d2bf4c","level":"info","message":"sending __callback tx...","timestamp":"2019-09-04T11:28:52.621Z"}
{"myid":"0xc98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","result":"0.179173","proof":null,"proof_type":"0x00","contract_address":"0x266d25d1181368de0ff0ab52c3dd4cc9c9d2bf4c","gas_limit":200000,"gas_price":null,"level":"debug","message":"__callbackWrapper object:","timestamp":"2019-09-04T11:28:52.622Z"}
{"myid":"0xc98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","result":"0.179173","proof":null,"proof_type":"0x00","contract_address":"0x266d25d1181368de0ff0ab52c3dd4cc9c9d2bf4c","gas_limit":200000,"gas_price":null,"level":"debug","message":"update query content:","timestamp":"2019-09-04T11:32:02.916Z"}
{"message":"callback tx error, contract myid: 0xc98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","stack":"Error: Invalid JSON RPC response: undefined\n at Object.InvalidResponse (/usr/local/lib/node_modules/ethereum-bridge/node_modules/web3/lib/web3/errors.js:38:16)\n at HttpProvider.send (/usr/local/lib/node_modules/ethereum-bridge/node_modules/web3/lib/web3/httpprovider.js:91:22)\n at RequestManager.send (/usr/local/lib/node_modules/ethereum-bridge/node_modules/web3/lib/web3/requestmanager.js:58:32)\n at Eth.send [as getTransactionReceipt] (/usr/local/lib/node_modules/ethereum-bridge/node_modules/web3/lib/web3/method.js:145:58)\n at Timeout._onTimeout (/usr/local/lib/node_modules/ethereum-bridge/lib/bridge-tx-manager.js:79:52)\n at ontimeout (timers.js:436:11)\n at tryOnTimeout (timers.js:300:5)\n at listOnTimeout (timers.js:263:5)\n at Timer.processTimers (timers.js:223:10)","level":"error","timestamp":"2019-09-04T11:32:02.916Z"}
{"defaultnode":"http://127.0.0.1:9545","account":"9","HOST":"127.0.0.1","port":"9545","dev":true,"gas":3700000,"confirmation":12,"disable-deterministic-oar":false,"loglevel":"info","non-interactive":false,"enable-stats":false,"no-hints":false,"gasprice":20000000000,"logFilePath":"./bridge.log","confirmations":12,"skipQueries":true,"defaultGas":3700000,"level":"debug","message":"parsed options","timestamp":"2019-09-04T11:35:44.391Z"}
{"level":"warn","message":"--dev mode active, contract myid checks and pending queries are skipped, use this only when testing, not in production","timestamp":"2019-09-04T11:35:44.394Z"}
{"level":"info","message":"you are running ethereum-bridge - version: 0.6.2","timestamp":"2019-09-04T11:35:44.394Z"}
{"level":"info","message":"saving logs to: ./bridge.log","timestamp":"2019-09-04T11:35:44.394Z"}
{"level":"info","message":"using active mode","timestamp":"2019-09-04T11:35:44.395Z"}
{"level":"info","message":"Connecting to eth node http://127.0.0.1:9545","timestamp":"2019-09-04T11:35:44.395Z"}
{"result":{"datasources":{"random":{"sessionPubKeysHash":["0xd937716ea46c0fb8f804f392eb5e00c2667262d1842017eae4f2202943ec1782"]}},"timestamp":1567596671,"deployments":{"ethereum":{"public-kovan":{"addressResolver":"0xB7A07BcF2Ba2f2703b24C0691b5278999C59AC7e"},"public-mainnet":{"addressResolver":"0x1d3B2638a7cC9f2CB3D298A3DA7a90B67E5506ed"},"public-ropsten3":{"addressResolver":"0xc03A2615D5efaf5F49F60B7BB6583eaec212fdf1"},"public-rinkeby":{"addressResolver":"0x146500cfd35B22E4A392Fe0aDc06De1a1368Ed48"}}},"quotes":{"ETH":0.00000562,"USD":0.001,"BTC":9e-8,"EUR":0.0009107},"pricing":{"proofs":{"0":{"units":0,"description":"None"},"16":{"units":40,"description":"TLSNotary"},"32":{"units":40,"description":"Android-Legacy-Version"},"48":{"units":0,"description":"Ledger"},"64":{"units":40,"description":"Android"}},"datasources":[{"units":10,"byte_alias":"0xfb","proof_types":[0],"name":"IPFS"},{"units":10,"byte_alias":"0xf8","proof_types":[0],"name":"swarm"},{"units":10,"byte_alias":"0xff","proof_types":[0,16,32,64],"name":"URL"},{"units":10,"byte_alias":"0xf9","proof_types":[0],"name":"Blockchain"},{"units":10,"byte_alias":"0xfa","proof_types":[0,16,32,64],"name":"nested"},{"units":30,"byte_alias":"0xfc","proof_types":[0],"name":"WolframAlpha"},{"units":500,"byte_alias":"0xfd","proof_types":[0,16,32,64],"name":"computation"},{"units":50,"byte_alias":"0xfe","proof_types":[0,48],"name":"random"}]},"distributions":{"rootstock-bridge":{"motd":"","latest":{"version":"0.5.4"}},"eris-bridge":{"motd":"","latest":{"version":"0.1.0"}},"blockapps-bridge":{"motd":"","latest":{"version":"0.5.4"}},"ethereum-bridge":{"motd":"","latest":{"version":"0.5.4"}}}},"success":true,"level":"debug","message":"check bridge version body result","timestamp":"2019-09-04T11:35:45.704Z"}
{"level":"info","message":"connected to node type EthereumJS TestRPC/v2.5.1/ethereum-js","timestamp":"2019-09-04T11:35:46.199Z"}
{"level":"warn","message":"Using 0xa04073ecba0c4d2a42ac00b25a0afa1ea1d8f34f to query contracts on your blockchain, make sure it is unlocked and do not use the same address to deploy your contracts","timestamp":"2019-09-04T11:35:46.966Z"}
{"level":"info","message":"deploying the oraclize connector contract...","timestamp":"2019-09-04T11:35:47.213Z"}
{"level":"info","message":"connector deployed to: 0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","timestamp":"2019-09-04T11:35:57.690Z"}
{"success":true,"connector":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","level":"debug","message":"connector deployment result","timestamp":"2019-09-04T11:35:57.690Z"}
{"level":"info","message":"deploying the address resolver with a deterministic address...","timestamp":"2019-09-04T11:35:57.821Z"}
{"defaultnode":"http://127.0.0.1:9545","account":"9","HOST":"127.0.0.1","port":"9545","dev":true,"gas":3700000,"confirmation":12,"disable-deterministic-oar":false,"loglevel":"info","non-interactive":false,"enable-stats":false,"no-hints":false,"gasprice":20000000000,"logFilePath":"./bridge.log","confirmations":12,"skipQueries":true,"defaultGas":3700000,"level":"debug","message":"parsed options","timestamp":"2019-09-04T11:41:24.069Z"}
{"level":"warn","message":"--dev mode active, contract myid checks and pending queries are skipped, use this only when testing, not in production","timestamp":"2019-09-04T11:41:24.073Z"}
{"level":"info","message":"you are running ethereum-bridge - version: 0.6.2","timestamp":"2019-09-04T11:41:24.073Z"}
{"level":"info","message":"saving logs to: ./bridge.log","timestamp":"2019-09-04T11:41:24.073Z"}
{"level":"info","message":"using active mode","timestamp":"2019-09-04T11:41:24.074Z"}
{"level":"info","message":"Connecting to eth node http://127.0.0.1:9545","timestamp":"2019-09-04T11:41:24.074Z"}
{"result":{"datasources":{"random":{"sessionPubKeysHash":["0xd937716ea46c0fb8f804f392eb5e00c2667262d1842017eae4f2202943ec1782"]}},"timestamp":1567596988,"deployments":{"ethereum":{"public-kovan":{"addressResolver":"0xB7A07BcF2Ba2f2703b24C0691b5278999C59AC7e"},"public-mainnet":{"addressResolver":"0x1d3B2638a7cC9f2CB3D298A3DA7a90B67E5506ed"},"public-ropsten3":{"addressResolver":"0xc03A2615D5efaf5F49F60B7BB6583eaec212fdf1"},"public-rinkeby":{"addressResolver":"0x146500cfd35B22E4A392Fe0aDc06De1a1368Ed48"}}},"quotes":{"ETH":0.00000562,"USD":0.001,"BTC":9e-8,"EUR":0.0009116},"pricing":{"proofs":{"0":{"units":0,"description":"None"},"16":{"units":40,"description":"TLSNotary"},"32":{"units":40,"description":"Android-Legacy-Version"},"48":{"units":0,"description":"Ledger"},"64":{"units":40,"description":"Android"}},"datasources":[{"units":10,"byte_alias":"0xfb","proof_types":[0],"name":"IPFS"},{"units":10,"byte_alias":"0xf8","proof_types":[0],"name":"swarm"},{"units":10,"byte_alias":"0xff","proof_types":[0,16,32,64],"name":"URL"},{"units":10,"byte_alias":"0xf9","proof_types":[0],"name":"Blockchain"},{"units":10,"byte_alias":"0xfa","proof_types":[0,16,32,64],"name":"nested"},{"units":30,"byte_alias":"0xfc","proof_types":[0],"name":"WolframAlpha"},{"units":500,"byte_alias":"0xfd","proof_types":[0,16,32,64],"name":"computation"},{"units":50,"byte_alias":"0xfe","proof_types":[0,48],"name":"random"}]},"distributions":{"rootstock-bridge":{"motd":"","latest":{"version":"0.5.4"}},"eris-bridge":{"motd":"","latest":{"version":"0.1.0"}},"blockapps-bridge":{"motd":"","latest":{"version":"0.5.4"}},"ethereum-bridge":{"motd":"","latest":{"version":"0.5.4"}}}},"success":true,"level":"debug","message":"check bridge version body result","timestamp":"2019-09-04T11:41:25.164Z"}
{"level":"error","message":"http://127.0.0.1:9545 ethereum node not found, are you sure is it running?\n if you are using:\n * geth, append: --rpc --rpccorsdomain=\"*\" --rpcaddr=\"127.0.0.1\" --rpcport=\"9545\"\n * parity, append: --geth --jsonrpc-hosts all --rpcaddr 127.0.0.1 --rpcport 9545 \n * ethereumjs-testrpc, try: testrpc -h 127.0.0.1 -p 9545\n\ncheck also if your node or this machine is allowed to connect (firewall, port, etc..)\n","timestamp":"2019-09-04T11:42:12.499Z"}
{"defaultnode":"http://127.0.0.1:9545","account":"9","HOST":"127.0.0.1","port":"9545","dev":true,"gas":3700000,"confirmation":12,"disable-deterministic-oar":false,"loglevel":"info","non-interactive":false,"enable-stats":false,"no-hints":false,"gasprice":20000000000,"logFilePath":"./bridge.log","confirmations":12,"skipQueries":true,"defaultGas":3700000,"level":"debug","message":"parsed options","timestamp":"2019-09-04T11:44:08.132Z"}
{"level":"warn","message":"--dev mode active, contract myid checks and pending queries are skipped, use this only when testing, not in production","timestamp":"2019-09-04T11:44:08.135Z"}
{"level":"info","message":"you are running ethereum-bridge - version: 0.6.2","timestamp":"2019-09-04T11:44:08.135Z"}
{"level":"info","message":"saving logs to: ./bridge.log","timestamp":"2019-09-04T11:44:08.135Z"}
{"level":"info","message":"using active mode","timestamp":"2019-09-04T11:44:08.136Z"}
{"level":"info","message":"Connecting to eth node http://127.0.0.1:9545","timestamp":"2019-09-04T11:44:08.136Z"}
{"result":{"datasources":{"random":{"sessionPubKeysHash":["0xd937716ea46c0fb8f804f392eb5e00c2667262d1842017eae4f2202943ec1782"]}},"timestamp":1567597305,"deployments":{"ethereum":{"public-kovan":{"addressResolver":"0xB7A07BcF2Ba2f2703b24C0691b5278999C59AC7e"},"public-mainnet":{"addressResolver":"0x1d3B2638a7cC9f2CB3D298A3DA7a90B67E5506ed"},"public-ropsten3":{"addressResolver":"0xc03A2615D5efaf5F49F60B7BB6583eaec212fdf1"},"public-rinkeby":{"addressResolver":"0x146500cfd35B22E4A392Fe0aDc06De1a1368Ed48"}}},"quotes":{"ETH":0.00000563,"USD":0.001,"BTC":9e-8,"EUR":0.0009116},"pricing":{"proofs":{"0":{"units":0,"description":"None"},"16":{"units":40,"description":"TLSNotary"},"32":{"units":40,"description":"Android-Legacy-Version"},"48":{"units":0,"description":"Ledger"},"64":{"units":40,"description":"Android"}},"datasources":[{"units":10,"byte_alias":"0xfb","proof_types":[0],"name":"IPFS"},{"units":10,"byte_alias":"0xf8","proof_types":[0],"name":"swarm"},{"units":10,"byte_alias":"0xff","proof_types":[0,16,32,64],"name":"URL"},{"units":10,"byte_alias":"0xf9","proof_types":[0],"name":"Blockchain"},{"units":10,"byte_alias":"0xfa","proof_types":[0,16,32,64],"name":"nested"},{"units":30,"byte_alias":"0xfc","proof_types":[0],"name":"WolframAlpha"},{"units":500,"byte_alias":"0xfd","proof_types":[0,16,32,64],"name":"computation"},{"units":50,"byte_alias":"0xfe","proof_types":[0,48],"name":"random"}]},"distributions":{"rootstock-bridge":{"motd":"","latest":{"version":"0.5.4"}},"eris-bridge":{"motd":"","latest":{"version":"0.1.0"}},"blockapps-bridge":{"motd":"","latest":{"version":"0.5.4"}},"ethereum-bridge":{"motd":"","latest":{"version":"0.5.4"}}}},"success":true,"level":"debug","message":"check bridge version body result","timestamp":"2019-09-04T11:44:09.285Z"}
{"level":"error","message":"http://127.0.0.1:9545 ethereum node not found, are you sure is it running?\n if you are using:\n * geth, append: --rpc --rpccorsdomain=\"*\" --rpcaddr=\"127.0.0.1\" --rpcport=\"9545\"\n * parity, append: --geth --jsonrpc-hosts all --rpcaddr 127.0.0.1 --rpcport 9545 \n * ethereumjs-testrpc, try: testrpc -h 127.0.0.1 -p 9545\n\ncheck also if your node or this machine is allowed to connect (firewall, port, etc..)\n","timestamp":"2019-09-04T11:44:09.448Z"}
{"defaultnode":"http://127.0.0.1:9545","account":"9","HOST":"127.0.0.1","port":"9545","dev":true,"gas":3700000,"confirmation":12,"disable-deterministic-oar":false,"loglevel":"info","non-interactive":false,"enable-stats":false,"no-hints":false,"gasprice":20000000000,"logFilePath":"./bridge.log","confirmations":12,"skipQueries":true,"defaultGas":3700000,"level":"debug","message":"parsed options","timestamp":"2019-09-04T11:44:18.457Z"}
{"level":"warn","message":"--dev mode active, contract myid checks and pending queries are skipped, use this only when testing, not in production","timestamp":"2019-09-04T11:44:18.461Z"}
{"level":"info","message":"you are running ethereum-bridge - version: 0.6.2","timestamp":"2019-09-04T11:44:18.461Z"}
{"level":"info","message":"saving logs to: ./bridge.log","timestamp":"2019-09-04T11:44:18.461Z"}
{"level":"info","message":"using active mode","timestamp":"2019-09-04T11:44:18.462Z"}
{"level":"info","message":"Connecting to eth node http://127.0.0.1:9545","timestamp":"2019-09-04T11:44:18.462Z"}
{"result":{"datasources":{"random":{"sessionPubKeysHash":["0xd937716ea46c0fb8f804f392eb5e00c2667262d1842017eae4f2202943ec1782"]}},"timestamp":1567597305,"deployments":{"ethereum":{"public-kovan":{"addressResolver":"0xB7A07BcF2Ba2f2703b24C0691b5278999C59AC7e"},"public-mainnet":{"addressResolver":"0x1d3B2638a7cC9f2CB3D298A3DA7a90B67E5506ed"},"public-ropsten3":{"addressResolver":"0xc03A2615D5efaf5F49F60B7BB6583eaec212fdf1"},"public-rinkeby":{"addressResolver":"0x146500cfd35B22E4A392Fe0aDc06De1a1368Ed48"}}},"quotes":{"ETH":0.00000563,"USD":0.001,"BTC":9e-8,"EUR":0.0009116},"pricing":{"proofs":{"0":{"units":0,"description":"None"},"16":{"units":40,"description":"TLSNotary"},"32":{"units":40,"description":"Android-Legacy-Version"},"48":{"units":0,"description":"Ledger"},"64":{"units":40,"description":"Android"}},"datasources":[{"units":10,"byte_alias":"0xfb","proof_types":[0],"name":"IPFS"},{"units":10,"byte_alias":"0xf8","proof_types":[0],"name":"swarm"},{"units":10,"byte_alias":"0xff","proof_types":[0,16,32,64],"name":"URL"},{"units":10,"byte_alias":"0xf9","proof_types":[0],"name":"Blockchain"},{"units":10,"byte_alias":"0xfa","proof_types":[0,16,32,64],"name":"nested"},{"units":30,"byte_alias":"0xfc","proof_types":[0],"name":"WolframAlpha"},{"units":500,"byte_alias":"0xfd","proof_types":[0,16,32,64],"name":"computation"},{"units":50,"byte_alias":"0xfe","proof_types":[0,48],"name":"random"}]},"distributions":{"rootstock-bridge":{"motd":"","latest":{"version":"0.5.4"}},"eris-bridge":{"motd":"","latest":{"version":"0.1.0"}},"blockapps-bridge":{"motd":"","latest":{"version":"0.5.4"}},"ethereum-bridge":{"motd":"","latest":{"version":"0.5.4"}}}},"success":true,"level":"debug","message":"check bridge version body result","timestamp":"2019-09-04T11:44:19.516Z"}
{"level":"info","message":"connected to node type EthereumJS TestRPC/v2.5.1/ethereum-js","timestamp":"2019-09-04T11:44:20.025Z"}
{"level":"warn","message":"Using 0xa04073ecba0c4d2a42ac00b25a0afa1ea1d8f34f to query contracts on your blockchain, make sure it is unlocked and do not use the same address to deploy your contracts","timestamp":"2019-09-04T11:44:20.647Z"}
{"level":"info","message":"deploying the oraclize connector contract...","timestamp":"2019-09-04T11:44:20.796Z"}
{"level":"info","message":"connector deployed to: 0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","timestamp":"2019-09-04T11:44:31.393Z"}
{"success":true,"connector":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","level":"debug","message":"connector deployment result","timestamp":"2019-09-04T11:44:31.394Z"}
{"level":"info","message":"deploying the address resolver with a deterministic address...","timestamp":"2019-09-04T11:44:31.525Z"}
{"defaultnode":"http://127.0.0.1:9545","account":"9","HOST":"127.0.0.1","port":"9545","dev":true,"gas":3700000,"confirmation":12,"disable-deterministic-oar":false,"loglevel":"info","non-interactive":false,"enable-stats":false,"no-hints":false,"gasprice":20000000000,"logFilePath":"./bridge.log","confirmations":12,"skipQueries":true,"defaultGas":3700000,"level":"debug","message":"parsed options","timestamp":"2019-09-13T20:30:34.125Z"}
{"level":"warn","message":"--dev mode active, contract myid checks and pending queries are skipped, use this only when testing, not in production","timestamp":"2019-09-13T20:30:34.129Z"}
{"level":"info","message":"you are running ethereum-bridge - version: 0.6.2","timestamp":"2019-09-13T20:30:34.129Z"}
{"level":"info","message":"saving logs to: ./bridge.log","timestamp":"2019-09-13T20:30:34.129Z"}
{"level":"info","message":"using active mode","timestamp":"2019-09-13T20:30:34.130Z"}
{"level":"info","message":"Connecting to eth node http://127.0.0.1:9545","timestamp":"2019-09-13T20:30:34.131Z"}
{"result":{"datasources":{"random":{"sessionPubKeysHash":["0xd937716ea46c0fb8f804f392eb5e00c2667262d1842017eae4f2202943ec1782"]}},"timestamp":1568406604,"deployments":{"ethereum":{"public-kovan":{"addressResolver":"0xB7A07BcF2Ba2f2703b24C0691b5278999C59AC7e"},"public-mainnet":{"addressResolver":"0x1d3B2638a7cC9f2CB3D298A3DA7a90B67E5506ed"},"public-ropsten3":{"addressResolver":"0xc03A2615D5efaf5F49F60B7BB6583eaec212fdf1"},"public-rinkeby":{"addressResolver":"0x146500cfd35B22E4A392Fe0aDc06De1a1368Ed48"}}},"quotes":{"ETH":0.00000555,"USD":0.001,"BTC":1e-7,"EUR":0.0009025},"pricing":{"proofs":{"0":{"units":0,"description":"None"},"16":{"units":40,"description":"TLSNotary"},"32":{"units":40,"description":"Android-Legacy-Version"},"48":{"units":0,"description":"Ledger"},"64":{"units":40,"description":"Android"}},"datasources":[{"units":10,"byte_alias":"0xfb","proof_types":[0],"name":"IPFS"},{"units":10,"byte_alias":"0xf8","proof_types":[0],"name":"swarm"},{"units":10,"byte_alias":"0xff","proof_types":[0,16,32,64],"name":"URL"},{"units":10,"byte_alias":"0xf9","proof_types":[0],"name":"Blockchain"},{"units":10,"byte_alias":"0xfa","proof_types":[0,16,32,64],"name":"nested"},{"units":30,"byte_alias":"0xfc","proof_types":[0],"name":"WolframAlpha"},{"units":500,"byte_alias":"0xfd","proof_types":[0,16,32,64],"name":"computation"},{"units":50,"byte_alias":"0xfe","proof_types":[0,48],"name":"random"}]},"distributions":{"rootstock-bridge":{"motd":"","latest":{"version":"0.5.4"}},"eris-bridge":{"motd":"","latest":{"version":"0.1.0"}},"blockapps-bridge":{"motd":"","latest":{"version":"0.5.4"}},"ethereum-bridge":{"motd":"","latest":{"version":"0.5.4"}}}},"success":true,"level":"debug","message":"check bridge version body result","timestamp":"2019-09-13T20:30:35.706Z"}
{"level":"info","message":"connected to node type EthereumJS TestRPC/v2.5.1/ethereum-js","timestamp":"2019-09-13T20:30:36.125Z"}
{"level":"warn","message":"Using 0xa04073ecba0c4d2a42ac00b25a0afa1ea1d8f34f to query contracts on your blockchain, make sure it is unlocked and do not use the same address to deploy your contracts","timestamp":"2019-09-13T20:30:36.579Z"}
{"level":"info","message":"deploying the oraclize connector contract...","timestamp":"2019-09-13T20:30:36.718Z"}
{"level":"info","message":"connector deployed to: 0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","timestamp":"2019-09-13T20:30:47.283Z"}
{"success":true,"connector":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","level":"debug","message":"connector deployment result","timestamp":"2019-09-13T20:30:47.283Z"}
{"level":"info","message":"deploying the address resolver with a deterministic address...","timestamp":"2019-09-13T20:30:47.398Z"}
{"level":"info","message":"address resolver (OAR) deployed to: 0x6f485c8bf6fc43ea212e93bbf8ce046c7f1cb475","timestamp":"2019-09-13T20:31:08.843Z"}
{"success":true,"oar":"0x6f485c8bf6fc43ea212e93bbf8ce046c7f1cb475","level":"debug","message":"OAR deployment result","timestamp":"2019-09-13T20:31:08.843Z"}
{"level":"info","message":"updating connector pricing...","timestamp":"2019-09-13T20:31:08.843Z"}
{"level":"info","message":"successfully deployed all contracts","timestamp":"2019-09-13T20:31:19.956Z"}
{"success":true,"level":"debug","message":"pricing update result","timestamp":"2019-09-13T20:31:19.956Z"}
{"context_name":"eth_5F9624AC59","latest_block_number":-1,"oar":"0x6f485c8bf6fc43ea212e93bbf8ce046c7f1cb475","node":{"main":"http://127.0.0.1:9545","backup":[]},"contracts":{"connector":{"binary":"/usr/local/lib/node_modules/ethereum-bridge/contracts/binary/oraclizeConnector.binary","abi":"/usr/local/lib/node_modules/ethereum-bridge/contracts/abi/oraclizeConnector.json","source":"/usr/local/lib/node_modules/ethereum-bridge/contracts/ethereum-api/connectors/oraclizeConnector.sol"},"oar":{"binary":"/usr/local/lib/node_modules/ethereum-bridge/contracts/binary/addressResolver.binary","abi":"/usr/local/lib/node_modules/ethereum-bridge/contracts/abi/addressResolver.json","source":"/usr/local/lib/node_modules/ethereum-bridge/contracts/ethereum-api/connectors/addressResolver.sol"}},"deterministic_oar":true,"deploy_gas":3700000,"account":"0xa04073ecba0c4d2a42ac00b25a0afa1ea1d8f34f","mode":"active","key_file":"/usr/local/lib/node_modules/ethereum-bridge/config/instance/keys.json","gas_price":20000000000,"onchain_config":{"pricing":[{"name":"IPFS","proof":0,"units":10},{"name":"IPFS","proof":1,"units":10},{"name":"swarm","proof":0,"units":10},{"name":"swarm","proof":1,"units":10},{"name":"URL","proof":0,"units":10},{"name":"URL","proof":1,"units":10},{"name":"URL","proof":16,"units":50},{"name":"URL","proof":17,"units":50},{"name":"URL","proof":32,"units":50},{"name":"URL","proof":33,"units":50},{"name":"URL","proof":64,"units":50},{"name":"URL","proof":65,"units":50},{"name":"Blockchain","proof":0,"units":10},{"name":"Blockchain","proof":1,"units":10},{"name":"nested","proof":0,"units":10},{"name":"nested","proof":1,"units":10},{"name":"nested","proof":16,"units":50},{"name":"nested","proof":17,"units":50},{"name":"nested","proof":32,"units":50},{"name":"nested","proof":33,"units":50},{"name":"nested","proof":64,"units":50},{"name":"nested","proof":65,"units":50},{"name":"WolframAlpha","proof":0,"units":30},{"name":"WolframAlpha","proof":1,"units":30},{"name":"computation","proof":0,"units":500},{"name":"computation","proof":1,"units":500},{"name":"computation","proof":16,"units":540},{"name":"computation","proof":17,"units":540},{"name":"computation","proof":32,"units":540},{"name":"computation","proof":33,"units":540},{"name":"computation","proof":64,"units":540},{"name":"computation","proof":65,"units":540},{"name":"random","proof":0,"units":50},{"name":"random","proof":1,"units":50},{"name":"random","proof":48,"units":50},{"name":"random","proof":49,"units":50}],"base_price":0.00000555},"connector":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","level":"debug","message":"new oracle inline configuration","timestamp":"2019-09-13T20:31:19.956Z"}
{"level":"info","message":"instance configuration file saved to /usr/local/lib/node_modules/ethereum-bridge/config/instance/oracle_instance_20190913T233119.json","timestamp":"2019-09-13T20:31:19.962Z"}
{"level":"debug","message":"starting the bridge log manager...","timestamp":"2019-09-13T20:31:19.963Z"}
{"level":"debug","message":"latest block seen (config file) -1","timestamp":"2019-09-13T20:31:19.965Z"}
{"level":"warn","message":"re-org block listen is disabled","timestamp":"2019-09-13T20:31:19.969Z"}
{"level":"info","message":"Listening @ 0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2 (Oraclize Connector)\n","timestamp":"2019-09-13T20:31:19.969Z"}
{"parsed_log":{"contract_address":"0x8423f0a287d400048059f37dee4b79bf6c4e9bcf","contract_myid":"0xef31747a9052c5f4f6bc475bf4a99055e946362b445ae3e1e3f0dfc42fc72c36","datasource":"URL","formula":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","timestamp":0,"gaslimit":200000,"proofType":"0x00","gasPrice":0},"logIndex":1,"transactionIndex":0,"transactionHash":"0x5b363d86d5f38f19beadad2e44bab2d43b4353893fe84230a05966df32161629","blockHash":"0x10ccd7ad746ec6927bcaaee4ed95786fa72f74d3c86da446ef81684c9a8f604a","blockNumber":16,"address":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","type":"mined","event":"Log1","args":{"sender":"0x8423f0a287d400048059f37dee4b79bf6c4e9bcf","cid":"0xef31747a9052c5f4f6bc475bf4a99055e946362b445ae3e1e3f0dfc42fc72c36","timestamp":{"s":1,"e":0,"c":[0]},"datasource":"URL","arg":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","gaslimit":{"s":1,"e":5,"c":[200000]},"proofType":"0x00","gasPrice":{"s":1,"e":0,"c":[0]}},"block_timestamp":1568617641,"level":"debug","message":"manageLog, raw log:","timestamp":"2019-09-16T07:07:22.222Z"}
{"level":"debug","message":"mangeLog isProcessed: false","timestamp":"2019-09-16T07:07:22.257Z"}
{"parsed_log":{"contract_address":"0x8423f0a287d400048059f37dee4b79bf6c4e9bcf","contract_myid":"0xef31747a9052c5f4f6bc475bf4a99055e946362b445ae3e1e3f0dfc42fc72c36","datasource":"URL","formula":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","timestamp":0,"gaslimit":200000,"proofType":"0x00","gasPrice":0},"logIndex":1,"transactionIndex":0,"transactionHash":"0x5b363d86d5f38f19beadad2e44bab2d43b4353893fe84230a05966df32161629","blockHash":"0x10ccd7ad746ec6927bcaaee4ed95786fa72f74d3c86da446ef81684c9a8f604a","blockNumber":16,"address":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","type":"mined","event":"Log1","args":{"sender":"0x8423f0a287d400048059f37dee4b79bf6c4e9bcf","cid":"0xef31747a9052c5f4f6bc475bf4a99055e946362b445ae3e1e3f0dfc42fc72c36","timestamp":{"s":1,"e":0,"c":[0]},"datasource":"URL","arg":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","gaslimit":{"s":1,"e":5,"c":[200000]},"proofType":"0x00","gasPrice":{"s":1,"e":0,"c":[0]}},"block_timestamp":1568617641,"level":"info","message":"new Log1 event","timestamp":"2019-09-16T07:07:22.259Z"}
{"when":0,"datasource":"URL","query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","id2":"ef31747a9052c5f4f6bc475bf4a99055e946362b445ae3e1e3f0dfc42fc72c36","proof_type":0,"context":{"name":"eth_5F9624AC59","protocol":"eth","type":"blockchain","relative_timestamp":1568617641},"level":"debug","message":"HTTP create query content","timestamp":"2019-09-16T07:07:22.376Z"}
{"result":{"_timestamp":1568617643,"daterange":[1568617643,1568619443],"interval":3600,"id2":"ef31747a9052c5f4f6bc475bf4a99055e946362b445ae3e1e3f0dfc42fc72c36","actions":[],"id":"7281681a4624292c472e6feaeefe61711d5fcc64c71a0b32696526c7560da6a3","version":3,"_timestamp_creation":1568617643,"context":{"protocol":"eth","relative_timestamp":1568617641,"type":"blockchain","name":"eth_5F9624AC59"},"active":true,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":0,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"debug","message":"oraclize HTTP create query body response","timestamp":"2019-09-16T07:07:23.819Z"}
{"level":"info","message":"new HTTP query created, id: 7281681a4624292c472e6feaeefe61711d5fcc64c71a0b32696526c7560da6a3","timestamp":"2019-09-16T07:07:23.820Z"}
{"level":"info","message":"checking HTTP query 7281681a4624292c472e6feaeefe61711d5fcc64c71a0b32696526c7560da6a3 status in 0 seconds","timestamp":"2019-09-16T07:07:23.830Z"}
{"level":"info","message":"checking HTTP query 7281681a4624292c472e6feaeefe61711d5fcc64c71a0b32696526c7560da6a3 status every 5 seconds...","timestamp":"2019-09-16T07:07:23.830Z"}
{"result":{"_timestamp":1568617644,"id":"7281681a4624292c472e6feaeefe61711d5fcc64c71a0b32696526c7560da6a3","daterange":[1568617643,1568619443],"_lock":false,"id2":"ef31747a9052c5f4f6bc475bf4a99055e946362b445ae3e1e3f0dfc42fc72c36","actions":[],"interval":3600,"checks":[{"errors":[],"success":true,"timestamp":1568617644,"results":["0.175377"],"proofs":[null],"match":true}],"version":3,"_timestamp_creation":1568617643,"context":{"protocol":"eth","relative_timestamp":1568617641,"type":"blockchain","name":"eth_5F9624AC59"},"active":false,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":0,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"info","message":"7281681a4624292c472e6feaeefe61711d5fcc64c71a0b32696526c7560da6a3 HTTP query result: ","timestamp":"2019-09-16T07:07:29.933Z"}
{"contract_myid":"0xef31747a9052c5f4f6bc475bf4a99055e946362b445ae3e1e3f0dfc42fc72c36","contract_address":"0x8423f0a287d400048059f37dee4b79bf6c4e9bcf","level":"info","message":"sending __callback tx...","timestamp":"2019-09-16T07:07:29.937Z"}
{"myid":"0xef31747a9052c5f4f6bc475bf4a99055e946362b445ae3e1e3f0dfc42fc72c36","result":"0.175377","proof":null,"proof_type":"0x00","contract_address":"0x8423f0a287d400048059f37dee4b79bf6c4e9bcf","gas_limit":200000,"gas_price":null,"level":"debug","message":"__callbackWrapper object:","timestamp":"2019-09-16T07:07:29.938Z"}
{"myid":"0xef31747a9052c5f4f6bc475bf4a99055e946362b445ae3e1e3f0dfc42fc72c36","result":"0.175377","proof":null,"proof_type":"0x00","contract_address":"0x8423f0a287d400048059f37dee4b79bf6c4e9bcf","gas_limit":200000,"gas_price":null,"level":"info","message":"contract 0x8423f0a287d400048059f37dee4b79bf6c4e9bcf __callback tx sent, transaction hash: 0x16c2e5885c03b50961c7891517decbbdf70ba73a514cca3a57c5d7518625132b","timestamp":"2019-09-16T07:07:35.083Z"}
{"transactionHash":"0x16c2e5885c03b50961c7891517decbbdf70ba73a514cca3a57c5d7518625132b","transactionIndex":0,"blockHash":"0xf0a57df0fe6f2e5d76a607503151475a44f59b6bbd9fb893a247b1d9b94ea903","blockNumber":17,"from":"0xa04073ecba0c4d2a42ac00b25a0afa1ea1d8f34f","to":"0x8423f0a287d400048059f37dee4b79bf6c4e9bcf","gasUsed":30158,"cumulativeGasUsed":30158,"contractAddress":null,"logs":[],"status":"0x1","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","v":"0x1c","r":"0x5892f8c406eca719122fee57a48ff29dc0aa7a493968904889120a6543ea9832","s":"0x2bc921ba52d279055d06d1ce73e1bf5b12d51c75d8d6d71f1438d70fd80b3640","level":"debug","message":"update query content: { myid:\n '0xef31747a9052c5f4f6bc475bf4a99055e946362b445ae3e1e3f0dfc42fc72c36',\n result: '0.175377',\n proof: null,\n proof_type: '0x00',\n contract_address: '0x8423f0a287d400048059f37dee4b79bf6c4e9bcf',\n gas_limit: 200000,\n gas_price: null }","timestamp":"2019-09-16T07:07:35.086Z"}
{"parsed_log":{"contract_address":"0x266d25d1181368de0ff0ab52c3dd4cc9c9d2bf4c","contract_myid":"0xc98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","datasource":"URL","formula":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","timestamp":0,"gaslimit":200000,"proofType":"0x00","gasPrice":0},"logIndex":1,"transactionIndex":0,"transactionHash":"0x6edc2cca7974ddd1fbf663efd5d7a23d18668c45d7735fdb5c541f219fc57f5c","blockHash":"0x8b705028ed1e07f15720f686ab8ccbfc3f1f12f598cdb472bb8ddc60b7fca386","blockNumber":25,"address":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","type":"mined","event":"Log1","args":{"sender":"0x266d25d1181368de0ff0ab52c3dd4cc9c9d2bf4c","cid":"0xc98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","timestamp":{"s":1,"e":0,"c":[0]},"datasource":"URL","arg":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","gaslimit":{"s":1,"e":5,"c":[200000]},"proofType":"0x00","gasPrice":{"s":1,"e":0,"c":[0]}},"block_timestamp":1568618106,"level":"debug","message":"manageLog, raw log:","timestamp":"2019-09-16T07:15:07.285Z"}
{"level":"debug","message":"mangeLog isProcessed: false","timestamp":"2019-09-16T07:15:07.288Z"}
{"parsed_log":{"contract_address":"0x266d25d1181368de0ff0ab52c3dd4cc9c9d2bf4c","contract_myid":"0xc98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","datasource":"URL","formula":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","timestamp":0,"gaslimit":200000,"proofType":"0x00","gasPrice":0},"logIndex":1,"transactionIndex":0,"transactionHash":"0x6edc2cca7974ddd1fbf663efd5d7a23d18668c45d7735fdb5c541f219fc57f5c","blockHash":"0x8b705028ed1e07f15720f686ab8ccbfc3f1f12f598cdb472bb8ddc60b7fca386","blockNumber":25,"address":"0xf1d7ce7e2e2bdbbb37e15b5878a689860e4255c2","type":"mined","event":"Log1","args":{"sender":"0x266d25d1181368de0ff0ab52c3dd4cc9c9d2bf4c","cid":"0xc98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","timestamp":{"s":1,"e":0,"c":[0]},"datasource":"URL","arg":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","gaslimit":{"s":1,"e":5,"c":[200000]},"proofType":"0x00","gasPrice":{"s":1,"e":0,"c":[0]}},"block_timestamp":1568618106,"level":"info","message":"new Log1 event","timestamp":"2019-09-16T07:15:07.289Z"}
{"when":0,"datasource":"URL","query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","id2":"c98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","proof_type":0,"context":{"name":"eth_5F9624AC59","protocol":"eth","type":"blockchain","relative_timestamp":1568618106},"level":"debug","message":"HTTP create query content","timestamp":"2019-09-16T07:15:07.410Z"}
{"result":{"_timestamp":1568618108,"daterange":[1568618108,1568619908],"interval":3600,"id2":"c98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","actions":[],"id":"ed1b6e7fd1e6246d9d4b4bec330ffc87455a6ea9c0bd7a22e79a162125f73af4","version":3,"_timestamp_creation":1568618108,"context":{"protocol":"eth","relative_timestamp":1568618106,"type":"blockchain","name":"eth_5F9624AC59"},"active":true,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":0,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"debug","message":"oraclize HTTP create query body response","timestamp":"2019-09-16T07:15:08.680Z"}
{"level":"info","message":"new HTTP query created, id: ed1b6e7fd1e6246d9d4b4bec330ffc87455a6ea9c0bd7a22e79a162125f73af4","timestamp":"2019-09-16T07:15:08.681Z"}
{"level":"info","message":"checking HTTP query ed1b6e7fd1e6246d9d4b4bec330ffc87455a6ea9c0bd7a22e79a162125f73af4 status in 0 seconds","timestamp":"2019-09-16T07:15:08.687Z"}
{"level":"info","message":"checking HTTP query ed1b6e7fd1e6246d9d4b4bec330ffc87455a6ea9c0bd7a22e79a162125f73af4 status every 5 seconds...","timestamp":"2019-09-16T07:15:08.687Z"}
{"result":{"_timestamp":1568618109,"id":"ed1b6e7fd1e6246d9d4b4bec330ffc87455a6ea9c0bd7a22e79a162125f73af4","daterange":[1568618108,1568619908],"_lock":false,"id2":"c98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","actions":[],"interval":3600,"checks":[{"errors":[],"success":true,"timestamp":1568618109,"results":["0.175182"],"proofs":[null],"match":true}],"version":3,"_timestamp_creation":1568618108,"context":{"protocol":"eth","relative_timestamp":1568618106,"type":"blockchain","name":"eth_5F9624AC59"},"active":false,"hidden":false,"payload":{"conditions":[{"query":"json(https://api.coingecko.com/api/v3/coins/ethereum/contract/0x0d8775f648430679a709e98d2b0cb6250d2887ef).market_data.current_price.usd","proof_type":0,"check_op":"tautology","datasource":"URL","value":null}]}},"success":true,"level":"info","message":"ed1b6e7fd1e6246d9d4b4bec330ffc87455a6ea9c0bd7a22e79a162125f73af4 HTTP query result: ","timestamp":"2019-09-16T07:15:14.447Z"}
{"contract_myid":"0xc98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","contract_address":"0x266d25d1181368de0ff0ab52c3dd4cc9c9d2bf4c","level":"info","message":"sending __callback tx...","timestamp":"2019-09-16T07:15:14.449Z"}
{"myid":"0xc98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","result":"0.175182","proof":null,"proof_type":"0x00","contract_address":"0x266d25d1181368de0ff0ab52c3dd4cc9c9d2bf4c","gas_limit":200000,"gas_price":null,"level":"debug","message":"__callbackWrapper object:","timestamp":"2019-09-16T07:15:14.449Z"}
{"myid":"0xc98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9","result":"0.175182","proof":null,"proof_type":"0x00","contract_address":"0x266d25d1181368de0ff0ab52c3dd4cc9c9d2bf4c","gas_limit":200000,"gas_price":null,"level":"info","message":"contract 0x266d25d1181368de0ff0ab52c3dd4cc9c9d2bf4c __callback tx sent, transaction hash: 0x269dc6489d01085b1a7fa3a1802d2e60fa66e7d7881abf899e4066c32210cdb5","timestamp":"2019-09-16T07:15:19.630Z"}
{"transactionHash":"0x269dc6489d01085b1a7fa3a1802d2e60fa66e7d7881abf899e4066c32210cdb5","transactionIndex":0,"blockHash":"0x2092a1f1ff0beb243c4302b22437f2c3dda29f367c073b4e66fb7e85a8c03d41","blockNumber":26,"from":"0xa04073ecba0c4d2a42ac00b25a0afa1ea1d8f34f","to":"0x266d25d1181368de0ff0ab52c3dd4cc9c9d2bf4c","gasUsed":30158,"cumulativeGasUsed":30158,"contractAddress":null,"logs":[],"status":"0x1","logsBloom":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000","v":"0x1b","r":"0x098c210a94dd06479d1aeab9707dbfa5a9bfc8ae3d0397a6ec439599950f2583","s":"0x5ffbbeed0641e86e90fe75ecb05e4cc492f37d219b7faa8748f4d188947d2d6b","level":"debug","message":"update query content: { myid:\n '0xc98e39f8dc87cffe6829aeb90e02cf5cadb18dd2c0387af709cbda9aaaad44c9',\n result: '0.175182',\n proof: null,\n proof_type: '0x00',\n contract_address: '0x266d25d1181368de0ff0ab52c3dd4cc9c9d2bf4c',\n gas_limit: 200000,\n gas_price: null }","timestamp":"2019-09-16T07:15:19.631Z"}