radiator 0.4.8.pre.1 → 0.4.8.pre.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +2 -0
  3. data/lib/radiator/version.rb +1 -1
  4. data/radiator.gemspec +1 -1
  5. data/test/fixtures/vcr_cassettes/account_by_key_api_all_methods.yml +106 -0
  6. data/test/fixtures/vcr_cassettes/api_all_methods.yml +165 -0
  7. data/test/fixtures/vcr_cassettes/base_per_debt.yml +462 -0
  8. data/test/fixtures/vcr_cassettes/base_per_mvest.yml +382 -0
  9. data/test/fixtures/vcr_cassettes/block_time.yml +365 -0
  10. data/test/fixtures/vcr_cassettes/condenser_all_all_methods.yml +165 -0
  11. data/test/fixtures/vcr_cassettes/condenser_api_jsonrpc.yml +51 -0
  12. data/test/fixtures/vcr_cassettes/expiration_initialize.yml +569 -0
  13. data/test/fixtures/vcr_cassettes/find_account.yml +323 -0
  14. data/test/fixtures/vcr_cassettes/find_block.yml +357 -0
  15. data/test/fixtures/vcr_cassettes/find_comment.yml +993 -0
  16. data/test/fixtures/vcr_cassettes/get_account_count.yml +52 -0
  17. data/test/fixtures/vcr_cassettes/get_account_references.yml +55 -0
  18. data/test/fixtures/vcr_cassettes/get_accounts.yml +61 -0
  19. data/test/fixtures/vcr_cassettes/get_accounts_no_argument.yml +55 -0
  20. data/test/fixtures/vcr_cassettes/get_dynamic_global_properties.yml +60 -0
  21. data/test/fixtures/vcr_cassettes/get_feed_history.yml +95 -0
  22. data/test/fixtures/vcr_cassettes/get_hardfork_version.yml +52 -0
  23. data/test/fixtures/vcr_cassettes/get_key_references.yml +104 -0
  24. data/test/fixtures/vcr_cassettes/get_market_history.yml +104 -0
  25. data/test/fixtures/vcr_cassettes/get_market_history_buckets.yml +104 -0
  26. data/test/fixtures/vcr_cassettes/get_order_book.yml +104 -0
  27. data/test/fixtures/vcr_cassettes/get_recent_trades.yml +104 -0
  28. data/test/fixtures/vcr_cassettes/get_ticker.yml +104 -0
  29. data/test/fixtures/vcr_cassettes/get_trade_history.yml +104 -0
  30. data/test/fixtures/vcr_cassettes/get_vesting_delegations.yml +52 -0
  31. data/test/fixtures/vcr_cassettes/get_volume.yml +104 -0
  32. data/test/fixtures/vcr_cassettes/get_witness_by_account.yml +52 -0
  33. data/test/fixtures/vcr_cassettes/look_up_witnesses.yml +52 -0
  34. data/test/fixtures/vcr_cassettes/properties.yml +365 -0
  35. data/test/fixtures/vcr_cassettes/recover_transaction.yml +112 -0
  36. data/test/fixtures/vcr_cassettes/stream_jsonrpc.yml +922 -0
  37. data/test/fixtures/vcr_cassettes/transaction_expiration_initialize_nil.yml +567 -0
  38. data/test/fixtures/vcr_cassettes/unknown_chain_id.yml +526 -0
  39. data/test/fixtures/vcr_cassettes/valid_chains.yml +303 -0
  40. metadata +9 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0c7aa2b09067f5b8443c46a49587832b075c29b11e4d002c87a7bc504b6f546a
4
- data.tar.gz: a46a5d171ca0ed83f865dbdef347a7ec03d4c2e065913edb4b09d85a3bd0ac32
3
+ metadata.gz: 2fde0395cb878e164e6b91cbfb616e79529830ec9bbcb27b9012a508690b0ebc
4
+ data.tar.gz: 6e80736b5971a830259e6f4f7548d2bb998135b2590e125cfcb2dde4c50153a2
5
5
  SHA512:
6
- metadata.gz: 468b09c3e7ddfac6b1c8f4ea1e82661cb7aa99edd326a64002ff7d4b92ff8d727a2ef4d80bbcd073b1093f992e09de63c8fbb5b00ede4eb048eeabaea5a4942d
7
- data.tar.gz: 1487e9e0521e6e2e914272fd58adc705beb8f067bef070145e681e510dcae6eeebc5300e90351e903e198797d5bcc7380e849af4a929d0e9ac102c125d245e74
6
+ metadata.gz: d98d1cacae1f0b6b8b69d9331883ea407b8e9597e23ac8cd72efa7e2e1271576c61eedb3e774ed7a160b952f99536d3a60dab49dba86598a59c4a02a7616f0dd
7
+ data.tar.gz: 7df3afb4c7dbc239a8e37502387fe91ac94662601d340de442fefda9ef2b0cc443d6e020f64714d9b344417d36dea6bea6b4a9bed4a0422c323c60f2b446afc8
data/Gemfile CHANGED
@@ -1,3 +1,5 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
+ gem 'steem-ruby', github: 'inertia186/steem-ruby', ref: '6d60e60'
4
+
3
5
  gemspec
@@ -1,4 +1,4 @@
1
1
  module Radiator
2
- VERSION = '0.4.8.pre.1'
2
+ VERSION = '0.4.8.pre.2'
3
3
  AGENT_ID = "radiator/#{VERSION}"
4
4
  end
@@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
37
37
  spec.add_dependency('hive-ruby', '~> 1.0', '>= 1.0.1')
38
38
  spec.add_dependency('json', '~> 2.0', '>= 2.0.2')
39
39
  spec.add_dependency('logging', '~> 2.2', '>= 2.2.0')
40
- spec.add_dependency('hashie', '~> 3.5', '>= 3.5.7') # locked by steem-ruby
40
+ spec.add_dependency('hashie', '~> 4.1', '>= 3.5.7')
41
41
  spec.add_dependency('bitcoin-ruby', '0.0.20') # (was 0.0.19)
42
42
  spec.add_dependency('ffi', '~> 1.9', '>= 1.9.18') # (was 1.11.2)
43
43
  spec.add_dependency('awesome_print', '~> 1.7', '>= 1.7.0')
@@ -522,4 +522,110 @@ http_interactions:
522
522
  encoding: UTF-8
523
523
  string: '{"jsonrpc":"2.0","result":{"accounts":[]},"id":16}'
524
524
  recorded_at: Sat, 17 Oct 2020 05:02:58 GMT
