xgt-ruby 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (123) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +11 -0
  3. data/.rspec +3 -0
  4. data/.travis.yml +7 -0
  5. data/CODE_OF_CONDUCT.md +74 -0
  6. data/Gemfile +4 -0
  7. data/Gemfile.lock +56 -0
  8. data/LICENSE.txt +21 -0
  9. data/README.md +45 -0
  10. data/Rakefile +6 -0
  11. data/bin/.wallet.swp +0 -0
  12. data/bin/setup +8 -0
  13. data/bin/wallet +438 -0
  14. data/examples/api/account_by_key_api/get_key_references.rb +18 -0
  15. data/examples/api/account_history_api/deprecated/enum_virtual_ops.rb +15 -0
  16. data/examples/api/account_history_api/deprecated/get_transaction.rb +12 -0
  17. data/examples/api/account_history_api/get_account_history.rb +16 -0
  18. data/examples/api/account_history_api/get_ops_in_block.rb +17 -0
  19. data/examples/api/chain_api/deprecated/dummy_code.rb +65 -0
  20. data/examples/api/chain_api/deprecated/push_block.rb +20 -0
  21. data/examples/api/database_api/accounts/find_accounts.rb +16 -0
  22. data/examples/api/database_api/accounts/list_accounts.rb +18 -0
  23. data/examples/api/database_api/accounts/not_supported/find_account_recovery_requests.rb +16 -0
  24. data/examples/api/database_api/accounts/not_supported/find_change_recovery_account_requests.rb +0 -0
  25. data/examples/api/database_api/accounts/not_supported/find_decline_voting_rights_requests.rb +0 -0
  26. data/examples/api/database_api/accounts/not_supported/find_escrows.rb +0 -0
  27. data/examples/api/database_api/accounts/not_supported/find_sbd_conversion_requests.rb +0 -0
  28. data/examples/api/database_api/accounts/not_supported/find_vesting_delegation_expirations.rb +0 -0
  29. data/examples/api/database_api/accounts/not_supported/find_vesting_delegations.rb +0 -0
  30. data/examples/api/database_api/accounts/not_supported/find_withdraw_vesting_routes.rb +18 -0
  31. data/examples/api/database_api/accounts/not_supported/list_account_recovery_requests.rb +18 -0
  32. data/examples/api/database_api/accounts/not_supported/list_change_recovery_account_requests.rb +0 -0
  33. data/examples/api/database_api/accounts/not_supported/list_decline_voting_rights_requests.rb +0 -0
  34. data/examples/api/database_api/accounts/not_supported/list_escrows.rb +18 -0
  35. data/examples/api/database_api/accounts/not_supported/list_recovery_histories.rb +17 -0
  36. data/examples/api/database_api/accounts/not_supported/list_sbd_conversion_requests.rb +0 -0
  37. data/examples/api/database_api/accounts/not_supported/list_vesting_delegation_expirations.rb +0 -0
  38. data/examples/api/database_api/accounts/not_supported/list_vesting_delegations.rb +18 -0
  39. data/examples/api/database_api/accounts/not_supported/list_withdraw_vesting_routes.rb +18 -0
  40. data/examples/api/database_api/authority/not_supported/find_smt_contributions.rb +0 -0
  41. data/examples/api/database_api/authority/not_supported/find_smt_token_balances.rb +0 -0
  42. data/examples/api/database_api/authority/not_supported/find_smt_token_emissions.rb +0 -0
  43. data/examples/api/database_api/authority/not_supported/find_smt_tokens.rb +0 -0
  44. data/examples/api/database_api/authority/not_supported/get_nai_pool.rb +0 -0
  45. data/examples/api/database_api/authority/not_supported/get_potential_signatures.rb +0 -0
  46. data/examples/api/database_api/authority/not_supported/get_required_signatures.rb +0 -0
  47. data/examples/api/database_api/authority/not_supported/get_smt_balances.rb +0 -0
  48. data/examples/api/database_api/authority/not_supported/get_transaction_hex.rb +0 -0
  49. data/examples/api/database_api/authority/not_supported/list_smt_contributions.rb +0 -0
  50. data/examples/api/database_api/authority/not_supported/list_smt_token_balances.rb +0 -0
  51. data/examples/api/database_api/authority/not_supported/list_smt_token_emissions.rb +0 -0
  52. data/examples/api/database_api/authority/not_supported/list_smt_tokens.rb +0 -0
  53. data/examples/api/database_api/authority/not_supported/verify_account_authority.rb +0 -0
  54. data/examples/api/database_api/authority/not_supported/verify_authority.rb +0 -0
  55. data/examples/api/database_api/authority/not_supported/verify_signatures.rb +0 -0
  56. data/examples/api/database_api/comments/not_supported/find_comments.rb +0 -0
  57. data/examples/api/database_api/comments/not_supported/find_votes.rb +0 -0
  58. data/examples/api/database_api/comments/not_supported/list_comments.rb +0 -0
  59. data/examples/api/database_api/comments/not_supported/list_votes.rb +0 -0
  60. data/examples/api/database_api/globals/get_config.rb +14 -0
  61. data/examples/api/database_api/globals/get_dynamic_global_properties.rb +14 -0
  62. data/examples/api/database_api/globals/get_hardfork_properties.rb +14 -0
  63. data/examples/api/database_api/globals/get_reward_funds.rb +14 -0
  64. data/examples/api/database_api/globals/get_version.rb +15 -0
  65. data/examples/api/database_api/globals/get_witness_schedule.rb +14 -0
  66. data/examples/api/database_api/market/not_supported/find_limit_orders.rb +0 -0
  67. data/examples/api/database_api/market/not_supported/get_order_book.rb +0 -0
  68. data/examples/api/database_api/market/not_supported/list_limit_orders.rb +0 -0
  69. data/examples/api/database_api/sps/not_supported/find_proposals.rb +0 -0
  70. data/examples/api/database_api/sps/not_supported/list_proposal_votes.rb +0 -0
  71. data/examples/api/database_api/sps/not_supported/list_proposals.rb +0 -0
  72. data/examples/api/database_api/witnesses/deprecated/get_round.rb +14 -0
  73. data/examples/api/database_api/witnesses/find_witnesses.rb +16 -0
  74. data/examples/api/database_api/witnesses/get_active_witnesses.rb +14 -0
  75. data/examples/api/database_api/witnesses/list_witnesses.rb +17 -0
  76. data/examples/api/database_api/witnesses/not_supported/list_witness_votes.rb +16 -0
  77. data/examples/api/extras/get_balance.rb +27 -0
  78. data/examples/api/network_broadcast_api/broadcast_transaction.rb +16 -0
  79. data/examples/api/network_broadcast_api/broadcast_transaction_synchronous.rb +15 -0
  80. data/examples/api/network_broadcast_api/create_wallet.rb +79 -0
  81. data/examples/api/network_broadcast_api/dummy_code.rb +68 -0
  82. data/examples/api/network_broadcast_api/get_transaction_hex.rb +17 -0
  83. data/examples/api/network_broadcast_api/not_supported/broadcast_block.rb +17 -0
  84. data/examples/api/network_broadcast_api/transfer.rb +45 -0
  85. data/examples/api/payloads.txt +3580 -0
  86. data/examples/api/transaction_status_api/find_transaction.rb +16 -0
  87. data/examples/operations/broadcast_transaction_synchronous.rb +16 -0
  88. data/examples/operations/completed/account_create.rb +79 -0
  89. data/examples/operations/completed/account_witness_proxy.rb +29 -0
  90. data/examples/operations/completed/account_witness_vote.rb +31 -0
  91. data/examples/operations/completed/claim_account.rb +33 -0
  92. data/examples/operations/completed/create_claimed_account.rb +62 -0
  93. data/examples/operations/completed/custom.rb +31 -0
  94. data/examples/operations/completed/custom_json.rb +32 -0
  95. data/examples/operations/completed/decline_voting_rights.rb +30 -0
  96. data/examples/operations/completed/delegate_some_vesting_shares.rb +32 -0
  97. data/examples/operations/completed/set_withdraw_vesting_route.rb +32 -0
  98. data/examples/operations/completed/transfer.rb +44 -0
  99. data/examples/operations/completed/transfer_to_vesting.rb +32 -0
  100. data/examples/operations/completed/update_proposal_votes.rb +31 -0
  101. data/examples/operations/completed/withdraw_vesting.rb +30 -0
  102. data/examples/operations/completed/witness_update.rb +64 -0
  103. data/examples/operations/deprecated/account_update.rb +44 -0
  104. data/examples/operations/deprecated/cancel_transfer_from_savings.rb +30 -0
  105. data/examples/operations/deprecated/challenge_authority.rb +28 -0
  106. data/examples/operations/deprecated/claim_reward_balance.rb +35 -0
  107. data/examples/operations/deprecated/convert.rb +38 -0
  108. data/examples/operations/deprecated/custom_binary.rb +31 -0
  109. data/examples/operations/deprecated/feed_publish.rb +33 -0
  110. data/examples/operations/do_later/change_recovery_account.rb +31 -0
  111. data/examples/operations/do_later/claim_reward_balance2.rb +37 -0
  112. data/examples/operations/do_later/remove_proposal_votes.rb +0 -0
  113. data/examples/operations/in_progress/create_proposal.rb +40 -0
  114. data/examples/operations/in_progress/escrow_approve.rb +36 -0
  115. data/examples/operations/in_progress/witness_set_properties.rb +62 -0
  116. data/lib/xgt/.ruby.rb.swp +0 -0
  117. data/lib/xgt/ruby.rb +200 -0
  118. data/lib/xgt/ruby/version.rb +5 -0
  119. data/payloads.txt +461 -0
  120. data/sample.rb +41 -0
  121. data/sample2.rb +104 -0
  122. data/xgt-ruby.gemspec +31 -0
  123. metadata +262 -0
