radiator 0.4.8 → 0.4.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/radiator/api.rb +8 -8
  4. data/lib/radiator/ssc/base_steem_smart_contract_rpc.rb +1 -1
  5. data/lib/radiator/ssc/blockchain.rb +1 -1
  6. data/lib/radiator/ssc/contracts.rb +1 -1
  7. data/lib/radiator/ssc/stream.rb +1 -1
  8. data/lib/radiator/version.rb +1 -1
  9. data/radiator.gemspec +3 -3
  10. data/test/fixtures/vcr_cassettes/account_by_key_api_all_methods.yml +207 -1
  11. data/test/fixtures/vcr_cassettes/api_all_methods.yml +331 -1
  12. data/test/fixtures/vcr_cassettes/base_per_debt.yml +855 -1
  13. data/test/fixtures/vcr_cassettes/base_per_mvest.yml +651 -1
  14. data/test/fixtures/vcr_cassettes/block_time.yml +733 -1
  15. data/test/fixtures/vcr_cassettes/broadcast_transaction.yml +108 -1
  16. data/test/fixtures/vcr_cassettes/condenser_all_all_methods.yml +166 -1
  17. data/test/fixtures/vcr_cassettes/expiration_initialize.yml +1162 -1
  18. data/test/fixtures/vcr_cassettes/find_account.yml +633 -1
  19. data/test/fixtures/vcr_cassettes/find_block.yml +628 -1
  20. data/test/fixtures/vcr_cassettes/find_comment.yml +1967 -1
  21. data/test/fixtures/vcr_cassettes/get_account_count.yml +53 -1
  22. data/test/fixtures/vcr_cassettes/get_account_references.yml +111 -1
  23. data/test/fixtures/vcr_cassettes/get_accounts.yml +62 -1
  24. data/test/fixtures/vcr_cassettes/get_accounts_no_argument.yml +111 -1
  25. data/test/fixtures/vcr_cassettes/get_dynamic_global_properties.yml +59 -1
  26. data/test/fixtures/vcr_cassettes/get_feed_history.yml +191 -1
  27. data/test/fixtures/vcr_cassettes/get_hardfork_version.yml +53 -1
  28. data/test/fixtures/vcr_cassettes/get_key_references.yml +211 -1
  29. data/test/fixtures/vcr_cassettes/get_market_history.yml +209 -1
  30. data/test/fixtures/vcr_cassettes/get_market_history_buckets.yml +209 -1
  31. data/test/fixtures/vcr_cassettes/get_order_book.yml +209 -1
  32. data/test/fixtures/vcr_cassettes/get_recent_trades.yml +209 -1
  33. data/test/fixtures/vcr_cassettes/get_ticker.yml +105 -1
  34. data/test/fixtures/vcr_cassettes/get_trade_history.yml +209 -1
  35. data/test/fixtures/vcr_cassettes/get_vesting_delegations.yml +105 -1
  36. data/test/fixtures/vcr_cassettes/get_volume.yml +213 -1
  37. data/test/fixtures/vcr_cassettes/get_witness_by_account.yml +53 -1
  38. data/test/fixtures/vcr_cassettes/look_up_witnesses.yml +53 -1
  39. data/test/fixtures/vcr_cassettes/market_history_api_all_methods.yml +1461 -1
  40. data/test/fixtures/vcr_cassettes/network_broadcast_api_all_methods.yml +217 -1
  41. data/test/fixtures/vcr_cassettes/properties.yml +633 -1
  42. data/test/fixtures/vcr_cassettes/recover_transaction.yml +111 -1
  43. data/test/fixtures/vcr_cassettes/ssc_blockchain_block_info.yml +90 -3
  44. data/test/fixtures/vcr_cassettes/ssc_blockchain_block_info_invalid.yml +88 -3
  45. data/test/fixtures/vcr_cassettes/ssc_blockchain_latest_block_info.yml +89 -3
  46. data/test/fixtures/vcr_cassettes/ssc_blockchain_transaction_info.yml +82 -3
  47. data/test/fixtures/vcr_cassettes/ssc_contracts_contract.yml +364 -3
  48. data/test/fixtures/vcr_cassettes/ssc_contracts_find.yml +81 -3
  49. data/test/fixtures/vcr_cassettes/ssc_contracts_find_one.yml +87 -3
  50. data/test/fixtures/vcr_cassettes/stream_jsonrpc.yml +2167 -1
  51. data/test/fixtures/vcr_cassettes/transaction_expiration_initialize_nil.yml +1229 -1
  52. data/test/fixtures/vcr_cassettes/transaction_jsonrpc.yml +2131 -1
  53. data/test/fixtures/vcr_cassettes/unknown_chain_id.yml +1203 -1
  54. data/test/fixtures/vcr_cassettes/valid_chains.yml +1157 -1
  55. metadata +42 -42
@@ -5548,4 +5548,636 @@ http_interactions:
5548
5548
  VESTS","pending_rewarded_vesting_hive":"389150.140 HIVE","hbd_interest_rate":0,"hbd_print_rate":10000,"maximum_block_size":65536,"required_actions_partition_percent":0,"current_aslot":48660037,"recent_slots_filled":"340282366920938463463374607431768211455","participation_count":128,"last_irreversible_block_num":48498966,"vote_power_reserve_rate":10,"delegation_return_period":432000,"reverse_auction_seconds":300,"available_account_subsidies":23440300,"hbd_stop_percent":1000,"hbd_start_percent":900,"next_maintenance_time":"2020-11-08T06:29:15","last_budget_time":"2020-11-08T05:29:15","next_daily_maintenance_time":"2020-11-08T19:31:27","content_reward_percent":6500,"vesting_reward_percent":1500,"sps_fund_percent":1000,"sps_interval_ledger":"22.100
5549
5549
  HBD","downvote_pool_percent":2500}}'
5550
5550
  recorded_at: Sun, 08 Nov 2020 06:01:54 GMT
