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
@@ -6021,4 +6021,654 @@ http_interactions:
6021
6021
  VESTS","pending_rewarded_vesting_hive":"389152.340 HIVE","hbd_interest_rate":0,"hbd_print_rate":10000,"maximum_block_size":65536,"required_actions_partition_percent":0,"current_aslot":48660032,"recent_slots_filled":"340282366920938463463374607431768211455","participation_count":128,"last_irreversible_block_num":48498962,"vote_power_reserve_rate":10,"delegation_return_period":432000,"reverse_auction_seconds":300,"available_account_subsidies":23436905,"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":"21.930
6022
6022
  HBD","downvote_pool_percent":2500}}'
6023
6023
  recorded_at: Sun, 08 Nov 2020 06:01:36 GMT
6024
- recorded_with: VCR 6.0.0
6024
+ - request:
6025
+ method: post
6026
+ uri: https://api.deathwing.me/
6027
+ body:
6028
+ encoding: UTF-8
6029
+ string: '{"jsonrpc":"2.0","id":111,"method":"condenser_api.get_accounts","params":[["fullnodeupdate"]]}'
6030
+ headers:
6031
+ Content-Type:
6032
+ - application/json; charset=utf-8
6033
+ User-Agent:
6034
+ - hive-ruby/1.0.4
6035
+ Accept-Encoding:
6036
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
6037
+ Accept:
6038
+ - "*/*"
6039
+ Host:
6040
+ - api.deathwing.me
6041
+ Content-Length:
6042
+ - '94'
6043
+ response:
6044
+ status:
6045
+ code: 200
6046
+ message: OK
6047
+ headers:
6048
+ Date:
6049
+ - Sat, 30 Jul 2022 23:23:24 GMT
6050
+ Content-Type:
6051
+ - application/json
6052
+ Transfer-Encoding:
6053
+ - chunked
6054
+ Connection:
6055
+ - keep-alive
6056
+ X-Jussi-Request-Id:
6057
+ - '000395795922088196'
6058
+ X-Amzn-Trace-Id:
6059
+ - ''
6060
+ Access-Control-Allow-Origin:
6061
+ - "*"
6062
+ Access-Control-Allow-Methods:
6063
+ - GET, POST, OPTIONS
6064
+ Access-Control-Allow-Headers:
6065
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
6066
+ Strict-Transport-Security:
6067
+ - max-age=31557600; includeSubDomains; preload
6068
+ Content-Security-Policy:
6069
+ - upgrade-insecure-requests
6070
+ Backend:
6071
+ - full
6072
+ Selected-Api-Node:
6073
+ - eu1
6074
+ Cf-Cache-Status:
6075
+ - DYNAMIC
6076
+ Expect-Ct:
6077
+ - max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
6078
+ Report-To:
6079
+ - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=P%2FmSzmIsnIbt1bSLEFO4uY%2Fgn6mllpCOwad%2Fc%2BN%2BkENBx16Rfe2p6Q6EKx59uTf9BPTTDZWbfHrAO3QyFCoxVSX%2FsluFhDhcP4UikwsFBKOsRS0Azft8v3Xqc9Ka53%2FyIM4D"}],"group":"cf-nel","max_age":604800}'
6080
+ Nel:
6081
+ - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
6082
+ Server:
6083
+ - cloudflare
6084
+ Cf-Ray:
6085
+ - 7331d7853fbf7ed1-LAX
6086
+ Alt-Svc:
6087
+ - h3=":443"; ma=86400, h3-29=":443"; ma=86400
6088
+ body:
6089
+ encoding: ASCII-8BIT
6090
+ 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\":
6091
+ [\"https:\/\/api.steem.buzz\", \"https:\/\/api.pharesim.me\", \"https:\/\/api.justyy.com\",
6092
+ \"https:\/\/api.openhive.network\", \"https:\/\/hive-api.arcange.eu\", \"https:\/\/api.steemit.com\",
6093
+ \"https:\/\/anyx.io\", \"https:\/\/api.steem.buzz\", \"https:\/\/rpc.ausbit.dev\",
6094
+ \"https:\/\/steem.61bts.com\", \"https:\/\/hive.roelandp.nl\", \"https:\/\/techcoderx.com\"],
6095
+ \"failing_nodes\": {\"https:\/\/api.steemdb.online\": \"NumRetriesReached\",
6096
+ \"https:\/\/cn.steems.top\": \"NumRetriesReached\", \"https:\/\/api.hivekings.com\":
6097
+ \"NumRetriesReached\", \"https:\/\/fin.hive.3speak.co\": \"NumRetriesReached\",
6098
+ \"https:\/\/rpc.ecency.com\": \"NumRetriesReached\", \"https:\/\/hived.privex.io\":
6099
+ \"Client returned invalid format. Expected JSON!\"}, \"report\": [{\"node\":
6100
+ \"https:\/\/api.hive.blog\", \"version\": \"1.25.0\", \"hive\": true, \"block\":
6101
+ {\"rank\": -1, \"ok\": false, \"error\": \"\", \"count\": 109, \"time\": 37.46},
6102
+ \"history\": {\"rank\": 10, \"ok\": true, \"count\": 4500, \"time\": 15.13},
6103
+ \"apicall\": {\"rank\": 9, \"ok\": true, \"time\": 1.92, \"access_time\":
6104
+ 0.475}, \"config\": {\"rank\": 6, \"ok\": true, \"time\": 0.32, \"access_time\":
6105
+ 0.11}, \"block_diff\": {\"rank\": 4, \"ok\": true, \"head_delay\": 3.67, \"diff_head_irreversible\":
6106
+ 18.0, \"time\": 25.75}}, {\"node\": \"https:\/\/anyx.io\", \"version\": \"1.25.0\",
6107
+ \"hive\": true, \"block\": {\"rank\": 9, \"ok\": true, \"count\": 182, \"time\":
6108
+ 30.29}, \"history\": {\"rank\": 9, \"ok\": true, \"count\": 6601, \"time\":
6109
+ 15.02}, \"apicall\": {\"rank\": 10, \"ok\": true, \"time\": 2.13, \"access_time\":
6110
+ 0.561}, \"config\": {\"rank\": 7, \"ok\": true, \"time\": 0.77, \"access_time\":
6111
+ 0.11}, \"block_diff\": {\"rank\": -1, \"ok\": false, \"error\": \"output:
6112
+ {} of identifier 66592659\", \"head_delay\": 0.0, \"diff_head_irreversible\":
6113
+ 0.0, \"time\": 11.59}}, {\"node\": \"https:\/\/api.openhive.network\", \"version\":
6114
+ \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 12, \"ok\": true, \"count\":
6115
+ 143, \"time\": 30.01}, \"history\": {\"rank\": 5, \"ok\": true, \"count\":
6116
+ 9601, \"time\": 15.35}, \"apicall\": {\"rank\": 1, \"ok\": true, \"time\":
6117
+ 0.33, \"access_time\": 0.063}, \"config\": {\"rank\": 8, \"ok\": true, \"time\":
6118
+ 0.23, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 6, \"ok\": true,
6119
+ \"head_delay\": 2.12, \"diff_head_irreversible\": 19.0, \"time\": 15.9}},
6120
+ {\"node\": \"https:\/\/rpc.ausbit.dev\", \"version\": \"1.25.0\", \"hive\":
6121
+ true, \"block\": {\"rank\": 5, \"ok\": true, \"count\": 230, \"time\": 30.01},
6122
+ \"history\": {\"rank\": 7, \"ok\": true, \"count\": 8701, \"time\": 15.01},
6123
+ \"apicall\": {\"rank\": 2, \"ok\": true, \"time\": 0.48, \"access_time\":
6124
+ 0.124}, \"config\": {\"rank\": 9, \"ok\": true, \"time\": 0.44, \"access_time\":
6125
+ 0.04}, \"block_diff\": {\"rank\": 14, \"ok\": true, \"head_delay\": 3.39,
6126
+ \"diff_head_irreversible\": 24.0, \"time\": 16.57}}, {\"node\": \"https:\/\/hive.roelandp.nl\",
6127
+ \"version\": \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 14, \"ok\":
6128
+ true, \"count\": 46, \"time\": 30.56}, \"history\": {\"rank\": 11, \"ok\":
6129
+ true, \"count\": 2201, \"time\": 15.08}, \"apicall\": {\"rank\": 12, \"ok\":
6130
+ true, \"time\": 5.38, \"access_time\": 1.339}, \"config\": {\"rank\": 10,
6131
+ \"ok\": true, \"time\": 1.36, \"access_time\": 0.34}, \"block_diff\": {\"rank\":
6132
+ 15, \"ok\": true, \"head_delay\": 5.06, \"diff_head_irreversible\": 26.0,
6133
+ \"time\": 30.6}}, {\"node\": \"https:\/\/api.c0ff33a.uk\", \"version\": \"1.25.0\",
6134
+ \"hive\": true, \"block\": {\"rank\": 4, \"ok\": true, \"count\": 233, \"time\":
6135
+ 30.01}, \"history\": {\"rank\": 12, \"ok\": true, \"count\": 2201, \"time\":
6136
+ 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\",
6137
+ \"time\": 0.41, \"access_time\": 30.0}, \"config\": {\"rank\": 11, \"ok\":
6138
+ true, \"time\": 0.86, \"access_time\": 0.25}, \"block_diff\": {\"rank\": 8,
6139
+ \"ok\": true, \"head_delay\": 3.55, \"diff_head_irreversible\": 20.0, \"time\":
6140
+ 18.6}}, {\"node\": \"https:\/\/api.deathwing.me\", \"version\": \"1.25.0\",
6141
+ \"hive\": true, \"block\": {\"rank\": 3, \"ok\": true, \"count\": 782, \"time\":
6142
+ 30.03}, \"history\": {\"rank\": 2, \"ok\": true, \"count\": 23501, \"time\":
6143
+ 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\",
6144
+ \"time\": 0.14, \"access_time\": 30.0}, \"config\": {\"rank\": 12, \"ok\":
6145
+ true, \"time\": 0.16, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 12,
6146
+ \"ok\": true, \"head_delay\": 5.62, \"diff_head_irreversible\": 23.0, \"time\":
6147
+ 15.82}}, {\"node\": \"https:\/\/hive-api.arcange.eu\", \"version\": \"1.25.0\",
6148
+ \"hive\": true, \"block\": {\"rank\": 7, \"ok\": true, \"count\": 217, \"time\":
6149
+ 30.02}, \"history\": {\"rank\": 3, \"ok\": true, \"count\": 10601, \"time\":
6150
+ 15.65}, \"apicall\": {\"rank\": 3, \"ok\": true, \"time\": 0.53, \"access_time\":
6151
+ 0.139}, \"config\": {\"rank\": 13, \"ok\": true, \"time\": 0.27, \"access_time\":
6152
+ 0.07}, \"block_diff\": {\"rank\": 11, \"ok\": true, \"head_delay\": 3.66,
6153
+ \"diff_head_irreversible\": 23.0, \"time\": 17.28}}, {\"node\": \"https:\/\/hived.emre.sh\",
6154
+ \"version\": \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 2, \"ok\":
6155
+ true, \"count\": 1028, \"time\": 30.0}, \"history\": {\"rank\": 1, \"ok\":
6156
+ true, \"count\": 30701, \"time\": 15.01}, \"apicall\": {\"rank\": -1, \"ok\":
6157
+ false, \"error\": \"@dalz\/should-we-reduce-the-hive-fund-holdings-to-further-improve-decentralization-via-a-long-term-airdrop-to-hive-holders|holger80\",
6158
+ \"time\": 0.17, \"access_time\": 30.0}, \"config\": {\"rank\": 14, \"ok\":
6159
+ true, \"time\": 0.17, \"access_time\": 0.02}, \"block_diff\": {\"rank\": 2,
6160
+ \"ok\": true, \"head_delay\": 2.56, \"diff_head_irreversible\": 16.0, \"time\":
6161
+ 15.73}}, {\"node\": \"https:\/\/techcoderx.com\", \"version\": \"1.25.0\",
6162
+ \"hive\": true, \"block\": {\"rank\": 15, \"ok\": true, \"count\": 20, \"time\":
6163
+ 30.84}, \"history\": {\"rank\": 14, \"ok\": true, \"count\": 901, \"time\":
6164
+ 15.83}, \"apicall\": {\"rank\": 13, \"ok\": true, \"time\": 7.82, \"access_time\":
6165
+ 2.095}, \"config\": {\"rank\": 15, \"ok\": true, \"time\": 4.04, \"access_time\":
6166
+ 1.22}, \"block_diff\": {\"rank\": 13, \"ok\": true, \"head_delay\": 3.11,
6167
+ \"diff_head_irreversible\": 24.0, \"time\": 41.95}}, {\"node\": \"https:\/\/api.pharesim.me\",
6168
+ \"version\": \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 6, \"ok\":
6169
+ true, \"count\": 220, \"time\": 30.03}, \"history\": {\"rank\": 4, \"ok\":
6170
+ true, \"count\": 9801, \"time\": 15.02}, \"apicall\": {\"rank\": 6, \"ok\":
6171
+ true, \"time\": 0.97, \"access_time\": 0.246}, \"config\": {\"rank\": 16,
6172
+ \"ok\": true, \"time\": 0.49, \"access_time\": 0.12}, \"block_diff\": {\"rank\":
6173
+ 1, \"ok\": true, \"head_delay\": 2.51, \"diff_head_irreversible\": 15.0, \"time\":
6174
+ 18.24}}, {\"node\": \"https:\/\/api.steemit.com\", \"version\": \"0.23.0\",
6175
+ \"hive\": false, \"block\": {\"rank\": 8, \"ok\": true, \"count\": 215, \"time\":
6176
+ 30.03}, \"history\": {\"rank\": 8, \"ok\": true, \"count\": 6602, \"time\":
6177
+ 15.22}, \"apicall\": {\"rank\": 7, \"ok\": true, \"time\": 1.19, \"access_time\":
6178
+ 0.254}, \"config\": {\"rank\": 1, \"ok\": true, \"time\": 0.69, \"access_time\":
6179
+ 0.12}, \"block_diff\": {\"rank\": 3, \"ok\": true, \"head_delay\": 3.76, \"diff_head_irreversible\":
6180
+ 16.0, \"time\": 18.33}}, {\"node\": \"https:\/\/api.justyy.com\", \"version\":
6181
+ \"0.23.1\", \"hive\": false, \"block\": {\"rank\": 1, \"ok\": true, \"count\":
6182
+ 1890, \"time\": 30.0}, \"history\": {\"rank\": 6, \"ok\": true, \"count\":
6183
+ 9102, \"time\": 15.03}, \"apicall\": {\"rank\": 5, \"ok\": true, \"time\":
6184
+ 0.7, \"access_time\": 0.223}, \"config\": {\"rank\": 2, \"ok\": true, \"time\":
6185
+ 0.04, \"access_time\": 0.01}, \"block_diff\": {\"rank\": 7, \"ok\": true,
6186
+ \"head_delay\": 3.62, \"diff_head_irreversible\": 19.0, \"time\": 15.62}},
6187
+ {\"node\": \"https:\/\/api.steem.buzz\", \"version\": \"0.23.0\", \"hive\":
6188
+ false, \"block\": {\"rank\": 11, \"ok\": true, \"count\": 180, \"time\": 30.03},
6189
+ \"history\": {\"rank\": -1, \"ok\": false, \"error\": \"\", \"count\": 0,
6190
+ \"time\": 16.5}, \"apicall\": {\"rank\": 8, \"ok\": true, \"time\": 0.66,
6191
+ \"access_time\": 0.207}, \"config\": {\"rank\": 3, \"ok\": true, \"time\":
6192
+ 0.13, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 10, \"ok\": true,
6193
+ \"head_delay\": 3.06, \"diff_head_irreversible\": 22.0, \"time\": 17.48}},
6194
+ {\"node\": \"https:\/\/api.steem.buzz\", \"version\": \"0.23.0\", \"hive\":
6195
+ false, \"block\": {\"rank\": 11, \"ok\": true, \"count\": 180, \"time\": 30.03},
6196
+ \"history\": {\"rank\": -1, \"ok\": false, \"error\": \"\", \"count\": 0,
6197
+ \"time\": 16.5}, \"apicall\": {\"rank\": 8, \"ok\": true, \"time\": 0.66,
6198
+ \"access_time\": 0.207}, \"config\": {\"rank\": 3, \"ok\": true, \"time\":
6199
+ 0.13, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 10, \"ok\": true,
6200
+ \"head_delay\": 3.06, \"diff_head_irreversible\": 22.0, \"time\": 17.48}},
6201
+ {\"node\": \"https:\/\/steem.61bts.com\", \"version\": \"0.23.0\", \"hive\":
6202
+ false, \"block\": {\"rank\": 13, \"ok\": true, \"count\": 64, \"time\": 30.44},
6203
+ \"history\": {\"rank\": 13, \"ok\": true, \"count\": 1802, \"time\": 15.73},
6204
+ \"apicall\": {\"rank\": 11, \"ok\": true, \"time\": 2.74, \"access_time\":
6205
+ 0.733}, \"config\": {\"rank\": 5, \"ok\": true, \"time\": 1.82, \"access_time\":
6206
+ 0.28}, \"block_diff\": {\"rank\": 5, \"ok\": true, \"head_delay\": 4.29, \"diff_head_irreversible\":
6207
+ 18.0, \"time\": 23.63}}], \"parameter\": {\"num_retries\": 3, \"num_retries_call\":
6208
+ 3, \"timeout\": 30, \"threading\": false, \"beem_version\": \"0.24.26\", \"start_time\":
6209
+ \"2022-07-30T23:00:19\", \"end_time\": \"2022-07-30T23:20:30\", \"script_version\":
6210
+ \"1.2.3\", \"benchmarks\": {\"block\": {\"data\": [\"count\"]}, \"history\":
6211
+ {\"data\": [\"count\"]}, \"apicall\": {\"data\": [\"access_time\"]}, \"config\":
6212
+ {\"data\": [\"access_time\"]}, \"block_diff\": {\"data\": [\"diff_head_irreversible\",
6213
+ \"head_delay\"]}}}}","posting_json_metadata":"{\"nodes\": [\"https:\/\/anyx.io\",
6214
+ \"http:\/\/anyx.io\", \"https:\/\/rpc.usesteem.com\"], \"failing_nodes\":
6215
+ {\"https:\/\/api.steemitstage.com\": \"NumRetriesReached\"}, \"report\": [{\"node\":
6216
+ \"https:\/\/steemd.minnowsupportproject.org\", \"version\": \"0.21.0\", \"block\":
6217
+ {\"rank\": 1, \"ok\": true, \"count\": 713, \"time\": 30.03}, \"history\":
6218
+ {\"rank\": 5, \"ok\": true, \"count\": 5859, \"time\": 15.24}, \"apicall\":
6219
+ {\"rank\": -1, \"ok\": false, \"error\": \"Assert Exception:api_itr != _registered_apis.end():
6220
+ Could not find API tags_api\", \"time\": 0.19, \"access_time\": 30.0}, \"config\":
6221
+ {\"rank\": 1, \"ok\": true, \"time\": 0.43, \"access_time\": 0.03}, \"block_diff\":
6222
+ {\"rank\": 2, \"ok\": true, \"head_delay\": 3.2, \"diff_head_irreversible\":
6223
+ 16.0, \"time\": 16.21}}, {\"node\": \"https:\/\/api.steemit.com\", \"version\":
6224
+ \"0.21.0\", \"block\": {\"rank\": 3, \"ok\": true, \"count\": 249, \"time\":
6225
+ 30.01}, \"history\": {\"rank\": 2, \"ok\": true, \"count\": 12626, \"time\":
6226
+ 15.06}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Method not
6227
+ found\", \"time\": 0.5, \"access_time\": 30.0}, \"config\": {\"rank\": 2,
6228
+ \"ok\": true, \"time\": 1.01, \"access_time\": 0.1}, \"block_diff\": {\"rank\":
6229
+ 3, \"ok\": true, \"head_delay\": 3.06, \"diff_head_irreversible\": 17.0, \"time\":
6230
+ 18.1}}, {\"node\": \"http:\/\/anyx.io\", \"version\": \"0.20.10\", \"block\":
6231
+ {\"rank\": 4, \"ok\": true, \"count\": 133, \"time\": 30.35}, \"history\":
6232
+ {\"rank\": 3, \"ok\": true, \"count\": 6768, \"time\": 15.16}, \"apicall\":
6233
+ {\"rank\": 2, \"ok\": true, \"time\": 1.54, \"access_time\": 0.449}, \"config\":
6234
+ {\"rank\": 3, \"ok\": true, \"time\": 1.13, \"access_time\": 0.09}, \"block_diff\":
6235
+ {\"rank\": 6, \"ok\": true, \"head_delay\": 4.29, \"diff_head_irreversible\":
6236
+ 19.0, \"time\": 19.34}}, {\"node\": \"https:\/\/anyx.io\", \"version\": \"0.20.10\",
6237
+ \"block\": {\"rank\": 5, \"ok\": true, \"count\": 128, \"time\": 30.15}, \"history\":
6238
+ {\"rank\": 4, \"ok\": true, \"count\": 6667, \"time\": 15.06}, \"apicall\":
6239
+ {\"rank\": 1, \"ok\": true, \"time\": 1.3, \"access_time\": 0.4}, \"config\":
6240
+ {\"rank\": 4, \"ok\": true, \"time\": 1.33, \"access_time\": 0.09}, \"block_diff\":
6241
+ {\"rank\": 1, \"ok\": true, \"head_delay\": 2.67, \"diff_head_irreversible\":
6242
+ 16.0, \"time\": 19.44}}, {\"node\": \"https:\/\/api.steemitdev.com\", \"version\":
6243
+ \"0.21.0\", \"block\": {\"rank\": 2, \"ok\": true, \"count\": 275, \"time\":
6244
+ 30.04}, \"history\": {\"rank\": 1, \"ok\": true, \"count\": 13131, \"time\":
6245
+ 15.09}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Method not
6246
+ found\", \"time\": 0.54, \"access_time\": 30.0}, \"config\": {\"rank\": 5,
6247
+ \"ok\": true, \"time\": 1.4, \"access_time\": 0.09}, \"block_diff\": {\"rank\":
6248
+ 4, \"ok\": true, \"head_delay\": 2.76, \"diff_head_irreversible\": 18.0, \"time\":
6249
+ 18.35}}, {\"node\": \"https:\/\/api.steem.house\", \"version\": \"0.21.0\",
6250
+ \"block\": {\"rank\": 6, \"ok\": true, \"count\": 93, \"time\": 30.22}, \"history\":
6251
+ {\"rank\": 6, \"ok\": true, \"count\": 5152, \"time\": 15.21}, \"apicall\":
6252
+ {\"rank\": -1, \"ok\": false, \"error\": \"Method not found\", \"time\": 0.66,
6253
+ \"access_time\": 30.0}, \"config\": {\"rank\": 6, \"ok\": true, \"time\":
6254
+ 2.77, \"access_time\": 0.26}, \"block_diff\": {\"rank\": 7, \"ok\": true,
6255
+ \"head_delay\": 3.3, \"diff_head_irreversible\": 21.0, \"time\": 22.91}},
6256
+ {\"node\": \"https:\/\/rpc.usesteem.com\", \"version\": \"0.20.10\", \"block\":
6257
+ {\"rank\": 7, \"ok\": true, \"count\": 57, \"time\": 30.31}, \"history\":
6258
+ {\"rank\": 7, \"ok\": true, \"count\": 2728, \"time\": 15.26}, \"apicall\":
6259
+ {\"rank\": 3, \"ok\": true, \"time\": 5.9, \"access_time\": 1.679}, \"config\":
6260
+ {\"rank\": 7, \"ok\": true, \"time\": 4.09, \"access_time\": 0.39}, \"block_diff\":
6261
+ {\"rank\": 5, \"ok\": true, \"head_delay\": 3.23, \"diff_head_irreversible\":
6262
+ 19.0, \"time\": 28.42}}, {\"node\": \"https:\/\/steemd.privex.io\", \"version\":
6263
+ \"0.21.0\", \"block\": {\"rank\": 8, \"ok\": true, \"count\": 28, \"time\":
6264
+ 30.99}, \"history\": {\"rank\": 8, \"ok\": true, \"count\": 1314, \"time\":
6265
+ 15.02}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Assert Exception:api_itr
6266
+ != _registered_apis.end(): Could not find API tags_api\", \"time\": 1.09,
6267
+ \"access_time\": 30.0}, \"config\": {\"rank\": 8, \"ok\": true, \"time\":
6268
+ 9.11, \"access_time\": 1.0}, \"block_diff\": {\"rank\": 8, \"ok\": true, \"head_delay\":
6269
+ 4.33, \"diff_head_irreversible\": 22.0, \"time\": 39.83}}, {\"node\": \"https:\/\/appbasetest.timcliff.com\",
6270
+ \"version\": \"0.21.0\", \"block\": {\"rank\": 9, \"ok\": true, \"count\":
6271
+ 17, \"time\": 30.16}, \"history\": {\"rank\": 9, \"ok\": true, \"count\":
6272
+ 1314, \"time\": 15.01}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\":
6273
+ \"@taskmaster4450\/rewards-are-rewards|holger80\", \"time\": 2.01, \"access_time\":
6274
+ 30.0}, \"config\": {\"rank\": 9, \"ok\": true, \"time\": 10.11, \"access_time\":
6275
+ 0.08}, \"block_diff\": {\"rank\": 9, \"ok\": true, \"head_delay\": 2822132.87,
6276
+ \"diff_head_irreversible\": 16.0, \"time\": 53.19}}], \"parameter\": {\"num_retries\":
6277
+ 3, \"num_retries_call\": 3, \"timeout\": 30, \"threading\": false, \"beem_version\":
6278
+ \"0.20.23\", \"start_time\": \"2019-08-27T14:10:02\", \"end_time\": \"2019-08-27T14:22:42\",
6279
+ \"script_version\": \"1.2.3\", \"benchmarks\": {\"block\": {\"data\": [\"count\"]},
6280
+ \"history\": {\"data\": [\"count\"]}, \"apicall\": {\"data\": [\"access_time\"]},
6281
+ \"config\": {\"data\": [\"access_time\"]}, \"block_diff\": {\"data\": [\"diff_head_irreversible\",
6282
+ \"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
6283
+ 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
6284
+ 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
6285
+ HBD","reward_hive_balance":"0.000 HIVE","reward_vesting_balance":"50181.611976
6286
+ VESTS","reward_vesting_hive":"27.547 HIVE","vesting_shares":"3163608.831672
6287
+ VESTS","delegated_vesting_shares":"198556.066920 VESTS","received_vesting_shares":"8200.502706
6288
+ VESTS","vesting_withdraw_rate":"0.000000 VESTS","post_voting_power":"2973253.267458
6289
+ 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
6290
+ HIVE","reputation":"66739978115904","transfer_history":[],"market_history":[],"post_history":[],"vote_history":[],"other_history":[],"witness_votes":[],"tags_usage":[],"guest_bloggers":[]}],"id":111}'
6291
+ recorded_at: Sat, 30 Jul 2022 23:23:24 GMT
6292
+ - request:
6293
+ method: post
6294
+ uri: https://api.openhive.network/
6295
+ body:
6296
+ encoding: UTF-8
6297
+ string: '{"jsonrpc":"2.0","id":112,"method":"condenser_api.get_dynamic_global_properties","params":[]}'
6298
+ headers:
6299
+ Content-Type:
6300
+ - application/json; charset=utf-8
6301
+ User-Agent:
6302
+ - hive-ruby/1.0.4
6303
+ Accept-Encoding:
6304
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
6305
+ Accept:
6306
+ - "*/*"
6307
+ Host:
6308
+ - api.openhive.network
6309
+ Content-Length:
6310
+ - '93'
6311
+ response:
6312
+ status:
6313
+ code: 200
6314
+ message: OK
6315
+ headers:
6316
+ Server:
6317
+ - nginx/1.14.0 (Ubuntu)
6318
+ Date:
6319
+ - Sat, 30 Jul 2022 23:23:25 GMT
6320
+ Content-Type:
6321
+ - application/json
6322
+ Content-Length:
6323
+ - '1630'
6324
+ Connection:
6325
+ - keep-alive
6326
+ X-Jussi-Cache-Hit:
6327
+ - appbase.condenser_api.get_dynamic_global_properties.params=[]
6328
+ X-Jussi-Request-Id:
6329
+ - '000052094367005774'
6330
+ X-Amzn-Trace-Id:
6331
+ - ''
6332
+ X-Jussi-Response-Time:
6333
+ - '0.0006912201642990112'
6334
+ X-Jussi-Namespace:
6335
+ - appbase
6336
+ X-Jussi-Api:
6337
+ - condenser_api
6338
+ X-Jussi-Method:
6339
+ - get_dynamic_global_properties
6340
+ X-Jussi-Params:
6341
+ - "[]"
6342
+ Access-Control-Allow-Origin:
6343
+ - "*"
6344
+ Access-Control-Allow-Methods:
6345
+ - GET, POST
6346
+ Access-Control-Allow-Headers:
6347
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
6348
+ body:
6349
+ encoding: UTF-8
6350
+ string: '{"id":112,"jsonrpc":"2.0","result":{"head_block_number":66592790,"head_block_id":"03f82016ad1e2e9002910784ebda5fd36c1e972b","time":"2022-07-30T23:23:24","current_witness":"emrebeyler","total_pow":514415,"num_pow_witnesses":172,"virtual_supply":"434353178.531
6351
+ HIVE","current_supply":"384080486.341 HIVE","init_hbd_supply":"0.000 HBD","current_hbd_supply":"26694799.553
6352
+ HBD","total_vesting_fund_hive":"161382447.938 HIVE","total_vesting_shares":"293562721617.509418
6353
+ VESTS","total_reward_fund_hive":"0.000 HIVE","total_reward_shares2":"0","pending_rewarded_vesting_shares":"759975436.325597
6354
+ VESTS","pending_rewarded_vesting_hive":"392515.264 HIVE","hbd_interest_rate":2000,"hbd_print_rate":10000,"maximum_block_size":65536,"required_actions_partition_percent":0,"current_aslot":66796068,"recent_slots_filled":"340282366920938463463374607431768211455","participation_count":128,"last_irreversible_block_num":66592771,"vote_power_reserve_rate":10,"delegation_return_period":432000,"reverse_auction_seconds":0,"available_account_subsidies":10693264,"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":"151.320
6355
+ 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}}'
6356
+ recorded_at: Sat, 30 Jul 2022 23:23:25 GMT
6357
+ - request:
6358
+ method: post
6359
+ uri: https://anyx.io/
6360
+ body:
6361
+ encoding: UTF-8
6362
+ string: '{"jsonrpc":"2.0","id":94,"method":"condenser_api.get_accounts","params":[["fullnodeupdate"]]}'
6363
+ headers:
6364
+ Content-Type:
6365
+ - application/json; charset=utf-8
6366
+ User-Agent:
6367
+ - hive-ruby/1.0.4
6368
+ Accept-Encoding:
6369
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
6370
+ Accept:
6371
+ - "*/*"
6372
+ Host:
6373
+ - anyx.io
6374
+ Content-Length:
6375
+ - '93'
6376
+ response:
6377
+ status:
6378
+ code: 200
6379
+ message: OK
6380
+ headers:
6381
+ Server:
6382
+ - nginx
6383
+ Date:
6384
+ - Sat, 30 Jul 2022 23:28:37 GMT
6385
+ Content-Type:
6386
+ - application/json
6387
+ Transfer-Encoding:
6388
+ - chunked
6389
+ Connection:
6390
+ - keep-alive
6391
+ Access-Control-Allow-Origin:
6392
+ - "*"
6393
+ Access-Control-Allow-Methods:
6394
+ - GET, POST
6395
+ Access-Control-Allow-Headers:
6396
+ - X-Requested-With,Accept,Content-Type,Origin,user-agent
6397
+ Host:
6398
+ - anyx.io
6399
+ X-Cached:
6400
+ - MISS
6401
+ body:
6402
+ encoding: ASCII-8BIT
6403
+ string: '{"id":94,"jsonrpc":"2.0","result":[{"active":{"account_auths":[],"key_auths":[["STM5eaire16BucZBRg54SPDUt2j4d9RGEVHTfnKj1JTUQf7yex2xy",1]],"weight_threshold":1},"balance":"0.000
6404
+ HIVE","can_vote":true,"comment_count":0,"created":"2018-05-31T10:46:21","curation_rewards":85163,"delayed_votes":[],"delegated_vesting_shares":"198556.066920
6405
+ VESTS","downvote_manabar":{"current_mana":"743313316864","last_update_time":1656319698},"governance_vote_expiration_ts":"2022-12-10T05:33:33","guest_bloggers":[],"hbd_balance":"0.000
6406
+ HBD","hbd_last_interest_payment":"2021-06-18T10:37:21","hbd_seconds":"248148","hbd_seconds_last_update":"2021-06-18T10:37:39","id":1025676,"json_metadata":"{\"nodes\":
6407
+ [\"https://api.steem.buzz\", \"https://api.pharesim.me\", \"https://api.justyy.com\",
6408
+ \"https://api.openhive.network\", \"https://hive-api.arcange.eu\", \"https://api.steemit.com\",
6409
+ \"https://anyx.io\", \"https://api.steem.buzz\", \"https://rpc.ausbit.dev\",
6410
+ \"https://steem.61bts.com\", \"https://hive.roelandp.nl\", \"https://techcoderx.com\"],
6411
+ \"failing_nodes\": {\"https://api.steemdb.online\": \"NumRetriesReached\",
6412
+ \"https://cn.steems.top\": \"NumRetriesReached\", \"https://api.hivekings.com\":
6413
+ \"NumRetriesReached\", \"https://fin.hive.3speak.co\": \"NumRetriesReached\",
6414
+ \"https://rpc.ecency.com\": \"NumRetriesReached\", \"https://hived.privex.io\":
6415
+ \"Client returned invalid format. Expected JSON!\"}, \"report\": [{\"node\":
6416
+ \"https://api.hive.blog\", \"version\": \"1.25.0\", \"hive\": true, \"block\":
6417
+ {\"rank\": -1, \"ok\": false, \"error\": \"\", \"count\": 109, \"time\": 37.46},
6418
+ \"history\": {\"rank\": 10, \"ok\": true, \"count\": 4500, \"time\": 15.13},
6419
+ \"apicall\": {\"rank\": 9, \"ok\": true, \"time\": 1.92, \"access_time\":
6420
+ 0.475}, \"config\": {\"rank\": 6, \"ok\": true, \"time\": 0.32, \"access_time\":
6421
+ 0.11}, \"block_diff\": {\"rank\": 4, \"ok\": true, \"head_delay\": 3.67, \"diff_head_irreversible\":
6422
+ 18.0, \"time\": 25.75}}, {\"node\": \"https://anyx.io\", \"version\": \"1.25.0\",
6423
+ \"hive\": true, \"block\": {\"rank\": 9, \"ok\": true, \"count\": 182, \"time\":
6424
+ 30.29}, \"history\": {\"rank\": 9, \"ok\": true, \"count\": 6601, \"time\":
6425
+ 15.02}, \"apicall\": {\"rank\": 10, \"ok\": true, \"time\": 2.13, \"access_time\":
6426
+ 0.561}, \"config\": {\"rank\": 7, \"ok\": true, \"time\": 0.77, \"access_time\":
6427
+ 0.11}, \"block_diff\": {\"rank\": -1, \"ok\": false, \"error\": \"output:
6428
+ {} of identifier 66592659\", \"head_delay\": 0.0, \"diff_head_irreversible\":
6429
+ 0.0, \"time\": 11.59}}, {\"node\": \"https://api.openhive.network\", \"version\":
6430
+ \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 12, \"ok\": true, \"count\":
6431
+ 143, \"time\": 30.01}, \"history\": {\"rank\": 5, \"ok\": true, \"count\":
6432
+ 9601, \"time\": 15.35}, \"apicall\": {\"rank\": 1, \"ok\": true, \"time\":
6433
+ 0.33, \"access_time\": 0.063}, \"config\": {\"rank\": 8, \"ok\": true, \"time\":
6434
+ 0.23, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 6, \"ok\": true,
6435
+ \"head_delay\": 2.12, \"diff_head_irreversible\": 19.0, \"time\": 15.9}},
6436
+ {\"node\": \"https://rpc.ausbit.dev\", \"version\": \"1.25.0\", \"hive\":
6437
+ true, \"block\": {\"rank\": 5, \"ok\": true, \"count\": 230, \"time\": 30.01},
6438
+ \"history\": {\"rank\": 7, \"ok\": true, \"count\": 8701, \"time\": 15.01},
6439
+ \"apicall\": {\"rank\": 2, \"ok\": true, \"time\": 0.48, \"access_time\":
6440
+ 0.124}, \"config\": {\"rank\": 9, \"ok\": true, \"time\": 0.44, \"access_time\":
6441
+ 0.04}, \"block_diff\": {\"rank\": 14, \"ok\": true, \"head_delay\": 3.39,
6442
+ \"diff_head_irreversible\": 24.0, \"time\": 16.57}}, {\"node\": \"https://hive.roelandp.nl\",
6443
+ \"version\": \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 14, \"ok\":
6444
+ true, \"count\": 46, \"time\": 30.56}, \"history\": {\"rank\": 11, \"ok\":
6445
+ true, \"count\": 2201, \"time\": 15.08}, \"apicall\": {\"rank\": 12, \"ok\":
6446
+ true, \"time\": 5.38, \"access_time\": 1.339}, \"config\": {\"rank\": 10,
6447
+ \"ok\": true, \"time\": 1.36, \"access_time\": 0.34}, \"block_diff\": {\"rank\":
6448
+ 15, \"ok\": true, \"head_delay\": 5.06, \"diff_head_irreversible\": 26.0,
6449
+ \"time\": 30.6}}, {\"node\": \"https://api.c0ff33a.uk\", \"version\": \"1.25.0\",
6450
+ \"hive\": true, \"block\": {\"rank\": 4, \"ok\": true, \"count\": 233, \"time\":
6451
+ 30.01}, \"history\": {\"rank\": 12, \"ok\": true, \"count\": 2201, \"time\":
6452
+ 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\",
6453
+ \"time\": 0.41, \"access_time\": 30.0}, \"config\": {\"rank\": 11, \"ok\":
6454
+ true, \"time\": 0.86, \"access_time\": 0.25}, \"block_diff\": {\"rank\": 8,
6455
+ \"ok\": true, \"head_delay\": 3.55, \"diff_head_irreversible\": 20.0, \"time\":
6456
+ 18.6}}, {\"node\": \"https://api.deathwing.me\", \"version\": \"1.25.0\",
6457
+ \"hive\": true, \"block\": {\"rank\": 3, \"ok\": true, \"count\": 782, \"time\":
6458
+ 30.03}, \"history\": {\"rank\": 2, \"ok\": true, \"count\": 23501, \"time\":
6459
+ 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\",
6460
+ \"time\": 0.14, \"access_time\": 30.0}, \"config\": {\"rank\": 12, \"ok\":
6461
+ true, \"time\": 0.16, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 12,
6462
+ \"ok\": true, \"head_delay\": 5.62, \"diff_head_irreversible\": 23.0, \"time\":
6463
+ 15.82}}, {\"node\": \"https://hive-api.arcange.eu\", \"version\": \"1.25.0\",
6464
+ \"hive\": true, \"block\": {\"rank\": 7, \"ok\": true, \"count\": 217, \"time\":
6465
+ 30.02}, \"history\": {\"rank\": 3, \"ok\": true, \"count\": 10601, \"time\":
6466
+ 15.65}, \"apicall\": {\"rank\": 3, \"ok\": true, \"time\": 0.53, \"access_time\":
6467
+ 0.139}, \"config\": {\"rank\": 13, \"ok\": true, \"time\": 0.27, \"access_time\":
6468
+ 0.07}, \"block_diff\": {\"rank\": 11, \"ok\": true, \"head_delay\": 3.66,
6469
+ \"diff_head_irreversible\": 23.0, \"time\": 17.28}}, {\"node\": \"https://hived.emre.sh\",
6470
+ \"version\": \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 2, \"ok\":
6471
+ true, \"count\": 1028, \"time\": 30.0}, \"history\": {\"rank\": 1, \"ok\":
6472
+ true, \"count\": 30701, \"time\": 15.01}, \"apicall\": {\"rank\": -1, \"ok\":
6473
+ false, \"error\": \"@dalz/should-we-reduce-the-hive-fund-holdings-to-further-improve-decentralization-via-a-long-term-airdrop-to-hive-holders|holger80\",
6474
+ \"time\": 0.17, \"access_time\": 30.0}, \"config\": {\"rank\": 14, \"ok\":
6475
+ true, \"time\": 0.17, \"access_time\": 0.02}, \"block_diff\": {\"rank\": 2,
6476
+ \"ok\": true, \"head_delay\": 2.56, \"diff_head_irreversible\": 16.0, \"time\":
6477
+ 15.73}}, {\"node\": \"https://techcoderx.com\", \"version\": \"1.25.0\", \"hive\":
6478
+ true, \"block\": {\"rank\": 15, \"ok\": true, \"count\": 20, \"time\": 30.84},
6479
+ \"history\": {\"rank\": 14, \"ok\": true, \"count\": 901, \"time\": 15.83},
6480
+ \"apicall\": {\"rank\": 13, \"ok\": true, \"time\": 7.82, \"access_time\":
6481
+ 2.095}, \"config\": {\"rank\": 15, \"ok\": true, \"time\": 4.04, \"access_time\":
6482
+ 1.22}, \"block_diff\": {\"rank\": 13, \"ok\": true, \"head_delay\": 3.11,
6483
+ \"diff_head_irreversible\": 24.0, \"time\": 41.95}}, {\"node\": \"https://api.pharesim.me\",
6484
+ \"version\": \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 6, \"ok\":
6485
+ true, \"count\": 220, \"time\": 30.03}, \"history\": {\"rank\": 4, \"ok\":
6486
+ true, \"count\": 9801, \"time\": 15.02}, \"apicall\": {\"rank\": 6, \"ok\":
6487
+ true, \"time\": 0.97, \"access_time\": 0.246}, \"config\": {\"rank\": 16,
6488
+ \"ok\": true, \"time\": 0.49, \"access_time\": 0.12}, \"block_diff\": {\"rank\":
6489
+ 1, \"ok\": true, \"head_delay\": 2.51, \"diff_head_irreversible\": 15.0, \"time\":
6490
+ 18.24}}, {\"node\": \"https://api.steemit.com\", \"version\": \"0.23.0\",
6491
+ \"hive\": false, \"block\": {\"rank\": 8, \"ok\": true, \"count\": 215, \"time\":
6492
+ 30.03}, \"history\": {\"rank\": 8, \"ok\": true, \"count\": 6602, \"time\":
6493
+ 15.22}, \"apicall\": {\"rank\": 7, \"ok\": true, \"time\": 1.19, \"access_time\":
6494
+ 0.254}, \"config\": {\"rank\": 1, \"ok\": true, \"time\": 0.69, \"access_time\":
6495
+ 0.12}, \"block_diff\": {\"rank\": 3, \"ok\": true, \"head_delay\": 3.76, \"diff_head_irreversible\":
6496
+ 16.0, \"time\": 18.33}}, {\"node\": \"https://api.justyy.com\", \"version\":
6497
+ \"0.23.1\", \"hive\": false, \"block\": {\"rank\": 1, \"ok\": true, \"count\":
6498
+ 1890, \"time\": 30.0}, \"history\": {\"rank\": 6, \"ok\": true, \"count\":
6499
+ 9102, \"time\": 15.03}, \"apicall\": {\"rank\": 5, \"ok\": true, \"time\":
6500
+ 0.7, \"access_time\": 0.223}, \"config\": {\"rank\": 2, \"ok\": true, \"time\":
6501
+ 0.04, \"access_time\": 0.01}, \"block_diff\": {\"rank\": 7, \"ok\": true,
6502
+ \"head_delay\": 3.62, \"diff_head_irreversible\": 19.0, \"time\": 15.62}},
6503
+ {\"node\": \"https://api.steem.buzz\", \"version\": \"0.23.0\", \"hive\":
6504
+ false, \"block\": {\"rank\": 11, \"ok\": true, \"count\": 180, \"time\": 30.03},
6505
+ \"history\": {\"rank\": -1, \"ok\": false, \"error\": \"\", \"count\": 0,
6506
+ \"time\": 16.5}, \"apicall\": {\"rank\": 8, \"ok\": true, \"time\": 0.66,
6507
+ \"access_time\": 0.207}, \"config\": {\"rank\": 3, \"ok\": true, \"time\":
6508
+ 0.13, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 10, \"ok\": true,
6509
+ \"head_delay\": 3.06, \"diff_head_irreversible\": 22.0, \"time\": 17.48}},
6510
+ {\"node\": \"https://api.steem.buzz\", \"version\": \"0.23.0\", \"hive\":
6511
+ false, \"block\": {\"rank\": 11, \"ok\": true, \"count\": 180, \"time\": 30.03},
6512
+ \"history\": {\"rank\": -1, \"ok\": false, \"error\": \"\", \"count\": 0,
6513
+ \"time\": 16.5}, \"apicall\": {\"rank\": 8, \"ok\": true, \"time\": 0.66,
6514
+ \"access_time\": 0.207}, \"config\": {\"rank\": 3, \"ok\": true, \"time\":
6515
+ 0.13, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 10, \"ok\": true,
6516
+ \"head_delay\": 3.06, \"diff_head_irreversible\": 22.0, \"time\": 17.48}},
6517
+ {\"node\": \"https://steem.61bts.com\", \"version\": \"0.23.0\", \"hive\":
6518
+ false, \"block\": {\"rank\": 13, \"ok\": true, \"count\": 64, \"time\": 30.44},
6519
+ \"history\": {\"rank\": 13, \"ok\": true, \"count\": 1802, \"time\": 15.73},
6520
+ \"apicall\": {\"rank\": 11, \"ok\": true, \"time\": 2.74, \"access_time\":
6521
+ 0.733}, \"config\": {\"rank\": 5, \"ok\": true, \"time\": 1.82, \"access_time\":
6522
+ 0.28}, \"block_diff\": {\"rank\": 5, \"ok\": true, \"head_delay\": 4.29, \"diff_head_irreversible\":
6523
+ 18.0, \"time\": 23.63}}], \"parameter\": {\"num_retries\": 3, \"num_retries_call\":
6524
+ 3, \"timeout\": 30, \"threading\": false, \"beem_version\": \"0.24.26\", \"start_time\":
6525
+ \"2022-07-30T23:00:19\", \"end_time\": \"2022-07-30T23:20:30\", \"script_version\":
6526
+ \"1.2.3\", \"benchmarks\": {\"block\": {\"data\": [\"count\"]}, \"history\":
6527
+ {\"data\": [\"count\"]}, \"apicall\": {\"data\": [\"access_time\"]}, \"config\":
6528
+ {\"data\": [\"access_time\"]}, \"block_diff\": {\"data\": [\"diff_head_irreversible\",
6529
+ \"head_delay\"]}}}}","last_account_recovery":"1970-01-01T00:00:00","last_account_update":"2022-07-30T23:20:33","last_owner_update":"1970-01-01T00:00:00","last_post":"2022-07-30T20:31:18","last_root_post":"2022-07-30T20:31:18","last_vote_time":"2021-08-17T20:37:36","lifetime_vote_count":0,"market_history":[],"memo_key":"STM8C2pRSyNQb6ru99n2141MwNtVHXgAfHeVFtgKYeXkAJdKN87BB","mined":false,"name":"fullnodeupdate","next_vesting_withdrawal":"1969-12-31T23:59:59","open_recurrent_transfers":0,"other_history":[],"owner":{"account_auths":[],"key_auths":[["STM6TShqSeQJNa3VfjsS4KKRrCcakXJLLMa1siB9gdpQWB3XMu9fr",1]],"weight_threshold":1},"pending_claimed_accounts":0,"pending_transfers":0,"post_bandwidth":0,"post_count":1463,"post_history":[],"post_voting_power":"2973253.267458
6530
+ VESTS","posting":{"account_auths":[["rewarding",1],["steemhunt.com",1]],"key_auths":[["STM5FjB4voP6L1WD4xtwT3somNdx2WyMeu6YGGAbSkGNHkXQ6giV9",1]],"weight_threshold":1},"posting_json_metadata":"{\"nodes\":
6531
+ [\"https://anyx.io\", \"http://anyx.io\", \"https://rpc.usesteem.com\"], \"failing_nodes\":
6532
+ {\"https://api.steemitstage.com\": \"NumRetriesReached\"}, \"report\": [{\"node\":
6533
+ \"https://steemd.minnowsupportproject.org\", \"version\": \"0.21.0\", \"block\":
6534
+ {\"rank\": 1, \"ok\": true, \"count\": 713, \"time\": 30.03}, \"history\":
6535
+ {\"rank\": 5, \"ok\": true, \"count\": 5859, \"time\": 15.24}, \"apicall\":
6536
+ {\"rank\": -1, \"ok\": false, \"error\": \"Assert Exception:api_itr != _registered_apis.end():
6537
+ Could not find API tags_api\", \"time\": 0.19, \"access_time\": 30.0}, \"config\":
6538
+ {\"rank\": 1, \"ok\": true, \"time\": 0.43, \"access_time\": 0.03}, \"block_diff\":
6539
+ {\"rank\": 2, \"ok\": true, \"head_delay\": 3.2, \"diff_head_irreversible\":
6540
+ 16.0, \"time\": 16.21}}, {\"node\": \"https://api.steemit.com\", \"version\":
6541
+ \"0.21.0\", \"block\": {\"rank\": 3, \"ok\": true, \"count\": 249, \"time\":
6542
+ 30.01}, \"history\": {\"rank\": 2, \"ok\": true, \"count\": 12626, \"time\":
6543
+ 15.06}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Method not
6544
+ found\", \"time\": 0.5, \"access_time\": 30.0}, \"config\": {\"rank\": 2,
6545
+ \"ok\": true, \"time\": 1.01, \"access_time\": 0.1}, \"block_diff\": {\"rank\":
6546
+ 3, \"ok\": true, \"head_delay\": 3.06, \"diff_head_irreversible\": 17.0, \"time\":
6547
+ 18.1}}, {\"node\": \"http://anyx.io\", \"version\": \"0.20.10\", \"block\":
6548
+ {\"rank\": 4, \"ok\": true, \"count\": 133, \"time\": 30.35}, \"history\":
6549
+ {\"rank\": 3, \"ok\": true, \"count\": 6768, \"time\": 15.16}, \"apicall\":
6550
+ {\"rank\": 2, \"ok\": true, \"time\": 1.54, \"access_time\": 0.449}, \"config\":
6551
+ {\"rank\": 3, \"ok\": true, \"time\": 1.13, \"access_time\": 0.09}, \"block_diff\":
6552
+ {\"rank\": 6, \"ok\": true, \"head_delay\": 4.29, \"diff_head_irreversible\":
6553
+ 19.0, \"time\": 19.34}}, {\"node\": \"https://anyx.io\", \"version\": \"0.20.10\",
6554
+ \"block\": {\"rank\": 5, \"ok\": true, \"count\": 128, \"time\": 30.15}, \"history\":
6555
+ {\"rank\": 4, \"ok\": true, \"count\": 6667, \"time\": 15.06}, \"apicall\":
6556
+ {\"rank\": 1, \"ok\": true, \"time\": 1.3, \"access_time\": 0.4}, \"config\":
6557
+ {\"rank\": 4, \"ok\": true, \"time\": 1.33, \"access_time\": 0.09}, \"block_diff\":
6558
+ {\"rank\": 1, \"ok\": true, \"head_delay\": 2.67, \"diff_head_irreversible\":
6559
+ 16.0, \"time\": 19.44}}, {\"node\": \"https://api.steemitdev.com\", \"version\":
6560
+ \"0.21.0\", \"block\": {\"rank\": 2, \"ok\": true, \"count\": 275, \"time\":
6561
+ 30.04}, \"history\": {\"rank\": 1, \"ok\": true, \"count\": 13131, \"time\":
6562
+ 15.09}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Method not
6563
+ found\", \"time\": 0.54, \"access_time\": 30.0}, \"config\": {\"rank\": 5,
6564
+ \"ok\": true, \"time\": 1.4, \"access_time\": 0.09}, \"block_diff\": {\"rank\":
6565
+ 4, \"ok\": true, \"head_delay\": 2.76, \"diff_head_irreversible\": 18.0, \"time\":
6566
+ 18.35}}, {\"node\": \"https://api.steem.house\", \"version\": \"0.21.0\",
6567
+ \"block\": {\"rank\": 6, \"ok\": true, \"count\": 93, \"time\": 30.22}, \"history\":
6568
+ {\"rank\": 6, \"ok\": true, \"count\": 5152, \"time\": 15.21}, \"apicall\":
6569
+ {\"rank\": -1, \"ok\": false, \"error\": \"Method not found\", \"time\": 0.66,
6570
+ \"access_time\": 30.0}, \"config\": {\"rank\": 6, \"ok\": true, \"time\":
6571
+ 2.77, \"access_time\": 0.26}, \"block_diff\": {\"rank\": 7, \"ok\": true,
6572
+ \"head_delay\": 3.3, \"diff_head_irreversible\": 21.0, \"time\": 22.91}},
6573
+ {\"node\": \"https://rpc.usesteem.com\", \"version\": \"0.20.10\", \"block\":
6574
+ {\"rank\": 7, \"ok\": true, \"count\": 57, \"time\": 30.31}, \"history\":
6575
+ {\"rank\": 7, \"ok\": true, \"count\": 2728, \"time\": 15.26}, \"apicall\":
6576
+ {\"rank\": 3, \"ok\": true, \"time\": 5.9, \"access_time\": 1.679}, \"config\":
6577
+ {\"rank\": 7, \"ok\": true, \"time\": 4.09, \"access_time\": 0.39}, \"block_diff\":
6578
+ {\"rank\": 5, \"ok\": true, \"head_delay\": 3.23, \"diff_head_irreversible\":
6579
+ 19.0, \"time\": 28.42}}, {\"node\": \"https://steemd.privex.io\", \"version\":
6580
+ \"0.21.0\", \"block\": {\"rank\": 8, \"ok\": true, \"count\": 28, \"time\":
6581
+ 30.99}, \"history\": {\"rank\": 8, \"ok\": true, \"count\": 1314, \"time\":
6582
+ 15.02}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Assert Exception:api_itr
6583
+ != _registered_apis.end(): Could not find API tags_api\", \"time\": 1.09,
6584
+ \"access_time\": 30.0}, \"config\": {\"rank\": 8, \"ok\": true, \"time\":
6585
+ 9.11, \"access_time\": 1.0}, \"block_diff\": {\"rank\": 8, \"ok\": true, \"head_delay\":
6586
+ 4.33, \"diff_head_irreversible\": 22.0, \"time\": 39.83}}, {\"node\": \"https://appbasetest.timcliff.com\",
6587
+ \"version\": \"0.21.0\", \"block\": {\"rank\": 9, \"ok\": true, \"count\":
6588
+ 17, \"time\": 30.16}, \"history\": {\"rank\": 9, \"ok\": true, \"count\":
6589
+ 1314, \"time\": 15.01}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\":
6590
+ \"@taskmaster4450/rewards-are-rewards|holger80\", \"time\": 2.01, \"access_time\":
6591
+ 30.0}, \"config\": {\"rank\": 9, \"ok\": true, \"time\": 10.11, \"access_time\":
6592
+ 0.08}, \"block_diff\": {\"rank\": 9, \"ok\": true, \"head_delay\": 2822132.87,
6593
+ \"diff_head_irreversible\": 16.0, \"time\": 53.19}}], \"parameter\": {\"num_retries\":
6594
+ 3, \"num_retries_call\": 3, \"timeout\": 30, \"threading\": false, \"beem_version\":
6595
+ \"0.20.23\", \"start_time\": \"2019-08-27T14:10:02\", \"end_time\": \"2019-08-27T14:22:42\",
6596
+ \"script_version\": \"1.2.3\", \"benchmarks\": {\"block\": {\"data\": [\"count\"]},
6597
+ \"history\": {\"data\": [\"count\"]}, \"apicall\": {\"data\": [\"access_time\"]},
6598
+ \"config\": {\"data\": [\"access_time\"]}, \"block_diff\": {\"data\": [\"diff_head_irreversible\",
6599
+ \"head_delay\"]}}}}","posting_rewards":3080969,"proxied_vsf_votes":[0,0,0,0],"proxy":"holger80","received_vesting_shares":"8200.502706
6600
+ VESTS","recovery_account":"holger80","reputation":"66739978115904","reset_account":"null","reward_hbd_balance":"12.923
6601
+ HBD","reward_hive_balance":"0.000 HIVE","reward_vesting_balance":"50181.611976
6602
+ VESTS","reward_vesting_hive":"27.547 HIVE","savings_balance":"0.000 HIVE","savings_hbd_balance":"0.000
6603
+ HBD","savings_hbd_last_interest_payment":"1970-01-01T00:00:00","savings_hbd_seconds":"0","savings_hbd_seconds_last_update":"1970-01-01T00:00:00","savings_withdraw_requests":0,"tags_usage":[],"to_withdraw":0,"transfer_history":[],"vesting_balance":"0.000
6604
+ HIVE","vesting_shares":"3163608.831672 VESTS","vesting_withdraw_rate":"0.000000
6605
+ VESTS","vote_history":[],"voting_manabar":{"current_mana":"2973253267458","last_update_time":1656319698},"voting_power":0,"withdraw_routes":0,"withdrawn":0,"witness_votes":[],"witnesses_voted_for":0}]}
6606
+
6607
+ '
6608
+ recorded_at: Sat, 30 Jul 2022 23:28:37 GMT
6609
+ - request:
6610
+ method: post
6611
+ uri: https://api.openhive.network/
6612
+ body:
6613
+ encoding: UTF-8
6614
+ string: '{"jsonrpc":"2.0","id":95,"method":"condenser_api.get_dynamic_global_properties","params":[]}'
6615
+ headers:
6616
+ Content-Type:
6617
+ - application/json; charset=utf-8
6618
+ User-Agent:
6619
+ - hive-ruby/1.0.4
6620
+ Accept-Encoding:
6621
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
6622
+ Accept:
6623
+ - "*/*"
6624
+ Host:
6625
+ - api.openhive.network
6626
+ Content-Length:
6627
+ - '92'
6628
+ response:
6629
+ status:
6630
+ code: 200
6631
+ message: OK
6632
+ headers:
6633
+ Server:
6634
+ - nginx/1.14.0 (Ubuntu)
6635
+ Date:
6636
+ - Sat, 30 Jul 2022 23:28:38 GMT
6637
+ Content-Type:
6638
+ - application/json
6639
+ Content-Length:
6640
+ - '1629'
6641
+ Connection:
6642
+ - keep-alive
6643
+ X-Jussi-Cache-Hit:
6644
+ - appbase.condenser_api.get_dynamic_global_properties.params=[]
6645
+ X-Jussi-Request-Id:
6646
+ - '000524301291010322'
6647
+ X-Amzn-Trace-Id:
6648
+ - ''
6649
+ X-Jussi-Response-Time:
6650
+ - '0.0007095187902450562'
6651
+ X-Jussi-Namespace:
6652
+ - appbase
6653
+ X-Jussi-Api:
6654
+ - condenser_api
6655
+ X-Jussi-Method:
6656
+ - get_dynamic_global_properties
6657
+ X-Jussi-Params:
6658
+ - "[]"
6659
+ Access-Control-Allow-Origin:
6660
+ - "*"
6661
+ Access-Control-Allow-Methods:
6662
+ - GET, POST
6663
+ Access-Control-Allow-Headers:
6664
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
6665
+ body:
6666
+ encoding: UTF-8
6667
+ string: '{"id":95,"jsonrpc":"2.0","result":{"head_block_number":66592893,"head_block_id":"03f8207deb33c7b0c2d224ca18b90ce86820acd6","time":"2022-07-30T23:28:36","current_witness":"good-karma","total_pow":514415,"num_pow_witnesses":172,"virtual_supply":"434353481.434
6668
+ HIVE","current_supply":"384080738.679 HIVE","init_hbd_supply":"0.000 HBD","current_hbd_supply":"26694826.403
6669
+ HBD","total_vesting_fund_hive":"161382579.103 HIVE","total_vesting_shares":"293562877606.209599
6670
+ VESTS","total_reward_fund_hive":"0.000 HIVE","total_reward_shares2":"0","pending_rewarded_vesting_shares":"759984293.640238
6671
+ VESTS","pending_rewarded_vesting_hive":"392520.135 HIVE","hbd_interest_rate":2000,"hbd_print_rate":10000,"maximum_block_size":65536,"required_actions_partition_percent":0,"current_aslot":66796172,"recent_slots_filled":"340282366920938463463374607431768211454","participation_count":127,"last_irreversible_block_num":66592875,"vote_power_reserve_rate":10,"delegation_return_period":432000,"reverse_auction_seconds":0,"available_account_subsidies":10729793,"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.388
6672
+ 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}}'
6673
+ recorded_at: Sat, 30 Jul 2022 23:28:38 GMT
6674
+ recorded_with: VCR 6.1.0