@@ -0,0 +1,3580 @@
1
+ {
2
+ "jsonrpc": "2.0",
3
+ "method": "database_api.get_dynamic_global_properties",
4
+ "params": {
5
+ },
6
+ "id": 217510644514853
7
+ }
8
+ {
9
+ "jsonrpc": "2.0",
10
+ "method": "database_api.get_dynamic_global_properties",
11
+ "params": {
12
+ },
13
+ "id": 126447720558893
14
+ }
15
+ {
16
+ "jsonrpc": "2.0",
17
+ "result": {
18
+ "id": 0,
19
+ "head_block_number": 28,
20
+ "head_block_id": "0000001c3ea3bce0702e7bc60d0176d648bec700",
21
+ "time": "2020-04-03T17:38:27",
22
+ "current_witness": "XGT0000000000000",
23
+ "total_pow": "18446744073709551615",
24
+ "num_pow_witnesses": 0,
25
+ "virtual_supply": {
26
+ "amount": "250000061152",
27
+ "precision": 3,
28
+ "nai": "@@000000021"
29
+ },
30
+ "current_supply": {
31
+ "amount": "250000054656",
32
+ "precision": 3,
33
+ "nai": "@@000000021"
34
+ },
35
+ "confidential_supply": {
36
+ "amount": "0",
37
+ "precision": 3,
38
+ "nai": "@@000000021"
39
+ },
40
+ "init_sbd_supply": {
41
+ "amount": "7000000000",
42
+ "precision": 3,
43
+ "nai": "@@000000013"
44
+ },
45
+ "current_sbd_supply": {
46
+ "amount": "6496",
47
+ "precision": 3,
48
+ "nai": "@@000000013"
49
+ },
50
+ "confidential_sbd_supply": {
51
+ "amount": "0",
52
+ "precision": 3,
53
+ "nai": "@@000000013"
54
+ },
55
+ "total_vesting_fund_steem": {
56
+ "amount": "12348",
57
+ "precision": 3,
58
+ "nai": "@@000000021"
59
+ },
60
+ "total_vesting_shares": {
61
+ "amount": "174868",
62
+ "precision": 6,
63
+ "nai": "@@000000037"
64
+ },
65
+ "total_reward_fund_steem": {
66
+ "amount": "0",
67
+ "precision": 3,
68
+ "nai": "@@000000021"
69
+ },
70
+ "total_reward_shares2": "0",
71
+ "pending_rewarded_vesting_shares": {
72
+ "amount": "0",
73
+ "precision": 6,
74
+ "nai": "@@000000037"
75
+ },
76
+ "pending_rewarded_vesting_steem": {
77
+ "amount": "0",
78
+ "precision": 3,
79
+ "nai": "@@000000021"
80
+ },
81
+ "sbd_interest_rate": 0,
82
+ "sbd_print_rate": 10000,
83
+ "maximum_block_size": 393216000,
84
+ "required_actions_partition_percent": 2500,
85
+ "current_aslot": 28,
86
+ "recent_slots_filled": "340282366920938463463374607431768211455",
87
+ "participation_count": 128,
88
+ "last_irreversible_block_num": 18,
89
+ "target_votes_per_period": 50,
90
+ "delegation_return_period": 432000,
91
+ "reverse_auction_seconds": 300,
92
+ "available_account_subsidies": 22316,
93
+ "sbd_stop_percent": 1000,
94
+ "sbd_start_percent": 900,
95
+ "next_maintenance_time": "2020-04-03T18:37:08",
96
+ "last_budget_time": "2020-04-03T17:37:08",
97
+ "content_reward_percent": 6500,
98
+ "vesting_reward_percent": 1500,
99
+ "sps_fund_percent": 1000,
100
+ "sps_interval_ledger": {
101
+ "amount": "6264",
102
+ "precision": 3,
103
+ "nai": "@@000000013"
104
+ },
105
+ "downvote_pool_percent": 2500,
106
+ "smt_creation_fee": {
107
+ "amount": "1000",
108
+ "precision": 3,
109
+ "nai": "@@000000013"
110
+ }
111
+ },
112
+ "id": "126447720558893"
113
+ }
114
+ {
115
+ "jsonrpc": "2.0",
116
+ "method": "block_api.get_block_header",
117
+ "params": {
118
+ "block_num": 18
119
+ },
120
+ "id": 103875971339502
121
+ }
122
+ {
123
+ "jsonrpc": "2.0",
124
+ "result": {
125
+ "header": {
126
+ "previous": "000000118a9212c14f37196a047468ef5cd92385",
127
+ "timestamp": "2020-04-03T17:37:57",
128
+ "witness": "XGT0000000000000",
129
+ "transaction_merkle_root": "0000000000000000000000000000000000000000",
130
+ "extensions": [
131
+
132
+ ]
133
+ }
134
+ },
135
+ "id": "103875971339502"
136
+ }
137
+ {
138
+ "jsonrpc": "2.0",
139
+ "method": "network_broadcast_api.get_transaction_hex",
140
+ "params": [
141
+ {
142
+ "extensions": [
143
+
144
+ ],
145
+ "operations": [
146
+ [
147
+ "account_create",
148
+ {
149
+ "fee": "0.000 TESTS",
150
+ "creator": "initminer",
151
+ "new_account_name": "foo1d02d4633b72",
152
+ "owner": {
153
+ "weight_threshold": 1,
154
+ "account_auths": [
155
+
156
+ ],
157
+ "key_auths": [
158
+ [
159
+ "TST7xue5ESY1xHhDZj6dw2igXCwoHobA3cnxffacvp4XMzwfzLZu4",
160
+ 1
161
+ ]
162
+ ]
163
+ },
164
+ "active": {
165
+ "weight_threshold": 1,
166
+ "account_auths": [
167
+
168
+ ],
169
+ "key_auths": [
170
+ [
171
+ "TST6Yp3zeaYNU7XJF2MxoHhDcWT4vGgVkzTLEvhMY6g5tvmwzn3tN",
172
+ 1
173
+ ]
174
+ ]
175
+ },
176
+ "posting": {
177
+ "weight_threshold": 1,
178
+ "account_auths": [
179
+
180
+ ],
181
+ "key_auths": [
182
+ [
183
+ "TST5Q7ZdopjQWZMwiyZk11W5Yhvsfu1PG3f4qsQN58A7XfHP34Hig",
184
+ 1
185
+ ]
186
+ ]
187
+ },
188
+ "memo_key": "TST5u69JnHZ3oznnwn71J6VA4r5oVJX6Xu3dpbFVoHpJoZXnbDfaW",
189
+ "json_metadata": "",
190
+ "extensions": [
191
+
192
+ ]
193
+ }
194
+ ]
195
+ ],
196
+ "ref_block_num": 17,
197
+ "ref_block_prefix": 3239219850,
198
+ "expiration": "2020-04-03T17:48:27"
199
+ }
200
+ ],
201
+ "id": 211323939475760
202
+ }
203
+ {
204
+ "jsonrpc": "2.0",
205
+ "error": {
206
+ "code": -32003,
207
+ "message": "Assert Exception:false: Cannot parse asset symbol",
208
+ "data": {
209
+ "code": 10,
210
+ "name": "assert_exception",
211
+ "message": "Assert Exception",
212
+ "stack": [
213
+ {
214
+ "context": {
215
+ "level": "error",
216
+ "file": "network_broadcast_api_legacy_asset.cpp",
217
+ "line": 63,
218
+ "method": "string_to_asset_num",
219
+ "hostname": "",
220
+ "timestamp": "2020-04-03T17:38:26"
221
+ },
222
+ "format": "false: Cannot parse asset symbol",
223
+ "data": {
224
+ }
225
+ },
226
+ {
227
+ "context": {
228
+ "level": "warn",
229
+ "file": "network_broadcast_api_legacy_asset.cpp",
230
+ "line": 187,
231
+ "method": "from_string",
232
+ "hostname": "",
233
+ "timestamp": "2020-04-03T17:38:26"
234
+ },
235
+ "format": "",
236
+ "data": {
237
+ "from": "0.000 TESTS"
238
+ }
239
+ }
240
+ ]
241
+ }
242
+ },
243
+ "id": "211323939475760"
244
+ }
245
+ {
246
+ "jsonrpc": "2.0",
247
+ "method": "database_api.find_accounts",
248
+ "params": {
249
+ "accounts": [
250
+ "foo742b98e85810"
251
+ ]
252
+ },
253
+ "id": 251918228754044
254
+ }
255
+ {
256
+ "jsonrpc": "2.0",
257
+ "result": {
258
+ "accounts": [
259
+
260
+ ]
261
+ },
262
+ "id": "251918228754044"
263
+ }
264
+ {
265
+ "jsonrpc": "2.0",
266
+ "method": "database_api.find_accounts",
267
+ "params": {
268
+ "accounts": [
269
+ "foo4443bc425a02"
270
+ ]
271
+ },
272
+ "id": 177786009239565
273
+ }
274
+ {
275
+ "jsonrpc": "2.0",
276
+ "result": {
277
+ "accounts": [
278
+
279
+ ]
280
+ },
281
+ "id": "177786009239565"
282
+ }
283
+ {
284
+ "jsonrpc": "2.0",
285
+ "method": "database_api.get_dynamic_global_properties",
286
+ "params": {
287
+ },
288
+ "id": 9533754729416
289
+ }
290
+ {
291
+ "jsonrpc": "2.0",
292
+ "result": {
293
+ "id": 0,
294
+ "head_block_number": 28,
295
+ "head_block_id": "0000001c532a2c776bfc4c3e040f5ada7c2050f4",
296
+ "time": "2020-04-03T22:20:00",
297
+ "current_witness": "XGT0000000000000",
298
+ "total_pow": "18446744073709551615",
299
+ "num_pow_witnesses": 0,
300
+ "virtual_supply": {
301
+ "amount": "250000061152",
302
+ "precision": 3,
303
+ "nai": "@@000000021"
304
+ },
305
+ "current_supply": {
306
+ "amount": "250000054656",
307
+ "precision": 3,
308
+ "nai": "@@000000021"
309
+ },
310
+ "confidential_supply": {
311
+ "amount": "0",
312
+ "precision": 3,
313
+ "nai": "@@000000021"
314
+ },
315
+ "init_sbd_supply": {
316
+ "amount": "7000000000",
317
+ "precision": 3,
318
+ "nai": "@@000000013"
319
+ },
320
+ "current_sbd_supply": {
321
+ "amount": "6496",
322
+ "precision": 3,
323
+ "nai": "@@000000013"
324
+ },
325
+ "confidential_sbd_supply": {
326
+ "amount": "0",
327
+ "precision": 3,
328
+ "nai": "@@000000013"
329
+ },
330
+ "total_vesting_fund_steem": {
331
+ "amount": "12348",
332
+ "precision": 3,
333
+ "nai": "@@000000021"
334
+ },
335
+ "total_vesting_shares": {
336
+ "amount": "174868",
337
+ "precision": 6,
338
+ "nai": "@@000000037"
339
+ },
340
+ "total_reward_fund_steem": {
341
+ "amount": "0",
342
+ "precision": 3,
343
+ "nai": "@@000000021"
344
+ },
345
+ "total_reward_shares2": "0",
346
+ "pending_rewarded_vesting_shares": {
347
+ "amount": "0",
348
+ "precision": 6,
349
+ "nai": "@@000000037"
350
+ },
351
+ "pending_rewarded_vesting_steem": {
352
+ "amount": "0",
353
+ "precision": 3,
354
+ "nai": "@@000000021"
355
+ },
356
+ "sbd_interest_rate": 0,
357
+ "sbd_print_rate": 10000,
358
+ "maximum_block_size": 393216000,
359
+ "required_actions_partition_percent": 2500,
360
+ "current_aslot": 28,
361
+ "recent_slots_filled": "340282366920938463463374607431768211455",
362
+ "participation_count": 128,
363
+ "last_irreversible_block_num": 18,
364
+ "target_votes_per_period": 50,
365
+ "delegation_return_period": 432000,
366
+ "reverse_auction_seconds": 300,
367
+ "available_account_subsidies": 22316,
368
+ "sbd_stop_percent": 1000,
369
+ "sbd_start_percent": 900,
370
+ "next_maintenance_time": "2020-04-03T23:18:39",
371
+ "last_budget_time": "2020-04-03T22:18:39",
372
+ "content_reward_percent": 6500,
373
+ "vesting_reward_percent": 1500,
374
+ "sps_fund_percent": 1000,
375
+ "sps_interval_ledger": {
376
+ "amount": "6264",
377
+ "precision": 3,
378
+ "nai": "@@000000013"
379
+ },
380
+ "downvote_pool_percent": 2500,
381
+ "smt_creation_fee": {
382
+ "amount": "1000",
383
+ "precision": 3,
384
+ "nai": "@@000000013"
385
+ }
386
+ },
387
+ "id": "9533754729416"
388
+ }
389
+ {
390
+ "jsonrpc": "2.0",
391
+ "method": "block_api.get_block_header",
392
+ "params": {
393
+ "block_num": 18
394
+ },
395
+ "id": 221306465847020
396
+ }
397
+ {
398
+ "jsonrpc": "2.0",
399
+ "result": {
400
+ "header": {
401
+ "previous": "00000011564f7252ff83e861f6e0ddd39a8df084",
402
+ "timestamp": "2020-04-03T22:19:30",
403
+ "witness": "XGT0000000000000",
404
+ "transaction_merkle_root": "0000000000000000000000000000000000000000",
405
+ "extensions": [
406
+
407
+ ]
408
+ }
409
+ },
410
+ "id": "221306465847020"
411
+ }
412
+ {
413
+ "jsonrpc": "2.0",
414
+ "method": "network_broadcast_api.get_transaction_hex",
415
+ "params": [
416
+ {
417
+ "extensions": [
418
+
419
+ ],
420
+ "operations": [
421
+ [
422
+ "account_create",
423
+ {
424
+ "fee": "0.000 TESTS",
425
+ "creator": "initminer",
426
+ "new_account_name": "foo35a1802091c2",
427
+ "owner": {
428
+ "weight_threshold": 1,
429
+ "account_auths": [
430
+
431
+ ],
432
+ "key_auths": [
433
+ [
434
+ "TST7xue5ESY1xHhDZj6dw2igXCwoHobA3cnxffacvp4XMzwfzLZu4",
435
+ 1
436
+ ]
437
+ ]
438
+ },
439
+ "active": {
440
+ "weight_threshold": 1,
441
+ "account_auths": [
442
+
443
+ ],
444
+ "key_auths": [
445
+ [
446
+ "TST6Yp3zeaYNU7XJF2MxoHhDcWT4vGgVkzTLEvhMY6g5tvmwzn3tN",
447
+ 1
448
+ ]
449
+ ]
450
+ },
451
+ "posting": {
452
+ "weight_threshold": 1,
453
+ "account_auths": [
454
+
455
+ ],
456
+ "key_auths": [
457
+ [
458
+ "TST5Q7ZdopjQWZMwiyZk11W5Yhvsfu1PG3f4qsQN58A7XfHP34Hig",
459
+ 1
460
+ ]
461
+ ]
462
+ },
463
+ "memo_key": "TST5u69JnHZ3oznnwn71J6VA4r5oVJX6Xu3dpbFVoHpJoZXnbDfaW",
464
+ "json_metadata": "",
465
+ "extensions": [
466
+
467
+ ]
468
+ }
469
+ ]
470
+ ],
471
+ "ref_block_num": 17,
472
+ "ref_block_prefix": 1383223126,
473
+ "expiration": "2020-04-03T22:30:00"
474
+ }
475
+ ],
476
+ "id": 205738254303704
477
+ }
478
+ {
479
+ "jsonrpc": "2.0",
480
+ "error": {
481
+ "code": -32003,
482
+ "message": "Assert Exception:false: Cannot parse asset symbol",
483
+ "data": {
484
+ "code": 10,
485
+ "name": "assert_exception",
486
+ "message": "Assert Exception",
487
+ "stack": [
488
+ {
489
+ "context": {
490
+ "level": "error",
491
+ "file": "network_broadcast_api_legacy_asset.cpp",
492
+ "line": 63,
493
+ "method": "string_to_asset_num",
494
+ "hostname": "",
495
+ "timestamp": "2020-04-03T22:20:00"
496
+ },
497
+ "format": "false: Cannot parse asset symbol",
498
+ "data": {
499
+ }
500
+ },
501
+ {
502
+ "context": {
503
+ "level": "warn",
504
+ "file": "network_broadcast_api_legacy_asset.cpp",
505
+ "line": 187,
506
+ "method": "from_string",
507
+ "hostname": "",
508
+ "timestamp": "2020-04-03T22:20:00"
509
+ },
510
+ "format": "",
511
+ "data": {
512
+ "from": "0.000 TESTS"
513
+ }
514
+ }
515
+ ]
516
+ }
517
+ },
518
+ "id": "205738254303704"
519
+ }
520
+ {
521
+ "jsonrpc": "2.0",
522
+ "method": "database_api.get_dynamic_global_properties",
523
+ "params": {
524
+ },
525
+ "id": 1876473457540
526
+ }
527
+ {
528
+ "jsonrpc": "2.0",
529
+ "result": {
530
+ "id": 0,
531
+ "head_block_number": 134,
532
+ "head_block_id": "000000865c5bfbdea62fce1522b48f4a86e5753e",
533
+ "time": "2020-04-03T22:25:18",
534
+ "current_witness": "XGT0000000000000",
535
+ "total_pow": "18446744073709551615",
536
+ "num_pow_witnesses": 0,
537
+ "virtual_supply": {
538
+ "amount": "250000292656",
539
+ "precision": 3,
540
+ "nai": "@@000000021"
541
+ },
542
+ "current_supply": {
543
+ "amount": "250000261568",
544
+ "precision": 3,
545
+ "nai": "@@000000021"
546
+ },
547
+ "confidential_supply": {
548
+ "amount": "0",
549
+ "precision": 3,
550
+ "nai": "@@000000021"
551
+ },
552
+ "init_sbd_supply": {
553
+ "amount": "7000000000",
554
+ "precision": 3,
555
+ "nai": "@@000000013"
556
+ },
557
+ "current_sbd_supply": {
558
+ "amount": "31088",
559
+ "precision": 3,
560
+ "nai": "@@000000013"
561
+ },
562
+ "confidential_sbd_supply": {
563
+ "amount": "0",
564
+ "precision": 3,
565
+ "nai": "@@000000013"
566
+ },
567
+ "total_vesting_fund_steem": {
568
+ "amount": "59094",
569
+ "precision": 3,
570
+ "nai": "@@000000021"
571
+ },
572
+ "total_vesting_shares": {
573
+ "amount": "242648",
574
+ "precision": 6,
575
+ "nai": "@@000000037"
576
+ },
577
+ "total_reward_fund_steem": {
578
+ "amount": "0",
579
+ "precision": 3,
580
+ "nai": "@@000000021"
581
+ },
582
+ "total_reward_shares2": "0",
583
+ "pending_rewarded_vesting_shares": {
584
+ "amount": "0",
585
+ "precision": 6,
586
+ "nai": "@@000000037"
587
+ },
588
+ "pending_rewarded_vesting_steem": {
589
+ "amount": "0",
590
+ "precision": 3,
591
+ "nai": "@@000000021"
592
+ },
593
+ "sbd_interest_rate": 0,
594
+ "sbd_print_rate": 10000,
595
+ "maximum_block_size": 393216000,
596
+ "required_actions_partition_percent": 2500,
597
+ "current_aslot": 134,
598
+ "recent_slots_filled": "340282366920938463463374607431768211455",
599
+ "participation_count": 128,
600
+ "last_irreversible_block_num": 124,
601
+ "target_votes_per_period": 50,
602
+ "delegation_return_period": 432000,
603
+ "reverse_auction_seconds": 300,
604
+ "available_account_subsidies": 106798,
605
+ "sbd_stop_percent": 1000,
606
+ "sbd_start_percent": 900,
607
+ "next_maintenance_time": "2020-04-03T23:18:39",
608
+ "last_budget_time": "2020-04-03T22:18:39",
609
+ "content_reward_percent": 6500,
610
+ "vesting_reward_percent": 1500,
611
+ "sps_fund_percent": 1000,
612
+ "sps_interval_ledger": {
613
+ "amount": "30856",
614
+ "precision": 3,
615
+ "nai": "@@000000013"
616
+ },
617
+ "downvote_pool_percent": 2500,
618
+ "smt_creation_fee": {
619
+ "amount": "1000",
620
+ "precision": 3,
621
+ "nai": "@@000000013"
622
+ }
623
+ },
624
+ "id": "1876473457540"
625
+ }
626
+ {
627
+ "jsonrpc": "2.0",
628
+ "method": "block_api.get_block_header",
629
+ "params": {
630
+ "block_num": 124
631
+ },
632
+ "id": 239459792505541
633
+ }
634
+ {
635
+ "jsonrpc": "2.0",
636
+ "result": {
637
+ "header": {
638
+ "previous": "0000007b9d50a75f0ac88f212ea7ff742d8ceebe",
639
+ "timestamp": "2020-04-03T22:24:48",
640
+ "witness": "XGT0000000000000",
641
+ "transaction_merkle_root": "0000000000000000000000000000000000000000",
642
+ "extensions": [
643
+
644
+ ]
645
+ }
646
+ },
647
+ "id": "239459792505541"
648
+ }
649
+ {
650
+ "jsonrpc": "2.0",
651
+ "method": "network_broadcast_api.get_transaction_hex",
652
+ "params": [
653
+ {
654
+ "extensions": [
655
+
656
+ ],
657
+ "operations": [
658
+ [
659
+ "account_create",
660
+ {
661
+ "fee": "0.000 TESTS",
662
+ "creator": "initminer",
663
+ "new_account_name": "foo43e4d88291b4",
664
+ "owner": {
665
+ "weight_threshold": 1,
666
+ "account_auths": [
667
+
668
+ ],
669
+ "key_auths": [
670
+ [
671
+ "TST7xue5ESY1xHhDZj6dw2igXCwoHobA3cnxffacvp4XMzwfzLZu4",
672
+ 1
673
+ ]
674
+ ]
675
+ },
676
+ "active": {
677
+ "weight_threshold": 1,
678
+ "account_auths": [
679
+
680
+ ],
681
+ "key_auths": [
682
+ [
683
+ "TST6Yp3zeaYNU7XJF2MxoHhDcWT4vGgVkzTLEvhMY6g5tvmwzn3tN",
684
+ 1
685
+ ]
686
+ ]
687
+ },
688
+ "posting": {
689
+ "weight_threshold": 1,
690
+ "account_auths": [
691
+
692
+ ],
693
+ "key_auths": [
694
+ [
695
+ "TST5Q7ZdopjQWZMwiyZk11W5Yhvsfu1PG3f4qsQN58A7XfHP34Hig",
696
+ 1
697
+ ]
698
+ ]
699
+ },
700
+ "memo_key": "TST5u69JnHZ3oznnwn71J6VA4r5oVJX6Xu3dpbFVoHpJoZXnbDfaW",
701
+ "json_metadata": "",
702
+ "extensions": [
703
+
704
+ ]
705
+ }
706
+ ]
707
+ ],
708
+ "ref_block_num": 123,
709
+ "ref_block_prefix": 1604800669,
710
+ "expiration": "2020-04-03T22:35:18"
711
+ }
712
+ ],
713
+ "id": 174624263486591
714
+ }
715
+ {
716
+ "jsonrpc": "2.0",
717
+ "error": {
718
+ "code": -32003,
719
+ "message": "Assert Exception:false: Cannot parse asset symbol",
720
+ "data": {
721
+ "code": 10,
722
+ "name": "assert_exception",
723
+ "message": "Assert Exception",
724
+ "stack": [
725
+ {
726
+ "context": {
727
+ "level": "error",
728
+ "file": "network_broadcast_api_legacy_asset.cpp",
729
+ "line": 63,
730
+ "method": "string_to_asset_num",
731
+ "hostname": "",
732
+ "timestamp": "2020-04-03T22:25:18"
733
+ },
734
+ "format": "false: Cannot parse asset symbol",
735
+ "data": {
736
+ }
737
+ },
738
+ {
739
+ "context": {
740
+ "level": "warn",
741
+ "file": "network_broadcast_api_legacy_asset.cpp",
742
+ "line": 187,
743
+ "method": "from_string",
744
+ "hostname": "",
745
+ "timestamp": "2020-04-03T22:25:18"
746
+ },
747
+ "format": "",
748
+ "data": {
749
+ "from": "0.000 TESTS"
750
+ }
751
+ }
752
+ ]
753
+ }
754
+ },
755
+ "id": "174624263486591"
756
+ }
757
+ {
758
+ "jsonrpc": "2.0",
759
+ "method": "database_api.get_dynamic_global_properties",
760
+ "params": {
761
+ },
762
+ "id": 255521115353057
763
+ }
764
+ {
765
+ "jsonrpc": "2.0",
766
+ "result": {
767
+ "id": 0,
768
+ "head_block_number": 139,
769
+ "head_block_id": "0000008bd733d2406a760135e2e92cce6b04da69",
770
+ "time": "2020-04-03T22:25:33",
771
+ "current_witness": "XGT0000000000000",
772
+ "total_pow": "18446744073709551615",
773
+ "num_pow_witnesses": 0,
774
+ "virtual_supply": {
775
+ "amount": "250000303576",
776
+ "precision": 3,
777
+ "nai": "@@000000021"
778
+ },
779
+ "current_supply": {
780
+ "amount": "250000271328",
781
+ "precision": 3,
782
+ "nai": "@@000000021"
783
+ },
784
+ "confidential_supply": {
785
+ "amount": "0",
786
+ "precision": 3,
787
+ "nai": "@@000000021"
788
+ },
789
+ "init_sbd_supply": {
790
+ "amount": "7000000000",
791
+ "precision": 3,
792
+ "nai": "@@000000013"
793
+ },
794
+ "current_sbd_supply": {
795
+ "amount": "32248",
796
+ "precision": 3,
797
+ "nai": "@@000000013"
798
+ },
799
+ "confidential_sbd_supply": {
800
+ "amount": "0",
801
+ "precision": 3,
802
+ "nai": "@@000000013"
803
+ },
804
+ "total_vesting_fund_steem": {
805
+ "amount": "61299",
806
+ "precision": 3,
807
+ "nai": "@@000000021"
808
+ },
809
+ "total_vesting_shares": {
810
+ "amount": "244522",
811
+ "precision": 6,
812
+ "nai": "@@000000037"
813
+ },
814
+ "total_reward_fund_steem": {
815
+ "amount": "0",
816
+ "precision": 3,
817
+ "nai": "@@000000021"
818
+ },
819
+ "total_reward_shares2": "0",
820
+ "pending_rewarded_vesting_shares": {
821
+ "amount": "0",
822
+ "precision": 6,
823
+ "nai": "@@000000037"
824
+ },
825
+ "pending_rewarded_vesting_steem": {
826
+ "amount": "0",
827
+ "precision": 3,
828
+ "nai": "@@000000021"
829
+ },
830
+ "sbd_interest_rate": 0,
831
+ "sbd_print_rate": 10000,
832
+ "maximum_block_size": 393216000,
833
+ "required_actions_partition_percent": 2500,
834
+ "current_aslot": 139,
835
+ "recent_slots_filled": "340282366920938463463374607431768211455",
836
+ "participation_count": 128,
837
+ "last_irreversible_block_num": 129,
838
+ "target_votes_per_period": 50,
839
+ "delegation_return_period": 432000,
840
+ "reverse_auction_seconds": 300,
841
+ "available_account_subsidies": 110783,
842
+ "sbd_stop_percent": 1000,
843
+ "sbd_start_percent": 900,
844
+ "next_maintenance_time": "2020-04-03T23:18:39",
845
+ "last_budget_time": "2020-04-03T22:18:39",
846
+ "content_reward_percent": 6500,
847
+ "vesting_reward_percent": 1500,
848
+ "sps_fund_percent": 1000,
849
+ "sps_interval_ledger": {
850
+ "amount": "32016",
851
+ "precision": 3,
852
+ "nai": "@@000000013"
853
+ },
854
+ "downvote_pool_percent": 2500,
855
+ "smt_creation_fee": {
856
+ "amount": "1000",
857
+ "precision": 3,
858
+ "nai": "@@000000013"
859
+ }
860
+ },
861
+ "id": "255521115353057"
862
+ }
863
+ {
864
+ "jsonrpc": "2.0",
865
+ "method": "block_api.get_block_header",
866
+ "params": {
867
+ "block_num": 129
868
+ },
869
+ "id": 6943479700588
870
+ }
871
+ {
872
+ "jsonrpc": "2.0",
873
+ "result": {
874
+ "header": {
875
+ "previous": "000000809738072611a01f4c9bd30fe14a516e0d",
876
+ "timestamp": "2020-04-03T22:25:03",
877
+ "witness": "XGT0000000000000",
878
+ "transaction_merkle_root": "0000000000000000000000000000000000000000",
879
+ "extensions": [
880
+
881
+ ]
882
+ }
883
+ },
884
+ "id": "6943479700588"
885
+ }
886
+ {
887
+ "jsonrpc": "2.0",
888
+ "method": "network_broadcast_api.get_transaction_hex",
889
+ "params": [
890
+ {
891
+ "extensions": [
892
+
893
+ ],
894
+ "operations": [
895
+ [
896
+ "account_create",
897
+ {
898
+ "fee": "0.000 TESTS",
899
+ "creator": "initminer",
900
+ "new_account_name": "foo8748b72a3d4e",
901
+ "owner": {
902
+ "weight_threshold": 1,
903
+ "account_auths": [
904
+
905
+ ],
906
+ "key_auths": [
907
+ [
908
+ "TST7xue5ESY1xHhDZj6dw2igXCwoHobA3cnxffacvp4XMzwfzLZu4",
909
+ 1
910
+ ]
911
+ ]
912
+ },
913
+ "active": {
914
+ "weight_threshold": 1,
915
+ "account_auths": [
916
+
917
+ ],
918
+ "key_auths": [
919
+ [
920
+ "TST6Yp3zeaYNU7XJF2MxoHhDcWT4vGgVkzTLEvhMY6g5tvmwzn3tN",
921
+ 1
922
+ ]
923
+ ]
924
+ },
925
+ "posting": {
926
+ "weight_threshold": 1,
927
+ "account_auths": [
928
+
929
+ ],
930
+ "key_auths": [
931
+ [
932
+ "TST5Q7ZdopjQWZMwiyZk11W5Yhvsfu1PG3f4qsQN58A7XfHP34Hig",
933
+ 1
934
+ ]
935
+ ]
936
+ },
937
+ "memo_key": "TST5u69JnHZ3oznnwn71J6VA4r5oVJX6Xu3dpbFVoHpJoZXnbDfaW",
938
+ "json_metadata": "",
939
+ "extensions": [
940
+
941
+ ]
942
+ }
943
+ ]
944
+ ],
945
+ "ref_block_num": 128,
946
+ "ref_block_prefix": 638007447,
947
+ "expiration": "2020-04-03T22:35:33"
948
+ }
949
+ ],
950
+ "id": 33542467655630
951
+ }
952
+ {
953
+ "jsonrpc": "2.0",
954
+ "error": {
955
+ "code": -32003,
956
+ "message": "Assert Exception:false: Cannot parse asset symbol",
957
+ "data": {
958
+ "code": 10,
959
+ "name": "assert_exception",
960
+ "message": "Assert Exception",
961
+ "stack": [
962
+ {
963
+ "context": {
964
+ "level": "error",
965
+ "file": "network_broadcast_api_legacy_asset.cpp",
966
+ "line": 63,
967
+ "method": "string_to_asset_num",
968
+ "hostname": "",
969
+ "timestamp": "2020-04-03T22:25:33"
970
+ },
971
+ "format": "false: Cannot parse asset symbol",
972
+ "data": {
973
+ }
974
+ },
975
+ {
976
+ "context": {
977
+ "level": "warn",
978
+ "file": "network_broadcast_api_legacy_asset.cpp",
979
+ "line": 187,
980
+ "method": "from_string",
981
+ "hostname": "",
982
+ "timestamp": "2020-04-03T22:25:33"
983
+ },
984
+ "format": "",
985
+ "data": {
986
+ "from": "0.000 TESTS"
987
+ }
988
+ }
989
+ ]
990
+ }
991
+ },
992
+ "id": "33542467655630"
993
+ }
994
+ {
995
+ "jsonrpc": "2.0",
996
+ "method": "database_api.get_dynamic_global_properties",
997
+ "params": {
998
+ },
999
+ "id": 221092243312594
1000
+ }
1001
+ {
1002
+ "jsonrpc": "2.0",
1003
+ "result": {
1004
+ "id": 0,
1005
+ "head_block_number": 151,
1006
+ "head_block_id": "0000009767560313baa1882f7d0abe314a578464",
1007
+ "time": "2020-04-03T22:26:09",
1008
+ "current_witness": "XGT0000000000000",
1009
+ "total_pow": "18446744073709551615",
1010
+ "num_pow_witnesses": 0,
1011
+ "virtual_supply": {
1012
+ "amount": "250000329784",
1013
+ "precision": 3,
1014
+ "nai": "@@000000021"
1015
+ },
1016
+ "current_supply": {
1017
+ "amount": "250000294752",
1018
+ "precision": 3,
1019
+ "nai": "@@000000021"
1020
+ },
1021
+ "confidential_supply": {
1022
+ "amount": "0",
1023
+ "precision": 3,
1024
+ "nai": "@@000000021"
1025
+ },
1026
+ "init_sbd_supply": {
1027
+ "amount": "7000000000",
1028
+ "precision": 3,
1029
+ "nai": "@@000000013"
1030
+ },
1031
+ "current_sbd_supply": {
1032
+ "amount": "35032",
1033
+ "precision": 3,
1034
+ "nai": "@@000000013"
1035
+ },
1036
+ "confidential_sbd_supply": {
1037
+ "amount": "0",
1038
+ "precision": 3,
1039
+ "nai": "@@000000013"
1040
+ },
1041
+ "total_vesting_fund_steem": {
1042
+ "amount": "66591",
1043
+ "precision": 3,
1044
+ "nai": "@@000000021"
1045
+ },
1046
+ "total_vesting_shares": {
1047
+ "amount": "248810",
1048
+ "precision": 6,
1049
+ "nai": "@@000000037"
1050
+ },
1051
+ "total_reward_fund_steem": {
1052
+ "amount": "0",
1053
+ "precision": 3,
1054
+ "nai": "@@000000021"
1055
+ },
1056
+ "total_reward_shares2": "0",
1057
+ "pending_rewarded_vesting_shares": {
1058
+ "amount": "0",
1059
+ "precision": 6,
1060
+ "nai": "@@000000037"
1061
+ },
1062
+ "pending_rewarded_vesting_steem": {
1063
+ "amount": "0",
1064
+ "precision": 3,
1065
+ "nai": "@@000000021"
1066
+ },
1067
+ "sbd_interest_rate": 0,
1068
+ "sbd_print_rate": 10000,
1069
+ "maximum_block_size": 393216000,
1070
+ "required_actions_partition_percent": 2500,
1071
+ "current_aslot": 151,
1072
+ "recent_slots_filled": "340282366920938463463374607431768211455",
1073
+ "participation_count": 128,
1074
+ "last_irreversible_block_num": 141,
1075
+ "target_votes_per_period": 50,
1076
+ "delegation_return_period": 432000,
1077
+ "reverse_auction_seconds": 300,
1078
+ "available_account_subsidies": 120347,
1079
+ "sbd_stop_percent": 1000,
1080
+ "sbd_start_percent": 900,
1081
+ "next_maintenance_time": "2020-04-03T23:18:39",
1082
+ "last_budget_time": "2020-04-03T22:18:39",
1083
+ "content_reward_percent": 6500,
1084
+ "vesting_reward_percent": 1500,
1085
+ "sps_fund_percent": 1000,
1086
+ "sps_interval_ledger": {
1087
+ "amount": "34800",
1088
+ "precision": 3,
1089
+ "nai": "@@000000013"
1090
+ },
1091
+ "downvote_pool_percent": 2500,
1092
+ "smt_creation_fee": {
1093
+ "amount": "1000",
1094
+ "precision": 3,
1095
+ "nai": "@@000000013"
1096
+ }
1097
+ },
1098
+ "id": "221092243312594"
1099
+ }
1100
+ {
1101
+ "jsonrpc": "2.0",
1102
+ "method": "block_api.get_block_header",
1103
+ "params": {
1104
+ "block_num": 141
1105
+ },
1106
+ "id": 20421619156598
1107
+ }
1108
+ {
1109
+ "jsonrpc": "2.0",
1110
+ "result": {
1111
+ "header": {
1112
+ "previous": "0000008cd83b5cbe376b591065d624cd9c46d2f5",
1113
+ "timestamp": "2020-04-03T22:25:39",
1114
+ "witness": "XGT0000000000000",
1115
+ "transaction_merkle_root": "0000000000000000000000000000000000000000",
1116
+ "extensions": [
1117
+
1118
+ ]
1119
+ }
1120
+ },
1121
+ "id": "20421619156598"
1122
+ }
1123
+ {
1124
+ "jsonrpc": "2.0",
1125
+ "method": "network_broadcast_api.get_transaction_hex",
1126
+ "params": [
1127
+ {
1128
+ "extensions": [
1129
+
1130
+ ],
1131
+ "operations": [
1132
+ [
1133
+ "account_create",
1134
+ {
1135
+ "fee": "0.000 TESTS",
1136
+ "creator": "initminer",
1137
+ "new_account_name": "foo0bd647e98ce9",
1138
+ "owner": {
1139
+ "weight_threshold": 1,
1140
+ "account_auths": [
1141
+
1142
+ ],
1143
+ "key_auths": [
1144
+ [
1145
+ "TST7xue5ESY1xHhDZj6dw2igXCwoHobA3cnxffacvp4XMzwfzLZu4",
1146
+ 1
1147
+ ]
1148
+ ]
1149
+ },
1150
+ "active": {
1151
+ "weight_threshold": 1,
1152
+ "account_auths": [
1153
+
1154
+ ],
1155
+ "key_auths": [
1156
+ [
1157
+ "TST6Yp3zeaYNU7XJF2MxoHhDcWT4vGgVkzTLEvhMY6g5tvmwzn3tN",
1158
+ 1
1159
+ ]
1160
+ ]
1161
+ },
1162
+ "posting": {
1163
+ "weight_threshold": 1,
1164
+ "account_auths": [
1165
+
1166
+ ],
1167
+ "key_auths": [
1168
+ [
1169
+ "TST5Q7ZdopjQWZMwiyZk11W5Yhvsfu1PG3f4qsQN58A7XfHP34Hig",
1170
+ 1
1171
+ ]
1172
+ ]
1173
+ },
1174
+ "memo_key": "TST5u69JnHZ3oznnwn71J6VA4r5oVJX6Xu3dpbFVoHpJoZXnbDfaW",
1175
+ "json_metadata": "",
1176
+ "extensions": [
1177
+
1178
+ ]
1179
+ }
1180
+ ]
1181
+ ],
1182
+ "ref_block_num": 140,
1183
+ "ref_block_prefix": 3193715672,
1184
+ "expiration": "2020-04-03T22:36:09"
1185
+ }
1186
+ ],
1187
+ "id": 60096025486282
1188
+ }
1189
+ {
1190
+ "jsonrpc": "2.0",
1191
+ "error": {
1192
+ "code": -32003,
1193
+ "message": "Assert Exception:false: Cannot parse asset symbol",
1194
+ "data": {
1195
+ "code": 10,
1196
+ "name": "assert_exception",
1197
+ "message": "Assert Exception",
1198
+ "stack": [
1199
+ {
1200
+ "context": {
1201
+ "level": "error",
1202
+ "file": "network_broadcast_api_legacy_asset.cpp",
1203
+ "line": 63,
1204
+ "method": "string_to_asset_num",
1205
+ "hostname": "",
1206
+ "timestamp": "2020-04-03T22:26:10"
1207
+ },
1208
+ "format": "false: Cannot parse asset symbol",
1209
+ "data": {
1210
+ }
1211
+ },
1212
+ {
1213
+ "context": {
1214
+ "level": "warn",
1215
+ "file": "network_broadcast_api_legacy_asset.cpp",
1216
+ "line": 187,
1217
+ "method": "from_string",
1218
+ "hostname": "",
1219
+ "timestamp": "2020-04-03T22:26:10"
1220
+ },
1221
+ "format": "",
1222
+ "data": {
1223
+ "from": "0.000 TESTS"
1224
+ }
1225
+ }
1226
+ ]
1227
+ }
1228
+ },
1229
+ "id": "60096025486282"
1230
+ }
1231
+ {
1232
+ "jsonrpc": "2.0",
1233
+ "method": "database_api.get_dynamic_global_properties",
1234
+ "params": {
1235
+ },
1236
+ "id": 233569483148934
1237
+ }
1238
+ {
1239
+ "jsonrpc": "2.0",
1240
+ "result": {
1241
+ "id": 0,
1242
+ "head_block_number": 164,
1243
+ "head_block_id": "000000a40026f0933cbf148c72419dc2e9f22f9e",
1244
+ "time": "2020-04-03T22:26:48",
1245
+ "current_witness": "XGT0000000000000",
1246
+ "total_pow": "18446744073709551615",
1247
+ "num_pow_witnesses": 0,
1248
+ "virtual_supply": {
1249
+ "amount": "250000358176",
1250
+ "precision": 3,
1251
+ "nai": "@@000000021"
1252
+ },
1253
+ "current_supply": {
1254
+ "amount": "250000320128",
1255
+ "precision": 3,
1256
+ "nai": "@@000000021"
1257
+ },
1258
+ "confidential_supply": {
1259
+ "amount": "0",
1260
+ "precision": 3,
1261
+ "nai": "@@000000021"
1262
+ },
1263
+ "init_sbd_supply": {
1264
+ "amount": "7000000000",
1265
+ "precision": 3,
1266
+ "nai": "@@000000013"
1267
+ },
1268
+ "current_sbd_supply": {
1269
+ "amount": "38048",
1270
+ "precision": 3,
1271
+ "nai": "@@000000013"
1272
+ },
1273
+ "confidential_sbd_supply": {
1274
+ "amount": "0",
1275
+ "precision": 3,
1276
+ "nai": "@@000000013"
1277
+ },
1278
+ "total_vesting_fund_steem": {
1279
+ "amount": "72324",
1280
+ "precision": 3,
1281
+ "nai": "@@000000021"
1282
+ },
1283
+ "total_vesting_shares": {
1284
+ "amount": "253163",
1285
+ "precision": 6,
1286
+ "nai": "@@000000037"
1287
+ },
1288
+ "total_reward_fund_steem": {
1289
+ "amount": "0",
1290
+ "precision": 3,
1291
+ "nai": "@@000000021"
1292
+ },
1293
+ "total_reward_shares2": "0",
1294
+ "pending_rewarded_vesting_shares": {
1295
+ "amount": "0",
1296
+ "precision": 6,
1297
+ "nai": "@@000000037"
1298
+ },
1299
+ "pending_rewarded_vesting_steem": {
1300
+ "amount": "0",
1301
+ "precision": 3,
1302
+ "nai": "@@000000021"
1303
+ },
1304
+ "sbd_interest_rate": 0,
1305
+ "sbd_print_rate": 10000,
1306
+ "maximum_block_size": 393216000,
1307
+ "required_actions_partition_percent": 2500,
1308
+ "current_aslot": 164,
1309
+ "recent_slots_filled": "340282366920938463463374607431768211455",
1310
+ "participation_count": 128,
1311
+ "last_irreversible_block_num": 154,
1312
+ "target_votes_per_period": 50,
1313
+ "delegation_return_period": 432000,
1314
+ "reverse_auction_seconds": 300,
1315
+ "available_account_subsidies": 130708,
1316
+ "sbd_stop_percent": 1000,
1317
+ "sbd_start_percent": 900,
1318
+ "next_maintenance_time": "2020-04-03T23:18:39",
1319
+ "last_budget_time": "2020-04-03T22:18:39",
1320
+ "content_reward_percent": 6500,
1321
+ "vesting_reward_percent": 1500,
1322
+ "sps_fund_percent": 1000,
1323
+ "sps_interval_ledger": {
1324
+ "amount": "37816",
1325
+ "precision": 3,
1326
+ "nai": "@@000000013"
1327
+ },
1328
+ "downvote_pool_percent": 2500,
1329
+ "smt_creation_fee": {
1330
+ "amount": "1000",
1331
+ "precision": 3,
1332
+ "nai": "@@000000013"
1333
+ }
1334
+ },
1335
+ "id": "233569483148934"
1336
+ }
1337
+ {
1338
+ "jsonrpc": "2.0",
1339
+ "method": "block_api.get_block_header",
1340
+ "params": {
1341
+ "block_num": 154
1342
+ },
1343
+ "id": 81259502989224
1344
+ }
1345
+ {
1346
+ "jsonrpc": "2.0",
1347
+ "result": {
1348
+ "header": {
1349
+ "previous": "00000099a5e7bfc3228d89de12c5f5810dc4eef4",
1350
+ "timestamp": "2020-04-03T22:26:18",
1351
+ "witness": "XGT0000000000000",
1352
+ "transaction_merkle_root": "0000000000000000000000000000000000000000",
1353
+ "extensions": [
1354
+
1355
+ ]
1356
+ }
1357
+ },
1358
+ "id": "81259502989224"
1359
+ }
1360
+ {
1361
+ "jsonrpc": "2.0",
1362
+ "method": "network_broadcast_api.get_transaction_hex",
1363
+ "params": [
1364
+ {
1365
+ "extensions": [
1366
+
1367
+ ],
1368
+ "operations": [
1369
+ [
1370
+ "account_create",
1371
+ {
1372
+ "fee": "0.000 TESTS",
1373
+ "creator": "initminer",
1374
+ "new_account_name": "foo5f9886e327c8",
1375
+ "owner": {
1376
+ "weight_threshold": 1,
1377
+ "account_auths": [
1378
+
1379
+ ],
1380
+ "key_auths": [
1381
+ [
1382
+ "TST7xue5ESY1xHhDZj6dw2igXCwoHobA3cnxffacvp4XMzwfzLZu4",
1383
+ 1
1384
+ ]
1385
+ ]
1386
+ },
1387
+ "active": {
1388
+ "weight_threshold": 1,
1389
+ "account_auths": [
1390
+
1391
+ ],
1392
+ "key_auths": [
1393
+ [
1394
+ "TST6Yp3zeaYNU7XJF2MxoHhDcWT4vGgVkzTLEvhMY6g5tvmwzn3tN",
1395
+ 1
1396
+ ]
1397
+ ]
1398
+ },
1399
+ "posting": {
1400
+ "weight_threshold": 1,
1401
+ "account_auths": [
1402
+
1403
+ ],
1404
+ "key_auths": [
1405
+ [
1406
+ "TST5Q7ZdopjQWZMwiyZk11W5Yhvsfu1PG3f4qsQN58A7XfHP34Hig",
1407
+ 1
1408
+ ]
1409
+ ]
1410
+ },
1411
+ "memo_key": "TST5u69JnHZ3oznnwn71J6VA4r5oVJX6Xu3dpbFVoHpJoZXnbDfaW",
1412
+ "json_metadata": "",
1413
+ "extensions": [
1414
+
1415
+ ]
1416
+ }
1417
+ ]
1418
+ ],
1419
+ "ref_block_num": 153,
1420
+ "ref_block_prefix": 3284133797,
1421
+ "expiration": "2020-04-03T22:36:48"
1422
+ }
1423
+ ],
1424
+ "id": 21451943855995
1425
+ }
1426
+ {
1427
+ "jsonrpc": "2.0",
1428
+ "error": {
1429
+ "code": -32003,
1430
+ "message": "Assert Exception:false: Cannot parse asset symbol",
1431
+ "data": {
1432
+ "code": 10,
1433
+ "name": "assert_exception",
1434
+ "message": "Assert Exception",
1435
+ "stack": [
1436
+ {
1437
+ "context": {
1438
+ "level": "error",
1439
+ "file": "network_broadcast_api_legacy_asset.cpp",
1440
+ "line": 63,
1441
+ "method": "string_to_asset_num",
1442
+ "hostname": "",
1443
+ "timestamp": "2020-04-03T22:26:49"
1444
+ },
1445
+ "format": "false: Cannot parse asset symbol",
1446
+ "data": {
1447
+ }
1448
+ },
1449
+ {
1450
+ "context": {
1451
+ "level": "warn",
1452
+ "file": "network_broadcast_api_legacy_asset.cpp",
1453
+ "line": 187,
1454
+ "method": "from_string",
1455
+ "hostname": "",
1456
+ "timestamp": "2020-04-03T22:26:49"
1457
+ },
1458
+ "format": "",
1459
+ "data": {
1460
+ "from": "0.000 TESTS"
1461
+ }
1462
+ }
1463
+ ]
1464
+ }
1465
+ },
1466
+ "id": "21451943855995"
1467
+ }
1468
+ {
1469
+ "jsonrpc": "2.0",
1470
+ "method": "database_api.get_dynamic_global_properties",
1471
+ "params": {
1472
+ },
1473
+ "id": 17176135894733
1474
+ }
1475
+ {
1476
+ "jsonrpc": "2.0",
1477
+ "method": "database_api.get_dynamic_global_properties",
1478
+ "params": {
1479
+ },
1480
+ "id": 133705260777574
1481
+ }
1482
+ {
1483
+ "jsonrpc": "2.0",
1484
+ "result": {
1485
+ "id": 0,
1486
+ "head_block_number": 215,
1487
+ "head_block_id": "000000d77cdbe2c66d9f34bc13f1e3999e4cbd5d",
1488
+ "time": "2020-04-03T22:29:21",
1489
+ "current_witness": "XGT0000000000000",
1490
+ "total_pow": "18446744073709551615",
1491
+ "num_pow_witnesses": 0,
1492
+ "virtual_supply": {
1493
+ "amount": "250000469560",
1494
+ "precision": 3,
1495
+ "nai": "@@000000021"
1496
+ },
1497
+ "current_supply": {
1498
+ "amount": "250000419680",
1499
+ "precision": 3,
1500
+ "nai": "@@000000021"
1501
+ },
1502
+ "confidential_supply": {
1503
+ "amount": "0",
1504
+ "precision": 3,
1505
+ "nai": "@@000000021"
1506
+ },
1507
+ "init_sbd_supply": {
1508
+ "amount": "7000000000",
1509
+ "precision": 3,
1510
+ "nai": "@@000000013"
1511
+ },
1512
+ "current_sbd_supply": {
1513
+ "amount": "49880",
1514
+ "precision": 3,
1515
+ "nai": "@@000000013"
1516
+ },
1517
+ "confidential_sbd_supply": {
1518
+ "amount": "0",
1519
+ "precision": 3,
1520
+ "nai": "@@000000013"
1521
+ },
1522
+ "total_vesting_fund_steem": {
1523
+ "amount": "94815",
1524
+ "precision": 3,
1525
+ "nai": "@@000000021"
1526
+ },
1527
+ "total_vesting_shares": {
1528
+ "amount": "267977",
1529
+ "precision": 6,
1530
+ "nai": "@@000000037"
1531
+ },
1532
+ "total_reward_fund_steem": {
1533
+ "amount": "0",
1534
+ "precision": 3,
1535
+ "nai": "@@000000021"
1536
+ },
1537
+ "total_reward_shares2": "0",
1538
+ "pending_rewarded_vesting_shares": {
1539
+ "amount": "0",
1540
+ "precision": 6,
1541
+ "nai": "@@000000037"
1542
+ },
1543
+ "pending_rewarded_vesting_steem": {
1544
+ "amount": "0",
1545
+ "precision": 3,
1546
+ "nai": "@@000000021"
1547
+ },
1548
+ "sbd_interest_rate": 0,
1549
+ "sbd_print_rate": 10000,
1550
+ "maximum_block_size": 393216000,
1551
+ "required_actions_partition_percent": 2500,
1552
+ "current_aslot": 215,
1553
+ "recent_slots_filled": "340282366920938463463374607431768211455",
1554
+ "participation_count": 128,
1555
+ "last_irreversible_block_num": 205,
1556
+ "target_votes_per_period": 50,
1557
+ "delegation_return_period": 432000,
1558
+ "reverse_auction_seconds": 300,
1559
+ "available_account_subsidies": 171355,
1560
+ "sbd_stop_percent": 1000,
1561
+ "sbd_start_percent": 900,
1562
+ "next_maintenance_time": "2020-04-03T23:18:39",
1563
+ "last_budget_time": "2020-04-03T22:18:39",
1564
+ "content_reward_percent": 6500,
1565
+ "vesting_reward_percent": 1500,
1566
+ "sps_fund_percent": 1000,
1567
+ "sps_interval_ledger": {
1568
+ "amount": "49648",
1569
+ "precision": 3,
1570
+ "nai": "@@000000013"
1571
+ },
1572
+ "downvote_pool_percent": 2500,
1573
+ "smt_creation_fee": {
1574
+ "amount": "1000",
1575
+ "precision": 3,
1576
+ "nai": "@@000000013"
1577
+ }
1578
+ },
1579
+ "id": "133705260777574"
1580
+ }
1581
+ {
1582
+ "jsonrpc": "2.0",
1583
+ "method": "block_api.get_block_header",
1584
+ "params": {
1585
+ "block_num": 205
1586
+ },
1587
+ "id": 249151257448998
1588
+ }
1589
+ {
1590
+ "jsonrpc": "2.0",
1591
+ "result": {
1592
+ "header": {
1593
+ "previous": "000000cc0e977e39833983a8e127e6e6073f391e",
1594
+ "timestamp": "2020-04-03T22:28:51",
1595
+ "witness": "XGT0000000000000",
1596
+ "transaction_merkle_root": "0000000000000000000000000000000000000000",
1597
+ "extensions": [
1598
+
1599
+ ]
1600
+ }
1601
+ },
1602
+ "id": "249151257448998"
1603
+ }
1604
+ {
1605
+ "jsonrpc": "2.0",
1606
+ "method": "network_broadcast_api.get_transaction_hex",
1607
+ "params": [
1608
+ {
1609
+ "extensions": [
1610
+
1611
+ ],
1612
+ "operations": [
1613
+ [
1614
+ "account_create",
1615
+ {
1616
+ "fee": "0.000 TESTS",
1617
+ "creator": "initminer",
1618
+ "new_account_name": "foo6a92a6d7f23f",
1619
+ "owner": {
1620
+ "weight_threshold": 1,
1621
+ "account_auths": [
1622
+
1623
+ ],
1624
+ "key_auths": [
1625
+ [
1626
+ "TST7xue5ESY1xHhDZj6dw2igXCwoHobA3cnxffacvp4XMzwfzLZu4",
1627
+ 1
1628
+ ]
1629
+ ]
1630
+ },
1631
+ "active": {
1632
+ "weight_threshold": 1,
1633
+ "account_auths": [
1634
+
1635
+ ],
1636
+ "key_auths": [
1637
+ [
1638
+ "TST6Yp3zeaYNU7XJF2MxoHhDcWT4vGgVkzTLEvhMY6g5tvmwzn3tN",
1639
+ 1
1640
+ ]
1641
+ ]
1642
+ },
1643
+ "posting": {
1644
+ "weight_threshold": 1,
1645
+ "account_auths": [
1646
+
1647
+ ],
1648
+ "key_auths": [
1649
+ [
1650
+ "TST5Q7ZdopjQWZMwiyZk11W5Yhvsfu1PG3f4qsQN58A7XfHP34Hig",
1651
+ 1
1652
+ ]
1653
+ ]
1654
+ },
1655
+ "memo_key": "TST5u69JnHZ3oznnwn71J6VA4r5oVJX6Xu3dpbFVoHpJoZXnbDfaW",
1656
+ "json_metadata": "",
1657
+ "extensions": [
1658
+
1659
+ ]
1660
+ }
1661
+ ]
1662
+ ],
1663
+ "ref_block_num": 204,
1664
+ "ref_block_prefix": 964597518,
1665
+ "expiration": "2020-04-03T22:39:21"
1666
+ }
1667
+ ],
1668
+ "id": 80287880275856
1669
+ }
1670
+ {
1671
+ "jsonrpc": "2.0",
1672
+ "error": {
1673
+ "code": -32003,
1674
+ "message": "Assert Exception:false: Cannot parse asset symbol",
1675
+ "data": {
1676
+ "code": 10,
1677
+ "name": "assert_exception",
1678
+ "message": "Assert Exception",
1679
+ "stack": [
1680
+ {
1681
+ "context": {
1682
+ "level": "error",
1683
+ "file": "network_broadcast_api_legacy_asset.cpp",
1684
+ "line": 63,
1685
+ "method": "string_to_asset_num",
1686
+ "hostname": "",
1687
+ "timestamp": "2020-04-03T22:29:22"
1688
+ },
1689
+ "format": "false: Cannot parse asset symbol",
1690
+ "data": {
1691
+ }
1692
+ },
1693
+ {
1694
+ "context": {
1695
+ "level": "warn",
1696
+ "file": "network_broadcast_api_legacy_asset.cpp",
1697
+ "line": 187,
1698
+ "method": "from_string",
1699
+ "hostname": "",
1700
+ "timestamp": "2020-04-03T22:29:22"
1701
+ },
1702
+ "format": "",
1703
+ "data": {
1704
+ "from": "0.000 TESTS"
1705
+ }
1706
+ }
1707
+ ]
1708
+ }
1709
+ },
1710
+ "id": "80287880275856"
1711
+ }
1712
+ {
1713
+ "jsonrpc": "2.0",
1714
+ "method": "database_api.get_dynamic_global_properties",
1715
+ "params": {
1716
+ },
1717
+ "id": 166628369686941
1718
+ }
1719
+ {
1720
+ "jsonrpc": "2.0",
1721
+ "result": {
1722
+ "id": 0,
1723
+ "head_block_number": 264,
1724
+ "head_block_id": "0000010810b71f2c93986d3da1e1939c16a7384d",
1725
+ "time": "2020-04-03T22:31:48",
1726
+ "current_witness": "XGT0000000000000",
1727
+ "total_pow": "18446744073709551615",
1728
+ "num_pow_witnesses": 0,
1729
+ "virtual_supply": {
1730
+ "amount": "250000576576",
1731
+ "precision": 3,
1732
+ "nai": "@@000000021"
1733
+ },
1734
+ "current_supply": {
1735
+ "amount": "250000515328",
1736
+ "precision": 3,
1737
+ "nai": "@@000000021"
1738
+ },
1739
+ "confidential_supply": {
1740
+ "amount": "0",
1741
+ "precision": 3,
1742
+ "nai": "@@000000021"
1743
+ },
1744
+ "init_sbd_supply": {
1745
+ "amount": "7000000000",
1746
+ "precision": 3,
1747
+ "nai": "@@000000013"
1748
+ },
1749
+ "current_sbd_supply": {
1750
+ "amount": "61248",
1751
+ "precision": 3,
1752
+ "nai": "@@000000013"
1753
+ },
1754
+ "confidential_sbd_supply": {
1755
+ "amount": "0",
1756
+ "precision": 3,
1757
+ "nai": "@@000000013"
1758
+ },
1759
+ "total_vesting_fund_steem": {
1760
+ "amount": "116424",
1761
+ "precision": 3,
1762
+ "nai": "@@000000021"
1763
+ },
1764
+ "total_vesting_shares": {
1765
+ "amount": "279789",
1766
+ "precision": 6,
1767
+ "nai": "@@000000037"
1768
+ },
1769
+ "total_reward_fund_steem": {
1770
+ "amount": "0",
1771
+ "precision": 3,
1772
+ "nai": "@@000000021"
1773
+ },
1774
+ "total_reward_shares2": "0",
1775
+ "pending_rewarded_vesting_shares": {
1776
+ "amount": "0",
1777
+ "precision": 6,
1778
+ "nai": "@@000000037"
1779
+ },
1780
+ "pending_rewarded_vesting_steem": {
1781
+ "amount": "0",
1782
+ "precision": 3,
1783
+ "nai": "@@000000021"
1784
+ },
1785
+ "sbd_interest_rate": 0,
1786
+ "sbd_print_rate": 10000,
1787
+ "maximum_block_size": 393216000,
1788
+ "required_actions_partition_percent": 2500,
1789
+ "current_aslot": 264,
1790
+ "recent_slots_filled": "340282366920938463463374607431768211455",
1791
+ "participation_count": 128,
1792
+ "last_irreversible_block_num": 254,
1793
+ "target_votes_per_period": 50,
1794
+ "delegation_return_period": 432000,
1795
+ "reverse_auction_seconds": 300,
1796
+ "available_account_subsidies": 210393,
1797
+ "sbd_stop_percent": 1000,
1798
+ "sbd_start_percent": 900,
1799
+ "next_maintenance_time": "2020-04-03T23:18:39",
1800
+ "last_budget_time": "2020-04-03T22:18:39",
1801
+ "content_reward_percent": 6500,
1802
+ "vesting_reward_percent": 1500,
1803
+ "sps_fund_percent": 1000,
1804
+ "sps_interval_ledger": {
1805
+ "amount": "61016",
1806
+ "precision": 3,
1807
+ "nai": "@@000000013"
1808
+ },
1809
+ "downvote_pool_percent": 2500,
1810
+ "smt_creation_fee": {
1811
+ "amount": "1000",
1812
+ "precision": 3,
1813
+ "nai": "@@000000013"
1814
+ }
1815
+ },
1816
+ "id": "166628369686941"
1817
+ }
1818
+ {
1819
+ "jsonrpc": "2.0",
1820
+ "method": "block_api.get_block_header",
1821
+ "params": {
1822
+ "block_num": 254
1823
+ },
1824
+ "id": 270054922690337
1825
+ }
1826
+ {
1827
+ "jsonrpc": "2.0",
1828
+ "result": {
1829
+ "header": {
1830
+ "previous": "000000fd5f1f41da20fa69794ba04a20c89a7562",
1831
+ "timestamp": "2020-04-03T22:31:18",
1832
+ "witness": "XGT0000000000000",
1833
+ "transaction_merkle_root": "0000000000000000000000000000000000000000",
1834
+ "extensions": [
1835
+
1836
+ ]
1837
+ }
1838
+ },
1839
+ "id": "270054922690337"
1840
+ }
1841
+ {
1842
+ "jsonrpc": "2.0",
1843
+ "method": "network_broadcast_api.get_transaction_hex",
1844
+ "params": [
1845
+ {
1846
+ "extensions": [
1847
+
1848
+ ],
1849
+ "operations": [
1850
+ [
1851
+ "account_create",
1852
+ {
1853
+ "fee": "0.000 TESTS",
1854
+ "creator": "initminer",
1855
+ "new_account_name": "foo4d6510847a36",
1856
+ "owner": {
1857
+ "weight_threshold": 1,
1858
+ "account_auths": [
1859
+
1860
+ ],
1861
+ "key_auths": [
1862
+ [
1863
+ "TST7xue5ESY1xHhDZj6dw2igXCwoHobA3cnxffacvp4XMzwfzLZu4",
1864
+ 1
1865
+ ]
1866
+ ]
1867
+ },
1868
+ "active": {
1869
+ "weight_threshold": 1,
1870
+ "account_auths": [
1871
+
1872
+ ],
1873
+ "key_auths": [
1874
+ [
1875
+ "TST6Yp3zeaYNU7XJF2MxoHhDcWT4vGgVkzTLEvhMY6g5tvmwzn3tN",
1876
+ 1
1877
+ ]
1878
+ ]
1879
+ },
1880
+ "posting": {
1881
+ "weight_threshold": 1,
1882
+ "account_auths": [
1883
+
1884
+ ],
1885
+ "key_auths": [
1886
+ [
1887
+ "TST5Q7ZdopjQWZMwiyZk11W5Yhvsfu1PG3f4qsQN58A7XfHP34Hig",
1888
+ 1
1889
+ ]
1890
+ ]
1891
+ },
1892
+ "memo_key": "TST5u69JnHZ3oznnwn71J6VA4r5oVJX6Xu3dpbFVoHpJoZXnbDfaW",
1893
+ "json_metadata": "",
1894
+ "extensions": [
1895
+
1896
+ ]
1897
+ }
1898
+ ]
1899
+ ],
1900
+ "ref_block_num": 253,
1901
+ "ref_block_prefix": 3661700959,
1902
+ "expiration": "2020-04-03T22:41:48"
1903
+ }
1904
+ ],
1905
+ "id": 190281603835594
1906
+ }
1907
+ {
1908
+ "jsonrpc": "2.0",
1909
+ "error": {
1910
+ "code": -32003,
1911
+ "message": "Assert Exception:false: Cannot parse asset symbol",
1912
+ "data": {
1913
+ "code": 10,
1914
+ "name": "assert_exception",
1915
+ "message": "Assert Exception",
1916
+ "stack": [
1917
+ {
1918
+ "context": {
1919
+ "level": "error",
1920
+ "file": "network_broadcast_api_legacy_asset.cpp",
1921
+ "line": 63,
1922
+ "method": "string_to_asset_num",
1923
+ "hostname": "",
1924
+ "timestamp": "2020-04-03T22:31:49"
1925
+ },
1926
+ "format": "false: Cannot parse asset symbol",
1927
+ "data": {
1928
+ }
1929
+ },
1930
+ {
1931
+ "context": {
1932
+ "level": "warn",
1933
+ "file": "network_broadcast_api_legacy_asset.cpp",
1934
+ "line": 187,
1935
+ "method": "from_string",
1936
+ "hostname": "",
1937
+ "timestamp": "2020-04-03T22:31:49"
1938
+ },
1939
+ "format": "",
1940
+ "data": {
1941
+ "from": "0.000 TESTS"
1942
+ }
1943
+ }
1944
+ ]
1945
+ }
1946
+ },
1947
+ "id": "190281603835594"
1948
+ }
1949
+ {
1950
+ "jsonrpc": "2.0",
1951
+ "method": "database_api.get_dynamic_global_properties",
1952
+ "params": {
1953
+ },
1954
+ "id": 274789762747093
1955
+ }
1956
+ {
1957
+ "jsonrpc": "2.0",
1958
+ "result": {
1959
+ "id": 0,
1960
+ "head_block_number": 272,
1961
+ "head_block_id": "00000110816ba308537fe79af24c71ceb4f5c541",
1962
+ "time": "2020-04-03T22:32:12",
1963
+ "current_witness": "XGT0000000000000",
1964
+ "total_pow": "18446744073709551615",
1965
+ "num_pow_witnesses": 0,
1966
+ "virtual_supply": {
1967
+ "amount": "250000594048",
1968
+ "precision": 3,
1969
+ "nai": "@@000000021"
1970
+ },
1971
+ "current_supply": {
1972
+ "amount": "250000530944",
1973
+ "precision": 3,
1974
+ "nai": "@@000000021"
1975
+ },
1976
+ "confidential_supply": {
1977
+ "amount": "0",
1978
+ "precision": 3,
1979
+ "nai": "@@000000021"
1980
+ },
1981
+ "init_sbd_supply": {
1982
+ "amount": "7000000000",
1983
+ "precision": 3,
1984
+ "nai": "@@000000013"
1985
+ },
1986
+ "current_sbd_supply": {
1987
+ "amount": "63104",
1988
+ "precision": 3,
1989
+ "nai": "@@000000013"
1990
+ },
1991
+ "confidential_sbd_supply": {
1992
+ "amount": "0",
1993
+ "precision": 3,
1994
+ "nai": "@@000000013"
1995
+ },
1996
+ "total_vesting_fund_steem": {
1997
+ "amount": "119952",
1998
+ "precision": 3,
1999
+ "nai": "@@000000021"
2000
+ },
2001
+ "total_vesting_shares": {
2002
+ "amount": "281549",
2003
+ "precision": 6,
2004
+ "nai": "@@000000037"
2005
+ },
2006
+ "total_reward_fund_steem": {
2007
+ "amount": "0",
2008
+ "precision": 3,
2009
+ "nai": "@@000000021"
2010
+ },
2011
+ "total_reward_shares2": "0",
2012
+ "pending_rewarded_vesting_shares": {
2013
+ "amount": "0",
2014
+ "precision": 6,
2015
+ "nai": "@@000000037"
2016
+ },
2017
+ "pending_rewarded_vesting_steem": {
2018
+ "amount": "0",
2019
+ "precision": 3,
2020
+ "nai": "@@000000021"
2021
+ },
2022
+ "sbd_interest_rate": 0,
2023
+ "sbd_print_rate": 10000,
2024
+ "maximum_block_size": 393216000,
2025
+ "required_actions_partition_percent": 2500,
2026
+ "current_aslot": 272,
2027
+ "recent_slots_filled": "340282366920938463463374607431768211455",
2028
+ "participation_count": 128,
2029
+ "last_irreversible_block_num": 262,
2030
+ "target_votes_per_period": 50,
2031
+ "delegation_return_period": 432000,
2032
+ "reverse_auction_seconds": 300,
2033
+ "available_account_subsidies": 216761,
2034
+ "sbd_stop_percent": 1000,
2035
+ "sbd_start_percent": 900,
2036
+ "next_maintenance_time": "2020-04-03T23:18:39",
2037
+ "last_budget_time": "2020-04-03T22:18:39",
2038
+ "content_reward_percent": 6500,
2039
+ "vesting_reward_percent": 1500,
2040
+ "sps_fund_percent": 1000,
2041
+ "sps_interval_ledger": {
2042
+ "amount": "62872",
2043
+ "precision": 3,
2044
+ "nai": "@@000000013"
2045
+ },
2046
+ "downvote_pool_percent": 2500,
2047
+ "smt_creation_fee": {
2048
+ "amount": "1000",
2049
+ "precision": 3,
2050
+ "nai": "@@000000013"
2051
+ }
2052
+ },
2053
+ "id": "274789762747093"
2054
+ }
2055
+ {
2056
+ "jsonrpc": "2.0",
2057
+ "method": "block_api.get_block_header",
2058
+ "params": {
2059
+ "block_num": 262
2060
+ },
2061
+ "id": 116105299181829
2062
+ }
2063
+ {
2064
+ "jsonrpc": "2.0",
2065
+ "result": {
2066
+ "header": {
2067
+ "previous": "000001058b50e86b96b53203287bc5640e528208",
2068
+ "timestamp": "2020-04-03T22:31:42",
2069
+ "witness": "XGT0000000000000",
2070
+ "transaction_merkle_root": "0000000000000000000000000000000000000000",
2071
+ "extensions": [
2072
+
2073
+ ]
2074
+ }
2075
+ },
2076
+ "id": "116105299181829"
2077
+ }
2078
+ {
2079
+ "jsonrpc": "2.0",
2080
+ "method": "network_broadcast_api.get_transaction_hex",
2081
+ "params": [
2082
+ {
2083
+ "extensions": [
2084
+
2085
+ ],
2086
+ "operations": [
2087
+ [
2088
+ "account_create",
2089
+ {
2090
+ "fee": "0.000 TESTS",
2091
+ "creator": "initminer",
2092
+ "new_account_name": "fooab4ec3345731",
2093
+ "owner": {
2094
+ "weight_threshold": 1,
2095
+ "account_auths": [
2096
+
2097
+ ],
2098
+ "key_auths": [
2099
+ [
2100
+ "TST7xue5ESY1xHhDZj6dw2igXCwoHobA3cnxffacvp4XMzwfzLZu4",
2101
+ 1
2102
+ ]
2103
+ ]
2104
+ },
2105
+ "active": {
2106
+ "weight_threshold": 1,
2107
+ "account_auths": [
2108
+
2109
+ ],
2110
+ "key_auths": [
2111
+ [
2112
+ "TST6Yp3zeaYNU7XJF2MxoHhDcWT4vGgVkzTLEvhMY6g5tvmwzn3tN",
2113
+ 1
2114
+ ]
2115
+ ]
2116
+ },
2117
+ "posting": {
2118
+ "weight_threshold": 1,
2119
+ "account_auths": [
2120
+
2121
+ ],
2122
+ "key_auths": [
2123
+ [
2124
+ "TST5Q7ZdopjQWZMwiyZk11W5Yhvsfu1PG3f4qsQN58A7XfHP34Hig",
2125
+ 1
2126
+ ]
2127
+ ]
2128
+ },
2129
+ "memo_key": "TST5u69JnHZ3oznnwn71J6VA4r5oVJX6Xu3dpbFVoHpJoZXnbDfaW",
2130
+ "json_metadata": "hello",
2131
+ "extensions": [
2132
+
2133
+ ]
2134
+ }
2135
+ ]
2136
+ ],
2137
+ "ref_block_num": 261,
2138
+ "ref_block_prefix": 1810387083,
2139
+ "expiration": "2020-04-03T22:42:12"
2140
+ }
2141
+ ],
2142
+ "id": 21961009591014
2143
+ }
2144
+ {
2145
+ "jsonrpc": "2.0",
2146
+ "error": {
2147
+ "code": -32003,
2148
+ "message": "Assert Exception:false: Cannot parse asset symbol",
2149
+ "data": {
2150
+ "code": 10,
2151
+ "name": "assert_exception",
2152
+ "message": "Assert Exception",
2153
+ "stack": [
2154
+ {
2155
+ "context": {
2156
+ "level": "error",
2157
+ "file": "network_broadcast_api_legacy_asset.cpp",
2158
+ "line": 63,
2159
+ "method": "string_to_asset_num",
2160
+ "hostname": "",
2161
+ "timestamp": "2020-04-03T22:32:13"
2162
+ },
2163
+ "format": "false: Cannot parse asset symbol",
2164
+ "data": {
2165
+ }
2166
+ },
2167
+ {
2168
+ "context": {
2169
+ "level": "warn",
2170
+ "file": "network_broadcast_api_legacy_asset.cpp",
2171
+ "line": 187,
2172
+ "method": "from_string",
2173
+ "hostname": "",
2174
+ "timestamp": "2020-04-03T22:32:13"
2175
+ },
2176
+ "format": "",
2177
+ "data": {
2178
+ "from": "0.000 TESTS"
2179
+ }
2180
+ }
2181
+ ]
2182
+ }
2183
+ },
2184
+ "id": "21961009591014"
2185
+ }
2186
+ {
2187
+ "jsonrpc": "2.0",
2188
+ "method": "database_api.get_dynamic_global_properties",
2189
+ "params": {
2190
+ },
2191
+ "id": 98167582281665
2192
+ }
2193
+ {
2194
+ "jsonrpc": "2.0",
2195
+ "result": {
2196
+ "id": 0,
2197
+ "head_block_number": 354,
2198
+ "head_block_id": "00000162e42189ea3f2f0084a5d00d6d9f3a285a",
2199
+ "time": "2020-04-03T22:36:18",
2200
+ "current_witness": "XGT0000000000000",
2201
+ "total_pow": "18446744073709551615",
2202
+ "num_pow_witnesses": 0,
2203
+ "virtual_supply": {
2204
+ "amount": "250000773136",
2205
+ "precision": 3,
2206
+ "nai": "@@000000021"
2207
+ },
2208
+ "current_supply": {
2209
+ "amount": "250000691008",
2210
+ "precision": 3,
2211
+ "nai": "@@000000021"
2212
+ },
2213
+ "confidential_supply": {
2214
+ "amount": "0",
2215
+ "precision": 3,
2216
+ "nai": "@@000000021"
2217
+ },
2218
+ "init_sbd_supply": {
2219
+ "amount": "7000000000",
2220
+ "precision": 3,
2221
+ "nai": "@@000000013"
2222
+ },
2223
+ "current_sbd_supply": {
2224
+ "amount": "82128",
2225
+ "precision": 3,
2226
+ "nai": "@@000000013"
2227
+ },
2228
+ "confidential_sbd_supply": {
2229
+ "amount": "0",
2230
+ "precision": 3,
2231
+ "nai": "@@000000013"
2232
+ },
2233
+ "total_vesting_fund_steem": {
2234
+ "amount": "156114",
2235
+ "precision": 3,
2236
+ "nai": "@@000000021"
2237
+ },
2238
+ "total_vesting_shares": {
2239
+ "amount": "297572",
2240
+ "precision": 6,
2241
+ "nai": "@@000000037"
2242
+ },
2243
+ "total_reward_fund_steem": {
2244
+ "amount": "0",
2245
+ "precision": 3,
2246
+ "nai": "@@000000021"
2247
+ },
2248
+ "total_reward_shares2": "0",
2249
+ "pending_rewarded_vesting_shares": {
2250
+ "amount": "0",
2251
+ "precision": 6,
2252
+ "nai": "@@000000037"
2253
+ },
2254
+ "pending_rewarded_vesting_steem": {
2255
+ "amount": "0",
2256
+ "precision": 3,
2257
+ "nai": "@@000000021"
2258
+ },
2259
+ "sbd_interest_rate": 0,
2260
+ "sbd_print_rate": 10000,
2261
+ "maximum_block_size": 393216000,
2262
+ "required_actions_partition_percent": 2500,
2263
+ "current_aslot": 354,
2264
+ "recent_slots_filled": "340282366920938463463374607431768211455",
2265
+ "participation_count": 128,
2266
+ "last_irreversible_block_num": 344,
2267
+ "target_votes_per_period": 50,
2268
+ "delegation_return_period": 432000,
2269
+ "reverse_auction_seconds": 300,
2270
+ "available_account_subsidies": 282033,
2271
+ "sbd_stop_percent": 1000,
2272
+ "sbd_start_percent": 900,
2273
+ "next_maintenance_time": "2020-04-03T23:18:39",
2274
+ "last_budget_time": "2020-04-03T22:18:39",
2275
+ "content_reward_percent": 6500,
2276
+ "vesting_reward_percent": 1500,
2277
+ "sps_fund_percent": 1000,
2278
+ "sps_interval_ledger": {
2279
+ "amount": "81896",
2280
+ "precision": 3,
2281
+ "nai": "@@000000013"
2282
+ },
2283
+ "downvote_pool_percent": 2500,
2284
+ "smt_creation_fee": {
2285
+ "amount": "1000",
2286
+ "precision": 3,
2287
+ "nai": "@@000000013"
2288
+ }
2289
+ },
2290
+ "id": "98167582281665"
2291
+ }
2292
+ {
2293
+ "jsonrpc": "2.0",
2294
+ "method": "block_api.get_block_header",
2295
+ "params": {
2296
+ "block_num": 344
2297
+ },
2298
+ "id": 195317234867190
2299
+ }
2300
+ {
2301
+ "jsonrpc": "2.0",
2302
+ "result": {
2303
+ "header": {
2304
+ "previous": "000001574dce60c5fa8005a04da3b2fcd398385a",
2305
+ "timestamp": "2020-04-03T22:35:48",
2306
+ "witness": "XGT0000000000000",
2307
+ "transaction_merkle_root": "0000000000000000000000000000000000000000",
2308
+ "extensions": [
2309
+
2310
+ ]
2311
+ }
2312
+ },
2313
+ "id": "195317234867190"
2314
+ }
2315
+ {
2316
+ "jsonrpc": "2.0",
2317
+ "method": "network_broadcast_api.get_transaction_hex",
2318
+ "params": [
2319
+ {
2320
+ "expiration": "2020-04-03T22:46:18",
2321
+ "extensions": [
2322
+
2323
+ ],
2324
+ "operations": [
2325
+ [
2326
+ "account_create",
2327
+ {
2328
+ "fee": "0.000 TESTS",
2329
+ "creator": "initminer",
2330
+ "owner": {
2331
+ "weight_threshold": 1,
2332
+ "account_auths": [
2333
+
2334
+ ],
2335
+ "key_auths": [
2336
+ [
2337
+ "TST7xue5ESY1xHhDZj6dw2igXCwoHobA3cnxffacvp4XMzwfzLZu4",
2338
+ 1
2339
+ ]
2340
+ ]
2341
+ },
2342
+ "active": {
2343
+ "weight_threshold": 1,
2344
+ "account_auths": [
2345
+
2346
+ ],
2347
+ "key_auths": [
2348
+ [
2349
+ "TST6Yp3zeaYNU7XJF2MxoHhDcWT4vGgVkzTLEvhMY6g5tvmwzn3tN",
2350
+ 1
2351
+ ]
2352
+ ]
2353
+ },
2354
+ "posting": {
2355
+ "weight_threshold": 1,
2356
+ "account_auths": [
2357
+
2358
+ ],
2359
+ "key_auths": [
2360
+ [
2361
+ "TST5Q7ZdopjQWZMwiyZk11W5Yhvsfu1PG3f4qsQN58A7XfHP34Hig",
2362
+ 1
2363
+ ]
2364
+ ]
2365
+ },
2366
+ "memo_key": "TST5u69JnHZ3oznnwn71J6VA4r5oVJX6Xu3dpbFVoHpJoZXnbDfaW",
2367
+ "json_metadata": "",
2368
+ "extensions": [
2369
+
2370
+ ]
2371
+ }
2372
+ ]
2373
+ ],
2374
+ "ref_block_num": 343,
2375
+ "ref_block_prefix": 3311455821
2376
+ }
2377
+ ],
2378
+ "id": 261986449610027
2379
+ }
2380
+ {
2381
+ "jsonrpc": "2.0",
2382
+ "error": {
2383
+ "code": -32003,
2384
+ "message": "Assert Exception:false: Cannot parse asset symbol",
2385
+ "data": {
2386
+ "code": 10,
2387
+ "name": "assert_exception",
2388
+ "message": "Assert Exception",
2389
+ "stack": [
2390
+ {
2391
+ "context": {
2392
+ "level": "error",
2393
+ "file": "network_broadcast_api_legacy_asset.cpp",
2394
+ "line": 63,
2395
+ "method": "string_to_asset_num",
2396
+ "hostname": "",
2397
+ "timestamp": "2020-04-03T22:36:17"
2398
+ },
2399
+ "format": "false: Cannot parse asset symbol",
2400
+ "data": {
2401
+ }
2402
+ },
2403
+ {
2404
+ "context": {
2405
+ "level": "warn",
2406
+ "file": "network_broadcast_api_legacy_asset.cpp",
2407
+ "line": 187,
2408
+ "method": "from_string",
2409
+ "hostname": "",
2410
+ "timestamp": "2020-04-03T22:36:17"
2411
+ },
2412
+ "format": "",
2413
+ "data": {
2414
+ "from": "0.000 TESTS"
2415
+ }
2416
+ }
2417
+ ]
2418
+ }
2419
+ },
2420
+ "id": "261986449610027"
2421
+ }
2422
+ {
2423
+ "jsonrpc": "2.0",
2424
+ "method": "database_api.get_dynamic_global_properties",
2425
+ "params": {
2426
+ },
2427
+ "id": 213486866294809
2428
+ }
2429
+ {
2430
+ "jsonrpc": "2.0",
2431
+ "method": "database_api.get_dynamic_global_properties",
2432
+ "params": {
2433
+ },
2434
+ "id": 32331618145111
2435
+ }
2436
+ {
2437
+ "jsonrpc": "2.0",
2438
+ "result": {
2439
+ "id": 0,
2440
+ "head_block_number": 3,
2441
+ "head_block_id": "000000037750c8ecf8541dd04ab3b509bb399378",
2442
+ "time": "2020-04-03T22:43:48",
2443
+ "current_witness": "XGT0000000000000",
2444
+ "total_pow": "18446744073709551615",
2445
+ "num_pow_witnesses": 0,
2446
+ "virtual_supply": {
2447
+ "amount": "250000006552",
2448
+ "precision": 3,
2449
+ "nai": "@@000000021"
2450
+ },
2451
+ "current_supply": {
2452
+ "amount": "250000005856",
2453
+ "precision": 3,
2454
+ "nai": "@@000000021"
2455
+ },
2456
+ "confidential_supply": {
2457
+ "amount": "0",
2458
+ "precision": 3,
2459
+ "nai": "@@000000021"
2460
+ },
2461
+ "init_sbd_supply": {
2462
+ "amount": "7000000000",
2463
+ "precision": 3,
2464
+ "nai": "@@000000013"
2465
+ },
2466
+ "current_sbd_supply": {
2467
+ "amount": "696",
2468
+ "precision": 3,
2469
+ "nai": "@@000000013"
2470
+ },
2471
+ "confidential_sbd_supply": {
2472
+ "amount": "0",
2473
+ "precision": 3,
2474
+ "nai": "@@000000013"
2475
+ },
2476
+ "total_vesting_fund_steem": {
2477
+ "amount": "1323",
2478
+ "precision": 3,
2479
+ "nai": "@@000000021"
2480
+ },
2481
+ "total_vesting_shares": {
2482
+ "amount": "111821",
2483
+ "precision": 6,
2484
+ "nai": "@@000000037"
2485
+ },
2486
+ "total_reward_fund_steem": {
2487
+ "amount": "0",
2488
+ "precision": 3,
2489
+ "nai": "@@000000021"
2490
+ },
2491
+ "total_reward_shares2": "0",
2492
+ "pending_rewarded_vesting_shares": {
2493
+ "amount": "0",
2494
+ "precision": 6,
2495
+ "nai": "@@000000037"
2496
+ },
2497
+ "pending_rewarded_vesting_steem": {
2498
+ "amount": "0",
2499
+ "precision": 3,
2500
+ "nai": "@@000000021"
2501
+ },
2502
+ "sbd_interest_rate": 0,
2503
+ "sbd_print_rate": 10000,
2504
+ "maximum_block_size": 393216000,
2505
+ "required_actions_partition_percent": 2500,
2506
+ "current_aslot": 3,
2507
+ "recent_slots_filled": "340282366920938463463374607431768211455",
2508
+ "participation_count": 128,
2509
+ "last_irreversible_block_num": 0,
2510
+ "target_votes_per_period": 50,
2511
+ "delegation_return_period": 432000,
2512
+ "reverse_auction_seconds": 300,
2513
+ "available_account_subsidies": 2391,
2514
+ "sbd_stop_percent": 1000,
2515
+ "sbd_start_percent": 900,
2516
+ "next_maintenance_time": "2020-04-03T23:43:44",
2517
+ "last_budget_time": "2020-04-03T22:43:44",
2518
+ "content_reward_percent": 6500,
2519
+ "vesting_reward_percent": 1500,
2520
+ "sps_fund_percent": 1000,
2521
+ "sps_interval_ledger": {
2522
+ "amount": "464",
2523
+ "precision": 3,
2524
+ "nai": "@@000000013"
2525
+ },
2526
+ "downvote_pool_percent": 2500,
2527
+ "smt_creation_fee": {
2528
+ "amount": "1000",
2529
+ "precision": 3,
2530
+ "nai": "@@000000013"
2531
+ }
2532
+ },
2533
+ "id": "32331618145111"
2534
+ }
2535
+ {
2536
+ "jsonrpc": "2.0",
2537
+ "method": "block_api.get_block_header",
2538
+ "params": {
2539
+ "block_num": 0
2540
+ },
2541
+ "id": 58362758974886
2542
+ }
2543
+ {
2544
+ "jsonrpc": "2.0",
2545
+ "result": {
2546
+ },
2547
+ "id": "58362758974886"
2548
+ }
2549
+ {
2550
+ "jsonrpc": "2.0",
2551
+ "method": "network_broadcast_api.get_transaction_hex",
2552
+ "params": [
2553
+ {
2554
+ "expiration": "2020-04-03T22:53:48",
2555
+ "extensions": [
2556
+
2557
+ ],
2558
+ "operations": [
2559
+ [
2560
+ "account_create",
2561
+ {
2562
+ "fee": "0.000 TESTS",
2563
+ "creator": "initminer",
2564
+ "owner": {
2565
+ "weight_threshold": 1,
2566
+ "account_auths": [
2567
+
2568
+ ],
2569
+ "key_auths": [
2570
+ [
2571
+ "TST7xue5ESY1xHhDZj6dw2igXCwoHobA3cnxffacvp4XMzwfzLZu4",
2572
+ 1
2573
+ ]
2574
+ ]
2575
+ },
2576
+ "active": {
2577
+ "weight_threshold": 1,
2578
+ "account_auths": [
2579
+
2580
+ ],
2581
+ "key_auths": [
2582
+ [
2583
+ "TST6Yp3zeaYNU7XJF2MxoHhDcWT4vGgVkzTLEvhMY6g5tvmwzn3tN",
2584
+ 1
2585
+ ]
2586
+ ]
2587
+ },
2588
+ "posting": {
2589
+ "weight_threshold": 1,
2590
+ "account_auths": [
2591
+
2592
+ ],
2593
+ "key_auths": [
2594
+ [
2595
+ "TST5Q7ZdopjQWZMwiyZk11W5Yhvsfu1PG3f4qsQN58A7XfHP34Hig",
2596
+ 1
2597
+ ]
2598
+ ]
2599
+ },
2600
+ "memo_key": "TST5u69JnHZ3oznnwn71J6VA4r5oVJX6Xu3dpbFVoHpJoZXnbDfaW",
2601
+ "json_metadata": "",
2602
+ "extensions": [
2603
+
2604
+ ]
2605
+ }
2606
+ ]
2607
+ ],
2608
+ "ref_block_num": 65535,
2609
+ "ref_block_prefix": 0
2610
+ }
2611
+ ],
2612
+ "id": 174571890920618
2613
+ }
2614
+ {
2615
+ "jsonrpc": "2.0",
2616
+ "error": {
2617
+ "code": -32003,
2618
+ "message": "Assert Exception:false: Cannot parse asset symbol",
2619
+ "data": {
2620
+ "code": 10,
2621
+ "name": "assert_exception",
2622
+ "message": "Assert Exception",
2623
+ "stack": [
2624
+ {
2625
+ "context": {
2626
+ "level": "error",
2627
+ "file": "network_broadcast_api_legacy_asset.cpp",
2628
+ "line": 63,
2629
+ "method": "string_to_asset_num",
2630
+ "hostname": "",
2631
+ "timestamp": "2020-04-03T22:43:50"
2632
+ },
2633
+ "format": "false: Cannot parse asset symbol",
2634
+ "data": {
2635
+ }
2636
+ },
2637
+ {
2638
+ "context": {
2639
+ "level": "warn",
2640
+ "file": "network_broadcast_api_legacy_asset.cpp",
2641
+ "line": 187,
2642
+ "method": "from_string",
2643
+ "hostname": "",
2644
+ "timestamp": "2020-04-03T22:43:50"
2645
+ },
2646
+ "format": "",
2647
+ "data": {
2648
+ "from": "0.000 TESTS"
2649
+ }
2650
+ }
2651
+ ]
2652
+ }
2653
+ },
2654
+ "id": "174571890920618"
2655
+ }
2656
+ {
2657
+ "jsonrpc": "2.0",
2658
+ "method": "database_api.get_dynamic_global_properties",
2659
+ "params": {
2660
+ },
2661
+ "id": 162246862201902
2662
+ }
2663
+ {
2664
+ "jsonrpc": "2.0",
2665
+ "result": {
2666
+ "id": 0,
2667
+ "head_block_number": 4,
2668
+ "head_block_id": "00000004fbfbb20210e9b4c6899ef59d324ff24f",
2669
+ "time": "2020-04-03T22:43:51",
2670
+ "current_witness": "XGT0000000000000",
2671
+ "total_pow": "18446744073709551615",
2672
+ "num_pow_witnesses": 0,
2673
+ "virtual_supply": {
2674
+ "amount": "250000008736",
2675
+ "precision": 3,
2676
+ "nai": "@@000000021"
2677
+ },
2678
+ "current_supply": {
2679
+ "amount": "250000007808",
2680
+ "precision": 3,
2681
+ "nai": "@@000000021"
2682
+ },
2683
+ "confidential_supply": {
2684
+ "amount": "0",
2685
+ "precision": 3,
2686
+ "nai": "@@000000021"
2687
+ },
2688
+ "init_sbd_supply": {
2689
+ "amount": "7000000000",
2690
+ "precision": 3,
2691
+ "nai": "@@000000013"
2692
+ },
2693
+ "current_sbd_supply": {
2694
+ "amount": "928",
2695
+ "precision": 3,
2696
+ "nai": "@@000000013"
2697
+ },
2698
+ "confidential_sbd_supply": {
2699
+ "amount": "0",
2700
+ "precision": 3,
2701
+ "nai": "@@000000013"
2702
+ },
2703
+ "total_vesting_fund_steem": {
2704
+ "amount": "1764",
2705
+ "precision": 3,
2706
+ "nai": "@@000000021"
2707
+ },
2708
+ "total_vesting_shares": {
2709
+ "amount": "118044",
2710
+ "precision": 6,
2711
+ "nai": "@@000000037"
2712
+ },
2713
+ "total_reward_fund_steem": {
2714
+ "amount": "0",
2715
+ "precision": 3,
2716
+ "nai": "@@000000021"
2717
+ },
2718
+ "total_reward_shares2": "0",
2719
+ "pending_rewarded_vesting_shares": {
2720
+ "amount": "0",
2721
+ "precision": 6,
2722
+ "nai": "@@000000037"
2723
+ },
2724
+ "pending_rewarded_vesting_steem": {
2725
+ "amount": "0",
2726
+ "precision": 3,
2727
+ "nai": "@@000000021"
2728
+ },
2729
+ "sbd_interest_rate": 0,
2730
+ "sbd_print_rate": 10000,
2731
+ "maximum_block_size": 393216000,
2732
+ "required_actions_partition_percent": 2500,
2733
+ "current_aslot": 4,
2734
+ "recent_slots_filled": "340282366920938463463374607431768211455",
2735
+ "participation_count": 128,
2736
+ "last_irreversible_block_num": 0,
2737
+ "target_votes_per_period": 50,
2738
+ "delegation_return_period": 432000,
2739
+ "reverse_auction_seconds": 300,
2740
+ "available_account_subsidies": 3188,
2741
+ "sbd_stop_percent": 1000,
2742
+ "sbd_start_percent": 900,
2743
+ "next_maintenance_time": "2020-04-03T23:43:44",
2744
+ "last_budget_time": "2020-04-03T22:43:44",
2745
+ "content_reward_percent": 6500,
2746
+ "vesting_reward_percent": 1500,
2747
+ "sps_fund_percent": 1000,
2748
+ "sps_interval_ledger": {
2749
+ "amount": "696",
2750
+ "precision": 3,
2751
+ "nai": "@@000000013"
2752
+ },
2753
+ "downvote_pool_percent": 2500,
2754
+ "smt_creation_fee": {
2755
+ "amount": "1000",
2756
+ "precision": 3,
2757
+ "nai": "@@000000013"
2758
+ }
2759
+ },
2760
+ "id": "162246862201902"
2761
+ }
2762
+ {
2763
+ "jsonrpc": "2.0",
2764
+ "method": "block_api.get_block_header",
2765
+ "params": {
2766
+ "block_num": 0
2767
+ },
2768
+ "id": 137842371587509
2769
+ }
2770
+ {
2771
+ "jsonrpc": "2.0",
2772
+ "result": {
2773
+ },
2774
+ "id": "137842371587509"
2775
+ }
2776
+ {
2777
+ "jsonrpc": "2.0",
2778
+ "method": "network_broadcast_api.get_transaction_hex",
2779
+ "params": [
2780
+ {
2781
+ "expiration": "2020-04-03T22:53:51",
2782
+ "extensions": [
2783
+
2784
+ ],
2785
+ "operations": [
2786
+ [
2787
+ "account_create",
2788
+ {
2789
+ "fee": "0.000 TESTS",
2790
+ "creator": "initminer",
2791
+ "owner": {
2792
+ "weight_threshold": 1,
2793
+ "account_auths": [
2794
+
2795
+ ],
2796
+ "key_auths": [
2797
+ [
2798
+ "TST7xue5ESY1xHhDZj6dw2igXCwoHobA3cnxffacvp4XMzwfzLZu4",
2799
+ 1
2800
+ ]
2801
+ ]
2802
+ },
2803
+ "active": {
2804
+ "weight_threshold": 1,
2805
+ "account_auths": [
2806
+
2807
+ ],
2808
+ "key_auths": [
2809
+ [
2810
+ "TST6Yp3zeaYNU7XJF2MxoHhDcWT4vGgVkzTLEvhMY6g5tvmwzn3tN",
2811
+ 1
2812
+ ]
2813
+ ]
2814
+ },
2815
+ "posting": {
2816
+ "weight_threshold": 1,
2817
+ "account_auths": [
2818
+
2819
+ ],
2820
+ "key_auths": [
2821
+ [
2822
+ "TST5Q7ZdopjQWZMwiyZk11W5Yhvsfu1PG3f4qsQN58A7XfHP34Hig",
2823
+ 1
2824
+ ]
2825
+ ]
2826
+ },
2827
+ "memo_key": "TST5u69JnHZ3oznnwn71J6VA4r5oVJX6Xu3dpbFVoHpJoZXnbDfaW",
2828
+ "json_metadata": "",
2829
+ "extensions": [
2830
+
2831
+ ]
2832
+ }
2833
+ ]
2834
+ ],
2835
+ "ref_block_num": 65535,
2836
+ "ref_block_prefix": 0
2837
+ }
2838
+ ],
2839
+ "id": 42105009963169
2840
+ }
2841
+ {
2842
+ "jsonrpc": "2.0",
2843
+ "error": {
2844
+ "code": -32003,
2845
+ "message": "Assert Exception:false: Cannot parse asset symbol",
2846
+ "data": {
2847
+ "code": 10,
2848
+ "name": "assert_exception",
2849
+ "message": "Assert Exception",
2850
+ "stack": [
2851
+ {
2852
+ "context": {
2853
+ "level": "error",
2854
+ "file": "network_broadcast_api_legacy_asset.cpp",
2855
+ "line": 63,
2856
+ "method": "string_to_asset_num",
2857
+ "hostname": "",
2858
+ "timestamp": "2020-04-03T22:43:53"
2859
+ },
2860
+ "format": "false: Cannot parse asset symbol",
2861
+ "data": {
2862
+ }
2863
+ },
2864
+ {
2865
+ "context": {
2866
+ "level": "warn",
2867
+ "file": "network_broadcast_api_legacy_asset.cpp",
2868
+ "line": 187,
2869
+ "method": "from_string",
2870
+ "hostname": "",
2871
+ "timestamp": "2020-04-03T22:43:53"
2872
+ },
2873
+ "format": "",
2874
+ "data": {
2875
+ "from": "0.000 TESTS"
2876
+ }
2877
+ }
2878
+ ]
2879
+ }
2880
+ },
2881
+ "id": "42105009963169"
2882
+ }
2883
+ {
2884
+ "jsonrpc": "2.0",
2885
+ "method": "database_api.get_dynamic_global_properties",
2886
+ "params": {
2887
+ },
2888
+ "id": 23752499791823
2889
+ }
2890
+ {
2891
+ "jsonrpc": "2.0",
2892
+ "result": {
2893
+ "id": 0,
2894
+ "head_block_number": 5,
2895
+ "head_block_id": "000000051230df5711979cd6bf7f6ae02d39d1ea",
2896
+ "time": "2020-04-03T22:43:54",
2897
+ "current_witness": "XGT0000000000000",
2898
+ "total_pow": "18446744073709551615",
2899
+ "num_pow_witnesses": 0,
2900
+ "virtual_supply": {
2901
+ "amount": "250000010920",
2902
+ "precision": 3,
2903
+ "nai": "@@000000021"
2904
+ },
2905
+ "current_supply": {
2906
+ "amount": "250000009760",
2907
+ "precision": 3,
2908
+ "nai": "@@000000021"
2909
+ },
2910
+ "confidential_supply": {
2911
+ "amount": "0",
2912
+ "precision": 3,
2913
+ "nai": "@@000000021"
2914
+ },
2915
+ "init_sbd_supply": {
2916
+ "amount": "7000000000",
2917
+ "precision": 3,
2918
+ "nai": "@@000000013"
2919
+ },
2920
+ "current_sbd_supply": {
2921
+ "amount": "1160",
2922
+ "precision": 3,
2923
+ "nai": "@@000000013"
2924
+ },
2925
+ "confidential_sbd_supply": {
2926
+ "amount": "0",
2927
+ "precision": 3,
2928
+ "nai": "@@000000013"
2929
+ },
2930
+ "total_vesting_fund_steem": {
2931
+ "amount": "2205",
2932
+ "precision": 3,
2933
+ "nai": "@@000000021"
2934
+ },
2935
+ "total_vesting_shares": {
2936
+ "amount": "123241",
2937
+ "precision": 6,
2938
+ "nai": "@@000000037"
2939
+ },
2940
+ "total_reward_fund_steem": {
2941
+ "amount": "0",
2942
+ "precision": 3,
2943
+ "nai": "@@000000021"
2944
+ },
2945
+ "total_reward_shares2": "0",
2946
+ "pending_rewarded_vesting_shares": {
2947
+ "amount": "0",
2948
+ "precision": 6,
2949
+ "nai": "@@000000037"
2950
+ },
2951
+ "pending_rewarded_vesting_steem": {
2952
+ "amount": "0",
2953
+ "precision": 3,
2954
+ "nai": "@@000000021"
2955
+ },
2956
+ "sbd_interest_rate": 0,
2957
+ "sbd_print_rate": 10000,
2958
+ "maximum_block_size": 393216000,
2959
+ "required_actions_partition_percent": 2500,
2960
+ "current_aslot": 5,
2961
+ "recent_slots_filled": "340282366920938463463374607431768211455",
2962
+ "participation_count": 128,
2963
+ "last_irreversible_block_num": 0,
2964
+ "target_votes_per_period": 50,
2965
+ "delegation_return_period": 432000,
2966
+ "reverse_auction_seconds": 300,
2967
+ "available_account_subsidies": 3985,
2968
+ "sbd_stop_percent": 1000,
2969
+ "sbd_start_percent": 900,
2970
+ "next_maintenance_time": "2020-04-03T23:43:44",
2971
+ "last_budget_time": "2020-04-03T22:43:44",
2972
+ "content_reward_percent": 6500,
2973
+ "vesting_reward_percent": 1500,
2974
+ "sps_fund_percent": 1000,
2975
+ "sps_interval_ledger": {
2976
+ "amount": "928",
2977
+ "precision": 3,
2978
+ "nai": "@@000000013"
2979
+ },
2980
+ "downvote_pool_percent": 2500,
2981
+ "smt_creation_fee": {
2982
+ "amount": "1000",
2983
+ "precision": 3,
2984
+ "nai": "@@000000013"
2985
+ }
2986
+ },
2987
+ "id": "23752499791823"
2988
+ }
2989
+ {
2990
+ "jsonrpc": "2.0",
2991
+ "method": "block_api.get_block_header",
2992
+ "params": {
2993
+ "block_num": 0
2994
+ },
2995
+ "id": 230982820397419
2996
+ }
2997
+ {
2998
+ "jsonrpc": "2.0",
2999
+ "result": {
3000
+ },
3001
+ "id": "230982820397419"
3002
+ }
3003
+ {
3004
+ "jsonrpc": "2.0",
3005
+ "method": "network_broadcast_api.get_transaction_hex",
3006
+ "params": [
3007
+ {
3008
+ "expiration": "2020-04-03T22:53:54",
3009
+ "extensions": [
3010
+
3011
+ ],
3012
+ "operations": [
3013
+ [
3014
+ "account_create",
3015
+ {
3016
+ "fee": "0.000 TESTS",
3017
+ "creator": "initminer",
3018
+ "owner": {
3019
+ "weight_threshold": 1,
3020
+ "account_auths": [
3021
+
3022
+ ],
3023
+ "key_auths": [
3024
+ [
3025
+ "TST7xue5ESY1xHhDZj6dw2igXCwoHobA3cnxffacvp4XMzwfzLZu4",
3026
+ 1
3027
+ ]
3028
+ ]
3029
+ },
3030
+ "active": {
3031
+ "weight_threshold": 1,
3032
+ "account_auths": [
3033
+
3034
+ ],
3035
+ "key_auths": [
3036
+ [
3037
+ "TST6Yp3zeaYNU7XJF2MxoHhDcWT4vGgVkzTLEvhMY6g5tvmwzn3tN",
3038
+ 1
3039
+ ]
3040
+ ]
3041
+ },
3042
+ "posting": {
3043
+ "weight_threshold": 1,
3044
+ "account_auths": [
3045
+
3046
+ ],
3047
+ "key_auths": [
3048
+ [
3049
+ "TST5Q7ZdopjQWZMwiyZk11W5Yhvsfu1PG3f4qsQN58A7XfHP34Hig",
3050
+ 1
3051
+ ]
3052
+ ]
3053
+ },
3054
+ "memo_key": "TST5u69JnHZ3oznnwn71J6VA4r5oVJX6Xu3dpbFVoHpJoZXnbDfaW",
3055
+ "json_metadata": "",
3056
+ "extensions": [
3057
+
3058
+ ]
3059
+ }
3060
+ ]
3061
+ ],
3062
+ "ref_block_num": 65535,
3063
+ "ref_block_prefix": 0
3064
+ }
3065
+ ],
3066
+ "id": 154299366673981
3067
+ }
3068
+ {
3069
+ "jsonrpc": "2.0",
3070
+ "error": {
3071
+ "code": -32003,
3072
+ "message": "Assert Exception:false: Cannot parse asset symbol",
3073
+ "data": {
3074
+ "code": 10,
3075
+ "name": "assert_exception",
3076
+ "message": "Assert Exception",
3077
+ "stack": [
3078
+ {
3079
+ "context": {
3080
+ "level": "error",
3081
+ "file": "network_broadcast_api_legacy_asset.cpp",
3082
+ "line": 63,
3083
+ "method": "string_to_asset_num",
3084
+ "hostname": "",
3085
+ "timestamp": "2020-04-03T22:43:53"
3086
+ },
3087
+ "format": "false: Cannot parse asset symbol",
3088
+ "data": {
3089
+ }
3090
+ },
3091
+ {
3092
+ "context": {
3093
+ "level": "warn",
3094
+ "file": "network_broadcast_api_legacy_asset.cpp",
3095
+ "line": 187,
3096
+ "method": "from_string",
3097
+ "hostname": "",
3098
+ "timestamp": "2020-04-03T22:43:53"
3099
+ },
3100
+ "format": "",
3101
+ "data": {
3102
+ "from": "0.000 TESTS"
3103
+ }
3104
+ }
3105
+ ]
3106
+ }
3107
+ },
3108
+ "id": "154299366673981"
3109
+ }
3110
+ {
3111
+ "jsonrpc": "2.0",
3112
+ "method": "database_api.get_dynamic_global_properties",
3113
+ "params": {
3114
+ },
3115
+ "id": 47260045557206
3116
+ }
3117
+ {
3118
+ "jsonrpc": "2.0",
3119
+ "result": {
3120
+ "id": 0,
3121
+ "head_block_number": 5,
3122
+ "head_block_id": "000000051230df5711979cd6bf7f6ae02d39d1ea",
3123
+ "time": "2020-04-03T22:43:54",
3124
+ "current_witness": "XGT0000000000000",
3125
+ "total_pow": "18446744073709551615",
3126
+ "num_pow_witnesses": 0,
3127
+ "virtual_supply": {
3128
+ "amount": "250000010920",
3129
+ "precision": 3,
3130
+ "nai": "@@000000021"
3131
+ },
3132
+ "current_supply": {
3133
+ "amount": "250000009760",
3134
+ "precision": 3,
3135
+ "nai": "@@000000021"
3136
+ },
3137
+ "confidential_supply": {
3138
+ "amount": "0",
3139
+ "precision": 3,
3140
+ "nai": "@@000000021"
3141
+ },
3142
+ "init_sbd_supply": {
3143
+ "amount": "7000000000",
3144
+ "precision": 3,
3145
+ "nai": "@@000000013"
3146
+ },
3147
+ "current_sbd_supply": {
3148
+ "amount": "1160",
3149
+ "precision": 3,
3150
+ "nai": "@@000000013"
3151
+ },
3152
+ "confidential_sbd_supply": {
3153
+ "amount": "0",
3154
+ "precision": 3,
3155
+ "nai": "@@000000013"
3156
+ },
3157
+ "total_vesting_fund_steem": {
3158
+ "amount": "2205",
3159
+ "precision": 3,
3160
+ "nai": "@@000000021"
3161
+ },
3162
+ "total_vesting_shares": {
3163
+ "amount": "123241",
3164
+ "precision": 6,
3165
+ "nai": "@@000000037"
3166
+ },
3167
+ "total_reward_fund_steem": {
3168
+ "amount": "0",
3169
+ "precision": 3,
3170
+ "nai": "@@000000021"
3171
+ },
3172
+ "total_reward_shares2": "0",
3173
+ "pending_rewarded_vesting_shares": {
3174
+ "amount": "0",
3175
+ "precision": 6,
3176
+ "nai": "@@000000037"
3177
+ },
3178
+ "pending_rewarded_vesting_steem": {
3179
+ "amount": "0",
3180
+ "precision": 3,
3181
+ "nai": "@@000000021"
3182
+ },
3183
+ "sbd_interest_rate": 0,
3184
+ "sbd_print_rate": 10000,
3185
+ "maximum_block_size": 393216000,
3186
+ "required_actions_partition_percent": 2500,
3187
+ "current_aslot": 5,
3188
+ "recent_slots_filled": "340282366920938463463374607431768211455",
3189
+ "participation_count": 128,
3190
+ "last_irreversible_block_num": 0,
3191
+ "target_votes_per_period": 50,
3192
+ "delegation_return_period": 432000,
3193
+ "reverse_auction_seconds": 300,
3194
+ "available_account_subsidies": 3985,
3195
+ "sbd_stop_percent": 1000,
3196
+ "sbd_start_percent": 900,
3197
+ "next_maintenance_time": "2020-04-03T23:43:44",
3198
+ "last_budget_time": "2020-04-03T22:43:44",
3199
+ "content_reward_percent": 6500,
3200
+ "vesting_reward_percent": 1500,
3201
+ "sps_fund_percent": 1000,
3202
+ "sps_interval_ledger": {
3203
+ "amount": "928",
3204
+ "precision": 3,
3205
+ "nai": "@@000000013"
3206
+ },
3207
+ "downvote_pool_percent": 2500,
3208
+ "smt_creation_fee": {
3209
+ "amount": "1000",
3210
+ "precision": 3,
3211
+ "nai": "@@000000013"
3212
+ }
3213
+ },
3214
+ "id": "47260045557206"
3215
+ }
3216
+ {
3217
+ "jsonrpc": "2.0",
3218
+ "method": "block_api.get_block_header",
3219
+ "params": {
3220
+ "block_num": 0
3221
+ },
3222
+ "id": 190749004618525
3223
+ }
3224
+ {
3225
+ "jsonrpc": "2.0",
3226
+ "result": {
3227
+ },
3228
+ "id": "190749004618525"
3229
+ }
3230
+ {
3231
+ "jsonrpc": "2.0",
3232
+ "method": "network_broadcast_api.get_transaction_hex",
3233
+ "params": [
3234
+ {
3235
+ "expiration": "2020-04-03T22:53:54",
3236
+ "extensions": [
3237
+
3238
+ ],
3239
+ "operations": [
3240
+ [
3241
+ "account_create",
3242
+ {
3243
+ "fee": "0.000 TESTS",
3244
+ "creator": "initminer",
3245
+ "owner": {
3246
+ "weight_threshold": 1,
3247
+ "account_auths": [
3248
+
3249
+ ],
3250
+ "key_auths": [
3251
+ [
3252
+ "TST7xue5ESY1xHhDZj6dw2igXCwoHobA3cnxffacvp4XMzwfzLZu4",
3253
+ 1
3254
+ ]
3255
+ ]
3256
+ },
3257
+ "active": {
3258
+ "weight_threshold": 1,
3259
+ "account_auths": [
3260
+
3261
+ ],
3262
+ "key_auths": [
3263
+ [
3264
+ "TST6Yp3zeaYNU7XJF2MxoHhDcWT4vGgVkzTLEvhMY6g5tvmwzn3tN",
3265
+ 1
3266
+ ]
3267
+ ]
3268
+ },
3269
+ "posting": {
3270
+ "weight_threshold": 1,
3271
+ "account_auths": [
3272
+
3273
+ ],
3274
+ "key_auths": [
3275
+ [
3276
+ "TST5Q7ZdopjQWZMwiyZk11W5Yhvsfu1PG3f4qsQN58A7XfHP34Hig",
3277
+ 1
3278
+ ]
3279
+ ]
3280
+ },
3281
+ "memo_key": "TST5u69JnHZ3oznnwn71J6VA4r5oVJX6Xu3dpbFVoHpJoZXnbDfaW",
3282
+ "json_metadata": "",
3283
+ "extensions": [
3284
+
3285
+ ]
3286
+ }
3287
+ ]
3288
+ ],
3289
+ "ref_block_num": 65535,
3290
+ "ref_block_prefix": 0
3291
+ }
3292
+ ],
3293
+ "id": 189776513235061
3294
+ }
3295
+ {
3296
+ "jsonrpc": "2.0",
3297
+ "error": {
3298
+ "code": -32003,
3299
+ "message": "Assert Exception:false: Cannot parse asset symbol",
3300
+ "data": {
3301
+ "code": 10,
3302
+ "name": "assert_exception",
3303
+ "message": "Assert Exception",
3304
+ "stack": [
3305
+ {
3306
+ "context": {
3307
+ "level": "error",
3308
+ "file": "network_broadcast_api_legacy_asset.cpp",
3309
+ "line": 63,
3310
+ "method": "string_to_asset_num",
3311
+ "hostname": "",
3312
+ "timestamp": "2020-04-03T22:43:54"
3313
+ },
3314
+ "format": "false: Cannot parse asset symbol",
3315
+ "data": {
3316
+ }
3317
+ },
3318
+ {
3319
+ "context": {
3320
+ "level": "warn",
3321
+ "file": "network_broadcast_api_legacy_asset.cpp",
3322
+ "line": 187,
3323
+ "method": "from_string",
3324
+ "hostname": "",
3325
+ "timestamp": "2020-04-03T22:43:54"
3326
+ },
3327
+ "format": "",
3328
+ "data": {
3329
+ "from": "0.000 TESTS"
3330
+ }
3331
+ }
3332
+ ]
3333
+ }
3334
+ },
3335
+ "id": "189776513235061"
3336
+ }
3337
+ {
3338
+ "jsonrpc": "2.0",
3339
+ "method": "database_api.get_dynamic_global_properties",
3340
+ "params": {
3341
+ },
3342
+ "id": 193047134271840
3343
+ }
3344
+ {
3345
+ "jsonrpc": "2.0",
3346
+ "result": {
3347
+ "id": 0,
3348
+ "head_block_number": 22,
3349
+ "head_block_id": "00000016bd2b1bbad863754da38990079c3a4813",
3350
+ "time": "2020-04-03T22:46:12",
3351
+ "current_witness": "XGT0000000000000",
3352
+ "total_pow": "18446744073709551615",
3353
+ "num_pow_witnesses": 0,
3354
+ "virtual_supply": {
3355
+ "amount": "250000048048",
3356
+ "precision": 3,
3357
+ "nai": "@@000000021"
3358
+ },
3359
+ "current_supply": {
3360
+ "amount": "250000042944",
3361
+ "precision": 3,
3362
+ "nai": "@@000000021"
3363
+ },
3364
+ "confidential_supply": {
3365
+ "amount": "0",
3366
+ "precision": 3,
3367
+ "nai": "@@000000021"
3368
+ },
3369
+ "init_sbd_supply": {
3370
+ "amount": "7000000000",
3371
+ "precision": 3,
3372
+ "nai": "@@000000013"
3373
+ },
3374
+ "current_sbd_supply": {
3375
+ "amount": "5104",
3376
+ "precision": 3,
3377
+ "nai": "@@000000013"
3378
+ },
3379
+ "confidential_sbd_supply": {
3380
+ "amount": "0",
3381
+ "precision": 3,
3382
+ "nai": "@@000000013"
3383
+ },
3384
+ "total_vesting_fund_steem": {
3385
+ "amount": "9702",
3386
+ "precision": 3,
3387
+ "nai": "@@000000021"
3388
+ },
3389
+ "total_vesting_shares": {
3390
+ "amount": "166333",
3391
+ "precision": 6,
3392
+ "nai": "@@000000037"
3393
+ },
3394
+ "total_reward_fund_steem": {
3395
+ "amount": "0",
3396
+ "precision": 3,
3397
+ "nai": "@@000000021"
3398
+ },
3399
+ "total_reward_shares2": "0",
3400
+ "pending_rewarded_vesting_shares": {
3401
+ "amount": "0",
3402
+ "precision": 6,
3403
+ "nai": "@@000000037"
3404
+ },
3405
+ "pending_rewarded_vesting_steem": {
3406
+ "amount": "0",
3407
+ "precision": 3,
3408
+ "nai": "@@000000021"
3409
+ },
3410
+ "sbd_interest_rate": 0,
3411
+ "sbd_print_rate": 10000,
3412
+ "maximum_block_size": 393216000,
3413
+ "required_actions_partition_percent": 2500,
3414
+ "current_aslot": 22,
3415
+ "recent_slots_filled": "340282366920938463463374607431768211455",
3416
+ "participation_count": 128,
3417
+ "last_irreversible_block_num": 12,
3418
+ "target_votes_per_period": 50,
3419
+ "delegation_return_period": 432000,
3420
+ "reverse_auction_seconds": 300,
3421
+ "available_account_subsidies": 17534,
3422
+ "sbd_stop_percent": 1000,
3423
+ "sbd_start_percent": 900,
3424
+ "next_maintenance_time": "2020-04-03T23:45:11",
3425
+ "last_budget_time": "2020-04-03T22:45:11",
3426
+ "content_reward_percent": 6500,
3427
+ "vesting_reward_percent": 1500,
3428
+ "sps_fund_percent": 1000,
3429
+ "sps_interval_ledger": {
3430
+ "amount": "4872",
3431
+ "precision": 3,
3432
+ "nai": "@@000000013"
3433
+ },
3434
+ "downvote_pool_percent": 2500,
3435
+ "smt_creation_fee": {
3436
+ "amount": "1000",
3437
+ "precision": 3,
3438
+ "nai": "@@000000013"
3439
+ }
3440
+ },
3441
+ "id": "193047134271840"
3442
+ }
3443
+ {
3444
+ "jsonrpc": "2.0",
3445
+ "method": "block_api.get_block_header",
3446
+ "params": {
3447
+ "block_num": 12
3448
+ },
3449
+ "id": 132632634489231
3450
+ }
3451
+ {
3452
+ "jsonrpc": "2.0",
3453
+ "result": {
3454
+ "header": {
3455
+ "previous": "0000000bb7b80fea3e6e66e1f7bbd7cda8c79668",
3456
+ "timestamp": "2020-04-03T22:45:42",
3457
+ "witness": "XGT0000000000000",
3458
+ "transaction_merkle_root": "0000000000000000000000000000000000000000",
3459
+ "extensions": [
3460
+
3461
+ ]
3462
+ }
3463
+ },
3464
+ "id": "132632634489231"
3465
+ }
3466
+ {
3467
+ "jsonrpc": "2.0",
3468
+ "method": "network_broadcast_api.get_transaction_hex",
3469
+ "params": [
3470
+ {
3471
+ "expiration": "2020-04-03T22:56:12",
3472
+ "extensions": [
3473
+
3474
+ ],
3475
+ "operations": [
3476
+ [
3477
+ "account_create",
3478
+ {
3479
+ "fee": "0.000 TESTS",
3480
+ "creator": "initminer",
3481
+ "owner": {
3482
+ "weight_threshold": 1,
3483
+ "account_auths": [
3484
+
3485
+ ],
3486
+ "key_auths": [
3487
+ [
3488
+ "TST7xue5ESY1xHhDZj6dw2igXCwoHobA3cnxffacvp4XMzwfzLZu4",
3489
+ 1
3490
+ ]
3491
+ ]
3492
+ },
3493
+ "active": {
3494
+ "weight_threshold": 1,
3495
+ "account_auths": [
3496
+
3497
+ ],
3498
+ "key_auths": [
3499
+ [
3500
+ "TST6Yp3zeaYNU7XJF2MxoHhDcWT4vGgVkzTLEvhMY6g5tvmwzn3tN",
3501
+ 1
3502
+ ]
3503
+ ]
3504
+ },
3505
+ "posting": {
3506
+ "weight_threshold": 1,
3507
+ "account_auths": [
3508
+
3509
+ ],
3510
+ "key_auths": [
3511
+ [
3512
+ "TST5Q7ZdopjQWZMwiyZk11W5Yhvsfu1PG3f4qsQN58A7XfHP34Hig",
3513
+ 1
3514
+ ]
3515
+ ]
3516
+ },
3517
+ "memo_key": "TST5u69JnHZ3oznnwn71J6VA4r5oVJX6Xu3dpbFVoHpJoZXnbDfaW",
3518
+ "json_metadata": "",
3519
+ "extensions": [
3520
+
3521
+ ]
3522
+ }
3523
+ ]
3524
+ ],
3525
+ "ref_block_num": 11,
3526
+ "ref_block_prefix": 3926898871
3527
+ }
3528
+ ],
3529
+ "id": 131584769736878
3530
+ }
3531
+ {
3532
+ "jsonrpc": "2.0",
3533
+ "error": {
3534
+ "code": -32003,
3535
+ "message": "Assert Exception:false: Cannot parse asset symbol",
3536
+ "data": {
3537
+ "code": 10,
3538
+ "name": "assert_exception",
3539
+ "message": "Assert Exception",
3540
+ "stack": [
3541
+ {
3542
+ "context": {
3543
+ "level": "error",
3544
+ "file": "network_broadcast_api_legacy_asset.cpp",
3545
+ "line": 63,
3546
+ "method": "string_to_asset_num",
3547
+ "hostname": "",
3548
+ "timestamp": "2020-04-03T22:46:14"
3549
+ },
3550
+ "format": "false: Cannot parse asset symbol",
3551
+ "data": {
3552
+ }
3553
+ },
3554
+ {
3555
+ "context": {
3556
+ "level": "warn",
3557
+ "file": "network_broadcast_api_legacy_asset.cpp",
3558
+ "line": 187,
3559
+ "method": "from_string",
3560
+ "hostname": "",
3561
+ "timestamp": "2020-04-03T22:46:14"
3562
+ },
3563
+ "format": "",
3564
+ "data": {
3565
+ "from": "0.000 TESTS"
3566
+ }
3567
+ }
3568
+ ]
3569
+ }
3570
+ },
3571
+ "id": "131584769736878"
3572
+ }
3573
+ {
3574
+ "jsonrpc": "2.0",
3575
+ "method": "database_api.get_dynamic_global_properties",
3576
+ "params": {
3577
+ },
3578
+ "id": 170929022376089
3579
+ }
3580
+ null