525
+ - request:
526
+ method: post
527
+ uri: https://api.steemitdev.com/
528
+ body:
529
+ encoding: UTF-8
530
+ string: '{"jsonrpc":"2.0","id":54,"method":"jsonrpc.get_signature","params":{"method":"account_by_key_api.get_key_references"}}'
531
+ headers:
532
+ Content-Type:
533
+ - application/json; charset=utf-8
534
+ User-Agent:
535
+ - steem-ruby/0.9.5
536
+ Accept-Encoding:
537
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
538
+ Accept:
539
+ - "*/*"
540
+ Host:
541
+ - api.steemitdev.com
542
+ Content-Length:
543
+ - '150'
544
+ response:
545
+ status:
546
+ code: 200
547
+ message: OK
548
+ headers:
549
+ Date:
550
+ - Fri, 06 Nov 2020 21:13:19 GMT
551
+ Content-Type:
552
+ - application/json
553
+ Content-Length:
554
+ - '77'
555
+ Connection:
556
+ - keep-alive
557
+ Server:
558
+ - nginx
559
+ X-Jussi-Cache-Hit:
560
+ - appbase.jsonrpc.get_signature.params={"method":"account_by_key_api.get_key_references"}
561
+ X-Jussi-Request-Id:
562
+ - '000435024376313585'
563
+ X-Amzn-Trace-Id:
564
+ - Root=1-5fa5bc6f-21d0ce8a507cbe7638675460
565
+ Access-Control-Allow-Origin:
566
+ - "*"
567
+ Access-Control-Allow-Methods:
568
+ - GET, POST, OPTIONS
569
+ Access-Control-Allow-Headers:
570
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
571
+ Strict-Transport-Security:
572
+ - max-age=31557600; includeSubDomains; preload
573
+ Content-Security-Policy:
574
+ - upgrade-insecure-requests
575
+ body:
576
+ encoding: UTF-8
577
+ string: '{"id":54,"jsonrpc":"2.0","result":{"args":{"keys":[]},"ret":{"accounts":[]}}}'
578
+ recorded_at: Fri, 06 Nov 2020 21:13:19 GMT
579
+ - request:
580
+ method: post
581
+ uri: https://api.steemitdev.com/
582
+ body:
583
+ encoding: UTF-8
584
+ string: '{"jsonrpc":"2.0","id":55,"method":"account_by_key_api.get_key_references","params":{}}'
585
+ headers:
586
+ Content-Type:
587
+ - application/json; charset=utf-8
588
+ User-Agent:
589
+ - steem-ruby/0.9.5
590
+ Accept-Encoding:
591
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
592
+ Accept:
593
+ - "*/*"
594
+ Host:
595
+ - api.steemitdev.com
596
+ Content-Length:
597
+ - '118'
598
+ response:
599
+ status:
600
+ code: 200
601
+ message: OK
602
+ headers:
603
+ Date:
604
+ - Fri, 06 Nov 2020 21:13:31 GMT
605
+ Content-Type:
606
+ - application/json
607
+ Content-Length:
608
+ - '50'
609
+ Connection:
610
+ - keep-alive
611
+ Server:
612
+ - nginx
613
+ X-Jussi-Request-Id:
614
+ - '001013426934866374'
615
+ X-Amzn-Trace-Id:
616
+ - Root=1-5fa5bc6f-1cfdae582fd894b924dc434e
617
+ Access-Control-Allow-Origin:
618
+ - "*"
619
+ Access-Control-Allow-Methods:
620
+ - GET, POST, OPTIONS
621
+ Access-Control-Allow-Headers:
622
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
623
+ Strict-Transport-Security:
624
+ - max-age=31557600; includeSubDomains; preload
625
+ Content-Security-Policy:
626
+ - upgrade-insecure-requests
627
+ body:
628
+ encoding: UTF-8
629
+ string: '{"jsonrpc":"2.0","result":{"accounts":[]},"id":55}'
630
+ recorded_at: Fri, 06 Nov 2020 21:13:31 GMT
525
631
  recorded_with: VCR 6.0.0
@@ -13251,4 +13251,169 @@ http_interactions:
13251
13251
  string: '{"jsonrpc":"2.0","id":79,"error":{"code":-32603,"message":"Internal
13252
13252
  Error","data":{"error_id":"8a51bee1-dbe0-45fb-a9ea-7f0edb76a3b6","jussi_request_id":"000071568683446578"}}}'
13253
13253
  recorded_at: Sat, 17 Oct 2020 05:03:33 GMT
13254
+ - request:
13255
+ method: post
13256
+ uri: https://api.steemitdev.com/
13257
+ body:
13258
+ encoding: UTF-8
13259
+ string: '{"jsonrpc":"2.0","id":13,"method":"condenser_api.broadcast_block","params":[]}'
13260
+ headers:
13261
+ Content-Type:
13262
+ - application/json; charset=utf-8
13263
+ User-Agent:
13264
+ - steem-ruby/0.9.5
13265
+ Accept-Encoding:
13266
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
13267
+ Accept:
13268
+ - "*/*"
13269
+ Host:
13270
+ - api.steemitdev.com
13271
+ Content-Length:
13272
+ - '83'
13273
+ response:
13274
+ status:
13275
+ code: 200
13276
+ message: OK
13277
+ headers:
13278
+ Date:
13279
+ - Fri, 06 Nov 2020 21:12:56 GMT
13280
+ Content-Type:
13281
+ - application/json
13282
+ Content-Length:
13283
+ - '433'
13284
+ Connection:
13285
+ - keep-alive
13286
+ Server:
13287
+ - nginx
13288
+ X-Jussi-Request-Id:
13289
+ - '000271443028121669'
13290
+ X-Amzn-Trace-Id:
13291
+ - Root=1-5fa5bc56-4323be843a625ded58340784
13292
+ Access-Control-Allow-Origin:
13293
+ - "*"
13294
+ Access-Control-Allow-Methods:
13295
+ - GET, POST, OPTIONS
13296
+ Access-Control-Allow-Headers:
13297
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
13298
+ Strict-Transport-Security:
13299
+ - max-age=31557600; includeSubDomains; preload
13300
+ Content-Security-Policy:
13301
+ - upgrade-insecure-requests
13302
+ body:
13303
+ encoding: UTF-8
13304
+ string: '{"jsonrpc":"2.0","error":{"code":-32003,"message":"Assert Exception:args.size()
13305
+ == 1: Expected #s argument(s), was 0","data":{"code":10,"name":"assert_exception","message":"Assert
13306
+ Exception","stack":[{"context":{"level":"error","file":"condenser_api.cpp","line":1744,"method":"broadcast_block","hostname":"","timestamp":"2020-11-06T21:12:56"},"format":"args.size()
13307
+ == 1: Expected #s argument(s), was ${n}","data":{"n":0}}]}},"id":13}'
13308
+ recorded_at: Fri, 06 Nov 2020 21:12:56 GMT
13309
+ - request:
13310
+ method: post
13311
+ uri: https://api.steemitdev.com/
13312
+ body:
13313
+ encoding: UTF-8
13314
+ string: '{"jsonrpc":"2.0","id":14,"method":"condenser_api.broadcast_transaction","params":[]}'
13315
+ headers:
13316
+ Content-Type:
13317
+ - application/json; charset=utf-8
13318
+ User-Agent:
13319
+ - steem-ruby/0.9.5
13320
+ Accept-Encoding:
13321
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
13322
+ Accept:
13323
+ - "*/*"
13324
+ Host:
13325
+ - api.steemitdev.com
13326
+ Content-Length:
13327
+ - '78'
13328
+ response:
13329
+ status:
13330
+ code: 200
13331
+ message: OK
13332
+ headers:
13333
+ Date:
13334
+ - Fri, 06 Nov 2020 21:12:56 GMT
13335
+ Content-Type:
13336
+ - application/json
13337
+ Content-Length:
13338
+ - '175'
13339
+ Connection:
13340
+ - keep-alive
13341
+ Server:
13342
+ - nginx
13343
+ X-Jussi-Error-Id:
13344
+ - 2896b3a8-1f1d-41e5-aea7-b747618db912
13345
+ X-Jussi-Request-Id:
13346
+ - '000152902155094279'
13347
+ X-Amzn-Trace-Id:
13348
+ - Root=1-5fa5bc58-0043da0864fd5a7b10897ceb
13349
+ Access-Control-Allow-Origin:
13350
+ - "*"
13351
+ Access-Control-Allow-Methods:
13352
+ - GET, POST, OPTIONS
13353
+ Access-Control-Allow-Headers:
13354
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
13355
+ Strict-Transport-Security:
13356
+ - max-age=31557600; includeSubDomains; preload
13357
+ Content-Security-Policy:
13358
+ - upgrade-insecure-requests
13359
+ body:
13360
+ encoding: UTF-8
13361
+ string: '{"jsonrpc":"2.0","id":14,"error":{"code":-32603,"message":"Internal
13362
+ Error","data":{"error_id":"2896b3a8-1f1d-41e5-aea7-b747618db912","jussi_request_id":"001091569608649622"}}}'
13363
+ recorded_at: Fri, 06 Nov 2020 21:12:56 GMT
13364
+ - request:
13365
+ method: post
13366
+ uri: https://api.steemitdev.com/
13367
+ body:
13368
+ encoding: UTF-8
13369
+ string: '{"jsonrpc":"2.0","id":15,"method":"condenser_api.broadcast_transaction_synchronous","params":[]}'
13370
+ headers:
13371
+ Content-Type:
13372
+ - application/json; charset=utf-8
13373
+ User-Agent:
13374
+ - steem-ruby/0.9.5
13375
+ Accept-Encoding:
13376
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
13377
+ Accept:
13378
+ - "*/*"
13379
+ Host:
13380
+ - api.steemitdev.com
13381
+ Content-Length:
13382
+ - '84'
13383
+ response:
13384
+ status:
13385
+ code: 200
13386
+ message: OK
13387
+ headers:
13388
+ Date:
13389
+ - Fri, 06 Nov 2020 21:12:56 GMT
13390
+ Content-Type:
13391
+ - application/json
13392
+ Content-Length:
13393
+ - '175'
13394
+ Connection:
13395
+ - keep-alive
13396
+ Server:
13397
+ - nginx
13398
+ X-Jussi-Error-Id:
13399
+ - 28fd04ac-d7e6-4c7a-9688-832b2476631c
13400
+ X-Jussi-Request-Id:
13401
+ - '000292886906755840'
13402
+ X-Amzn-Trace-Id:
13403
+ - Root=1-5fa5bc58-7a87892a7f21c81660b1bd0e
13404
+ Access-Control-Allow-Origin:
13405
+ - "*"
13406
+ Access-Control-Allow-Methods:
13407
+ - GET, POST, OPTIONS
13408
+ Access-Control-Allow-Headers:
13409
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
13410
+ Strict-Transport-Security:
13411
+ - max-age=31557600; includeSubDomains; preload
13412
+ Content-Security-Policy:
13413
+ - upgrade-insecure-requests
13414
+ body:
13415
+ encoding: UTF-8
13416
+ string: '{"jsonrpc":"2.0","id":15,"error":{"code":-32603,"message":"Internal
13417
+ Error","data":{"error_id":"28fd04ac-d7e6-4c7a-9688-832b2476631c","jussi_request_id":"000142708168175859"}}}'
13418
+ recorded_at: Fri, 06 Nov 2020 21:12:56 GMT
13254
13419
  recorded_with: VCR 6.0.0