5551
- recorded_with: VCR 6.0.0
5551
+ - request:
5552
+ method: post
5553
+ uri: https://hived.emre.sh/
5554
+ body:
5555
+ encoding: UTF-8
5556
+ string: '{"jsonrpc":"2.0","id":99,"method":"condenser_api.get_accounts","params":[["fullnodeupdate"]]}'
5557
+ headers:
5558
+ Content-Type:
5559
+ - application/json; charset=utf-8
5560
+ User-Agent:
5561
+ - hive-ruby/1.0.4
5562
+ Accept-Encoding:
5563
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
5564
+ Accept:
5565
+ - "*/*"
5566
+ Host:
5567
+ - hived.emre.sh
5568
+ Content-Length:
5569
+ - '93'
5570
+ response:
5571
+ status:
5572
+ code: 200
5573
+ message: OK
5574
+ headers:
5575
+ Server:
5576
+ - nginx/1.14.0 (Ubuntu)
5577
+ Date:
5578
+ - Sat, 30 Jul 2022 23:23:12 GMT
5579
+ Content-Type:
5580
+ - application/json
5581
+ Transfer-Encoding:
5582
+ - chunked
5583
+ Connection:
5584
+ - keep-alive
5585
+ X-Jussi-Request-Id:
5586
+ - '001005820129886975'
5587
+ X-Amzn-Trace-Id:
5588
+ - ''
5589
+ Access-Control-Allow-Origin:
5590
+ - "*"
5591
+ Access-Control-Allow-Methods:
5592
+ - GET, POST, OPTIONS
5593
+ Access-Control-Allow-Headers:
5594
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
5595
+ Strict-Transport-Security:
5596
+ - max-age=31557600; includeSubDomains; preload
5597
+ Content-Security-Policy:
5598
+ - upgrade-insecure-requests
5599
+ body:
5600
+ encoding: ASCII-8BIT
5601
+ string: '{"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\":
5602
+ [\"https:\/\/api.steem.buzz\", \"https:\/\/api.pharesim.me\", \"https:\/\/api.justyy.com\",
5603
+ \"https:\/\/api.openhive.network\", \"https:\/\/hive-api.arcange.eu\", \"https:\/\/api.steemit.com\",
5604
+ \"https:\/\/anyx.io\", \"https:\/\/api.steem.buzz\", \"https:\/\/rpc.ausbit.dev\",
5605
+ \"https:\/\/steem.61bts.com\", \"https:\/\/hive.roelandp.nl\", \"https:\/\/techcoderx.com\"],
5606
+ \"failing_nodes\": {\"https:\/\/api.steemdb.online\": \"NumRetriesReached\",
5607
+ \"https:\/\/cn.steems.top\": \"NumRetriesReached\", \"https:\/\/api.hivekings.com\":
5608
+ \"NumRetriesReached\", \"https:\/\/fin.hive.3speak.co\": \"NumRetriesReached\",
5609
+ \"https:\/\/rpc.ecency.com\": \"NumRetriesReached\", \"https:\/\/hived.privex.io\":
5610
+ \"Client returned invalid format. Expected JSON!\"}, \"report\": [{\"node\":
5611
+ \"https:\/\/api.hive.blog\", \"version\": \"1.25.0\", \"hive\": true, \"block\":
5612
+ {\"rank\": -1, \"ok\": false, \"error\": \"\", \"count\": 109, \"time\": 37.46},
5613
+ \"history\": {\"rank\": 10, \"ok\": true, \"count\": 4500, \"time\": 15.13},
5614
+ \"apicall\": {\"rank\": 9, \"ok\": true, \"time\": 1.92, \"access_time\":
5615
+ 0.475}, \"config\": {\"rank\": 6, \"ok\": true, \"time\": 0.32, \"access_time\":
5616
+ 0.11}, \"block_diff\": {\"rank\": 4, \"ok\": true, \"head_delay\": 3.67, \"diff_head_irreversible\":
5617
+ 18.0, \"time\": 25.75}}, {\"node\": \"https:\/\/anyx.io\", \"version\": \"1.25.0\",
5618
+ \"hive\": true, \"block\": {\"rank\": 9, \"ok\": true, \"count\": 182, \"time\":
5619
+ 30.29}, \"history\": {\"rank\": 9, \"ok\": true, \"count\": 6601, \"time\":
5620
+ 15.02}, \"apicall\": {\"rank\": 10, \"ok\": true, \"time\": 2.13, \"access_time\":
5621
+ 0.561}, \"config\": {\"rank\": 7, \"ok\": true, \"time\": 0.77, \"access_time\":
5622
+ 0.11}, \"block_diff\": {\"rank\": -1, \"ok\": false, \"error\": \"output:
5623
+ {} of identifier 66592659\", \"head_delay\": 0.0, \"diff_head_irreversible\":
5624
+ 0.0, \"time\": 11.59}}, {\"node\": \"https:\/\/api.openhive.network\", \"version\":
5625
+ \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 12, \"ok\": true, \"count\":
5626
+ 143, \"time\": 30.01}, \"history\": {\"rank\": 5, \"ok\": true, \"count\":
5627
+ 9601, \"time\": 15.35}, \"apicall\": {\"rank\": 1, \"ok\": true, \"time\":
5628
+ 0.33, \"access_time\": 0.063}, \"config\": {\"rank\": 8, \"ok\": true, \"time\":
5629
+ 0.23, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 6, \"ok\": true,
5630
+ \"head_delay\": 2.12, \"diff_head_irreversible\": 19.0, \"time\": 15.9}},
5631
+ {\"node\": \"https:\/\/rpc.ausbit.dev\", \"version\": \"1.25.0\", \"hive\":
5632
+ true, \"block\": {\"rank\": 5, \"ok\": true, \"count\": 230, \"time\": 30.01},
5633
+ \"history\": {\"rank\": 7, \"ok\": true, \"count\": 8701, \"time\": 15.01},
5634
+ \"apicall\": {\"rank\": 2, \"ok\": true, \"time\": 0.48, \"access_time\":
5635
+ 0.124}, \"config\": {\"rank\": 9, \"ok\": true, \"time\": 0.44, \"access_time\":
5636
+ 0.04}, \"block_diff\": {\"rank\": 14, \"ok\": true, \"head_delay\": 3.39,
5637
+ \"diff_head_irreversible\": 24.0, \"time\": 16.57}}, {\"node\": \"https:\/\/hive.roelandp.nl\",
5638
+ \"version\": \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 14, \"ok\":
5639
+ true, \"count\": 46, \"time\": 30.56}, \"history\": {\"rank\": 11, \"ok\":
5640
+ true, \"count\": 2201, \"time\": 15.08}, \"apicall\": {\"rank\": 12, \"ok\":
5641
+ true, \"time\": 5.38, \"access_time\": 1.339}, \"config\": {\"rank\": 10,
5642
+ \"ok\": true, \"time\": 1.36, \"access_time\": 0.34}, \"block_diff\": {\"rank\":
5643
+ 15, \"ok\": true, \"head_delay\": 5.06, \"diff_head_irreversible\": 26.0,
5644
+ \"time\": 30.6}}, {\"node\": \"https:\/\/api.c0ff33a.uk\", \"version\": \"1.25.0\",
5645
+ \"hive\": true, \"block\": {\"rank\": 4, \"ok\": true, \"count\": 233, \"time\":
5646
+ 30.01}, \"history\": {\"rank\": 12, \"ok\": true, \"count\": 2201, \"time\":
5647
+ 15.83}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"@dalz\/should-we-reduce-the-hive-fund-holdings-to-further-improve-decentralization-via-a-long-term-airdrop-to-hive-holders|holger80\",
5648
+ \"time\": 0.41, \"access_time\": 30.0}, \"config\": {\"rank\": 11, \"ok\":
5649
+ true, \"time\": 0.86, \"access_time\": 0.25}, \"block_diff\": {\"rank\": 8,
5650
+ \"ok\": true, \"head_delay\": 3.55, \"diff_head_irreversible\": 20.0, \"time\":
5651
+ 18.6}}, {\"node\": \"https:\/\/api.deathwing.me\", \"version\": \"1.25.0\",
5652
+ \"hive\": true, \"block\": {\"rank\": 3, \"ok\": true, \"count\": 782, \"time\":
5653
+ 30.03}, \"history\": {\"rank\": 2, \"ok\": true, \"count\": 23501, \"time\":
5654
+ 15.06}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"@dalz\/should-we-reduce-the-hive-fund-holdings-to-further-improve-decentralization-via-a-long-term-airdrop-to-hive-holders|holger80\",
5655
+ \"time\": 0.14, \"access_time\": 30.0}, \"config\": {\"rank\": 12, \"ok\":
5656
+ true, \"time\": 0.16, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 12,
5657
+ \"ok\": true, \"head_delay\": 5.62, \"diff_head_irreversible\": 23.0, \"time\":
5658
+ 15.82}}, {\"node\": \"https:\/\/hive-api.arcange.eu\", \"version\": \"1.25.0\",
5659
+ \"hive\": true, \"block\": {\"rank\": 7, \"ok\": true, \"count\": 217, \"time\":
5660
+ 30.02}, \"history\": {\"rank\": 3, \"ok\": true, \"count\": 10601, \"time\":
5661
+ 15.65}, \"apicall\": {\"rank\": 3, \"ok\": true, \"time\": 0.53, \"access_time\":
5662
+ 0.139}, \"config\": {\"rank\": 13, \"ok\": true, \"time\": 0.27, \"access_time\":
5663
+ 0.07}, \"block_diff\": {\"rank\": 11, \"ok\": true, \"head_delay\": 3.66,
5664
+ \"diff_head_irreversible\": 23.0, \"time\": 17.28}}, {\"node\": \"https:\/\/hived.emre.sh\",
5665
+ \"version\": \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 2, \"ok\":
5666
+ true, \"count\": 1028, \"time\": 30.0}, \"history\": {\"rank\": 1, \"ok\":
5667
+ true, \"count\": 30701, \"time\": 15.01}, \"apicall\": {\"rank\": -1, \"ok\":
5668
+ false, \"error\": \"@dalz\/should-we-reduce-the-hive-fund-holdings-to-further-improve-decentralization-via-a-long-term-airdrop-to-hive-holders|holger80\",
5669
+ \"time\": 0.17, \"access_time\": 30.0}, \"config\": {\"rank\": 14, \"ok\":
5670
+ true, \"time\": 0.17, \"access_time\": 0.02}, \"block_diff\": {\"rank\": 2,
5671
+ \"ok\": true, \"head_delay\": 2.56, \"diff_head_irreversible\": 16.0, \"time\":
5672
+ 15.73}}, {\"node\": \"https:\/\/techcoderx.com\", \"version\": \"1.25.0\",
5673
+ \"hive\": true, \"block\": {\"rank\": 15, \"ok\": true, \"count\": 20, \"time\":
5674
+ 30.84}, \"history\": {\"rank\": 14, \"ok\": true, \"count\": 901, \"time\":
5675
+ 15.83}, \"apicall\": {\"rank\": 13, \"ok\": true, \"time\": 7.82, \"access_time\":
5676
+ 2.095}, \"config\": {\"rank\": 15, \"ok\": true, \"time\": 4.04, \"access_time\":
5677
+ 1.22}, \"block_diff\": {\"rank\": 13, \"ok\": true, \"head_delay\": 3.11,
5678
+ \"diff_head_irreversible\": 24.0, \"time\": 41.95}}, {\"node\": \"https:\/\/api.pharesim.me\",
5679
+ \"version\": \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 6, \"ok\":
5680
+ true, \"count\": 220, \"time\": 30.03}, \"history\": {\"rank\": 4, \"ok\":
5681
+ true, \"count\": 9801, \"time\": 15.02}, \"apicall\": {\"rank\": 6, \"ok\":
5682
+ true, \"time\": 0.97, \"access_time\": 0.246}, \"config\": {\"rank\": 16,
5683
+ \"ok\": true, \"time\": 0.49, \"access_time\": 0.12}, \"block_diff\": {\"rank\":
5684
+ 1, \"ok\": true, \"head_delay\": 2.51, \"diff_head_irreversible\": 15.0, \"time\":
5685
+ 18.24}}, {\"node\": \"https:\/\/api.steemit.com\", \"version\": \"0.23.0\",
5686
+ \"hive\": false, \"block\": {\"rank\": 8, \"ok\": true, \"count\": 215, \"time\":
5687
+ 30.03}, \"history\": {\"rank\": 8, \"ok\": true, \"count\": 6602, \"time\":
5688
+ 15.22}, \"apicall\": {\"rank\": 7, \"ok\": true, \"time\": 1.19, \"access_time\":
5689
+ 0.254}, \"config\": {\"rank\": 1, \"ok\": true, \"time\": 0.69, \"access_time\":
5690
+ 0.12}, \"block_diff\": {\"rank\": 3, \"ok\": true, \"head_delay\": 3.76, \"diff_head_irreversible\":
5691
+ 16.0, \"time\": 18.33}}, {\"node\": \"https:\/\/api.justyy.com\", \"version\":
5692
+ \"0.23.1\", \"hive\": false, \"block\": {\"rank\": 1, \"ok\": true, \"count\":
5693
+ 1890, \"time\": 30.0}, \"history\": {\"rank\": 6, \"ok\": true, \"count\":
5694
+ 9102, \"time\": 15.03}, \"apicall\": {\"rank\": 5, \"ok\": true, \"time\":
5695
+ 0.7, \"access_time\": 0.223}, \"config\": {\"rank\": 2, \"ok\": true, \"time\":
5696
+ 0.04, \"access_time\": 0.01}, \"block_diff\": {\"rank\": 7, \"ok\": true,
5697
+ \"head_delay\": 3.62, \"diff_head_irreversible\": 19.0, \"time\": 15.62}},
5698
+ {\"node\": \"https:\/\/api.steem.buzz\", \"version\": \"0.23.0\", \"hive\":
5699
+ false, \"block\": {\"rank\": 11, \"ok\": true, \"count\": 180, \"time\": 30.03},
5700
+ \"history\": {\"rank\": -1, \"ok\": false, \"error\": \"\", \"count\": 0,
5701
+ \"time\": 16.5}, \"apicall\": {\"rank\": 8, \"ok\": true, \"time\": 0.66,
5702
+ \"access_time\": 0.207}, \"config\": {\"rank\": 3, \"ok\": true, \"time\":
5703
+ 0.13, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 10, \"ok\": true,
5704
+ \"head_delay\": 3.06, \"diff_head_irreversible\": 22.0, \"time\": 17.48}},
5705
+ {\"node\": \"https:\/\/api.steem.buzz\", \"version\": \"0.23.0\", \"hive\":
5706
+ false, \"block\": {\"rank\": 11, \"ok\": true, \"count\": 180, \"time\": 30.03},
5707
+ \"history\": {\"rank\": -1, \"ok\": false, \"error\": \"\", \"count\": 0,
5708
+ \"time\": 16.5}, \"apicall\": {\"rank\": 8, \"ok\": true, \"time\": 0.66,
5709
+ \"access_time\": 0.207}, \"config\": {\"rank\": 3, \"ok\": true, \"time\":
5710
+ 0.13, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 10, \"ok\": true,
5711
+ \"head_delay\": 3.06, \"diff_head_irreversible\": 22.0, \"time\": 17.48}},
5712
+ {\"node\": \"https:\/\/steem.61bts.com\", \"version\": \"0.23.0\", \"hive\":
5713
+ false, \"block\": {\"rank\": 13, \"ok\": true, \"count\": 64, \"time\": 30.44},
5714
+ \"history\": {\"rank\": 13, \"ok\": true, \"count\": 1802, \"time\": 15.73},
5715
+ \"apicall\": {\"rank\": 11, \"ok\": true, \"time\": 2.74, \"access_time\":
5716
+ 0.733}, \"config\": {\"rank\": 5, \"ok\": true, \"time\": 1.82, \"access_time\":
5717
+ 0.28}, \"block_diff\": {\"rank\": 5, \"ok\": true, \"head_delay\": 4.29, \"diff_head_irreversible\":
5718
+ 18.0, \"time\": 23.63}}], \"parameter\": {\"num_retries\": 3, \"num_retries_call\":
5719
+ 3, \"timeout\": 30, \"threading\": false, \"beem_version\": \"0.24.26\", \"start_time\":
5720
+ \"2022-07-30T23:00:19\", \"end_time\": \"2022-07-30T23:20:30\", \"script_version\":
5721
+ \"1.2.3\", \"benchmarks\": {\"block\": {\"data\": [\"count\"]}, \"history\":
5722
+ {\"data\": [\"count\"]}, \"apicall\": {\"data\": [\"access_time\"]}, \"config\":
5723
+ {\"data\": [\"access_time\"]}, \"block_diff\": {\"data\": [\"diff_head_irreversible\",
5724
+ \"head_delay\"]}}}}","posting_json_metadata":"{\"nodes\": [\"https:\/\/anyx.io\",
5725
+ \"http:\/\/anyx.io\", \"https:\/\/rpc.usesteem.com\"], \"failing_nodes\":
5726
+ {\"https:\/\/api.steemitstage.com\": \"NumRetriesReached\"}, \"report\": [{\"node\":
5727
+ \"https:\/\/steemd.minnowsupportproject.org\", \"version\": \"0.21.0\", \"block\":
5728
+ {\"rank\": 1, \"ok\": true, \"count\": 713, \"time\": 30.03}, \"history\":
5729
+ {\"rank\": 5, \"ok\": true, \"count\": 5859, \"time\": 15.24}, \"apicall\":
5730
+ {\"rank\": -1, \"ok\": false, \"error\": \"Assert Exception:api_itr != _registered_apis.end():
5731
+ Could not find API tags_api\", \"time\": 0.19, \"access_time\": 30.0}, \"config\":
5732
+ {\"rank\": 1, \"ok\": true, \"time\": 0.43, \"access_time\": 0.03}, \"block_diff\":
5733
+ {\"rank\": 2, \"ok\": true, \"head_delay\": 3.2, \"diff_head_irreversible\":
5734
+ 16.0, \"time\": 16.21}}, {\"node\": \"https:\/\/api.steemit.com\", \"version\":
5735
+ \"0.21.0\", \"block\": {\"rank\": 3, \"ok\": true, \"count\": 249, \"time\":
5736
+ 30.01}, \"history\": {\"rank\": 2, \"ok\": true, \"count\": 12626, \"time\":
5737
+ 15.06}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Method not
5738
+ found\", \"time\": 0.5, \"access_time\": 30.0}, \"config\": {\"rank\": 2,
5739
+ \"ok\": true, \"time\": 1.01, \"access_time\": 0.1}, \"block_diff\": {\"rank\":
5740
+ 3, \"ok\": true, \"head_delay\": 3.06, \"diff_head_irreversible\": 17.0, \"time\":
5741
+ 18.1}}, {\"node\": \"http:\/\/anyx.io\", \"version\": \"0.20.10\", \"block\":
5742
+ {\"rank\": 4, \"ok\": true, \"count\": 133, \"time\": 30.35}, \"history\":
5743
+ {\"rank\": 3, \"ok\": true, \"count\": 6768, \"time\": 15.16}, \"apicall\":
5744
+ {\"rank\": 2, \"ok\": true, \"time\": 1.54, \"access_time\": 0.449}, \"config\":
5745
+ {\"rank\": 3, \"ok\": true, \"time\": 1.13, \"access_time\": 0.09}, \"block_diff\":
5746
+ {\"rank\": 6, \"ok\": true, \"head_delay\": 4.29, \"diff_head_irreversible\":
5747
+ 19.0, \"time\": 19.34}}, {\"node\": \"https:\/\/anyx.io\", \"version\": \"0.20.10\",
5748
+ \"block\": {\"rank\": 5, \"ok\": true, \"count\": 128, \"time\": 30.15}, \"history\":
5749
+ {\"rank\": 4, \"ok\": true, \"count\": 6667, \"time\": 15.06}, \"apicall\":
5750
+ {\"rank\": 1, \"ok\": true, \"time\": 1.3, \"access_time\": 0.4}, \"config\":
5751
+ {\"rank\": 4, \"ok\": true, \"time\": 1.33, \"access_time\": 0.09}, \"block_diff\":
5752
+ {\"rank\": 1, \"ok\": true, \"head_delay\": 2.67, \"diff_head_irreversible\":
5753
+ 16.0, \"time\": 19.44}}, {\"node\": \"https:\/\/api.steemitdev.com\", \"version\":
5754
+ \"0.21.0\", \"block\": {\"rank\": 2, \"ok\": true, \"count\": 275, \"time\":
5755
+ 30.04}, \"history\": {\"rank\": 1, \"ok\": true, \"count\": 13131, \"time\":
5756
+ 15.09}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Method not
5757
+ found\", \"time\": 0.54, \"access_time\": 30.0}, \"config\": {\"rank\": 5,
5758
+ \"ok\": true, \"time\": 1.4, \"access_time\": 0.09}, \"block_diff\": {\"rank\":
5759
+ 4, \"ok\": true, \"head_delay\": 2.76, \"diff_head_irreversible\": 18.0, \"time\":
5760
+ 18.35}}, {\"node\": \"https:\/\/api.steem.house\", \"version\": \"0.21.0\",
5761
+ \"block\": {\"rank\": 6, \"ok\": true, \"count\": 93, \"time\": 30.22}, \"history\":
5762
+ {\"rank\": 6, \"ok\": true, \"count\": 5152, \"time\": 15.21}, \"apicall\":
5763
+ {\"rank\": -1, \"ok\": false, \"error\": \"Method not found\", \"time\": 0.66,
5764
+ \"access_time\": 30.0}, \"config\": {\"rank\": 6, \"ok\": true, \"time\":
5765
+ 2.77, \"access_time\": 0.26}, \"block_diff\": {\"rank\": 7, \"ok\": true,
5766
+ \"head_delay\": 3.3, \"diff_head_irreversible\": 21.0, \"time\": 22.91}},
5767
+ {\"node\": \"https:\/\/rpc.usesteem.com\", \"version\": \"0.20.10\", \"block\":
5768
+ {\"rank\": 7, \"ok\": true, \"count\": 57, \"time\": 30.31}, \"history\":
5769
+ {\"rank\": 7, \"ok\": true, \"count\": 2728, \"time\": 15.26}, \"apicall\":
5770
+ {\"rank\": 3, \"ok\": true, \"time\": 5.9, \"access_time\": 1.679}, \"config\":
5771
+ {\"rank\": 7, \"ok\": true, \"time\": 4.09, \"access_time\": 0.39}, \"block_diff\":
5772
+ {\"rank\": 5, \"ok\": true, \"head_delay\": 3.23, \"diff_head_irreversible\":
5773
+ 19.0, \"time\": 28.42}}, {\"node\": \"https:\/\/steemd.privex.io\", \"version\":
5774
+ \"0.21.0\", \"block\": {\"rank\": 8, \"ok\": true, \"count\": 28, \"time\":
5775
+ 30.99}, \"history\": {\"rank\": 8, \"ok\": true, \"count\": 1314, \"time\":
5776
+ 15.02}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Assert Exception:api_itr
5777
+ != _registered_apis.end(): Could not find API tags_api\", \"time\": 1.09,
5778
+ \"access_time\": 30.0}, \"config\": {\"rank\": 8, \"ok\": true, \"time\":
5779
+ 9.11, \"access_time\": 1.0}, \"block_diff\": {\"rank\": 8, \"ok\": true, \"head_delay\":
5780
+ 4.33, \"diff_head_irreversible\": 22.0, \"time\": 39.83}}, {\"node\": \"https:\/\/appbasetest.timcliff.com\",
5781
+ \"version\": \"0.21.0\", \"block\": {\"rank\": 9, \"ok\": true, \"count\":
5782
+ 17, \"time\": 30.16}, \"history\": {\"rank\": 9, \"ok\": true, \"count\":
5783
+ 1314, \"time\": 15.01}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\":
5784
+ \"@taskmaster4450\/rewards-are-rewards|holger80\", \"time\": 2.01, \"access_time\":
5785
+ 30.0}, \"config\": {\"rank\": 9, \"ok\": true, \"time\": 10.11, \"access_time\":
5786
+ 0.08}, \"block_diff\": {\"rank\": 9, \"ok\": true, \"head_delay\": 2822132.87,
5787
+ \"diff_head_irreversible\": 16.0, \"time\": 53.19}}], \"parameter\": {\"num_retries\":
5788
+ 3, \"num_retries_call\": 3, \"timeout\": 30, \"threading\": false, \"beem_version\":
5789
+ \"0.20.23\", \"start_time\": \"2019-08-27T14:10:02\", \"end_time\": \"2019-08-27T14:22:42\",
5790
+ \"script_version\": \"1.2.3\", \"benchmarks\": {\"block\": {\"data\": [\"count\"]},
5791
+ \"history\": {\"data\": [\"count\"]}, \"apicall\": {\"data\": [\"access_time\"]},
5792
+ \"config\": {\"data\": [\"access_time\"]}, \"block_diff\": {\"data\": [\"diff_head_irreversible\",
5793
+ \"head_delay\"]}}}}","proxy":"holger80","last_owner_update":"1970-01-01T00:00:00","last_account_update":"2022-07-30T23:20:33","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":1463,"can_vote":true,"voting_manabar":{"current_mana":"2973253267458","last_update_time":1656319698},"downvote_manabar":{"current_mana":"743313316864","last_update_time":1656319698},"voting_power":0,"balance":"0.000
5794
+ HIVE","savings_balance":"0.000 HIVE","hbd_balance":"0.000 HBD","hbd_seconds":"248148","hbd_seconds_last_update":"2021-06-18T10:37:39","hbd_last_interest_payment":"2021-06-18T10:37:21","savings_hbd_balance":"0.000
5795
+ HBD","savings_hbd_seconds":"0","savings_hbd_seconds_last_update":"1970-01-01T00:00:00","savings_hbd_last_interest_payment":"1970-01-01T00:00:00","savings_withdraw_requests":0,"reward_hbd_balance":"12.923
5796
+ HBD","reward_hive_balance":"0.000 HIVE","reward_vesting_balance":"50181.611976
5797
+ VESTS","reward_vesting_hive":"27.547 HIVE","vesting_shares":"3163608.831672
5798
+ VESTS","delegated_vesting_shares":"198556.066920 VESTS","received_vesting_shares":"8200.502706
5799
+ VESTS","vesting_withdraw_rate":"0.000000 VESTS","post_voting_power":"2973253.267458
5800
+ VESTS","next_vesting_withdrawal":"1969-12-31T23:59:59","withdrawn":0,"to_withdraw":0,"withdraw_routes":0,"pending_transfers":0,"curation_rewards":85163,"posting_rewards":3080969,"proxied_vsf_votes":[0,0,0,0],"witnesses_voted_for":0,"last_post":"2022-07-30T20:31:18","last_root_post":"2022-07-30T20:31:18","last_vote_time":"2021-08-17T20:37:36","post_bandwidth":0,"pending_claimed_accounts":0,"governance_vote_expiration_ts":"2022-12-10T05:33:33","delayed_votes":[],"open_recurrent_transfers":0,"vesting_balance":"0.000
5801
+ HIVE","reputation":"66739978115904","transfer_history":[],"market_history":[],"post_history":[],"vote_history":[],"other_history":[],"witness_votes":[],"tags_usage":[],"guest_bloggers":[]}],"id":99}'
5802
+ recorded_at: Sat, 30 Jul 2022 23:23:12 GMT
5803
+ - request:
5804
+ method: post
5805
+ uri: https://api.openhive.network/
5806
+ body:
5807
+ encoding: UTF-8
5808
+ string: '{"jsonrpc":"2.0","id":100,"method":"condenser_api.get_dynamic_global_properties","params":[]}'
5809
+ headers:
5810
+ Content-Type:
5811
+ - application/json; charset=utf-8
5812
+ User-Agent:
5813
+ - hive-ruby/1.0.4
5814
+ Accept-Encoding:
5815
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
5816
+ Accept:
5817
+ - "*/*"
5818
+ Host:
5819
+ - api.openhive.network
5820
+ Content-Length:
5821
+ - '98'
5822
+ response:
5823
+ status:
5824
+ code: 200
5825
+ message: OK
5826
+ headers:
5827
+ Server:
5828
+ - nginx/1.14.0 (Ubuntu)
5829
+ Date:
5830
+ - Sat, 30 Jul 2022 23:23:13 GMT
5831
+ Content-Type:
5832
+ - application/json
5833
+ Content-Length:
5834
+ - '1628'
5835
+ Connection:
5836
+ - keep-alive
5837
+ X-Jussi-Request-Id:
5838
+ - '000521586758777251'
5839
+ X-Amzn-Trace-Id:
5840
+ - ''
5841
+ X-Jussi-Response-Time:
5842
+ - '0.003354981541633606'
5843
+ X-Jussi-Namespace:
5844
+ - appbase
5845
+ X-Jussi-Api:
5846
+ - condenser_api
5847
+ X-Jussi-Method:
5848
+ - get_dynamic_global_properties
5849
+ X-Jussi-Params:
5850
+ - "[]"
5851
+ Access-Control-Allow-Origin:
5852
+ - "*"
5853
+ Access-Control-Allow-Methods:
5854
+ - GET, POST
5855
+ Access-Control-Allow-Headers:
5856
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
5857
+ body:
5858
+ encoding: UTF-8
5859
+ string: '{"jsonrpc":"2.0","result":{"head_block_number":66592786,"head_block_id":"03f82012ba67dff78a389b13371a5130829cb08e","time":"2022-07-30T23:23:12","current_witness":"stoodkev","total_pow":514415,"num_pow_witnesses":172,"virtual_supply":"434353166.963
5860
+ HIVE","current_supply":"384080423.363 HIVE","init_hbd_supply":"0.000 HBD","current_hbd_supply":"26694826.852
5861
+ HBD","total_vesting_fund_hive":"161382426.235 HIVE","total_vesting_shares":"293562685342.074094
5862
+ VESTS","total_reward_fund_hive":"0.000 HIVE","total_reward_shares2":"0","pending_rewarded_vesting_shares":"759981421.949201
5863
+ VESTS","pending_rewarded_vesting_hive":"392518.554 HIVE","hbd_interest_rate":2000,"hbd_print_rate":10000,"maximum_block_size":65536,"required_actions_partition_percent":0,"current_aslot":66796064,"recent_slots_filled":"340282366920938463463374607431768211455","participation_count":128,"last_irreversible_block_num":66592770,"vote_power_reserve_rate":10,"delegation_return_period":432000,"reverse_auction_seconds":0,"available_account_subsidies":10690292,"hbd_stop_percent":1000,"hbd_start_percent":900,"next_maintenance_time":"2022-07-30T23:34:48","last_budget_time":"2022-07-30T22:34:48","next_daily_maintenance_time":"2022-07-31T19:31:30","content_reward_percent":6500,"vesting_reward_percent":1500,"sps_fund_percent":1000,"sps_interval_ledger":"150.696
5864
+ HBD","downvote_pool_percent":2500,"current_remove_threshold":200,"early_voting_seconds":86400,"mid_voting_seconds":172800,"max_consecutive_recurrent_transfer_failures":10,"max_recurrent_transfer_end_date":730,"min_recurrent_transfers_recurrence":24,"max_open_recurrent_transfers":255},"id":100}'
5865
+ recorded_at: Sat, 30 Jul 2022 23:23:13 GMT
5866
+ - request:
5867
+ method: post
5868
+ uri: https://hived.emre.sh/
5869
+ body:
5870
+ encoding: UTF-8
5871
+ string: '{"jsonrpc":"2.0","id":87,"method":"condenser_api.get_accounts","params":[["fullnodeupdate"]]}'
5872
+ headers:
5873
+ Content-Type:
5874
+ - application/json; charset=utf-8
5875
+ User-Agent:
5876
+ - hive-ruby/1.0.4
5877
+ Accept-Encoding:
5878
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
5879
+ Accept:
5880
+ - "*/*"
5881
+ Host:
5882
+ - hived.emre.sh
5883
+ Content-Length:
5884
+ - '93'
5885
+ response:
5886
+ status:
5887
+ code: 200
5888
+ message: OK
5889
+ headers:
5890
+ Server:
5891
+ - nginx/1.14.0 (Ubuntu)
5892
+ Date:
5893
+ - Sat, 30 Jul 2022 23:28:32 GMT
5894
+ Content-Type:
5895
+ - application/json
5896
+ Transfer-Encoding:
5897
+ - chunked
5898
+ Connection:
5899
+ - keep-alive
5900
+ X-Jussi-Request-Id:
5901
+ - '000290468987389021'
5902
+ X-Amzn-Trace-Id:
5903
+ - ''
5904
+ Access-Control-Allow-Origin:
5905
+ - "*"
5906
+ Access-Control-Allow-Methods:
5907
+ - GET, POST, OPTIONS
5908
+ Access-Control-Allow-Headers:
5909
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
5910
+ Strict-Transport-Security:
5911
+ - max-age=31557600; includeSubDomains; preload
5912
+ Content-Security-Policy:
5913
+ - upgrade-insecure-requests
5914
+ body:
5915
+ encoding: ASCII-8BIT
5916
+ string: '{"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\":
5917
+ [\"https:\/\/api.steem.buzz\", \"https:\/\/api.pharesim.me\", \"https:\/\/api.justyy.com\",
5918
+ \"https:\/\/api.openhive.network\", \"https:\/\/hive-api.arcange.eu\", \"https:\/\/api.steemit.com\",
5919
+ \"https:\/\/anyx.io\", \"https:\/\/api.steem.buzz\", \"https:\/\/rpc.ausbit.dev\",
5920
+ \"https:\/\/steem.61bts.com\", \"https:\/\/hive.roelandp.nl\", \"https:\/\/techcoderx.com\"],
5921
+ \"failing_nodes\": {\"https:\/\/api.steemdb.online\": \"NumRetriesReached\",
5922
+ \"https:\/\/cn.steems.top\": \"NumRetriesReached\", \"https:\/\/api.hivekings.com\":
5923
+ \"NumRetriesReached\", \"https:\/\/fin.hive.3speak.co\": \"NumRetriesReached\",
5924
+ \"https:\/\/rpc.ecency.com\": \"NumRetriesReached\", \"https:\/\/hived.privex.io\":
5925
+ \"Client returned invalid format. Expected JSON!\"}, \"report\": [{\"node\":
5926
+ \"https:\/\/api.hive.blog\", \"version\": \"1.25.0\", \"hive\": true, \"block\":
5927
+ {\"rank\": -1, \"ok\": false, \"error\": \"\", \"count\": 109, \"time\": 37.46},
5928
+ \"history\": {\"rank\": 10, \"ok\": true, \"count\": 4500, \"time\": 15.13},
5929
+ \"apicall\": {\"rank\": 9, \"ok\": true, \"time\": 1.92, \"access_time\":
5930
+ 0.475}, \"config\": {\"rank\": 6, \"ok\": true, \"time\": 0.32, \"access_time\":
5931
+ 0.11}, \"block_diff\": {\"rank\": 4, \"ok\": true, \"head_delay\": 3.67, \"diff_head_irreversible\":
5932
+ 18.0, \"time\": 25.75}}, {\"node\": \"https:\/\/anyx.io\", \"version\": \"1.25.0\",
5933
+ \"hive\": true, \"block\": {\"rank\": 9, \"ok\": true, \"count\": 182, \"time\":
5934
+ 30.29}, \"history\": {\"rank\": 9, \"ok\": true, \"count\": 6601, \"time\":
5935
+ 15.02}, \"apicall\": {\"rank\": 10, \"ok\": true, \"time\": 2.13, \"access_time\":
5936
+ 0.561}, \"config\": {\"rank\": 7, \"ok\": true, \"time\": 0.77, \"access_time\":
5937
+ 0.11}, \"block_diff\": {\"rank\": -1, \"ok\": false, \"error\": \"output:
5938
+ {} of identifier 66592659\", \"head_delay\": 0.0, \"diff_head_irreversible\":
5939
+ 0.0, \"time\": 11.59}}, {\"node\": \"https:\/\/api.openhive.network\", \"version\":
5940
+ \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 12, \"ok\": true, \"count\":
5941
+ 143, \"time\": 30.01}, \"history\": {\"rank\": 5, \"ok\": true, \"count\":
5942
+ 9601, \"time\": 15.35}, \"apicall\": {\"rank\": 1, \"ok\": true, \"time\":
5943
+ 0.33, \"access_time\": 0.063}, \"config\": {\"rank\": 8, \"ok\": true, \"time\":
5944
+ 0.23, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 6, \"ok\": true,
5945
+ \"head_delay\": 2.12, \"diff_head_irreversible\": 19.0, \"time\": 15.9}},
5946
+ {\"node\": \"https:\/\/rpc.ausbit.dev\", \"version\": \"1.25.0\", \"hive\":
5947
+ true, \"block\": {\"rank\": 5, \"ok\": true, \"count\": 230, \"time\": 30.01},
5948
+ \"history\": {\"rank\": 7, \"ok\": true, \"count\": 8701, \"time\": 15.01},
5949
+ \"apicall\": {\"rank\": 2, \"ok\": true, \"time\": 0.48, \"access_time\":
5950
+ 0.124}, \"config\": {\"rank\": 9, \"ok\": true, \"time\": 0.44, \"access_time\":
5951
+ 0.04}, \"block_diff\": {\"rank\": 14, \"ok\": true, \"head_delay\": 3.39,
5952
+ \"diff_head_irreversible\": 24.0, \"time\": 16.57}}, {\"node\": \"https:\/\/hive.roelandp.nl\",
5953
+ \"version\": \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 14, \"ok\":
5954
+ true, \"count\": 46, \"time\": 30.56}, \"history\": {\"rank\": 11, \"ok\":
5955
+ true, \"count\": 2201, \"time\": 15.08}, \"apicall\": {\"rank\": 12, \"ok\":
5956
+ true, \"time\": 5.38, \"access_time\": 1.339}, \"config\": {\"rank\": 10,
5957
+ \"ok\": true, \"time\": 1.36, \"access_time\": 0.34}, \"block_diff\": {\"rank\":
5958
+ 15, \"ok\": true, \"head_delay\": 5.06, \"diff_head_irreversible\": 26.0,
5959
+ \"time\": 30.6}}, {\"node\": \"https:\/\/api.c0ff33a.uk\", \"version\": \"1.25.0\",
5960
+ \"hive\": true, \"block\": {\"rank\": 4, \"ok\": true, \"count\": 233, \"time\":
5961
+ 30.01}, \"history\": {\"rank\": 12, \"ok\": true, \"count\": 2201, \"time\":
5962
+ 15.83}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"@dalz\/should-we-reduce-the-hive-fund-holdings-to-further-improve-decentralization-via-a-long-term-airdrop-to-hive-holders|holger80\",
5963
+ \"time\": 0.41, \"access_time\": 30.0}, \"config\": {\"rank\": 11, \"ok\":
5964
+ true, \"time\": 0.86, \"access_time\": 0.25}, \"block_diff\": {\"rank\": 8,
5965
+ \"ok\": true, \"head_delay\": 3.55, \"diff_head_irreversible\": 20.0, \"time\":
5966
+ 18.6}}, {\"node\": \"https:\/\/api.deathwing.me\", \"version\": \"1.25.0\",
5967
+ \"hive\": true, \"block\": {\"rank\": 3, \"ok\": true, \"count\": 782, \"time\":
5968
+ 30.03}, \"history\": {\"rank\": 2, \"ok\": true, \"count\": 23501, \"time\":
5969
+ 15.06}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"@dalz\/should-we-reduce-the-hive-fund-holdings-to-further-improve-decentralization-via-a-long-term-airdrop-to-hive-holders|holger80\",
5970
+ \"time\": 0.14, \"access_time\": 30.0}, \"config\": {\"rank\": 12, \"ok\":
5971
+ true, \"time\": 0.16, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 12,
5972
+ \"ok\": true, \"head_delay\": 5.62, \"diff_head_irreversible\": 23.0, \"time\":
5973
+ 15.82}}, {\"node\": \"https:\/\/hive-api.arcange.eu\", \"version\": \"1.25.0\",
5974
+ \"hive\": true, \"block\": {\"rank\": 7, \"ok\": true, \"count\": 217, \"time\":
5975
+ 30.02}, \"history\": {\"rank\": 3, \"ok\": true, \"count\": 10601, \"time\":
5976
+ 15.65}, \"apicall\": {\"rank\": 3, \"ok\": true, \"time\": 0.53, \"access_time\":
5977
+ 0.139}, \"config\": {\"rank\": 13, \"ok\": true, \"time\": 0.27, \"access_time\":
5978
+ 0.07}, \"block_diff\": {\"rank\": 11, \"ok\": true, \"head_delay\": 3.66,
5979
+ \"diff_head_irreversible\": 23.0, \"time\": 17.28}}, {\"node\": \"https:\/\/hived.emre.sh\",
5980
+ \"version\": \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 2, \"ok\":
5981
+ true, \"count\": 1028, \"time\": 30.0}, \"history\": {\"rank\": 1, \"ok\":
5982
+ true, \"count\": 30701, \"time\": 15.01}, \"apicall\": {\"rank\": -1, \"ok\":
5983
+ false, \"error\": \"@dalz\/should-we-reduce-the-hive-fund-holdings-to-further-improve-decentralization-via-a-long-term-airdrop-to-hive-holders|holger80\",
5984
+ \"time\": 0.17, \"access_time\": 30.0}, \"config\": {\"rank\": 14, \"ok\":
5985
+ true, \"time\": 0.17, \"access_time\": 0.02}, \"block_diff\": {\"rank\": 2,
5986
+ \"ok\": true, \"head_delay\": 2.56, \"diff_head_irreversible\": 16.0, \"time\":
5987
+ 15.73}}, {\"node\": \"https:\/\/techcoderx.com\", \"version\": \"1.25.0\",
5988
+ \"hive\": true, \"block\": {\"rank\": 15, \"ok\": true, \"count\": 20, \"time\":
5989
+ 30.84}, \"history\": {\"rank\": 14, \"ok\": true, \"count\": 901, \"time\":
5990
+ 15.83}, \"apicall\": {\"rank\": 13, \"ok\": true, \"time\": 7.82, \"access_time\":
5991
+ 2.095}, \"config\": {\"rank\": 15, \"ok\": true, \"time\": 4.04, \"access_time\":
5992
+ 1.22}, \"block_diff\": {\"rank\": 13, \"ok\": true, \"head_delay\": 3.11,
5993
+ \"diff_head_irreversible\": 24.0, \"time\": 41.95}}, {\"node\": \"https:\/\/api.pharesim.me\",
5994
+ \"version\": \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 6, \"ok\":
5995
+ true, \"count\": 220, \"time\": 30.03}, \"history\": {\"rank\": 4, \"ok\":
5996
+ true, \"count\": 9801, \"time\": 15.02}, \"apicall\": {\"rank\": 6, \"ok\":
5997
+ true, \"time\": 0.97, \"access_time\": 0.246}, \"config\": {\"rank\": 16,
5998
+ \"ok\": true, \"time\": 0.49, \"access_time\": 0.12}, \"block_diff\": {\"rank\":
5999
+ 1, \"ok\": true, \"head_delay\": 2.51, \"diff_head_irreversible\": 15.0, \"time\":
6000
+ 18.24}}, {\"node\": \"https:\/\/api.steemit.com\", \"version\": \"0.23.0\",
6001
+ \"hive\": false, \"block\": {\"rank\": 8, \"ok\": true, \"count\": 215, \"time\":
6002
+ 30.03}, \"history\": {\"rank\": 8, \"ok\": true, \"count\": 6602, \"time\":
6003
+ 15.22}, \"apicall\": {\"rank\": 7, \"ok\": true, \"time\": 1.19, \"access_time\":
6004
+ 0.254}, \"config\": {\"rank\": 1, \"ok\": true, \"time\": 0.69, \"access_time\":
6005
+ 0.12}, \"block_diff\": {\"rank\": 3, \"ok\": true, \"head_delay\": 3.76, \"diff_head_irreversible\":
6006
+ 16.0, \"time\": 18.33}}, {\"node\": \"https:\/\/api.justyy.com\", \"version\":
6007
+ \"0.23.1\", \"hive\": false, \"block\": {\"rank\": 1, \"ok\": true, \"count\":
6008
+ 1890, \"time\": 30.0}, \"history\": {\"rank\": 6, \"ok\": true, \"count\":
6009
+ 9102, \"time\": 15.03}, \"apicall\": {\"rank\": 5, \"ok\": true, \"time\":
6010
+ 0.7, \"access_time\": 0.223}, \"config\": {\"rank\": 2, \"ok\": true, \"time\":
6011
+ 0.04, \"access_time\": 0.01}, \"block_diff\": {\"rank\": 7, \"ok\": true,
6012
+ \"head_delay\": 3.62, \"diff_head_irreversible\": 19.0, \"time\": 15.62}},
6013
+ {\"node\": \"https:\/\/api.steem.buzz\", \"version\": \"0.23.0\", \"hive\":
6014
+ false, \"block\": {\"rank\": 11, \"ok\": true, \"count\": 180, \"time\": 30.03},
6015
+ \"history\": {\"rank\": -1, \"ok\": false, \"error\": \"\", \"count\": 0,
6016
+ \"time\": 16.5}, \"apicall\": {\"rank\": 8, \"ok\": true, \"time\": 0.66,
6017
+ \"access_time\": 0.207}, \"config\": {\"rank\": 3, \"ok\": true, \"time\":
6018
+ 0.13, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 10, \"ok\": true,
6019
+ \"head_delay\": 3.06, \"diff_head_irreversible\": 22.0, \"time\": 17.48}},
6020
+ {\"node\": \"https:\/\/api.steem.buzz\", \"version\": \"0.23.0\", \"hive\":
6021
+ false, \"block\": {\"rank\": 11, \"ok\": true, \"count\": 180, \"time\": 30.03},
6022
+ \"history\": {\"rank\": -1, \"ok\": false, \"error\": \"\", \"count\": 0,
6023
+ \"time\": 16.5}, \"apicall\": {\"rank\": 8, \"ok\": true, \"time\": 0.66,
6024
+ \"access_time\": 0.207}, \"config\": {\"rank\": 3, \"ok\": true, \"time\":
6025
+ 0.13, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 10, \"ok\": true,
6026
+ \"head_delay\": 3.06, \"diff_head_irreversible\": 22.0, \"time\": 17.48}},
6027
+ {\"node\": \"https:\/\/steem.61bts.com\", \"version\": \"0.23.0\", \"hive\":
6028
+ false, \"block\": {\"rank\": 13, \"ok\": true, \"count\": 64, \"time\": 30.44},
6029
+ \"history\": {\"rank\": 13, \"ok\": true, \"count\": 1802, \"time\": 15.73},
6030
+ \"apicall\": {\"rank\": 11, \"ok\": true, \"time\": 2.74, \"access_time\":
6031
+ 0.733}, \"config\": {\"rank\": 5, \"ok\": true, \"time\": 1.82, \"access_time\":
6032
+ 0.28}, \"block_diff\": {\"rank\": 5, \"ok\": true, \"head_delay\": 4.29, \"diff_head_irreversible\":
6033
+ 18.0, \"time\": 23.63}}], \"parameter\": {\"num_retries\": 3, \"num_retries_call\":
6034
+ 3, \"timeout\": 30, \"threading\": false, \"beem_version\": \"0.24.26\", \"start_time\":
6035
+ \"2022-07-30T23:00:19\", \"end_time\": \"2022-07-30T23:20:30\", \"script_version\":
6036
+ \"1.2.3\", \"benchmarks\": {\"block\": {\"data\": [\"count\"]}, \"history\":
6037
+ {\"data\": [\"count\"]}, \"apicall\": {\"data\": [\"access_time\"]}, \"config\":
6038
+ {\"data\": [\"access_time\"]}, \"block_diff\": {\"data\": [\"diff_head_irreversible\",
6039
+ \"head_delay\"]}}}}","posting_json_metadata":"{\"nodes\": [\"https:\/\/anyx.io\",
6040
+ \"http:\/\/anyx.io\", \"https:\/\/rpc.usesteem.com\"], \"failing_nodes\":
6041
+ {\"https:\/\/api.steemitstage.com\": \"NumRetriesReached\"}, \"report\": [{\"node\":
6042
+ \"https:\/\/steemd.minnowsupportproject.org\", \"version\": \"0.21.0\", \"block\":
6043
+ {\"rank\": 1, \"ok\": true, \"count\": 713, \"time\": 30.03}, \"history\":
6044
+ {\"rank\": 5, \"ok\": true, \"count\": 5859, \"time\": 15.24}, \"apicall\":
6045
+ {\"rank\": -1, \"ok\": false, \"error\": \"Assert Exception:api_itr != _registered_apis.end():
6046
+ Could not find API tags_api\", \"time\": 0.19, \"access_time\": 30.0}, \"config\":
6047
+ {\"rank\": 1, \"ok\": true, \"time\": 0.43, \"access_time\": 0.03}, \"block_diff\":
6048
+ {\"rank\": 2, \"ok\": true, \"head_delay\": 3.2, \"diff_head_irreversible\":
6049
+ 16.0, \"time\": 16.21}}, {\"node\": \"https:\/\/api.steemit.com\", \"version\":
6050
+ \"0.21.0\", \"block\": {\"rank\": 3, \"ok\": true, \"count\": 249, \"time\":
6051
+ 30.01}, \"history\": {\"rank\": 2, \"ok\": true, \"count\": 12626, \"time\":
6052
+ 15.06}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Method not
6053
+ found\", \"time\": 0.5, \"access_time\": 30.0}, \"config\": {\"rank\": 2,
6054
+ \"ok\": true, \"time\": 1.01, \"access_time\": 0.1}, \"block_diff\": {\"rank\":
6055
+ 3, \"ok\": true, \"head_delay\": 3.06, \"diff_head_irreversible\": 17.0, \"time\":
6056
+ 18.1}}, {\"node\": \"http:\/\/anyx.io\", \"version\": \"0.20.10\", \"block\":
6057
+ {\"rank\": 4, \"ok\": true, \"count\": 133, \"time\": 30.35}, \"history\":
6058
+ {\"rank\": 3, \"ok\": true, \"count\": 6768, \"time\": 15.16}, \"apicall\":
6059
+ {\"rank\": 2, \"ok\": true, \"time\": 1.54, \"access_time\": 0.449}, \"config\":
6060
+ {\"rank\": 3, \"ok\": true, \"time\": 1.13, \"access_time\": 0.09}, \"block_diff\":
6061
+ {\"rank\": 6, \"ok\": true, \"head_delay\": 4.29, \"diff_head_irreversible\":
6062
+ 19.0, \"time\": 19.34}}, {\"node\": \"https:\/\/anyx.io\", \"version\": \"0.20.10\",
6063
+ \"block\": {\"rank\": 5, \"ok\": true, \"count\": 128, \"time\": 30.15}, \"history\":
6064
+ {\"rank\": 4, \"ok\": true, \"count\": 6667, \"time\": 15.06}, \"apicall\":
6065
+ {\"rank\": 1, \"ok\": true, \"time\": 1.3, \"access_time\": 0.4}, \"config\":
6066
+ {\"rank\": 4, \"ok\": true, \"time\": 1.33, \"access_time\": 0.09}, \"block_diff\":
6067
+ {\"rank\": 1, \"ok\": true, \"head_delay\": 2.67, \"diff_head_irreversible\":
6068
+ 16.0, \"time\": 19.44}}, {\"node\": \"https:\/\/api.steemitdev.com\", \"version\":
6069
+ \"0.21.0\", \"block\": {\"rank\": 2, \"ok\": true, \"count\": 275, \"time\":
6070
+ 30.04}, \"history\": {\"rank\": 1, \"ok\": true, \"count\": 13131, \"time\":
6071
+ 15.09}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Method not
6072
+ found\", \"time\": 0.54, \"access_time\": 30.0}, \"config\": {\"rank\": 5,
6073
+ \"ok\": true, \"time\": 1.4, \"access_time\": 0.09}, \"block_diff\": {\"rank\":
6074
+ 4, \"ok\": true, \"head_delay\": 2.76, \"diff_head_irreversible\": 18.0, \"time\":
6075
+ 18.35}}, {\"node\": \"https:\/\/api.steem.house\", \"version\": \"0.21.0\",
6076
+ \"block\": {\"rank\": 6, \"ok\": true, \"count\": 93, \"time\": 30.22}, \"history\":
6077
+ {\"rank\": 6, \"ok\": true, \"count\": 5152, \"time\": 15.21}, \"apicall\":
6078
+ {\"rank\": -1, \"ok\": false, \"error\": \"Method not found\", \"time\": 0.66,
6079
+ \"access_time\": 30.0}, \"config\": {\"rank\": 6, \"ok\": true, \"time\":
6080
+ 2.77, \"access_time\": 0.26}, \"block_diff\": {\"rank\": 7, \"ok\": true,
6081
+ \"head_delay\": 3.3, \"diff_head_irreversible\": 21.0, \"time\": 22.91}},
6082
+ {\"node\": \"https:\/\/rpc.usesteem.com\", \"version\": \"0.20.10\", \"block\":
6083
+ {\"rank\": 7, \"ok\": true, \"count\": 57, \"time\": 30.31}, \"history\":
6084
+ {\"rank\": 7, \"ok\": true, \"count\": 2728, \"time\": 15.26}, \"apicall\":
6085
+ {\"rank\": 3, \"ok\": true, \"time\": 5.9, \"access_time\": 1.679}, \"config\":
6086
+ {\"rank\": 7, \"ok\": true, \"time\": 4.09, \"access_time\": 0.39}, \"block_diff\":
6087
+ {\"rank\": 5, \"ok\": true, \"head_delay\": 3.23, \"diff_head_irreversible\":
6088
+ 19.0, \"time\": 28.42}}, {\"node\": \"https:\/\/steemd.privex.io\", \"version\":
6089
+ \"0.21.0\", \"block\": {\"rank\": 8, \"ok\": true, \"count\": 28, \"time\":
6090
+ 30.99}, \"history\": {\"rank\": 8, \"ok\": true, \"count\": 1314, \"time\":
6091
+ 15.02}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Assert Exception:api_itr
6092
+ != _registered_apis.end(): Could not find API tags_api\", \"time\": 1.09,
6093
+ \"access_time\": 30.0}, \"config\": {\"rank\": 8, \"ok\": true, \"time\":
6094
+ 9.11, \"access_time\": 1.0}, \"block_diff\": {\"rank\": 8, \"ok\": true, \"head_delay\":
6095
+ 4.33, \"diff_head_irreversible\": 22.0, \"time\": 39.83}}, {\"node\": \"https:\/\/appbasetest.timcliff.com\",
6096
+ \"version\": \"0.21.0\", \"block\": {\"rank\": 9, \"ok\": true, \"count\":
6097
+ 17, \"time\": 30.16}, \"history\": {\"rank\": 9, \"ok\": true, \"count\":
6098
+ 1314, \"time\": 15.01}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\":
6099
+ \"@taskmaster4450\/rewards-are-rewards|holger80\", \"time\": 2.01, \"access_time\":
6100
+ 30.0}, \"config\": {\"rank\": 9, \"ok\": true, \"time\": 10.11, \"access_time\":
6101
+ 0.08}, \"block_diff\": {\"rank\": 9, \"ok\": true, \"head_delay\": 2822132.87,
6102
+ \"diff_head_irreversible\": 16.0, \"time\": 53.19}}], \"parameter\": {\"num_retries\":
6103
+ 3, \"num_retries_call\": 3, \"timeout\": 30, \"threading\": false, \"beem_version\":
6104
+ \"0.20.23\", \"start_time\": \"2019-08-27T14:10:02\", \"end_time\": \"2019-08-27T14:22:42\",
6105
+ \"script_version\": \"1.2.3\", \"benchmarks\": {\"block\": {\"data\": [\"count\"]},
6106
+ \"history\": {\"data\": [\"count\"]}, \"apicall\": {\"data\": [\"access_time\"]},
6107
+ \"config\": {\"data\": [\"access_time\"]}, \"block_diff\": {\"data\": [\"diff_head_irreversible\",
6108
+ \"head_delay\"]}}}}","proxy":"holger80","last_owner_update":"1970-01-01T00:00:00","last_account_update":"2022-07-30T23:20:33","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":1463,"can_vote":true,"voting_manabar":{"current_mana":"2973253267458","last_update_time":1656319698},"downvote_manabar":{"current_mana":"743313316864","last_update_time":1656319698},"voting_power":0,"balance":"0.000
6109
+ HIVE","savings_balance":"0.000 HIVE","hbd_balance":"0.000 HBD","hbd_seconds":"248148","hbd_seconds_last_update":"2021-06-18T10:37:39","hbd_last_interest_payment":"2021-06-18T10:37:21","savings_hbd_balance":"0.000
6110
+ HBD","savings_hbd_seconds":"0","savings_hbd_seconds_last_update":"1970-01-01T00:00:00","savings_hbd_last_interest_payment":"1970-01-01T00:00:00","savings_withdraw_requests":0,"reward_hbd_balance":"12.923
6111
+ HBD","reward_hive_balance":"0.000 HIVE","reward_vesting_balance":"50181.611976
6112
+ VESTS","reward_vesting_hive":"27.547 HIVE","vesting_shares":"3163608.831672
6113
+ VESTS","delegated_vesting_shares":"198556.066920 VESTS","received_vesting_shares":"8200.502706
6114
+ VESTS","vesting_withdraw_rate":"0.000000 VESTS","post_voting_power":"2973253.267458
6115
+ VESTS","next_vesting_withdrawal":"1969-12-31T23:59:59","withdrawn":0,"to_withdraw":0,"withdraw_routes":0,"pending_transfers":0,"curation_rewards":85163,"posting_rewards":3080969,"proxied_vsf_votes":[0,0,0,0],"witnesses_voted_for":0,"last_post":"2022-07-30T20:31:18","last_root_post":"2022-07-30T20:31:18","last_vote_time":"2021-08-17T20:37:36","post_bandwidth":0,"pending_claimed_accounts":0,"governance_vote_expiration_ts":"2022-12-10T05:33:33","delayed_votes":[],"open_recurrent_transfers":0,"vesting_balance":"0.000
6116
+ HIVE","reputation":"66739978115904","transfer_history":[],"market_history":[],"post_history":[],"vote_history":[],"other_history":[],"witness_votes":[],"tags_usage":[],"guest_bloggers":[]}],"id":87}'
6117
+ recorded_at: Sat, 30 Jul 2022 23:28:32 GMT
6118
+ - request:
6119
+ method: post
6120
+ uri: https://api.openhive.network/
6121
+ body:
6122
+ encoding: UTF-8
6123
+ string: '{"jsonrpc":"2.0","id":88,"method":"condenser_api.get_dynamic_global_properties","params":[]}'
6124
+ headers:
6125
+ Content-Type:
6126
+ - application/json; charset=utf-8
6127
+ User-Agent:
6128
+ - hive-ruby/1.0.4
6129
+ Accept-Encoding:
6130
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
6131
+ Accept:
6132
+ - "*/*"
6133
+ Host:
6134
+ - api.openhive.network
6135
+ Content-Length:
6136
+ - '78'
6137
+ response:
6138
+ status:
6139
+ code: 200
6140
+ message: OK
6141
+ headers:
6142
+ Server:
6143
+ - nginx/1.14.0 (Ubuntu)
6144
+ Date:
6145
+ - Sat, 30 Jul 2022 23:28:33 GMT
6146
+ Content-Type:
6147
+ - application/json
6148
+ Content-Length:
6149
+ - '1630'
6150
+ Connection:
6151
+ - keep-alive
6152
+ X-Jussi-Cache-Hit:
6153
+ - appbase.condenser_api.get_dynamic_global_properties.params=[]
6154
+ X-Jussi-Request-Id:
6155
+ - '000427330138777860'
6156
+ X-Amzn-Trace-Id:
6157
+ - ''
6158
+ X-Jussi-Response-Time:
6159
+ - '0.0005002915859222412'
6160
+ X-Jussi-Namespace:
6161
+ - appbase
6162
+ X-Jussi-Api:
6163
+ - condenser_api
6164
+ X-Jussi-Method:
6165
+ - get_dynamic_global_properties
6166
+ X-Jussi-Params:
6167
+ - "[]"
6168
+ Access-Control-Allow-Origin:
6169
+ - "*"
6170
+ Access-Control-Allow-Methods:
6171
+ - GET, POST
6172
+ Access-Control-Allow-Headers:
6173
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
6174
+ body:
6175
+ encoding: UTF-8
6176
+ string: '{"id":88,"jsonrpc":"2.0","result":{"head_block_number":66592892,"head_block_id":"03f8207cba0d72620e669eaf6a046fbec4b174b5","time":"2022-07-30T23:28:30","current_witness":"therealwolf","total_pow":514415,"num_pow_witnesses":172,"virtual_supply":"434353478.541
6177
+ HIVE","current_supply":"384080736.080 HIVE","init_hbd_supply":"0.000 HBD","current_hbd_supply":"26694826.247
6178
+ HBD","total_vesting_fund_hive":"161382578.062 HIVE","total_vesting_shares":"293562876514.679623
6179
+ VESTS","total_reward_fund_hive":"0.000 HIVE","total_reward_shares2":"0","pending_rewarded_vesting_shares":"759984935.865022
6180
+ VESTS","pending_rewarded_vesting_hive":"392520.488 HIVE","hbd_interest_rate":2000,"hbd_print_rate":10000,"maximum_block_size":65536,"required_actions_partition_percent":0,"current_aslot":66796170,"recent_slots_filled":"340282366920938463463374607431768211455","participation_count":128,"last_irreversible_block_num":66592875,"vote_power_reserve_rate":10,"delegation_return_period":432000,"reverse_auction_seconds":0,"available_account_subsidies":10729050,"hbd_stop_percent":1000,"hbd_start_percent":900,"next_maintenance_time":"2022-07-30T23:34:48","last_budget_time":"2022-07-30T22:34:48","next_daily_maintenance_time":"2022-07-31T19:31:30","content_reward_percent":6500,"vesting_reward_percent":1500,"sps_fund_percent":1000,"sps_interval_ledger":"167.232
6181
+ HBD","downvote_pool_percent":2500,"current_remove_threshold":200,"early_voting_seconds":86400,"mid_voting_seconds":172800,"max_consecutive_recurrent_transfer_failures":10,"max_recurrent_transfer_end_date":730,"min_recurrent_transfers_recurrence":24,"max_open_recurrent_transfers":255}}'
6182
+ recorded_at: Sat, 30 Jul 2022 23:28:33 GMT
6183
+ recorded_with: VCR 6.1.0