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
@@ -5729,4 +5729,636 @@ http_interactions:
5729
5729
  VESTS","next_vesting_withdrawal":"1969-12-31T23:59:59","withdrawn":"3673423395323719","to_withdraw":"3673423395323719","withdraw_routes":0,"pending_transfers":0,"curation_rewards":734765144,"posting_rewards":8682597,"proxied_vsf_votes":["9901015625",0,0,0],"witnesses_voted_for":0,"last_post":"2020-03-05T19:49:51","last_root_post":"2020-03-05T19:49:51","last_vote_time":"2020-02-21T19:57:39","post_bandwidth":10000,"pending_claimed_accounts":0,"delayed_votes":[],"vesting_balance":"0.000
5730
5730
  HIVE","reputation":"94449123381332","transfer_history":[],"market_history":[],"post_history":[],"vote_history":[],"other_history":[],"witness_votes":[],"tags_usage":[],"guest_bloggers":[]}],"id":56}'
5731
5731
  recorded_at: Sun, 08 Nov 2020 06:01:46 GMT
5732
- recorded_with: VCR 6.0.0
5732
+ - request:
5733
+ method: post
5734
+ uri: https://hive.roelandp.nl/
5735
+ body:
5736
+ encoding: UTF-8
5737
+ string: '{"jsonrpc":"2.0","id":106,"method":"condenser_api.get_accounts","params":[["fullnodeupdate"]]}'
5738
+ headers:
5739
+ Content-Type:
5740
+ - application/json; charset=utf-8
5741
+ User-Agent:
5742
+ - hive-ruby/1.0.4
5743
+ Accept-Encoding:
5744
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
5745
+ Accept:
5746
+ - "*/*"
5747
+ Host:
5748
+ - hive.roelandp.nl
5749
+ Content-Length:
5750
+ - '93'
5751
+ response:
5752
+ status:
5753
+ code: 200
5754
+ message: OK
5755
+ headers:
5756
+ Date:
5757
+ - Sat, 30 Jul 2022 23:23:21 GMT
5758
+ Content-Type:
5759
+ - text/plain; charset=utf-8
5760
+ Content-Length:
5761
+ - '18147'
5762
+ Connection:
5763
+ - keep-alive
5764
+ Apigw-Requestid:
5765
+ - WGqIZiReIAMEVsQ=
5766
+ body:
5767
+ encoding: UTF-8
5768
+ 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\":
5769
+ [\"https:\/\/api.steem.buzz\", \"https:\/\/api.pharesim.me\", \"https:\/\/api.justyy.com\",
5770
+ \"https:\/\/api.openhive.network\", \"https:\/\/hive-api.arcange.eu\", \"https:\/\/api.steemit.com\",
5771
+ \"https:\/\/anyx.io\", \"https:\/\/api.steem.buzz\", \"https:\/\/rpc.ausbit.dev\",
5772
+ \"https:\/\/steem.61bts.com\", \"https:\/\/hive.roelandp.nl\", \"https:\/\/techcoderx.com\"],
5773
+ \"failing_nodes\": {\"https:\/\/api.steemdb.online\": \"NumRetriesReached\",
5774
+ \"https:\/\/cn.steems.top\": \"NumRetriesReached\", \"https:\/\/api.hivekings.com\":
5775
+ \"NumRetriesReached\", \"https:\/\/fin.hive.3speak.co\": \"NumRetriesReached\",
5776
+ \"https:\/\/rpc.ecency.com\": \"NumRetriesReached\", \"https:\/\/hived.privex.io\":
5777
+ \"Client returned invalid format. Expected JSON!\"}, \"report\": [{\"node\":
5778
+ \"https:\/\/api.hive.blog\", \"version\": \"1.25.0\", \"hive\": true, \"block\":
5779
+ {\"rank\": -1, \"ok\": false, \"error\": \"\", \"count\": 109, \"time\": 37.46},
5780
+ \"history\": {\"rank\": 10, \"ok\": true, \"count\": 4500, \"time\": 15.13},
5781
+ \"apicall\": {\"rank\": 9, \"ok\": true, \"time\": 1.92, \"access_time\":
5782
+ 0.475}, \"config\": {\"rank\": 6, \"ok\": true, \"time\": 0.32, \"access_time\":
5783
+ 0.11}, \"block_diff\": {\"rank\": 4, \"ok\": true, \"head_delay\": 3.67, \"diff_head_irreversible\":
5784
+ 18.0, \"time\": 25.75}}, {\"node\": \"https:\/\/anyx.io\", \"version\": \"1.25.0\",
5785
+ \"hive\": true, \"block\": {\"rank\": 9, \"ok\": true, \"count\": 182, \"time\":
5786
+ 30.29}, \"history\": {\"rank\": 9, \"ok\": true, \"count\": 6601, \"time\":
5787
+ 15.02}, \"apicall\": {\"rank\": 10, \"ok\": true, \"time\": 2.13, \"access_time\":
5788
+ 0.561}, \"config\": {\"rank\": 7, \"ok\": true, \"time\": 0.77, \"access_time\":
5789
+ 0.11}, \"block_diff\": {\"rank\": -1, \"ok\": false, \"error\": \"output:
5790
+ {} of identifier 66592659\", \"head_delay\": 0.0, \"diff_head_irreversible\":
5791
+ 0.0, \"time\": 11.59}}, {\"node\": \"https:\/\/api.openhive.network\", \"version\":
5792
+ \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 12, \"ok\": true, \"count\":
5793
+ 143, \"time\": 30.01}, \"history\": {\"rank\": 5, \"ok\": true, \"count\":
5794
+ 9601, \"time\": 15.35}, \"apicall\": {\"rank\": 1, \"ok\": true, \"time\":
5795
+ 0.33, \"access_time\": 0.063}, \"config\": {\"rank\": 8, \"ok\": true, \"time\":
5796
+ 0.23, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 6, \"ok\": true,
5797
+ \"head_delay\": 2.12, \"diff_head_irreversible\": 19.0, \"time\": 15.9}},
5798
+ {\"node\": \"https:\/\/rpc.ausbit.dev\", \"version\": \"1.25.0\", \"hive\":
5799
+ true, \"block\": {\"rank\": 5, \"ok\": true, \"count\": 230, \"time\": 30.01},
5800
+ \"history\": {\"rank\": 7, \"ok\": true, \"count\": 8701, \"time\": 15.01},
5801
+ \"apicall\": {\"rank\": 2, \"ok\": true, \"time\": 0.48, \"access_time\":
5802
+ 0.124}, \"config\": {\"rank\": 9, \"ok\": true, \"time\": 0.44, \"access_time\":
5803
+ 0.04}, \"block_diff\": {\"rank\": 14, \"ok\": true, \"head_delay\": 3.39,
5804
+ \"diff_head_irreversible\": 24.0, \"time\": 16.57}}, {\"node\": \"https:\/\/hive.roelandp.nl\",
5805
+ \"version\": \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 14, \"ok\":
5806
+ true, \"count\": 46, \"time\": 30.56}, \"history\": {\"rank\": 11, \"ok\":
5807
+ true, \"count\": 2201, \"time\": 15.08}, \"apicall\": {\"rank\": 12, \"ok\":
5808
+ true, \"time\": 5.38, \"access_time\": 1.339}, \"config\": {\"rank\": 10,
5809
+ \"ok\": true, \"time\": 1.36, \"access_time\": 0.34}, \"block_diff\": {\"rank\":
5810
+ 15, \"ok\": true, \"head_delay\": 5.06, \"diff_head_irreversible\": 26.0,
5811
+ \"time\": 30.6}}, {\"node\": \"https:\/\/api.c0ff33a.uk\", \"version\": \"1.25.0\",
5812
+ \"hive\": true, \"block\": {\"rank\": 4, \"ok\": true, \"count\": 233, \"time\":
5813
+ 30.01}, \"history\": {\"rank\": 12, \"ok\": true, \"count\": 2201, \"time\":
5814
+ 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\",
5815
+ \"time\": 0.41, \"access_time\": 30.0}, \"config\": {\"rank\": 11, \"ok\":
5816
+ true, \"time\": 0.86, \"access_time\": 0.25}, \"block_diff\": {\"rank\": 8,
5817
+ \"ok\": true, \"head_delay\": 3.55, \"diff_head_irreversible\": 20.0, \"time\":
5818
+ 18.6}}, {\"node\": \"https:\/\/api.deathwing.me\", \"version\": \"1.25.0\",
5819
+ \"hive\": true, \"block\": {\"rank\": 3, \"ok\": true, \"count\": 782, \"time\":
5820
+ 30.03}, \"history\": {\"rank\": 2, \"ok\": true, \"count\": 23501, \"time\":
5821
+ 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\",
5822
+ \"time\": 0.14, \"access_time\": 30.0}, \"config\": {\"rank\": 12, \"ok\":
5823
+ true, \"time\": 0.16, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 12,
5824
+ \"ok\": true, \"head_delay\": 5.62, \"diff_head_irreversible\": 23.0, \"time\":
5825
+ 15.82}}, {\"node\": \"https:\/\/hive-api.arcange.eu\", \"version\": \"1.25.0\",
5826
+ \"hive\": true, \"block\": {\"rank\": 7, \"ok\": true, \"count\": 217, \"time\":
5827
+ 30.02}, \"history\": {\"rank\": 3, \"ok\": true, \"count\": 10601, \"time\":
5828
+ 15.65}, \"apicall\": {\"rank\": 3, \"ok\": true, \"time\": 0.53, \"access_time\":
5829
+ 0.139}, \"config\": {\"rank\": 13, \"ok\": true, \"time\": 0.27, \"access_time\":
5830
+ 0.07}, \"block_diff\": {\"rank\": 11, \"ok\": true, \"head_delay\": 3.66,
5831
+ \"diff_head_irreversible\": 23.0, \"time\": 17.28}}, {\"node\": \"https:\/\/hived.emre.sh\",
5832
+ \"version\": \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 2, \"ok\":
5833
+ true, \"count\": 1028, \"time\": 30.0}, \"history\": {\"rank\": 1, \"ok\":
5834
+ true, \"count\": 30701, \"time\": 15.01}, \"apicall\": {\"rank\": -1, \"ok\":
5835
+ false, \"error\": \"@dalz\/should-we-reduce-the-hive-fund-holdings-to-further-improve-decentralization-via-a-long-term-airdrop-to-hive-holders|holger80\",
5836
+ \"time\": 0.17, \"access_time\": 30.0}, \"config\": {\"rank\": 14, \"ok\":
5837
+ true, \"time\": 0.17, \"access_time\": 0.02}, \"block_diff\": {\"rank\": 2,
5838
+ \"ok\": true, \"head_delay\": 2.56, \"diff_head_irreversible\": 16.0, \"time\":
5839
+ 15.73}}, {\"node\": \"https:\/\/techcoderx.com\", \"version\": \"1.25.0\",
5840
+ \"hive\": true, \"block\": {\"rank\": 15, \"ok\": true, \"count\": 20, \"time\":
5841
+ 30.84}, \"history\": {\"rank\": 14, \"ok\": true, \"count\": 901, \"time\":
5842
+ 15.83}, \"apicall\": {\"rank\": 13, \"ok\": true, \"time\": 7.82, \"access_time\":
5843
+ 2.095}, \"config\": {\"rank\": 15, \"ok\": true, \"time\": 4.04, \"access_time\":
5844
+ 1.22}, \"block_diff\": {\"rank\": 13, \"ok\": true, \"head_delay\": 3.11,
5845
+ \"diff_head_irreversible\": 24.0, \"time\": 41.95}}, {\"node\": \"https:\/\/api.pharesim.me\",
5846
+ \"version\": \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 6, \"ok\":
5847
+ true, \"count\": 220, \"time\": 30.03}, \"history\": {\"rank\": 4, \"ok\":
5848
+ true, \"count\": 9801, \"time\": 15.02}, \"apicall\": {\"rank\": 6, \"ok\":
5849
+ true, \"time\": 0.97, \"access_time\": 0.246}, \"config\": {\"rank\": 16,
5850
+ \"ok\": true, \"time\": 0.49, \"access_time\": 0.12}, \"block_diff\": {\"rank\":
5851
+ 1, \"ok\": true, \"head_delay\": 2.51, \"diff_head_irreversible\": 15.0, \"time\":
5852
+ 18.24}}, {\"node\": \"https:\/\/api.steemit.com\", \"version\": \"0.23.0\",
5853
+ \"hive\": false, \"block\": {\"rank\": 8, \"ok\": true, \"count\": 215, \"time\":
5854
+ 30.03}, \"history\": {\"rank\": 8, \"ok\": true, \"count\": 6602, \"time\":
5855
+ 15.22}, \"apicall\": {\"rank\": 7, \"ok\": true, \"time\": 1.19, \"access_time\":
5856
+ 0.254}, \"config\": {\"rank\": 1, \"ok\": true, \"time\": 0.69, \"access_time\":
5857
+ 0.12}, \"block_diff\": {\"rank\": 3, \"ok\": true, \"head_delay\": 3.76, \"diff_head_irreversible\":
5858
+ 16.0, \"time\": 18.33}}, {\"node\": \"https:\/\/api.justyy.com\", \"version\":
5859
+ \"0.23.1\", \"hive\": false, \"block\": {\"rank\": 1, \"ok\": true, \"count\":
5860
+ 1890, \"time\": 30.0}, \"history\": {\"rank\": 6, \"ok\": true, \"count\":
5861
+ 9102, \"time\": 15.03}, \"apicall\": {\"rank\": 5, \"ok\": true, \"time\":
5862
+ 0.7, \"access_time\": 0.223}, \"config\": {\"rank\": 2, \"ok\": true, \"time\":
5863
+ 0.04, \"access_time\": 0.01}, \"block_diff\": {\"rank\": 7, \"ok\": true,
5864
+ \"head_delay\": 3.62, \"diff_head_irreversible\": 19.0, \"time\": 15.62}},
5865
+ {\"node\": \"https:\/\/api.steem.buzz\", \"version\": \"0.23.0\", \"hive\":
5866
+ false, \"block\": {\"rank\": 11, \"ok\": true, \"count\": 180, \"time\": 30.03},
5867
+ \"history\": {\"rank\": -1, \"ok\": false, \"error\": \"\", \"count\": 0,
5868
+ \"time\": 16.5}, \"apicall\": {\"rank\": 8, \"ok\": true, \"time\": 0.66,
5869
+ \"access_time\": 0.207}, \"config\": {\"rank\": 3, \"ok\": true, \"time\":
5870
+ 0.13, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 10, \"ok\": true,
5871
+ \"head_delay\": 3.06, \"diff_head_irreversible\": 22.0, \"time\": 17.48}},
5872
+ {\"node\": \"https:\/\/api.steem.buzz\", \"version\": \"0.23.0\", \"hive\":
5873
+ false, \"block\": {\"rank\": 11, \"ok\": true, \"count\": 180, \"time\": 30.03},
5874
+ \"history\": {\"rank\": -1, \"ok\": false, \"error\": \"\", \"count\": 0,
5875
+ \"time\": 16.5}, \"apicall\": {\"rank\": 8, \"ok\": true, \"time\": 0.66,
5876
+ \"access_time\": 0.207}, \"config\": {\"rank\": 3, \"ok\": true, \"time\":
5877
+ 0.13, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 10, \"ok\": true,
5878
+ \"head_delay\": 3.06, \"diff_head_irreversible\": 22.0, \"time\": 17.48}},
5879
+ {\"node\": \"https:\/\/steem.61bts.com\", \"version\": \"0.23.0\", \"hive\":
5880
+ false, \"block\": {\"rank\": 13, \"ok\": true, \"count\": 64, \"time\": 30.44},
5881
+ \"history\": {\"rank\": 13, \"ok\": true, \"count\": 1802, \"time\": 15.73},
5882
+ \"apicall\": {\"rank\": 11, \"ok\": true, \"time\": 2.74, \"access_time\":
5883
+ 0.733}, \"config\": {\"rank\": 5, \"ok\": true, \"time\": 1.82, \"access_time\":
5884
+ 0.28}, \"block_diff\": {\"rank\": 5, \"ok\": true, \"head_delay\": 4.29, \"diff_head_irreversible\":
5885
+ 18.0, \"time\": 23.63}}], \"parameter\": {\"num_retries\": 3, \"num_retries_call\":
5886
+ 3, \"timeout\": 30, \"threading\": false, \"beem_version\": \"0.24.26\", \"start_time\":
5887
+ \"2022-07-30T23:00:19\", \"end_time\": \"2022-07-30T23:20:30\", \"script_version\":
5888
+ \"1.2.3\", \"benchmarks\": {\"block\": {\"data\": [\"count\"]}, \"history\":
5889
+ {\"data\": [\"count\"]}, \"apicall\": {\"data\": [\"access_time\"]}, \"config\":
5890
+ {\"data\": [\"access_time\"]}, \"block_diff\": {\"data\": [\"diff_head_irreversible\",
5891
+ \"head_delay\"]}}}}","posting_json_metadata":"{\"nodes\": [\"https:\/\/anyx.io\",
5892
+ \"http:\/\/anyx.io\", \"https:\/\/rpc.usesteem.com\"], \"failing_nodes\":
5893
+ {\"https:\/\/api.steemitstage.com\": \"NumRetriesReached\"}, \"report\": [{\"node\":
5894
+ \"https:\/\/steemd.minnowsupportproject.org\", \"version\": \"0.21.0\", \"block\":
5895
+ {\"rank\": 1, \"ok\": true, \"count\": 713, \"time\": 30.03}, \"history\":
5896
+ {\"rank\": 5, \"ok\": true, \"count\": 5859, \"time\": 15.24}, \"apicall\":
5897
+ {\"rank\": -1, \"ok\": false, \"error\": \"Assert Exception:api_itr != _registered_apis.end():
5898
+ Could not find API tags_api\", \"time\": 0.19, \"access_time\": 30.0}, \"config\":
5899
+ {\"rank\": 1, \"ok\": true, \"time\": 0.43, \"access_time\": 0.03}, \"block_diff\":
5900
+ {\"rank\": 2, \"ok\": true, \"head_delay\": 3.2, \"diff_head_irreversible\":
5901
+ 16.0, \"time\": 16.21}}, {\"node\": \"https:\/\/api.steemit.com\", \"version\":
5902
+ \"0.21.0\", \"block\": {\"rank\": 3, \"ok\": true, \"count\": 249, \"time\":
5903
+ 30.01}, \"history\": {\"rank\": 2, \"ok\": true, \"count\": 12626, \"time\":
5904
+ 15.06}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Method not
5905
+ found\", \"time\": 0.5, \"access_time\": 30.0}, \"config\": {\"rank\": 2,
5906
+ \"ok\": true, \"time\": 1.01, \"access_time\": 0.1}, \"block_diff\": {\"rank\":
5907
+ 3, \"ok\": true, \"head_delay\": 3.06, \"diff_head_irreversible\": 17.0, \"time\":
5908
+ 18.1}}, {\"node\": \"http:\/\/anyx.io\", \"version\": \"0.20.10\", \"block\":
5909
+ {\"rank\": 4, \"ok\": true, \"count\": 133, \"time\": 30.35}, \"history\":
5910
+ {\"rank\": 3, \"ok\": true, \"count\": 6768, \"time\": 15.16}, \"apicall\":
5911
+ {\"rank\": 2, \"ok\": true, \"time\": 1.54, \"access_time\": 0.449}, \"config\":
5912
+ {\"rank\": 3, \"ok\": true, \"time\": 1.13, \"access_time\": 0.09}, \"block_diff\":
5913
+ {\"rank\": 6, \"ok\": true, \"head_delay\": 4.29, \"diff_head_irreversible\":
5914
+ 19.0, \"time\": 19.34}}, {\"node\": \"https:\/\/anyx.io\", \"version\": \"0.20.10\",
5915
+ \"block\": {\"rank\": 5, \"ok\": true, \"count\": 128, \"time\": 30.15}, \"history\":
5916
+ {\"rank\": 4, \"ok\": true, \"count\": 6667, \"time\": 15.06}, \"apicall\":
5917
+ {\"rank\": 1, \"ok\": true, \"time\": 1.3, \"access_time\": 0.4}, \"config\":
5918
+ {\"rank\": 4, \"ok\": true, \"time\": 1.33, \"access_time\": 0.09}, \"block_diff\":
5919
+ {\"rank\": 1, \"ok\": true, \"head_delay\": 2.67, \"diff_head_irreversible\":
5920
+ 16.0, \"time\": 19.44}}, {\"node\": \"https:\/\/api.steemitdev.com\", \"version\":
5921
+ \"0.21.0\", \"block\": {\"rank\": 2, \"ok\": true, \"count\": 275, \"time\":
5922
+ 30.04}, \"history\": {\"rank\": 1, \"ok\": true, \"count\": 13131, \"time\":
5923
+ 15.09}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Method not
5924
+ found\", \"time\": 0.54, \"access_time\": 30.0}, \"config\": {\"rank\": 5,
5925
+ \"ok\": true, \"time\": 1.4, \"access_time\": 0.09}, \"block_diff\": {\"rank\":
5926
+ 4, \"ok\": true, \"head_delay\": 2.76, \"diff_head_irreversible\": 18.0, \"time\":
5927
+ 18.35}}, {\"node\": \"https:\/\/api.steem.house\", \"version\": \"0.21.0\",
5928
+ \"block\": {\"rank\": 6, \"ok\": true, \"count\": 93, \"time\": 30.22}, \"history\":
5929
+ {\"rank\": 6, \"ok\": true, \"count\": 5152, \"time\": 15.21}, \"apicall\":
5930
+ {\"rank\": -1, \"ok\": false, \"error\": \"Method not found\", \"time\": 0.66,
5931
+ \"access_time\": 30.0}, \"config\": {\"rank\": 6, \"ok\": true, \"time\":
5932
+ 2.77, \"access_time\": 0.26}, \"block_diff\": {\"rank\": 7, \"ok\": true,
5933
+ \"head_delay\": 3.3, \"diff_head_irreversible\": 21.0, \"time\": 22.91}},
5934
+ {\"node\": \"https:\/\/rpc.usesteem.com\", \"version\": \"0.20.10\", \"block\":
5935
+ {\"rank\": 7, \"ok\": true, \"count\": 57, \"time\": 30.31}, \"history\":
5936
+ {\"rank\": 7, \"ok\": true, \"count\": 2728, \"time\": 15.26}, \"apicall\":
5937
+ {\"rank\": 3, \"ok\": true, \"time\": 5.9, \"access_time\": 1.679}, \"config\":
5938
+ {\"rank\": 7, \"ok\": true, \"time\": 4.09, \"access_time\": 0.39}, \"block_diff\":
5939
+ {\"rank\": 5, \"ok\": true, \"head_delay\": 3.23, \"diff_head_irreversible\":
5940
+ 19.0, \"time\": 28.42}}, {\"node\": \"https:\/\/steemd.privex.io\", \"version\":
5941
+ \"0.21.0\", \"block\": {\"rank\": 8, \"ok\": true, \"count\": 28, \"time\":
5942
+ 30.99}, \"history\": {\"rank\": 8, \"ok\": true, \"count\": 1314, \"time\":
5943
+ 15.02}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Assert Exception:api_itr
5944
+ != _registered_apis.end(): Could not find API tags_api\", \"time\": 1.09,
5945
+ \"access_time\": 30.0}, \"config\": {\"rank\": 8, \"ok\": true, \"time\":
5946
+ 9.11, \"access_time\": 1.0}, \"block_diff\": {\"rank\": 8, \"ok\": true, \"head_delay\":
5947
+ 4.33, \"diff_head_irreversible\": 22.0, \"time\": 39.83}}, {\"node\": \"https:\/\/appbasetest.timcliff.com\",
5948
+ \"version\": \"0.21.0\", \"block\": {\"rank\": 9, \"ok\": true, \"count\":
5949
+ 17, \"time\": 30.16}, \"history\": {\"rank\": 9, \"ok\": true, \"count\":
5950
+ 1314, \"time\": 15.01}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\":
5951
+ \"@taskmaster4450\/rewards-are-rewards|holger80\", \"time\": 2.01, \"access_time\":
5952
+ 30.0}, \"config\": {\"rank\": 9, \"ok\": true, \"time\": 10.11, \"access_time\":
5953
+ 0.08}, \"block_diff\": {\"rank\": 9, \"ok\": true, \"head_delay\": 2822132.87,
5954
+ \"diff_head_irreversible\": 16.0, \"time\": 53.19}}], \"parameter\": {\"num_retries\":
5955
+ 3, \"num_retries_call\": 3, \"timeout\": 30, \"threading\": false, \"beem_version\":
5956
+ \"0.20.23\", \"start_time\": \"2019-08-27T14:10:02\", \"end_time\": \"2019-08-27T14:22:42\",
5957
+ \"script_version\": \"1.2.3\", \"benchmarks\": {\"block\": {\"data\": [\"count\"]},
5958
+ \"history\": {\"data\": [\"count\"]}, \"apicall\": {\"data\": [\"access_time\"]},
5959
+ \"config\": {\"data\": [\"access_time\"]}, \"block_diff\": {\"data\": [\"diff_head_irreversible\",
5960
+ \"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
5961
+ 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
5962
+ 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
5963
+ HBD","reward_hive_balance":"0.000 HIVE","reward_vesting_balance":"50181.611976
5964
+ VESTS","reward_vesting_hive":"27.547 HIVE","vesting_shares":"3163608.831672
5965
+ VESTS","delegated_vesting_shares":"198556.066920 VESTS","received_vesting_shares":"8200.502706
5966
+ VESTS","vesting_withdraw_rate":"0.000000 VESTS","post_voting_power":"2973253.267458
5967
+ 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
5968
+ HIVE","reputation":"66739978115904","transfer_history":[],"market_history":[],"post_history":[],"vote_history":[],"other_history":[],"witness_votes":[],"tags_usage":[],"guest_bloggers":[]}],"id":106}'
5969
+ recorded_at: Sat, 30 Jul 2022 23:23:21 GMT
5970
+ - request:
5971
+ method: post
5972
+ uri: https://api.openhive.network/
5973
+ body:
5974
+ encoding: UTF-8
5975
+ string: '{"jsonrpc":"2.0","id":107,"method":"condenser_api.get_accounts","params":[["ned"]]}'
5976
+ headers:
5977
+ Content-Type:
5978
+ - application/json; charset=utf-8
5979
+ User-Agent:
5980
+ - hive-ruby/1.0.4
5981
+ Accept-Encoding:
5982
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
5983
+ Accept:
5984
+ - "*/*"
5985
+ Host:
5986
+ - api.openhive.network
5987
+ Content-Length:
5988
+ - '99'
5989
+ response:
5990
+ status:
5991
+ code: 200
5992
+ message: OK
5993
+ headers:
5994
+ Server:
5995
+ - nginx/1.14.0 (Ubuntu)
5996
+ Date:
5997
+ - Sat, 30 Jul 2022 23:23:21 GMT
5998
+ Content-Type:
5999
+ - application/json
6000
+ Content-Length:
6001
+ - '3157'
6002
+ Connection:
6003
+ - keep-alive
6004
+ X-Jussi-Request-Id:
6005
+ - '000967358334497508'
6006
+ X-Amzn-Trace-Id:
6007
+ - ''
6008
+ X-Jussi-Response-Time:
6009
+ - '0.0020052939653396606'
6010
+ X-Jussi-Namespace:
6011
+ - appbase
6012
+ X-Jussi-Api:
6013
+ - condenser_api
6014
+ X-Jussi-Method:
6015
+ - get_accounts
6016
+ X-Jussi-Params:
6017
+ - "[['ned']]"
6018
+ Access-Control-Allow-Origin:
6019
+ - "*"
6020
+ Access-Control-Allow-Methods:
6021
+ - GET, POST
6022
+ Access-Control-Allow-Headers:
6023
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
6024
+ body:
6025
+ encoding: UTF-8
6026
+ string: '{"jsonrpc":"2.0","result":[{"id":497,"name":"ned","owner":{"weight_threshold":1,"account_auths":[],"key_auths":[["STM81Ft8iwQk7M8vYgQgri23HHPafcJji58Jy9ubu372ZYNLwpmC3",1]]},"active":{"weight_threshold":1,"account_auths":[],"key_auths":[["STM739EcxvhQRrWQZtHJmBqwF1DxNwnaTAxwzQrQov7N642zmW34J",1]]},"posting":{"weight_threshold":1,"account_auths":[],"key_auths":[["STM8dvbzCXcVk3kn4Ps58ioVS1qRBb9Hgg2V737pMAZ2NHiN6XQiF",1]]},"memo_key":"STM7VSfc1GcHND9ihAd6xxLFoqtJk8Ynhwi5dd2mFS2bAFthvGQg3","json_metadata":"{\"profile\":{\"profile_image\":\"https:\/\/cdn.steemitimages.com\/DQmTnCCqNRTrCtaXNF9xYa7RNtP4DEnoxg47WXjinUiAzoi\/IMG_9261.jpg\",\"location\":\"Welcome
6027
+ to Steemit!\",\"name\":\"ned\",\"cover_image\":\"https:\/\/steemit.com\/images\/steemit.png\",\"website\":\"https:\/\/smt.steem.io\"}}","posting_json_metadata":"{\"profile\":{\"profile_image\":\"https:\/\/encrypted-tbn0.gstatic.com\/images?q=tbn:ANd9GcTgUknIiTNArR2xcz4XCyIMDRdmjAJV3JdJb0VspRuVfyYwbjb7\",\"location\":\"Welcome
6028
+ to Steemit!\",\"name\":\"ned\",\"cover_image\":\"https:\/\/steemit.com\/images\/steemit.png\",\"website\":\"https:\/\/smt.steem.io\"}}","proxy":"","last_owner_update":"2020-01-24T04:37:09","last_account_update":"2020-02-16T02:38:27","created":"2016-03-31T14:21:45","mined":false,"recovery_account":"steem","last_account_recovery":"1970-01-01T00:00:00","reset_account":"null","comment_count":0,"lifetime_vote_count":0,"post_count":1039,"can_vote":true,"voting_manabar":{"current_mana":"23385678073471","last_update_time":1653313374},"downvote_manabar":{"current_mana":"5846419518368","last_update_time":1653313374},"voting_power":0,"balance":"13.423
6029
+ HIVE","savings_balance":"0.000 HIVE","hbd_balance":"6823.211 HBD","hbd_seconds":"0","hbd_seconds_last_update":"2020-02-14T22:14:12","hbd_last_interest_payment":"2020-02-14T22:14:12","savings_hbd_balance":"1249.949
6030
+ HBD","savings_hbd_seconds":"0","savings_hbd_seconds_last_update":"2017-01-01T19:19:27","savings_hbd_last_interest_payment":"2017-01-01T19:19:27","savings_withdraw_requests":0,"reward_hbd_balance":"0.000
6031
+ HBD","reward_hive_balance":"0.000 HIVE","reward_vesting_balance":"2596.009653
6032
+ VESTS","reward_vesting_hive":"1.324 HIVE","vesting_shares":"23383848.981693
6033
+ VESTS","delegated_vesting_shares":"0.000000 VESTS","received_vesting_shares":"1829.091778
6034
+ VESTS","vesting_withdraw_rate":"0.000000 VESTS","post_voting_power":"23385678.073471
6035
+ VESTS","next_vesting_withdrawal":"1969-12-31T23:59:59","withdrawn":"3673423395323719","to_withdraw":"3673423395323719","withdraw_routes":0,"pending_transfers":0,"curation_rewards":734765144,"posting_rewards":8682597,"proxied_vsf_votes":["9901015625",0,0,0],"witnesses_voted_for":0,"last_post":"2020-03-05T19:49:51","last_root_post":"2020-03-05T19:49:51","last_vote_time":"2020-02-21T19:57:39","post_bandwidth":10000,"pending_claimed_accounts":0,"governance_vote_expiration_ts":"2022-09-28T16:42:09","delayed_votes":[],"open_recurrent_transfers":0,"vesting_balance":"0.000
6036
+ HIVE","reputation":"94449123381332","transfer_history":[],"market_history":[],"post_history":[],"vote_history":[],"other_history":[],"witness_votes":[],"tags_usage":[],"guest_bloggers":[]}],"id":107}'
6037
+ recorded_at: Sat, 30 Jul 2022 23:23:21 GMT
6038
+ - request:
6039
+ method: post
6040
+ uri: https://api.hive.blog/
6041
+ body:
6042
+ encoding: UTF-8
6043
+ string: '{"jsonrpc":"2.0","id":89,"method":"condenser_api.get_accounts","params":[["fullnodeupdate"]]}'
6044
+ headers:
6045
+ Content-Type:
6046
+ - application/json; charset=utf-8
6047
+ User-Agent:
6048
+ - hive-ruby/1.0.4
6049
+ Accept-Encoding:
6050
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
6051
+ Accept:
6052
+ - "*/*"
6053
+ Host:
6054
+ - api.hive.blog
6055
+ Content-Length:
6056
+ - '93'
6057
+ response:
6058
+ status:
6059
+ code: 200
6060
+ message: OK
6061
+ headers:
6062
+ Server:
6063
+ - nginx
6064
+ Date:
6065
+ - Sat, 30 Jul 2022 23:28:33 GMT
6066
+ Content-Type:
6067
+ - application/json
6068
+ Transfer-Encoding:
6069
+ - chunked
6070
+ Connection:
6071
+ - keep-alive
6072
+ X-Jussi-Request-Id:
6073
+ - '000365664727859313'
6074
+ X-Amzn-Trace-Id:
6075
+ - ''
6076
+ X-Jussi-Response-Time:
6077
+ - '0.0031928643584251404'
6078
+ X-Jussi-Namespace:
6079
+ - appbase
6080
+ X-Jussi-Api:
6081
+ - condenser_api
6082
+ X-Jussi-Method:
6083
+ - get_accounts
6084
+ X-Jussi-Params:
6085
+ - "[['fullnodeupdate']]"
6086
+ Access-Control-Allow-Origin:
6087
+ - "*"
6088
+ Access-Control-Allow-Methods:
6089
+ - GET, POST
6090
+ Access-Control-Allow-Headers:
6091
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
6092
+ body:
6093
+ encoding: ASCII-8BIT
6094
+ 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\":
6095
+ [\"https:\/\/api.steem.buzz\", \"https:\/\/api.pharesim.me\", \"https:\/\/api.justyy.com\",
6096
+ \"https:\/\/api.openhive.network\", \"https:\/\/hive-api.arcange.eu\", \"https:\/\/api.steemit.com\",
6097
+ \"https:\/\/anyx.io\", \"https:\/\/api.steem.buzz\", \"https:\/\/rpc.ausbit.dev\",
6098
+ \"https:\/\/steem.61bts.com\", \"https:\/\/hive.roelandp.nl\", \"https:\/\/techcoderx.com\"],
6099
+ \"failing_nodes\": {\"https:\/\/api.steemdb.online\": \"NumRetriesReached\",
6100
+ \"https:\/\/cn.steems.top\": \"NumRetriesReached\", \"https:\/\/api.hivekings.com\":
6101
+ \"NumRetriesReached\", \"https:\/\/fin.hive.3speak.co\": \"NumRetriesReached\",
6102
+ \"https:\/\/rpc.ecency.com\": \"NumRetriesReached\", \"https:\/\/hived.privex.io\":
6103
+ \"Client returned invalid format. Expected JSON!\"}, \"report\": [{\"node\":
6104
+ \"https:\/\/api.hive.blog\", \"version\": \"1.25.0\", \"hive\": true, \"block\":
6105
+ {\"rank\": -1, \"ok\": false, \"error\": \"\", \"count\": 109, \"time\": 37.46},
6106
+ \"history\": {\"rank\": 10, \"ok\": true, \"count\": 4500, \"time\": 15.13},
6107
+ \"apicall\": {\"rank\": 9, \"ok\": true, \"time\": 1.92, \"access_time\":
6108
+ 0.475}, \"config\": {\"rank\": 6, \"ok\": true, \"time\": 0.32, \"access_time\":
6109
+ 0.11}, \"block_diff\": {\"rank\": 4, \"ok\": true, \"head_delay\": 3.67, \"diff_head_irreversible\":
6110
+ 18.0, \"time\": 25.75}}, {\"node\": \"https:\/\/anyx.io\", \"version\": \"1.25.0\",
6111
+ \"hive\": true, \"block\": {\"rank\": 9, \"ok\": true, \"count\": 182, \"time\":
6112
+ 30.29}, \"history\": {\"rank\": 9, \"ok\": true, \"count\": 6601, \"time\":
6113
+ 15.02}, \"apicall\": {\"rank\": 10, \"ok\": true, \"time\": 2.13, \"access_time\":
6114
+ 0.561}, \"config\": {\"rank\": 7, \"ok\": true, \"time\": 0.77, \"access_time\":
6115
+ 0.11}, \"block_diff\": {\"rank\": -1, \"ok\": false, \"error\": \"output:
6116
+ {} of identifier 66592659\", \"head_delay\": 0.0, \"diff_head_irreversible\":
6117
+ 0.0, \"time\": 11.59}}, {\"node\": \"https:\/\/api.openhive.network\", \"version\":
6118
+ \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 12, \"ok\": true, \"count\":
6119
+ 143, \"time\": 30.01}, \"history\": {\"rank\": 5, \"ok\": true, \"count\":
6120
+ 9601, \"time\": 15.35}, \"apicall\": {\"rank\": 1, \"ok\": true, \"time\":
6121
+ 0.33, \"access_time\": 0.063}, \"config\": {\"rank\": 8, \"ok\": true, \"time\":
6122
+ 0.23, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 6, \"ok\": true,
6123
+ \"head_delay\": 2.12, \"diff_head_irreversible\": 19.0, \"time\": 15.9}},
6124
+ {\"node\": \"https:\/\/rpc.ausbit.dev\", \"version\": \"1.25.0\", \"hive\":
6125
+ true, \"block\": {\"rank\": 5, \"ok\": true, \"count\": 230, \"time\": 30.01},
6126
+ \"history\": {\"rank\": 7, \"ok\": true, \"count\": 8701, \"time\": 15.01},
6127
+ \"apicall\": {\"rank\": 2, \"ok\": true, \"time\": 0.48, \"access_time\":
6128
+ 0.124}, \"config\": {\"rank\": 9, \"ok\": true, \"time\": 0.44, \"access_time\":
6129
+ 0.04}, \"block_diff\": {\"rank\": 14, \"ok\": true, \"head_delay\": 3.39,
6130
+ \"diff_head_irreversible\": 24.0, \"time\": 16.57}}, {\"node\": \"https:\/\/hive.roelandp.nl\",
6131
+ \"version\": \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 14, \"ok\":
6132
+ true, \"count\": 46, \"time\": 30.56}, \"history\": {\"rank\": 11, \"ok\":
6133
+ true, \"count\": 2201, \"time\": 15.08}, \"apicall\": {\"rank\": 12, \"ok\":
6134
+ true, \"time\": 5.38, \"access_time\": 1.339}, \"config\": {\"rank\": 10,
6135
+ \"ok\": true, \"time\": 1.36, \"access_time\": 0.34}, \"block_diff\": {\"rank\":
6136
+ 15, \"ok\": true, \"head_delay\": 5.06, \"diff_head_irreversible\": 26.0,
6137
+ \"time\": 30.6}}, {\"node\": \"https:\/\/api.c0ff33a.uk\", \"version\": \"1.25.0\",
6138
+ \"hive\": true, \"block\": {\"rank\": 4, \"ok\": true, \"count\": 233, \"time\":
6139
+ 30.01}, \"history\": {\"rank\": 12, \"ok\": true, \"count\": 2201, \"time\":
6140
+ 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\",
6141
+ \"time\": 0.41, \"access_time\": 30.0}, \"config\": {\"rank\": 11, \"ok\":
6142
+ true, \"time\": 0.86, \"access_time\": 0.25}, \"block_diff\": {\"rank\": 8,
6143
+ \"ok\": true, \"head_delay\": 3.55, \"diff_head_irreversible\": 20.0, \"time\":
6144
+ 18.6}}, {\"node\": \"https:\/\/api.deathwing.me\", \"version\": \"1.25.0\",
6145
+ \"hive\": true, \"block\": {\"rank\": 3, \"ok\": true, \"count\": 782, \"time\":
6146
+ 30.03}, \"history\": {\"rank\": 2, \"ok\": true, \"count\": 23501, \"time\":
6147
+ 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\",
6148
+ \"time\": 0.14, \"access_time\": 30.0}, \"config\": {\"rank\": 12, \"ok\":
6149
+ true, \"time\": 0.16, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 12,
6150
+ \"ok\": true, \"head_delay\": 5.62, \"diff_head_irreversible\": 23.0, \"time\":
6151
+ 15.82}}, {\"node\": \"https:\/\/hive-api.arcange.eu\", \"version\": \"1.25.0\",
6152
+ \"hive\": true, \"block\": {\"rank\": 7, \"ok\": true, \"count\": 217, \"time\":
6153
+ 30.02}, \"history\": {\"rank\": 3, \"ok\": true, \"count\": 10601, \"time\":
6154
+ 15.65}, \"apicall\": {\"rank\": 3, \"ok\": true, \"time\": 0.53, \"access_time\":
6155
+ 0.139}, \"config\": {\"rank\": 13, \"ok\": true, \"time\": 0.27, \"access_time\":
6156
+ 0.07}, \"block_diff\": {\"rank\": 11, \"ok\": true, \"head_delay\": 3.66,
6157
+ \"diff_head_irreversible\": 23.0, \"time\": 17.28}}, {\"node\": \"https:\/\/hived.emre.sh\",
6158
+ \"version\": \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 2, \"ok\":
6159
+ true, \"count\": 1028, \"time\": 30.0}, \"history\": {\"rank\": 1, \"ok\":
6160
+ true, \"count\": 30701, \"time\": 15.01}, \"apicall\": {\"rank\": -1, \"ok\":
6161
+ false, \"error\": \"@dalz\/should-we-reduce-the-hive-fund-holdings-to-further-improve-decentralization-via-a-long-term-airdrop-to-hive-holders|holger80\",
6162
+ \"time\": 0.17, \"access_time\": 30.0}, \"config\": {\"rank\": 14, \"ok\":
6163
+ true, \"time\": 0.17, \"access_time\": 0.02}, \"block_diff\": {\"rank\": 2,
6164
+ \"ok\": true, \"head_delay\": 2.56, \"diff_head_irreversible\": 16.0, \"time\":
6165
+ 15.73}}, {\"node\": \"https:\/\/techcoderx.com\", \"version\": \"1.25.0\",
6166
+ \"hive\": true, \"block\": {\"rank\": 15, \"ok\": true, \"count\": 20, \"time\":
6167
+ 30.84}, \"history\": {\"rank\": 14, \"ok\": true, \"count\": 901, \"time\":
6168
+ 15.83}, \"apicall\": {\"rank\": 13, \"ok\": true, \"time\": 7.82, \"access_time\":
6169
+ 2.095}, \"config\": {\"rank\": 15, \"ok\": true, \"time\": 4.04, \"access_time\":
6170
+ 1.22}, \"block_diff\": {\"rank\": 13, \"ok\": true, \"head_delay\": 3.11,
6171
+ \"diff_head_irreversible\": 24.0, \"time\": 41.95}}, {\"node\": \"https:\/\/api.pharesim.me\",
6172
+ \"version\": \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 6, \"ok\":
6173
+ true, \"count\": 220, \"time\": 30.03}, \"history\": {\"rank\": 4, \"ok\":
6174
+ true, \"count\": 9801, \"time\": 15.02}, \"apicall\": {\"rank\": 6, \"ok\":
6175
+ true, \"time\": 0.97, \"access_time\": 0.246}, \"config\": {\"rank\": 16,
6176
+ \"ok\": true, \"time\": 0.49, \"access_time\": 0.12}, \"block_diff\": {\"rank\":
6177
+ 1, \"ok\": true, \"head_delay\": 2.51, \"diff_head_irreversible\": 15.0, \"time\":
6178
+ 18.24}}, {\"node\": \"https:\/\/api.steemit.com\", \"version\": \"0.23.0\",
6179
+ \"hive\": false, \"block\": {\"rank\": 8, \"ok\": true, \"count\": 215, \"time\":
6180
+ 30.03}, \"history\": {\"rank\": 8, \"ok\": true, \"count\": 6602, \"time\":
6181
+ 15.22}, \"apicall\": {\"rank\": 7, \"ok\": true, \"time\": 1.19, \"access_time\":
6182
+ 0.254}, \"config\": {\"rank\": 1, \"ok\": true, \"time\": 0.69, \"access_time\":
6183
+ 0.12}, \"block_diff\": {\"rank\": 3, \"ok\": true, \"head_delay\": 3.76, \"diff_head_irreversible\":
6184
+ 16.0, \"time\": 18.33}}, {\"node\": \"https:\/\/api.justyy.com\", \"version\":
6185
+ \"0.23.1\", \"hive\": false, \"block\": {\"rank\": 1, \"ok\": true, \"count\":
6186
+ 1890, \"time\": 30.0}, \"history\": {\"rank\": 6, \"ok\": true, \"count\":
6187
+ 9102, \"time\": 15.03}, \"apicall\": {\"rank\": 5, \"ok\": true, \"time\":
6188
+ 0.7, \"access_time\": 0.223}, \"config\": {\"rank\": 2, \"ok\": true, \"time\":
6189
+ 0.04, \"access_time\": 0.01}, \"block_diff\": {\"rank\": 7, \"ok\": true,
6190
+ \"head_delay\": 3.62, \"diff_head_irreversible\": 19.0, \"time\": 15.62}},
6191
+ {\"node\": \"https:\/\/api.steem.buzz\", \"version\": \"0.23.0\", \"hive\":
6192
+ false, \"block\": {\"rank\": 11, \"ok\": true, \"count\": 180, \"time\": 30.03},
6193
+ \"history\": {\"rank\": -1, \"ok\": false, \"error\": \"\", \"count\": 0,
6194
+ \"time\": 16.5}, \"apicall\": {\"rank\": 8, \"ok\": true, \"time\": 0.66,
6195
+ \"access_time\": 0.207}, \"config\": {\"rank\": 3, \"ok\": true, \"time\":
6196
+ 0.13, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 10, \"ok\": true,
6197
+ \"head_delay\": 3.06, \"diff_head_irreversible\": 22.0, \"time\": 17.48}},
6198
+ {\"node\": \"https:\/\/api.steem.buzz\", \"version\": \"0.23.0\", \"hive\":
6199
+ false, \"block\": {\"rank\": 11, \"ok\": true, \"count\": 180, \"time\": 30.03},
6200
+ \"history\": {\"rank\": -1, \"ok\": false, \"error\": \"\", \"count\": 0,
6201
+ \"time\": 16.5}, \"apicall\": {\"rank\": 8, \"ok\": true, \"time\": 0.66,
6202
+ \"access_time\": 0.207}, \"config\": {\"rank\": 3, \"ok\": true, \"time\":
6203
+ 0.13, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 10, \"ok\": true,
6204
+ \"head_delay\": 3.06, \"diff_head_irreversible\": 22.0, \"time\": 17.48}},
6205
+ {\"node\": \"https:\/\/steem.61bts.com\", \"version\": \"0.23.0\", \"hive\":
6206
+ false, \"block\": {\"rank\": 13, \"ok\": true, \"count\": 64, \"time\": 30.44},
6207
+ \"history\": {\"rank\": 13, \"ok\": true, \"count\": 1802, \"time\": 15.73},
6208
+ \"apicall\": {\"rank\": 11, \"ok\": true, \"time\": 2.74, \"access_time\":
6209
+ 0.733}, \"config\": {\"rank\": 5, \"ok\": true, \"time\": 1.82, \"access_time\":
6210
+ 0.28}, \"block_diff\": {\"rank\": 5, \"ok\": true, \"head_delay\": 4.29, \"diff_head_irreversible\":
6211
+ 18.0, \"time\": 23.63}}], \"parameter\": {\"num_retries\": 3, \"num_retries_call\":
6212
+ 3, \"timeout\": 30, \"threading\": false, \"beem_version\": \"0.24.26\", \"start_time\":
6213
+ \"2022-07-30T23:00:19\", \"end_time\": \"2022-07-30T23:20:30\", \"script_version\":
6214
+ \"1.2.3\", \"benchmarks\": {\"block\": {\"data\": [\"count\"]}, \"history\":
6215
+ {\"data\": [\"count\"]}, \"apicall\": {\"data\": [\"access_time\"]}, \"config\":
6216
+ {\"data\": [\"access_time\"]}, \"block_diff\": {\"data\": [\"diff_head_irreversible\",
6217
+ \"head_delay\"]}}}}","posting_json_metadata":"{\"nodes\": [\"https:\/\/anyx.io\",
6218
+ \"http:\/\/anyx.io\", \"https:\/\/rpc.usesteem.com\"], \"failing_nodes\":
6219
+ {\"https:\/\/api.steemitstage.com\": \"NumRetriesReached\"}, \"report\": [{\"node\":
6220
+ \"https:\/\/steemd.minnowsupportproject.org\", \"version\": \"0.21.0\", \"block\":
6221
+ {\"rank\": 1, \"ok\": true, \"count\": 713, \"time\": 30.03}, \"history\":
6222
+ {\"rank\": 5, \"ok\": true, \"count\": 5859, \"time\": 15.24}, \"apicall\":
6223
+ {\"rank\": -1, \"ok\": false, \"error\": \"Assert Exception:api_itr != _registered_apis.end():
6224
+ Could not find API tags_api\", \"time\": 0.19, \"access_time\": 30.0}, \"config\":
6225
+ {\"rank\": 1, \"ok\": true, \"time\": 0.43, \"access_time\": 0.03}, \"block_diff\":
6226
+ {\"rank\": 2, \"ok\": true, \"head_delay\": 3.2, \"diff_head_irreversible\":
6227
+ 16.0, \"time\": 16.21}}, {\"node\": \"https:\/\/api.steemit.com\", \"version\":
6228
+ \"0.21.0\", \"block\": {\"rank\": 3, \"ok\": true, \"count\": 249, \"time\":
6229
+ 30.01}, \"history\": {\"rank\": 2, \"ok\": true, \"count\": 12626, \"time\":
6230
+ 15.06}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Method not
6231
+ found\", \"time\": 0.5, \"access_time\": 30.0}, \"config\": {\"rank\": 2,
6232
+ \"ok\": true, \"time\": 1.01, \"access_time\": 0.1}, \"block_diff\": {\"rank\":
6233
+ 3, \"ok\": true, \"head_delay\": 3.06, \"diff_head_irreversible\": 17.0, \"time\":
6234
+ 18.1}}, {\"node\": \"http:\/\/anyx.io\", \"version\": \"0.20.10\", \"block\":
6235
+ {\"rank\": 4, \"ok\": true, \"count\": 133, \"time\": 30.35}, \"history\":
6236
+ {\"rank\": 3, \"ok\": true, \"count\": 6768, \"time\": 15.16}, \"apicall\":
6237
+ {\"rank\": 2, \"ok\": true, \"time\": 1.54, \"access_time\": 0.449}, \"config\":
6238
+ {\"rank\": 3, \"ok\": true, \"time\": 1.13, \"access_time\": 0.09}, \"block_diff\":
6239
+ {\"rank\": 6, \"ok\": true, \"head_delay\": 4.29, \"diff_head_irreversible\":
6240
+ 19.0, \"time\": 19.34}}, {\"node\": \"https:\/\/anyx.io\", \"version\": \"0.20.10\",
6241
+ \"block\": {\"rank\": 5, \"ok\": true, \"count\": 128, \"time\": 30.15}, \"history\":
6242
+ {\"rank\": 4, \"ok\": true, \"count\": 6667, \"time\": 15.06}, \"apicall\":
6243
+ {\"rank\": 1, \"ok\": true, \"time\": 1.3, \"access_time\": 0.4}, \"config\":
6244
+ {\"rank\": 4, \"ok\": true, \"time\": 1.33, \"access_time\": 0.09}, \"block_diff\":
6245
+ {\"rank\": 1, \"ok\": true, \"head_delay\": 2.67, \"diff_head_irreversible\":
6246
+ 16.0, \"time\": 19.44}}, {\"node\": \"https:\/\/api.steemitdev.com\", \"version\":
6247
+ \"0.21.0\", \"block\": {\"rank\": 2, \"ok\": true, \"count\": 275, \"time\":
6248
+ 30.04}, \"history\": {\"rank\": 1, \"ok\": true, \"count\": 13131, \"time\":
6249
+ 15.09}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Method not
6250
+ found\", \"time\": 0.54, \"access_time\": 30.0}, \"config\": {\"rank\": 5,
6251
+ \"ok\": true, \"time\": 1.4, \"access_time\": 0.09}, \"block_diff\": {\"rank\":
6252
+ 4, \"ok\": true, \"head_delay\": 2.76, \"diff_head_irreversible\": 18.0, \"time\":
6253
+ 18.35}}, {\"node\": \"https:\/\/api.steem.house\", \"version\": \"0.21.0\",
6254
+ \"block\": {\"rank\": 6, \"ok\": true, \"count\": 93, \"time\": 30.22}, \"history\":
6255
+ {\"rank\": 6, \"ok\": true, \"count\": 5152, \"time\": 15.21}, \"apicall\":
6256
+ {\"rank\": -1, \"ok\": false, \"error\": \"Method not found\", \"time\": 0.66,
6257
+ \"access_time\": 30.0}, \"config\": {\"rank\": 6, \"ok\": true, \"time\":
6258
+ 2.77, \"access_time\": 0.26}, \"block_diff\": {\"rank\": 7, \"ok\": true,
6259
+ \"head_delay\": 3.3, \"diff_head_irreversible\": 21.0, \"time\": 22.91}},
6260
+ {\"node\": \"https:\/\/rpc.usesteem.com\", \"version\": \"0.20.10\", \"block\":
6261
+ {\"rank\": 7, \"ok\": true, \"count\": 57, \"time\": 30.31}, \"history\":
6262
+ {\"rank\": 7, \"ok\": true, \"count\": 2728, \"time\": 15.26}, \"apicall\":
6263
+ {\"rank\": 3, \"ok\": true, \"time\": 5.9, \"access_time\": 1.679}, \"config\":
6264
+ {\"rank\": 7, \"ok\": true, \"time\": 4.09, \"access_time\": 0.39}, \"block_diff\":
6265
+ {\"rank\": 5, \"ok\": true, \"head_delay\": 3.23, \"diff_head_irreversible\":
6266
+ 19.0, \"time\": 28.42}}, {\"node\": \"https:\/\/steemd.privex.io\", \"version\":
6267
+ \"0.21.0\", \"block\": {\"rank\": 8, \"ok\": true, \"count\": 28, \"time\":
6268
+ 30.99}, \"history\": {\"rank\": 8, \"ok\": true, \"count\": 1314, \"time\":
6269
+ 15.02}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Assert Exception:api_itr
6270
+ != _registered_apis.end(): Could not find API tags_api\", \"time\": 1.09,
6271
+ \"access_time\": 30.0}, \"config\": {\"rank\": 8, \"ok\": true, \"time\":
6272
+ 9.11, \"access_time\": 1.0}, \"block_diff\": {\"rank\": 8, \"ok\": true, \"head_delay\":
6273
+ 4.33, \"diff_head_irreversible\": 22.0, \"time\": 39.83}}, {\"node\": \"https:\/\/appbasetest.timcliff.com\",
6274
+ \"version\": \"0.21.0\", \"block\": {\"rank\": 9, \"ok\": true, \"count\":
6275
+ 17, \"time\": 30.16}, \"history\": {\"rank\": 9, \"ok\": true, \"count\":
6276
+ 1314, \"time\": 15.01}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\":
6277
+ \"@taskmaster4450\/rewards-are-rewards|holger80\", \"time\": 2.01, \"access_time\":
6278
+ 30.0}, \"config\": {\"rank\": 9, \"ok\": true, \"time\": 10.11, \"access_time\":
6279
+ 0.08}, \"block_diff\": {\"rank\": 9, \"ok\": true, \"head_delay\": 2822132.87,
6280
+ \"diff_head_irreversible\": 16.0, \"time\": 53.19}}], \"parameter\": {\"num_retries\":
6281
+ 3, \"num_retries_call\": 3, \"timeout\": 30, \"threading\": false, \"beem_version\":
6282
+ \"0.20.23\", \"start_time\": \"2019-08-27T14:10:02\", \"end_time\": \"2019-08-27T14:22:42\",
6283
+ \"script_version\": \"1.2.3\", \"benchmarks\": {\"block\": {\"data\": [\"count\"]},
6284
+ \"history\": {\"data\": [\"count\"]}, \"apicall\": {\"data\": [\"access_time\"]},
6285
+ \"config\": {\"data\": [\"access_time\"]}, \"block_diff\": {\"data\": [\"diff_head_irreversible\",
6286
+ \"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
6287
+ 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
6288
+ 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
6289
+ HBD","reward_hive_balance":"0.000 HIVE","reward_vesting_balance":"50181.611976
6290
+ VESTS","reward_vesting_hive":"27.547 HIVE","vesting_shares":"3163608.831672
6291
+ VESTS","delegated_vesting_shares":"198556.066920 VESTS","received_vesting_shares":"8200.502706
6292
+ VESTS","vesting_withdraw_rate":"0.000000 VESTS","post_voting_power":"2973253.267458
6293
+ 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
6294
+ HIVE","reputation":"66739978115904","transfer_history":[],"market_history":[],"post_history":[],"vote_history":[],"other_history":[],"witness_votes":[],"tags_usage":[],"guest_bloggers":[]}],"id":89}'
6295
+ recorded_at: Sat, 30 Jul 2022 23:28:33 GMT
6296
+ - request:
6297
+ method: post
6298
+ uri: https://api.openhive.network/
6299
+ body:
6300
+ encoding: UTF-8
6301
+ string: '{"jsonrpc":"2.0","id":90,"method":"condenser_api.get_accounts","params":[["ned"]]}'
6302
+ headers:
6303
+ Content-Type:
6304
+ - application/json; charset=utf-8
6305
+ User-Agent:
6306
+ - hive-ruby/1.0.4
6307
+ Accept-Encoding:
6308
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
6309
+ Accept:
6310
+ - "*/*"
6311
+ Host:
6312
+ - api.openhive.network
6313
+ Content-Length:
6314
+ - '92'
6315
+ response:
6316
+ status:
6317
+ code: 200
6318
+ message: OK
6319
+ headers:
6320
+ Server:
6321
+ - nginx/1.14.0 (Ubuntu)
6322
+ Date:
6323
+ - Sat, 30 Jul 2022 23:28:34 GMT
6324
+ Content-Type:
6325
+ - application/json
6326
+ Content-Length:
6327
+ - '3156'
6328
+ Connection:
6329
+ - keep-alive
6330
+ X-Jussi-Request-Id:
6331
+ - '000757663524205039'
6332
+ X-Amzn-Trace-Id:
6333
+ - ''
6334
+ X-Jussi-Response-Time:
6335
+ - '0.002378299832344055'
6336
+ X-Jussi-Namespace:
6337
+ - appbase
6338
+ X-Jussi-Api:
6339
+ - condenser_api
6340
+ X-Jussi-Method:
6341
+ - get_accounts
6342
+ X-Jussi-Params:
6343
+ - "[['ned']]"
6344
+ Access-Control-Allow-Origin:
6345
+ - "*"
6346
+ Access-Control-Allow-Methods:
6347
+ - GET, POST
6348
+ Access-Control-Allow-Headers:
6349
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
6350
+ body:
6351
+ encoding: UTF-8
6352
+ string: '{"jsonrpc":"2.0","result":[{"id":497,"name":"ned","owner":{"weight_threshold":1,"account_auths":[],"key_auths":[["STM81Ft8iwQk7M8vYgQgri23HHPafcJji58Jy9ubu372ZYNLwpmC3",1]]},"active":{"weight_threshold":1,"account_auths":[],"key_auths":[["STM739EcxvhQRrWQZtHJmBqwF1DxNwnaTAxwzQrQov7N642zmW34J",1]]},"posting":{"weight_threshold":1,"account_auths":[],"key_auths":[["STM8dvbzCXcVk3kn4Ps58ioVS1qRBb9Hgg2V737pMAZ2NHiN6XQiF",1]]},"memo_key":"STM7VSfc1GcHND9ihAd6xxLFoqtJk8Ynhwi5dd2mFS2bAFthvGQg3","json_metadata":"{\"profile\":{\"profile_image\":\"https:\/\/cdn.steemitimages.com\/DQmTnCCqNRTrCtaXNF9xYa7RNtP4DEnoxg47WXjinUiAzoi\/IMG_9261.jpg\",\"location\":\"Welcome
6353
+ to Steemit!\",\"name\":\"ned\",\"cover_image\":\"https:\/\/steemit.com\/images\/steemit.png\",\"website\":\"https:\/\/smt.steem.io\"}}","posting_json_metadata":"{\"profile\":{\"profile_image\":\"https:\/\/encrypted-tbn0.gstatic.com\/images?q=tbn:ANd9GcTgUknIiTNArR2xcz4XCyIMDRdmjAJV3JdJb0VspRuVfyYwbjb7\",\"location\":\"Welcome
6354
+ to Steemit!\",\"name\":\"ned\",\"cover_image\":\"https:\/\/steemit.com\/images\/steemit.png\",\"website\":\"https:\/\/smt.steem.io\"}}","proxy":"","last_owner_update":"2020-01-24T04:37:09","last_account_update":"2020-02-16T02:38:27","created":"2016-03-31T14:21:45","mined":false,"recovery_account":"steem","last_account_recovery":"1970-01-01T00:00:00","reset_account":"null","comment_count":0,"lifetime_vote_count":0,"post_count":1039,"can_vote":true,"voting_manabar":{"current_mana":"23385678073471","last_update_time":1653313374},"downvote_manabar":{"current_mana":"5846419518368","last_update_time":1653313374},"voting_power":0,"balance":"13.423
6355
+ HIVE","savings_balance":"0.000 HIVE","hbd_balance":"6823.211 HBD","hbd_seconds":"0","hbd_seconds_last_update":"2020-02-14T22:14:12","hbd_last_interest_payment":"2020-02-14T22:14:12","savings_hbd_balance":"1249.949
6356
+ HBD","savings_hbd_seconds":"0","savings_hbd_seconds_last_update":"2017-01-01T19:19:27","savings_hbd_last_interest_payment":"2017-01-01T19:19:27","savings_withdraw_requests":0,"reward_hbd_balance":"0.000
6357
+ HBD","reward_hive_balance":"0.000 HIVE","reward_vesting_balance":"2596.009653
6358
+ VESTS","reward_vesting_hive":"1.324 HIVE","vesting_shares":"23383848.981693
6359
+ VESTS","delegated_vesting_shares":"0.000000 VESTS","received_vesting_shares":"1829.091778
6360
+ VESTS","vesting_withdraw_rate":"0.000000 VESTS","post_voting_power":"23385678.073471
6361
+ VESTS","next_vesting_withdrawal":"1969-12-31T23:59:59","withdrawn":"3673423395323719","to_withdraw":"3673423395323719","withdraw_routes":0,"pending_transfers":0,"curation_rewards":734765144,"posting_rewards":8682597,"proxied_vsf_votes":["9901015625",0,0,0],"witnesses_voted_for":0,"last_post":"2020-03-05T19:49:51","last_root_post":"2020-03-05T19:49:51","last_vote_time":"2020-02-21T19:57:39","post_bandwidth":10000,"pending_claimed_accounts":0,"governance_vote_expiration_ts":"2022-09-28T16:42:09","delayed_votes":[],"open_recurrent_transfers":0,"vesting_balance":"0.000
6362
+ HIVE","reputation":"94449123381332","transfer_history":[],"market_history":[],"post_history":[],"vote_history":[],"other_history":[],"witness_votes":[],"tags_usage":[],"guest_bloggers":[]}],"id":90}'
6363
+ recorded_at: Sat, 30 Jul 2022 23:28:34 GMT
6364
+ recorded_with: VCR 6.1.0