@@ -4943,4 +4943,466 @@ http_interactions:
4943
4943
  VESTS","pending_rewarded_vesting_steem":"362765.770 STEEM","sbd_interest_rate":0,"sbd_print_rate":10000,"maximum_block_size":65536,"required_actions_partition_percent":0,"current_aslot":48025261,"recent_slots_filled":"340261597693890263463374607431857626673","participation_count":126,"last_irreversible_block_num":47792962,"vote_power_reserve_rate":10,"delegation_return_period":432000,"reverse_auction_seconds":300,"available_account_subsidies":16823016,"sbd_stop_percent":1000,"sbd_start_percent":900,"next_maintenance_time":"2020-10-17T05:41:51","last_budget_time":"2020-10-17T04:41:51","content_reward_percent":6500,"vesting_reward_percent":1500,"sps_fund_percent":1000,"sps_interval_ledger":"20.064
4944
4944
  SBD","downvote_pool_percent":2500}}'
4945
4945
  recorded_at: Sat, 17 Oct 2020 05:03:05 GMT
4946
+ - request:
4947
+ method: post
4948
+ uri: https://steem.bts.tw/
4949
+ body:
4950
+ encoding: UTF-8
4951
+ string: '{"jsonrpc":"2.0","id":39,"method":"jsonrpc.get_methods","params":{}}'
4952
+ headers:
4953
+ Content-Type:
4954
+ - application/json; charset=utf-8
4955
+ User-Agent:
4956
+ - steem-ruby/0.9.5
4957
+ Accept-Encoding:
4958
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
4959
+ Accept:
4960
+ - "*/*"
4961
+ Host:
4962
+ - api.steemitdev.com
4963
+ Content-Length:
4964
+ - '78'
4965
+ response:
4966
+ status:
4967
+ code: 403
4968
+ message: Forbidden
4969
+ headers:
4970
+ Server:
4971
+ - cloudflare
4972
+ Date:
4973
+ - Fri, 06 Nov 2020 21:13:11 GMT
4974
+ Content-Type:
4975
+ - text/html
4976
+ Content-Length:
4977
+ - '151'
4978
+ Connection:
4979
+ - keep-alive
4980
+ Cf-Ray:
4981
+ - 5ee1d127af2393b8-SJC
4982
+ body:
4983
+ encoding: UTF-8
4984
+ string: "<html>\r\n<head><title>403 Forbidden</title></head>\r\n<body>\r\n<center><h1>403
4985
+ Forbidden</h1></center>\r\n<hr><center>cloudflare</center>\r\n</body>\r\n</html>\r\n"
4986
+ recorded_at: Fri, 06 Nov 2020 21:13:11 GMT
4987
+ - request:
4988
+ method: post
4989
+ uri: https://api.steemit.com/
4990
+ body:
4991
+ encoding: UTF-8
4992
+ string: '{"jsonrpc":"2.0","id":40,"method":"condenser_api.get_accounts","params":[["fullnodeupdate"]]}'
4993
+ headers:
4994
+ Content-Type:
4995
+ - application/json; charset=utf-8
4996
+ User-Agent:
4997
+ - steem-ruby/0.9.5
4998
+ Accept-Encoding:
4999
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
5000
+ Accept:
5001
+ - "*/*"
5002
+ Host:
5003
+ - api.steemitdev.com
5004
+ Content-Length:
5005
+ - '68'
5006
+ response:
5007
+ status:
5008
+ code: 200
5009
+ message: OK
5010
+ headers:
5011
+ Date:
5012
+ - Fri, 06 Nov 2020 21:13:11 GMT
5013
+ Content-Type:
5014
+ - application/json
5015
+ Transfer-Encoding:
5016
+ - chunked
5017
+ Connection:
5018
+ - keep-alive
5019
+ Server:
5020
+ - nginx
5021
+ X-Jussi-Cache-Hit:
5022
+ - appbase.condenser_api.get_accounts.params=[["fullnodeupdate"]]
5023
+ X-Jussi-Request-Id:
5024
+ - '000313004092610847'
5025
+ X-Amzn-Trace-Id:
5026
+ - Root=1-5fa5bc67-013449d84576215001d89c68
5027
+ Access-Control-Allow-Origin:
5028
+ - "*"
5029
+ Access-Control-Allow-Methods:
5030
+ - GET, POST, OPTIONS
5031
+ Access-Control-Allow-Headers:
5032
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
5033
+ Strict-Transport-Security:
5034
+ - max-age=31557600; includeSubDomains; preload
5035
+ Content-Security-Policy:
5036
+ - upgrade-insecure-requests
5037
+ body:
5038
+ encoding: ASCII-8BIT
5039
+ string: '{"id":40,"jsonrpc":"2.0","result":[{"id":1025676,"name":"fullnodeupdate","owner":{"weight_threshold":1,"account_auths":[],"key_auths":[["STM6TShqSeQJNa3VfjsS4KKRrCcakXJLLMa1siB9gdpQWB3XMu9fr",1]]},"active":{"weight_threshold":1,"account_auths":[],"key_auths":[["STM5eaire16BucZBRg54SPDUt2j4d9RGEVHTfnKj1JTUQf7yex2xy",1]]},"posting":{"weight_threshold":1,"account_auths":[["rewarding",1],["steemhunt.com",1]],"key_auths":[["STM5FjB4voP6L1WD4xtwT3somNdx2WyMeu6YGGAbSkGNHkXQ6giV9",1]]},"memo_key":"STM8C2pRSyNQb6ru99n2141MwNtVHXgAfHeVFtgKYeXkAJdKN87BB","json_metadata":"{\"nodes\":
5040
+ [\"https:\/\/api.pharesim.me\", \"https:\/\/hive.roelandp.nl\", \"https:\/\/api.c0ff33a.uk\",
5041
+ \"https:\/\/rpc.ausbit.dev\", \"https:\/\/api.steemit.com\", \"https:\/\/api.deathwing.me\",
5042
+ \"https:\/\/rpc.ecency.com\", \"http:\/\/anyx.io\", \"https:\/\/hive-api.arcange.eu\",
5043
+ \"https:\/\/api.hive.blog\", \"https:\/\/api.openhive.network\", \"https:\/\/steem.61bts.com\",
5044
+ \"https:\/\/anyx.io\", \"https:\/\/techcoderx.com\"], \"failing_nodes\": {\"https:\/\/steem.bts.tw\":
5045
+ \"NumRetriesReached\"}, \"report\": [{\"node\": \"https:\/\/api.hive.blog\",
5046
+ \"version\": \"1.24.6\", \"hive\": true, \"block\": {\"rank\": 12, \"ok\":
5047
+ true, \"count\": 195, \"time\": 30.42}, \"history\": {\"rank\": 11, \"ok\":
5048
+ true, \"count\": 11401, \"time\": 15.07}, \"apicall\": {\"rank\": 5, \"ok\":
5049
+ true, \"time\": 1.33, \"access_time\": 0.292}, \"config\": {\"rank\": 4, \"ok\":
5050
+ true, \"time\": 0.32, \"access_time\": 0.1}, \"block_diff\": {\"rank\": 14,
5051
+ \"ok\": true, \"head_delay\": 2.79, \"diff_head_irreversible\": 22.0, \"time\":
5052
+ 17.59}}, {\"node\": \"https:\/\/anyx.io\", \"version\": \"1.24.4\", \"hive\":
5053
+ true, \"block\": {\"rank\": 13, \"ok\": true, \"count\": 186, \"time\": 30.28},
5054
+ \"history\": {\"rank\": 16, \"ok\": true, \"count\": 7778, \"time\": 15.17},
5055
+ \"apicall\": {\"rank\": 8, \"ok\": true, \"time\": 1.4, \"access_time\": 0.323},
5056
+ \"config\": {\"rank\": 5, \"ok\": true, \"time\": 0.72, \"access_time\": 0.1},
5057
+ \"block_diff\": {\"rank\": 16, \"ok\": true, \"head_delay\": 6.74, \"diff_head_irreversible\":
5058
+ 21.0, \"time\": 17.68}}, {\"node\": \"https:\/\/api.hivekings.com\", \"version\":
5059
+ \"1.24.6\", \"hive\": true, \"block\": {\"rank\": 15, \"ok\": true, \"count\":
5060
+ 176, \"time\": 30.15}, \"history\": {\"rank\": 14, \"ok\": true, \"count\":
5061
+ 8001, \"time\": 15.06}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\":
5062
+ \"Assert Exception:api_itr != _registered_apis.end(): Could not find API bridge\",
5063
+ \"time\": 1.03, \"access_time\": 30.0}, \"config\": {\"rank\": 6, \"ok\":
5064
+ true, \"time\": 0.84, \"access_time\": 0.16}, \"block_diff\": {\"rank\": 7,
5065
+ \"ok\": true, \"head_delay\": 5.5, \"diff_head_irreversible\": 18.0, \"time\":
5066
+ 18.91}}, {\"node\": \"https:\/\/api.openhive.network\", \"version\": \"1.24.6\",
5067
+ \"hive\": true, \"block\": {\"rank\": 16, \"ok\": true, \"count\": 145, \"time\":
5068
+ 30.45}, \"history\": {\"rank\": 12, \"ok\": true, \"count\": 9501, \"time\":
5069
+ 15.11}, \"apicall\": {\"rank\": 6, \"ok\": true, \"time\": 1.12, \"access_time\":
5070
+ 0.297}, \"config\": {\"rank\": 7, \"ok\": true, \"time\": 0.58, \"access_time\":
5071
+ 0.12}, \"block_diff\": {\"rank\": 11, \"ok\": true, \"head_delay\": 2.38,
5072
+ \"diff_head_irreversible\": 20.0, \"time\": 16.86}}, {\"node\": \"https:\/\/rpc.ausbit.dev\",
5073
+ \"version\": \"1.24.6\", \"hive\": true, \"block\": {\"rank\": 6, \"ok\":
5074
+ true, \"count\": 569, \"time\": 30.05}, \"history\": {\"rank\": 8, \"ok\":
5075
+ true, \"count\": 16401, \"time\": 15.07}, \"apicall\": {\"rank\": 3, \"ok\":
5076
+ true, \"time\": 0.51, \"access_time\": 0.123}, \"config\": {\"rank\": 8, \"ok\":
5077
+ true, \"time\": 0.21, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 15,
5078
+ \"ok\": true, \"head_delay\": 0.68, \"diff_head_irreversible\": 23.0, \"time\":
5079
+ 16.2}}, {\"node\": \"https:\/\/hive.roelandp.nl\", \"version\": \"1.24.4\",
5080
+ \"hive\": true, \"block\": {\"rank\": 5, \"ok\": true, \"count\": 671, \"time\":
5081
+ 30.01}, \"history\": {\"rank\": 2, \"ok\": true, \"count\": 27675, \"time\":
5082
+ 15.05}, \"apicall\": {\"rank\": 2, \"ok\": true, \"time\": 0.41, \"access_time\":
5083
+ 0.086}, \"config\": {\"rank\": 9, \"ok\": true, \"time\": 0.25, \"access_time\":
5084
+ 0.04}, \"block_diff\": {\"rank\": 10, \"ok\": true, \"head_delay\": 1.65,
5085
+ \"diff_head_irreversible\": 20.0, \"time\": 15.95}}, {\"node\": \"https:\/\/api.c0ff33a.uk\",
5086
+ \"version\": \"1.24.4\", \"hive\": true, \"block\": {\"rank\": 10, \"ok\":
5087
+ true, \"count\": 224, \"time\": 30.06}, \"history\": {\"rank\": 5, \"ok\":
5088
+ true, \"count\": 21514, \"time\": 15.01}, \"apicall\": {\"rank\": 11, \"ok\":
5089
+ true, \"time\": 15.56, \"access_time\": 5.12}, \"config\": {\"rank\": 10,
5090
+ \"ok\": true, \"time\": 0.23, \"access_time\": 0.04}, \"block_diff\": {\"rank\":
5091
+ 5, \"ok\": true, \"head_delay\": 3.02, \"diff_head_irreversible\": 18.0, \"time\":
5092
+ 16.47}}, {\"node\": \"https:\/\/api.deathwing.me\", \"version\": \"1.24.6\",
5093
+ \"hive\": true, \"block\": {\"rank\": 3, \"ok\": true, \"count\": 1067, \"time\":
5094
+ 30.02}, \"history\": {\"rank\": 4, \"ok\": true, \"count\": 25301, \"time\":
5095
+ 15.05}, \"apicall\": {\"rank\": 10, \"ok\": true, \"time\": 15.44, \"access_time\":
5096
+ 5.118}, \"config\": {\"rank\": 11, \"ok\": true, \"time\": 0.11, \"access_time\":
5097
+ 0.02}, \"block_diff\": {\"rank\": 17, \"ok\": true, \"head_delay\": 3.37,
5098
+ \"diff_head_irreversible\": 23.0, \"time\": 15.51}}, {\"node\": \"https:\/\/hive-api.arcange.eu\",
5099
+ \"version\": \"1.24.6\", \"hive\": true, \"block\": {\"rank\": 8, \"ok\":
5100
+ true, \"count\": 410, \"time\": 30.0}, \"history\": {\"rank\": 6, \"ok\":
5101
+ true, \"count\": 19101, \"time\": 15.05}, \"apicall\": {\"rank\": 13, \"ok\":
5102
+ true, \"time\": 19.57, \"access_time\": 6.481}, \"config\": {\"rank\": 12,
5103
+ \"ok\": true, \"time\": 0.3, \"access_time\": 0.07}, \"block_diff\": {\"rank\":
5104
+ 12, \"ok\": true, \"head_delay\": 2.08, \"diff_head_irreversible\": 21.0,
5105
+ \"time\": 16.6}}, {\"node\": \"https:\/\/fin.hive.3speak.co\", \"version\":
5106
+ \"1.24.3\", \"hive\": true, \"block\": {\"rank\": 4, \"ok\": true, \"count\":
5107
+ 686, \"time\": 30.02}, \"history\": {\"rank\": 3, \"ok\": true, \"count\":
5108
+ 27170, \"time\": 15.03}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\":
5109
+ \"@khaleelkazi\/square-s-cash-app-bitcoin-recurring-purchases-btc-q3-revenue-report-and-balance-sheet-treasury-asset\",
5110
+ \"time\": 0.26, \"access_time\": 30.0}, \"config\": {\"rank\": 13, \"ok\":
5111
+ true, \"time\": 0.28, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 1,
5112
+ \"ok\": true, \"head_delay\": 2.86, \"diff_head_irreversible\": 15.0, \"time\":
5113
+ 15.97}}, {\"node\": \"http:\/\/anyx.io\", \"version\": \"1.24.4\", \"hive\":
5114
+ true, \"block\": {\"rank\": 14, \"ok\": true, \"count\": 181, \"time\": 30.12},
5115
+ \"history\": {\"rank\": 17, \"ok\": true, \"count\": 7475, \"time\": 15.1},
5116
+ \"apicall\": {\"rank\": 7, \"ok\": true, \"time\": 1.01, \"access_time\":
5117
+ 0.301}, \"config\": {\"rank\": 14, \"ok\": true, \"time\": 0.39, \"access_time\":
5118
+ 0.1}, \"block_diff\": {\"rank\": -1, \"ok\": false, \"error\": \"output: {}
5119
+ of identifier 48457461\", \"head_delay\": 0.0, \"diff_head_irreversible\":
5120
+ 0.0, \"time\": 10.76}}, {\"node\": \"https:\/\/techcoderx.com\", \"version\":
5121
+ \"1.24.4\", \"hive\": true, \"block\": {\"rank\": 17, \"ok\": true, \"count\":
5122
+ 114, \"time\": 30.16}, \"history\": {\"rank\": 15, \"ok\": true, \"count\":
5123
+ 7879, \"time\": 15.17}, \"apicall\": {\"rank\": 12, \"ok\": true, \"time\":
5124
+ 16.56, \"access_time\": 5.418}, \"config\": {\"rank\": 15, \"ok\": true, \"time\":
5125
+ 0.86, \"access_time\": 0.16}, \"block_diff\": {\"rank\": 9, \"ok\": true,
5126
+ \"head_delay\": 4.05, \"diff_head_irreversible\": 19.0, \"time\": 19.1}},
5127
+ {\"node\": \"https:\/\/rpc.ecency.com\", \"version\": \"1.24.4\", \"hive\":
5128
+ true, \"block\": {\"rank\": 7, \"ok\": true, \"count\": 455, \"time\": 30.04},
5129
+ \"history\": {\"rank\": 9, \"ok\": true, \"count\": 14646, \"time\": 15.07},
5130
+ \"apicall\": {\"rank\": 14, \"ok\": true, \"time\": 36.97, \"access_time\":
5131
+ 12.279}, \"config\": {\"rank\": 16, \"ok\": true, \"time\": 0.46, \"access_time\":
5132
+ 0.1}, \"block_diff\": {\"rank\": 6, \"ok\": true, \"head_delay\": 2.1, \"diff_head_irreversible\":
5133
+ 19.0, \"time\": 17.24}}, {\"node\": \"https:\/\/hived.privex.io\", \"version\":
5134
+ \"1.24.6\", \"hive\": true, \"block\": {\"rank\": 9, \"ok\": true, \"count\":
5135
+ 349, \"time\": 30.07}, \"history\": {\"rank\": 7, \"ok\": true, \"count\":
5136
+ 17421, \"time\": 15.04}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\":
5137
+ \"@khaleelkazi\/square-s-cash-app-bitcoin-recurring-purchases-btc-q3-revenue-report-and-balance-sheet-treasury-asset\",
5138
+ \"time\": 0.85, \"access_time\": 30.0}, \"config\": {\"rank\": 17, \"ok\":
5139
+ true, \"time\": 0.47, \"access_time\": 0.03}, \"block_diff\": {\"rank\": 3,
5140
+ \"ok\": true, \"head_delay\": 1.0, \"diff_head_irreversible\": 18.0, \"time\":
5141
+ 16.78}}, {\"node\": \"https:\/\/api.pharesim.me\", \"version\": \"1.24.6\",
5142
+ \"hive\": true, \"block\": {\"rank\": 2, \"ok\": true, \"count\": 1069, \"time\":
5143
+ 30.01}, \"history\": {\"rank\": 1, \"ok\": true, \"count\": 28501, \"time\":
5144
+ 15.01}, \"apicall\": {\"rank\": 1, \"ok\": true, \"time\": 0.27, \"access_time\":
5145
+ 0.058}, \"config\": {\"rank\": 18, \"ok\": true, \"time\": 0.29, \"access_time\":
5146
+ 0.02}, \"block_diff\": {\"rank\": 4, \"ok\": true, \"head_delay\": 1.75, \"diff_head_irreversible\":
5147
+ 18.0, \"time\": 15.61}}, {\"node\": \"https:\/\/api.steemit.com\", \"version\":
5148
+ \"0.23.0\", \"hive\": false, \"block\": {\"rank\": 11, \"ok\": true, \"count\":
5149
+ 223, \"time\": 30.04}, \"history\": {\"rank\": 10, \"ok\": true, \"count\":
5150
+ 11414, \"time\": 15.16}, \"apicall\": {\"rank\": 4, \"ok\": true, \"time\":
5151
+ 0.96, \"access_time\": 0.18}, \"config\": {\"rank\": 1, \"ok\": true, \"time\":
5152
+ 0.71, \"access_time\": 0.12}, \"block_diff\": {\"rank\": 8, \"ok\": true,
5153
+ \"head_delay\": 6.55, \"diff_head_irreversible\": 18.0, \"time\": 17.68}},
5154
+ {\"node\": \"https:\/\/api.justyy.com\", \"version\": \"0.23.1\", \"hive\":
5155
+ false, \"block\": {\"rank\": 1, \"ok\": true, \"count\": 1388, \"time\": 30.01},
5156
+ \"history\": {\"rank\": 13, \"ok\": true, \"count\": 9495, \"time\": 15.01},
5157
+ \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Invalid Request\",
5158
+ \"time\": 0.55, \"access_time\": 30.0}, \"config\": {\"rank\": 2, \"ok\":
5159
+ true, \"time\": 0.08, \"access_time\": 0.02}, \"block_diff\": {\"rank\": 13,
5160
+ \"ok\": true, \"head_delay\": 2.94, \"diff_head_irreversible\": 21.0, \"time\":
5161
+ 15.29}}, {\"node\": \"https:\/\/steem.61bts.com\", \"version\": \"0.23.0\",
5162
+ \"hive\": false, \"block\": {\"rank\": 18, \"ok\": true, \"count\": 35, \"time\":
5163
+ 30.19}, \"history\": {\"rank\": 18, \"ok\": true, \"count\": 1213, \"time\":
5164
+ 16.25}, \"apicall\": {\"rank\": 9, \"ok\": true, \"time\": 3.61, \"access_time\":
5165
+ 0.752}, \"config\": {\"rank\": 3, \"ok\": true, \"time\": 1.98, \"access_time\":
5166
+ 0.29}, \"block_diff\": {\"rank\": 2, \"ok\": true, \"head_delay\": 1.99, \"diff_head_irreversible\":
5167
+ 16.0, \"time\": 24.63}}], \"parameter\": {\"num_retries\": 3, \"num_retries_call\":
5168
+ 3, \"timeout\": 30, \"threading\": false, \"beem_version\": \"0.24.16\", \"start_time\":
5169
+ \"2020-11-06T19:00:10\", \"end_time\": \"2020-11-06T19:22:17\", \"script_version\":
5170
+ \"1.2.3\", \"benchmarks\": {\"block\": {\"data\": [\"count\"]}, \"history\":
5171
+ {\"data\": [\"count\"]}, \"apicall\": {\"data\": [\"access_time\"]}, \"config\":
5172
+ {\"data\": [\"access_time\"]}, \"block_diff\": {\"data\": [\"diff_head_irreversible\",
5173
+ \"head_delay\"]}}}}","posting_json_metadata":"{\"nodes\": [\"https:\/\/anyx.io\",
5174
+ \"http:\/\/anyx.io\", \"https:\/\/rpc.usesteem.com\"], \"failing_nodes\":
5175
+ {\"https:\/\/api.steemitstage.com\": \"NumRetriesReached\"}, \"report\": [{\"node\":
5176
+ \"https:\/\/steemd.minnowsupportproject.org\", \"version\": \"0.21.0\", \"block\":
5177
+ {\"rank\": 1, \"ok\": true, \"count\": 713, \"time\": 30.03}, \"history\":
5178
+ {\"rank\": 5, \"ok\": true, \"count\": 5859, \"time\": 15.24}, \"apicall\":
5179
+ {\"rank\": -1, \"ok\": false, \"error\": \"Assert Exception:api_itr != _registered_apis.end():
5180
+ Could not find API tags_api\", \"time\": 0.19, \"access_time\": 30.0}, \"config\":
5181
+ {\"rank\": 1, \"ok\": true, \"time\": 0.43, \"access_time\": 0.03}, \"block_diff\":
5182
+ {\"rank\": 2, \"ok\": true, \"head_delay\": 3.2, \"diff_head_irreversible\":
5183
+ 16.0, \"time\": 16.21}}, {\"node\": \"https:\/\/api.steemit.com\", \"version\":
5184
+ \"0.21.0\", \"block\": {\"rank\": 3, \"ok\": true, \"count\": 249, \"time\":
5185
+ 30.01}, \"history\": {\"rank\": 2, \"ok\": true, \"count\": 12626, \"time\":
5186
+ 15.06}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Method not
5187
+ found\", \"time\": 0.5, \"access_time\": 30.0}, \"config\": {\"rank\": 2,
5188
+ \"ok\": true, \"time\": 1.01, \"access_time\": 0.1}, \"block_diff\": {\"rank\":
5189
+ 3, \"ok\": true, \"head_delay\": 3.06, \"diff_head_irreversible\": 17.0, \"time\":
5190
+ 18.1}}, {\"node\": \"http:\/\/anyx.io\", \"version\": \"0.20.10\", \"block\":
5191
+ {\"rank\": 4, \"ok\": true, \"count\": 133, \"time\": 30.35}, \"history\":
5192
+ {\"rank\": 3, \"ok\": true, \"count\": 6768, \"time\": 15.16}, \"apicall\":
5193
+ {\"rank\": 2, \"ok\": true, \"time\": 1.54, \"access_time\": 0.449}, \"config\":
5194
+ {\"rank\": 3, \"ok\": true, \"time\": 1.13, \"access_time\": 0.09}, \"block_diff\":
5195
+ {\"rank\": 6, \"ok\": true, \"head_delay\": 4.29, \"diff_head_irreversible\":
5196
+ 19.0, \"time\": 19.34}}, {\"node\": \"https:\/\/anyx.io\", \"version\": \"0.20.10\",
5197
+ \"block\": {\"rank\": 5, \"ok\": true, \"count\": 128, \"time\": 30.15}, \"history\":
5198
+ {\"rank\": 4, \"ok\": true, \"count\": 6667, \"time\": 15.06}, \"apicall\":
5199
+ {\"rank\": 1, \"ok\": true, \"time\": 1.3, \"access_time\": 0.4}, \"config\":
5200
+ {\"rank\": 4, \"ok\": true, \"time\": 1.33, \"access_time\": 0.09}, \"block_diff\":
5201
+ {\"rank\": 1, \"ok\": true, \"head_delay\": 2.67, \"diff_head_irreversible\":
5202
+ 16.0, \"time\": 19.44}}, {\"node\": \"https:\/\/api.steemitdev.com\", \"version\":
5203
+ \"0.21.0\", \"block\": {\"rank\": 2, \"ok\": true, \"count\": 275, \"time\":
5204
+ 30.04}, \"history\": {\"rank\": 1, \"ok\": true, \"count\": 13131, \"time\":
5205
+ 15.09}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Method not
5206
+ found\", \"time\": 0.54, \"access_time\": 30.0}, \"config\": {\"rank\": 5,
5207
+ \"ok\": true, \"time\": 1.4, \"access_time\": 0.09}, \"block_diff\": {\"rank\":
5208
+ 4, \"ok\": true, \"head_delay\": 2.76, \"diff_head_irreversible\": 18.0, \"time\":
5209
+ 18.35}}, {\"node\": \"https:\/\/api.steem.house\", \"version\": \"0.21.0\",
5210
+ \"block\": {\"rank\": 6, \"ok\": true, \"count\": 93, \"time\": 30.22}, \"history\":
5211
+ {\"rank\": 6, \"ok\": true, \"count\": 5152, \"time\": 15.21}, \"apicall\":
5212
+ {\"rank\": -1, \"ok\": false, \"error\": \"Method not found\", \"time\": 0.66,
5213
+ \"access_time\": 30.0}, \"config\": {\"rank\": 6, \"ok\": true, \"time\":
5214
+ 2.77, \"access_time\": 0.26}, \"block_diff\": {\"rank\": 7, \"ok\": true,
5215
+ \"head_delay\": 3.3, \"diff_head_irreversible\": 21.0, \"time\": 22.91}},
5216
+ {\"node\": \"https:\/\/rpc.usesteem.com\", \"version\": \"0.20.10\", \"block\":
5217
+ {\"rank\": 7, \"ok\": true, \"count\": 57, \"time\": 30.31}, \"history\":
5218
+ {\"rank\": 7, \"ok\": true, \"count\": 2728, \"time\": 15.26}, \"apicall\":
5219
+ {\"rank\": 3, \"ok\": true, \"time\": 5.9, \"access_time\": 1.679}, \"config\":
5220
+ {\"rank\": 7, \"ok\": true, \"time\": 4.09, \"access_time\": 0.39}, \"block_diff\":
5221
+ {\"rank\": 5, \"ok\": true, \"head_delay\": 3.23, \"diff_head_irreversible\":
5222
+ 19.0, \"time\": 28.42}}, {\"node\": \"https:\/\/steemd.privex.io\", \"version\":
5223
+ \"0.21.0\", \"block\": {\"rank\": 8, \"ok\": true, \"count\": 28, \"time\":
5224
+ 30.99}, \"history\": {\"rank\": 8, \"ok\": true, \"count\": 1314, \"time\":
5225
+ 15.02}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Assert Exception:api_itr
5226
+ != _registered_apis.end(): Could not find API tags_api\", \"time\": 1.09,
5227
+ \"access_time\": 30.0}, \"config\": {\"rank\": 8, \"ok\": true, \"time\":
5228
+ 9.11, \"access_time\": 1.0}, \"block_diff\": {\"rank\": 8, \"ok\": true, \"head_delay\":
5229
+ 4.33, \"diff_head_irreversible\": 22.0, \"time\": 39.83}}, {\"node\": \"https:\/\/appbasetest.timcliff.com\",
5230
+ \"version\": \"0.21.0\", \"block\": {\"rank\": 9, \"ok\": true, \"count\":
5231
+ 17, \"time\": 30.16}, \"history\": {\"rank\": 9, \"ok\": true, \"count\":
5232
+ 1314, \"time\": 15.01}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\":
5233
+ \"@taskmaster4450\/rewards-are-rewards|holger80\", \"time\": 2.01, \"access_time\":
5234
+ 30.0}, \"config\": {\"rank\": 9, \"ok\": true, \"time\": 10.11, \"access_time\":
5235
+ 0.08}, \"block_diff\": {\"rank\": 9, \"ok\": true, \"head_delay\": 2822132.87,
5236
+ \"diff_head_irreversible\": 16.0, \"time\": 53.19}}], \"parameter\": {\"num_retries\":
5237
+ 3, \"num_retries_call\": 3, \"timeout\": 30, \"threading\": false, \"beem_version\":
5238
+ \"0.20.23\", \"start_time\": \"2019-08-27T14:10:02\", \"end_time\": \"2019-08-27T14:22:42\",
5239
+ \"script_version\": \"1.2.3\", \"benchmarks\": {\"block\": {\"data\": [\"count\"]},
5240
+ \"history\": {\"data\": [\"count\"]}, \"apicall\": {\"data\": [\"access_time\"]},
5241
+ \"config\": {\"data\": [\"access_time\"]}, \"block_diff\": {\"data\": [\"diff_head_irreversible\",
5242
+ \"head_delay\"]}}}}","proxy":"holger80","last_owner_update":"1970-01-01T00:00:00","last_account_update":"2020-11-06T19:22:21","created":"2018-05-31T10:46:21","mined":false,"recovery_account":"holger80","last_account_recovery":"1970-01-01T00:00:00","reset_account":"null","comment_count":0,"lifetime_vote_count":0,"post_count":687,"can_vote":true,"voting_manabar":{"current_mana":"45117490512","last_update_time":1594520553},"downvote_manabar":{"current_mana":"11509563906","last_update_time":1594520553},"voting_power":9799,"balance":"0.000
5243
+ STEEM","savings_balance":"0.000 STEEM","sbd_balance":"0.000 SBD","sbd_seconds":"61744776","sbd_seconds_last_update":"2020-06-18T05:40:09","sbd_last_interest_payment":"2020-05-27T14:51:18","savings_sbd_balance":"0.000
5244
+ SBD","savings_sbd_seconds":"0","savings_sbd_seconds_last_update":"1970-01-01T00:00:00","savings_sbd_last_interest_payment":"1970-01-01T00:00:00","savings_withdraw_requests":0,"reward_sbd_balance":"0.000
5245
+ SBD","reward_steem_balance":"0.000 STEEM","reward_vesting_balance":"5.828499
5246
+ VESTS","reward_vesting_steem":"0.003 STEEM","vesting_shares":"37837.752919
5247
+ VESTS","delegated_vesting_shares":"0.000000 VESTS","received_vesting_shares":"8200.502706
5248
+ VESTS","vesting_withdraw_rate":"0.000000 VESTS","next_vesting_withdrawal":"1969-12-31T23:59:59","withdrawn":"913432674868","to_withdraw":"913432674868","withdraw_routes":0,"curation_rewards":4100,"posting_rewards":1149926,"proxied_vsf_votes":[0,0,0,0],"witnesses_voted_for":0,"last_post":"2020-06-02T20:30:45","last_root_post":"2020-06-02T20:30:45","last_vote_time":"2020-07-12T02:22:33","post_bandwidth":0,"pending_claimed_accounts":0,"vesting_balance":"0.000
5249
+ STEEM","reputation":"22865758503573","transfer_history":[],"market_history":[],"post_history":[],"vote_history":[],"other_history":[],"witness_votes":[],"tags_usage":[],"guest_bloggers":[]}]}'
5250
+ recorded_at: Fri, 06 Nov 2020 21:13:12 GMT
5251
+ - request:
5252
+ method: post
5253
+ uri: https://api.steemit.com/
5254
+ body:
5255
+ encoding: UTF-8
5256
+ string: '{"jsonrpc":"2.0","id":41,"method":"condenser_api.get_feed_history","params":[]}'
5257
+ headers:
5258
+ Content-Type:
5259
+ - application/json; charset=utf-8
5260
+ User-Agent:
5261
+ - steem-ruby/0.9.5
5262
+ Accept-Encoding:
5263
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
5264
+ Accept:
5265
+ - "*/*"
5266
+ Host:
5267
+ - api.steemitdev.com
5268
+ Content-Length:
5269
+ - '93'
5270
+ response:
5271
+ status:
5272
+ code: 200
5273
+ message: OK
5274
+ headers:
5275
+ Date:
5276
+ - Fri, 06 Nov 2020 21:13:12 GMT
5277
+ Content-Type:
5278
+ - application/json
5279
+ Transfer-Encoding:
5280
+ - chunked
5281
+ Connection:
5282
+ - keep-alive
5283
+ Server:
5284
+ - nginx
5285
+ X-Jussi-Cache-Hit:
5286
+ - appbase.condenser_api.get_feed_history.params=[]
5287
+ X-Jussi-Request-Id:
5288
+ - '000513078788199618'
5289
+ X-Amzn-Trace-Id:
5290
+ - Root=1-5fa5bc68-69484cbc506b51ee4199d304
5291
+ Access-Control-Allow-Origin:
5292
+ - "*"
5293
+ Access-Control-Allow-Methods:
5294
+ - GET, POST, OPTIONS
5295
+ Access-Control-Allow-Headers:
5296
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
5297
+ Strict-Transport-Security:
5298
+ - max-age=31557600; includeSubDomains; preload
5299
+ Content-Security-Policy:
5300
+ - upgrade-insecure-requests
5301
+ body:
5302
+ encoding: ASCII-8BIT
5303
+ string: '{"id":41,"jsonrpc":"2.0","result":{"id":0,"current_median_history":{"base":"52021985.112
5304
+ SBD","quote":"370752492.821 STEEM"},"price_history":[{"base":"0.131 SBD","quote":"1.000
5305
+ STEEM"},{"base":"0.132 SBD","quote":"1.000 STEEM"},{"base":"0.132 SBD","quote":"1.000
5306
+ STEEM"},{"base":"0.133 SBD","quote":"1.000 STEEM"},{"base":"0.134 SBD","quote":"1.000
5307
+ STEEM"},{"base":"0.134 SBD","quote":"1.000 STEEM"},{"base":"0.134 SBD","quote":"1.000
5308
+ STEEM"},{"base":"0.134 SBD","quote":"1.000 STEEM"},{"base":"0.133 SBD","quote":"1.000
5309
+ STEEM"},{"base":"0.133 SBD","quote":"1.000 STEEM"},{"base":"0.134 SBD","quote":"1.000
5310
+ STEEM"},{"base":"0.135 SBD","quote":"1.000 STEEM"},{"base":"0.134 SBD","quote":"1.000
5311
+ STEEM"},{"base":"0.134 SBD","quote":"1.000 STEEM"},{"base":"0.134 SBD","quote":"1.000
5312
+ STEEM"},{"base":"0.135 SBD","quote":"1.000 STEEM"},{"base":"0.135 SBD","quote":"1.000
5313
+ STEEM"},{"base":"0.133 SBD","quote":"1.000 STEEM"},{"base":"0.133 SBD","quote":"1.000
5314
+ STEEM"},{"base":"0.133 SBD","quote":"1.000 STEEM"},{"base":"0.133 SBD","quote":"1.000
5315
+ STEEM"},{"base":"0.133 SBD","quote":"1.000 STEEM"},{"base":"0.132 SBD","quote":"1.000
5316
+ STEEM"},{"base":"0.133 SBD","quote":"1.000 STEEM"},{"base":"0.131 SBD","quote":"1.000
5317
+ STEEM"},{"base":"0.132 SBD","quote":"1.000 STEEM"},{"base":"0.132 SBD","quote":"1.000
5318
+ STEEM"},{"base":"0.132 SBD","quote":"1.000 STEEM"},{"base":"0.134 SBD","quote":"1.000
5319
+ STEEM"},{"base":"0.135 SBD","quote":"1.000 STEEM"},{"base":"0.135 SBD","quote":"1.000
5320
+ STEEM"},{"base":"0.135 SBD","quote":"1.000 STEEM"},{"base":"0.136 SBD","quote":"1.000
5321
+ STEEM"},{"base":"0.136 SBD","quote":"1.000 STEEM"},{"base":"0.137 SBD","quote":"1.000
5322
+ STEEM"},{"base":"0.137 SBD","quote":"1.000 STEEM"},{"base":"0.138 SBD","quote":"1.000
5323
+ STEEM"},{"base":"0.137 SBD","quote":"1.000 STEEM"},{"base":"0.137 SBD","quote":"1.000
5324
+ STEEM"},{"base":"0.137 SBD","quote":"1.000 STEEM"},{"base":"0.137 SBD","quote":"1.000
5325
+ STEEM"},{"base":"0.137 SBD","quote":"1.000 STEEM"},{"base":"0.137 SBD","quote":"1.000
5326
+ STEEM"},{"base":"0.138 SBD","quote":"1.000 STEEM"},{"base":"0.138 SBD","quote":"1.000
5327
+ STEEM"},{"base":"0.138 SBD","quote":"1.000 STEEM"},{"base":"0.139 SBD","quote":"1.000
5328
+ STEEM"},{"base":"0.139 SBD","quote":"1.000 STEEM"},{"base":"0.139 SBD","quote":"1.000
5329
+ STEEM"},{"base":"0.139 SBD","quote":"1.000 STEEM"},{"base":"0.137 SBD","quote":"1.000
5330
+ STEEM"},{"base":"0.136 SBD","quote":"1.000 STEEM"},{"base":"0.136 SBD","quote":"1.000
5331
+ STEEM"},{"base":"0.135 SBD","quote":"1.000 STEEM"},{"base":"0.138 SBD","quote":"1.000
5332
+ STEEM"},{"base":"0.140 SBD","quote":"1.000 STEEM"},{"base":"0.141 SBD","quote":"1.000
5333
+ STEEM"},{"base":"0.140 SBD","quote":"1.000 STEEM"},{"base":"0.140 SBD","quote":"1.000
5334
+ STEEM"},{"base":"0.141 SBD","quote":"1.000 STEEM"},{"base":"0.140 SBD","quote":"1.000
5335
+ STEEM"},{"base":"0.141 SBD","quote":"1.000 STEEM"},{"base":"0.142 SBD","quote":"1.000
5336
+ STEEM"},{"base":"0.141 SBD","quote":"1.000 STEEM"},{"base":"0.142 SBD","quote":"1.000
5337
+ STEEM"},{"base":"0.144 SBD","quote":"1.000 STEEM"},{"base":"0.144 SBD","quote":"1.000
5338
+ STEEM"},{"base":"0.143 SBD","quote":"1.000 STEEM"},{"base":"0.144 SBD","quote":"1.000
5339
+ STEEM"},{"base":"0.145 SBD","quote":"1.000 STEEM"},{"base":"0.145 SBD","quote":"1.000
5340
+ STEEM"},{"base":"0.145 SBD","quote":"1.000 STEEM"},{"base":"0.144 SBD","quote":"1.000
5341
+ STEEM"},{"base":"0.145 SBD","quote":"1.000 STEEM"},{"base":"0.146 SBD","quote":"1.000
5342
+ STEEM"},{"base":"0.147 SBD","quote":"1.000 STEEM"},{"base":"0.148 SBD","quote":"1.000
5343
+ STEEM"},{"base":"0.149 SBD","quote":"1.000 STEEM"},{"base":"0.148 SBD","quote":"1.000
5344
+ STEEM"},{"base":"0.149 SBD","quote":"1.000 STEEM"},{"base":"0.150 SBD","quote":"1.000
5345
+ STEEM"},{"base":"0.151 SBD","quote":"1.000 STEEM"},{"base":"0.151 SBD","quote":"1.000
5346
+ STEEM"},{"base":"0.150 SBD","quote":"1.000 STEEM"}]}}'
5347
+ recorded_at: Fri, 06 Nov 2020 21:13:12 GMT
5348
+ - request:
5349
+ method: post
5350
+ uri: https://api.steemit.com/
5351
+ body:
5352
+ encoding: UTF-8
5353
+ string: '{"jsonrpc":"2.0","id":42,"method":"condenser_api.get_dynamic_global_properties","params":[]}'
5354
+ headers:
5355
+ Content-Type:
5356
+ - application/json; charset=utf-8
5357
+ User-Agent:
5358
+ - steem-ruby/0.9.5
5359
+ Accept-Encoding:
5360
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
5361
+ Accept:
5362
+ - "*/*"
5363
+ Host:
5364
+ - api.steemitdev.com
5365
+ Content-Length:
5366
+ - '79'
5367
+ response:
5368
+ status:
5369
+ code: 200
5370
+ message: OK
5371
+ headers:
5372
+ Date:
5373
+ - Fri, 06 Nov 2020 21:13:12 GMT
5374
+ Content-Type:
5375
+ - application/json
5376
+ Transfer-Encoding:
5377
+ - chunked
5378
+ Connection:
5379
+ - keep-alive
5380
+ Server:
5381
+ - nginx
5382
+ X-Jussi-Cache-Hit:
5383
+ - appbase.condenser_api.get_dynamic_global_properties.params=[]
5384
+ X-Jussi-Request-Id:
5385
+ - '000184847829828024'
5386
+ X-Amzn-Trace-Id:
5387
+ - Root=1-5fa5bc68-558332c511476f8d7949dcee
5388
+ Access-Control-Allow-Origin:
5389
+ - "*"
5390
+ Access-Control-Allow-Methods:
5391
+ - GET, POST, OPTIONS
5392
+ Access-Control-Allow-Headers:
5393
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
5394
+ Strict-Transport-Security:
5395
+ - max-age=31557600; includeSubDomains; preload
5396
+ Content-Security-Policy:
5397
+ - upgrade-insecure-requests
5398
+ body:
5399
+ encoding: ASCII-8BIT
5400
+ string: '{"id":42,"jsonrpc":"2.0","result":{"head_block_number":48377419,"head_block_id":"02e22e4b2ed4978624cdb302500efa65811118bd","time":"2020-11-06T21:13:12","current_witness":"hinomaru-jp","total_pow":514415,"num_pow_witnesses":172,"virtual_supply":"411949105.709
5401
+ STEEM","current_supply":"370754199.650 STEEM","confidential_supply":"0.000
5402
+ STEEM","init_sbd_supply":"0.000 SBD","current_sbd_supply":"5780246.475 SBD","confidential_sbd_supply":"0.000
5403
+ SBD","total_vesting_fund_steem":"110663794.113 STEEM","total_vesting_shares":"212364484647.399828
5404
+ VESTS","total_reward_fund_steem":"0.000 STEEM","total_reward_shares2":"0","pending_rewarded_vesting_shares":"688644583.195992
5405
+ VESTS","pending_rewarded_vesting_steem":"347368.813 STEEM","sbd_interest_rate":0,"sbd_print_rate":0,"maximum_block_size":65536,"required_actions_partition_percent":0,"current_aslot":48620664,"recent_slots_filled":"340282366920938463463302549803353767935","participation_count":125,"last_irreversible_block_num":48377396,"vote_power_reserve_rate":10,"delegation_return_period":432000,"reverse_auction_seconds":300,"available_account_subsidies":19798748,"sbd_stop_percent":1000,"sbd_start_percent":900,"next_maintenance_time":"2020-11-06T21:43:27","last_budget_time":"2020-11-06T20:43:27","content_reward_percent":6500,"vesting_reward_percent":1500,"sps_fund_percent":1000,"sps_interval_ledger":"25.112
5406
+ SBD","downvote_pool_percent":2500}}'
5407
+ recorded_at: Fri, 06 Nov 2020 21:13:13 GMT
4946
5408
  recorded_with: VCR 6.0.0