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
@@ -11065,4 +11065,858 @@ http_interactions:
11065
11065
  VESTS","pending_rewarded_vesting_hive":"389150.140 HIVE","hbd_interest_rate":0,"hbd_print_rate":10000,"maximum_block_size":65536,"required_actions_partition_percent":0,"current_aslot":48660037,"recent_slots_filled":"340282366920938463463374607431768211455","participation_count":128,"last_irreversible_block_num":48498966,"vote_power_reserve_rate":10,"delegation_return_period":432000,"reverse_auction_seconds":300,"available_account_subsidies":23440300,"hbd_stop_percent":1000,"hbd_start_percent":900,"next_maintenance_time":"2020-11-08T06:29:15","last_budget_time":"2020-11-08T05:29:15","next_daily_maintenance_time":"2020-11-08T19:31:27","content_reward_percent":6500,"vesting_reward_percent":1500,"sps_fund_percent":1000,"sps_interval_ledger":"22.100
11066
11066
  HBD","downvote_pool_percent":2500}}'
11067
11067
  recorded_at: Sun, 08 Nov 2020 06:01:52 GMT
11068
- recorded_with: VCR 6.0.0
11068
+ - request:
11069
+ method: post
11070
+ uri: https://api.deathwing.me/
11071
+ body:
11072
+ encoding: UTF-8
11073
+ string: '{"jsonrpc":"2.0","id":108,"method":"condenser_api.get_accounts","params":[["fullnodeupdate"]]}'
11074
+ headers:
11075
+ Content-Type:
11076
+ - application/json; charset=utf-8
11077
+ User-Agent:
11078
+ - hive-ruby/1.0.4
11079
+ Accept-Encoding:
11080
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
11081
+ Accept:
11082
+ - "*/*"
11083
+ Host:
11084
+ - api.deathwing.me
11085
+ Content-Length:
11086
+ - '94'
11087
+ response:
11088
+ status:
11089
+ code: 200
11090
+ message: OK
11091
+ headers:
11092
+ Date:
11093
+ - Sat, 30 Jul 2022 23:23:22 GMT
11094
+ Content-Type:
11095
+ - application/json
11096
+ Transfer-Encoding:
11097
+ - chunked
11098
+ Connection:
11099
+ - keep-alive
11100
+ X-Jussi-Request-Id:
11101
+ - '000324492398540380'
11102
+ X-Amzn-Trace-Id:
11103
+ - ''
11104
+ Access-Control-Allow-Origin:
11105
+ - "*"
11106
+ Access-Control-Allow-Methods:
11107
+ - GET, POST, OPTIONS
11108
+ Access-Control-Allow-Headers:
11109
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
11110
+ Strict-Transport-Security:
11111
+ - max-age=31557600; includeSubDomains; preload
11112
+ Content-Security-Policy:
11113
+ - upgrade-insecure-requests
11114
+ Backend:
11115
+ - full
11116
+ Selected-Api-Node:
11117
+ - eu1
11118
+ Cf-Cache-Status:
11119
+ - DYNAMIC
11120
+ Expect-Ct:
11121
+ - max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
11122
+ Report-To:
11123
+ - '{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=xQI7mzcM5w%2FE2AhIGQknn%2BeY2Ngm1Q3PEX5eh0RM7yo2WJx9UP%2F1Sx1hItl9g3jnHTcXmMZhJmwSm2gRNcpL6myTT6kh15c3Djx5vFhVWVKJ3uNJYtV5H3%2Br3WKLNN4Uq%2BEZ"}],"group":"cf-nel","max_age":604800}'
11124
+ Nel:
11125
+ - '{"success_fraction":0,"report_to":"cf-nel","max_age":604800}'
11126
+ Server:
11127
+ - cloudflare
11128
+ Cf-Ray:
11129
+ - 7331d777d9445214-LAX
11130
+ Alt-Svc:
11131
+ - h3=":443"; ma=86400, h3-29=":443"; ma=86400
11132
+ body:
11133
+ encoding: ASCII-8BIT
11134
+ 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\":
11135
+ [\"https:\/\/api.steem.buzz\", \"https:\/\/api.pharesim.me\", \"https:\/\/api.justyy.com\",
11136
+ \"https:\/\/api.openhive.network\", \"https:\/\/hive-api.arcange.eu\", \"https:\/\/api.steemit.com\",
11137
+ \"https:\/\/anyx.io\", \"https:\/\/api.steem.buzz\", \"https:\/\/rpc.ausbit.dev\",
11138
+ \"https:\/\/steem.61bts.com\", \"https:\/\/hive.roelandp.nl\", \"https:\/\/techcoderx.com\"],
11139
+ \"failing_nodes\": {\"https:\/\/api.steemdb.online\": \"NumRetriesReached\",
11140
+ \"https:\/\/cn.steems.top\": \"NumRetriesReached\", \"https:\/\/api.hivekings.com\":
11141
+ \"NumRetriesReached\", \"https:\/\/fin.hive.3speak.co\": \"NumRetriesReached\",
11142
+ \"https:\/\/rpc.ecency.com\": \"NumRetriesReached\", \"https:\/\/hived.privex.io\":
11143
+ \"Client returned invalid format. Expected JSON!\"}, \"report\": [{\"node\":
11144
+ \"https:\/\/api.hive.blog\", \"version\": \"1.25.0\", \"hive\": true, \"block\":
11145
+ {\"rank\": -1, \"ok\": false, \"error\": \"\", \"count\": 109, \"time\": 37.46},
11146
+ \"history\": {\"rank\": 10, \"ok\": true, \"count\": 4500, \"time\": 15.13},
11147
+ \"apicall\": {\"rank\": 9, \"ok\": true, \"time\": 1.92, \"access_time\":
11148
+ 0.475}, \"config\": {\"rank\": 6, \"ok\": true, \"time\": 0.32, \"access_time\":
11149
+ 0.11}, \"block_diff\": {\"rank\": 4, \"ok\": true, \"head_delay\": 3.67, \"diff_head_irreversible\":
11150
+ 18.0, \"time\": 25.75}}, {\"node\": \"https:\/\/anyx.io\", \"version\": \"1.25.0\",
11151
+ \"hive\": true, \"block\": {\"rank\": 9, \"ok\": true, \"count\": 182, \"time\":
11152
+ 30.29}, \"history\": {\"rank\": 9, \"ok\": true, \"count\": 6601, \"time\":
11153
+ 15.02}, \"apicall\": {\"rank\": 10, \"ok\": true, \"time\": 2.13, \"access_time\":
11154
+ 0.561}, \"config\": {\"rank\": 7, \"ok\": true, \"time\": 0.77, \"access_time\":
11155
+ 0.11}, \"block_diff\": {\"rank\": -1, \"ok\": false, \"error\": \"output:
11156
+ {} of identifier 66592659\", \"head_delay\": 0.0, \"diff_head_irreversible\":
11157
+ 0.0, \"time\": 11.59}}, {\"node\": \"https:\/\/api.openhive.network\", \"version\":
11158
+ \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 12, \"ok\": true, \"count\":
11159
+ 143, \"time\": 30.01}, \"history\": {\"rank\": 5, \"ok\": true, \"count\":
11160
+ 9601, \"time\": 15.35}, \"apicall\": {\"rank\": 1, \"ok\": true, \"time\":
11161
+ 0.33, \"access_time\": 0.063}, \"config\": {\"rank\": 8, \"ok\": true, \"time\":
11162
+ 0.23, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 6, \"ok\": true,
11163
+ \"head_delay\": 2.12, \"diff_head_irreversible\": 19.0, \"time\": 15.9}},
11164
+ {\"node\": \"https:\/\/rpc.ausbit.dev\", \"version\": \"1.25.0\", \"hive\":
11165
+ true, \"block\": {\"rank\": 5, \"ok\": true, \"count\": 230, \"time\": 30.01},
11166
+ \"history\": {\"rank\": 7, \"ok\": true, \"count\": 8701, \"time\": 15.01},
11167
+ \"apicall\": {\"rank\": 2, \"ok\": true, \"time\": 0.48, \"access_time\":
11168
+ 0.124}, \"config\": {\"rank\": 9, \"ok\": true, \"time\": 0.44, \"access_time\":
11169
+ 0.04}, \"block_diff\": {\"rank\": 14, \"ok\": true, \"head_delay\": 3.39,
11170
+ \"diff_head_irreversible\": 24.0, \"time\": 16.57}}, {\"node\": \"https:\/\/hive.roelandp.nl\",
11171
+ \"version\": \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 14, \"ok\":
11172
+ true, \"count\": 46, \"time\": 30.56}, \"history\": {\"rank\": 11, \"ok\":
11173
+ true, \"count\": 2201, \"time\": 15.08}, \"apicall\": {\"rank\": 12, \"ok\":
11174
+ true, \"time\": 5.38, \"access_time\": 1.339}, \"config\": {\"rank\": 10,
11175
+ \"ok\": true, \"time\": 1.36, \"access_time\": 0.34}, \"block_diff\": {\"rank\":
11176
+ 15, \"ok\": true, \"head_delay\": 5.06, \"diff_head_irreversible\": 26.0,
11177
+ \"time\": 30.6}}, {\"node\": \"https:\/\/api.c0ff33a.uk\", \"version\": \"1.25.0\",
11178
+ \"hive\": true, \"block\": {\"rank\": 4, \"ok\": true, \"count\": 233, \"time\":
11179
+ 30.01}, \"history\": {\"rank\": 12, \"ok\": true, \"count\": 2201, \"time\":
11180
+ 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\",
11181
+ \"time\": 0.41, \"access_time\": 30.0}, \"config\": {\"rank\": 11, \"ok\":
11182
+ true, \"time\": 0.86, \"access_time\": 0.25}, \"block_diff\": {\"rank\": 8,
11183
+ \"ok\": true, \"head_delay\": 3.55, \"diff_head_irreversible\": 20.0, \"time\":
11184
+ 18.6}}, {\"node\": \"https:\/\/api.deathwing.me\", \"version\": \"1.25.0\",
11185
+ \"hive\": true, \"block\": {\"rank\": 3, \"ok\": true, \"count\": 782, \"time\":
11186
+ 30.03}, \"history\": {\"rank\": 2, \"ok\": true, \"count\": 23501, \"time\":
11187
+ 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\",
11188
+ \"time\": 0.14, \"access_time\": 30.0}, \"config\": {\"rank\": 12, \"ok\":
11189
+ true, \"time\": 0.16, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 12,
11190
+ \"ok\": true, \"head_delay\": 5.62, \"diff_head_irreversible\": 23.0, \"time\":
11191
+ 15.82}}, {\"node\": \"https:\/\/hive-api.arcange.eu\", \"version\": \"1.25.0\",
11192
+ \"hive\": true, \"block\": {\"rank\": 7, \"ok\": true, \"count\": 217, \"time\":
11193
+ 30.02}, \"history\": {\"rank\": 3, \"ok\": true, \"count\": 10601, \"time\":
11194
+ 15.65}, \"apicall\": {\"rank\": 3, \"ok\": true, \"time\": 0.53, \"access_time\":
11195
+ 0.139}, \"config\": {\"rank\": 13, \"ok\": true, \"time\": 0.27, \"access_time\":
11196
+ 0.07}, \"block_diff\": {\"rank\": 11, \"ok\": true, \"head_delay\": 3.66,
11197
+ \"diff_head_irreversible\": 23.0, \"time\": 17.28}}, {\"node\": \"https:\/\/hived.emre.sh\",
11198
+ \"version\": \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 2, \"ok\":
11199
+ true, \"count\": 1028, \"time\": 30.0}, \"history\": {\"rank\": 1, \"ok\":
11200
+ true, \"count\": 30701, \"time\": 15.01}, \"apicall\": {\"rank\": -1, \"ok\":
11201
+ false, \"error\": \"@dalz\/should-we-reduce-the-hive-fund-holdings-to-further-improve-decentralization-via-a-long-term-airdrop-to-hive-holders|holger80\",
11202
+ \"time\": 0.17, \"access_time\": 30.0}, \"config\": {\"rank\": 14, \"ok\":
11203
+ true, \"time\": 0.17, \"access_time\": 0.02}, \"block_diff\": {\"rank\": 2,
11204
+ \"ok\": true, \"head_delay\": 2.56, \"diff_head_irreversible\": 16.0, \"time\":
11205
+ 15.73}}, {\"node\": \"https:\/\/techcoderx.com\", \"version\": \"1.25.0\",
11206
+ \"hive\": true, \"block\": {\"rank\": 15, \"ok\": true, \"count\": 20, \"time\":
11207
+ 30.84}, \"history\": {\"rank\": 14, \"ok\": true, \"count\": 901, \"time\":
11208
+ 15.83}, \"apicall\": {\"rank\": 13, \"ok\": true, \"time\": 7.82, \"access_time\":
11209
+ 2.095}, \"config\": {\"rank\": 15, \"ok\": true, \"time\": 4.04, \"access_time\":
11210
+ 1.22}, \"block_diff\": {\"rank\": 13, \"ok\": true, \"head_delay\": 3.11,
11211
+ \"diff_head_irreversible\": 24.0, \"time\": 41.95}}, {\"node\": \"https:\/\/api.pharesim.me\",
11212
+ \"version\": \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 6, \"ok\":
11213
+ true, \"count\": 220, \"time\": 30.03}, \"history\": {\"rank\": 4, \"ok\":
11214
+ true, \"count\": 9801, \"time\": 15.02}, \"apicall\": {\"rank\": 6, \"ok\":
11215
+ true, \"time\": 0.97, \"access_time\": 0.246}, \"config\": {\"rank\": 16,
11216
+ \"ok\": true, \"time\": 0.49, \"access_time\": 0.12}, \"block_diff\": {\"rank\":
11217
+ 1, \"ok\": true, \"head_delay\": 2.51, \"diff_head_irreversible\": 15.0, \"time\":
11218
+ 18.24}}, {\"node\": \"https:\/\/api.steemit.com\", \"version\": \"0.23.0\",
11219
+ \"hive\": false, \"block\": {\"rank\": 8, \"ok\": true, \"count\": 215, \"time\":
11220
+ 30.03}, \"history\": {\"rank\": 8, \"ok\": true, \"count\": 6602, \"time\":
11221
+ 15.22}, \"apicall\": {\"rank\": 7, \"ok\": true, \"time\": 1.19, \"access_time\":
11222
+ 0.254}, \"config\": {\"rank\": 1, \"ok\": true, \"time\": 0.69, \"access_time\":
11223
+ 0.12}, \"block_diff\": {\"rank\": 3, \"ok\": true, \"head_delay\": 3.76, \"diff_head_irreversible\":
11224
+ 16.0, \"time\": 18.33}}, {\"node\": \"https:\/\/api.justyy.com\", \"version\":
11225
+ \"0.23.1\", \"hive\": false, \"block\": {\"rank\": 1, \"ok\": true, \"count\":
11226
+ 1890, \"time\": 30.0}, \"history\": {\"rank\": 6, \"ok\": true, \"count\":
11227
+ 9102, \"time\": 15.03}, \"apicall\": {\"rank\": 5, \"ok\": true, \"time\":
11228
+ 0.7, \"access_time\": 0.223}, \"config\": {\"rank\": 2, \"ok\": true, \"time\":
11229
+ 0.04, \"access_time\": 0.01}, \"block_diff\": {\"rank\": 7, \"ok\": true,
11230
+ \"head_delay\": 3.62, \"diff_head_irreversible\": 19.0, \"time\": 15.62}},
11231
+ {\"node\": \"https:\/\/api.steem.buzz\", \"version\": \"0.23.0\", \"hive\":
11232
+ false, \"block\": {\"rank\": 11, \"ok\": true, \"count\": 180, \"time\": 30.03},
11233
+ \"history\": {\"rank\": -1, \"ok\": false, \"error\": \"\", \"count\": 0,
11234
+ \"time\": 16.5}, \"apicall\": {\"rank\": 8, \"ok\": true, \"time\": 0.66,
11235
+ \"access_time\": 0.207}, \"config\": {\"rank\": 3, \"ok\": true, \"time\":
11236
+ 0.13, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 10, \"ok\": true,
11237
+ \"head_delay\": 3.06, \"diff_head_irreversible\": 22.0, \"time\": 17.48}},
11238
+ {\"node\": \"https:\/\/api.steem.buzz\", \"version\": \"0.23.0\", \"hive\":
11239
+ false, \"block\": {\"rank\": 11, \"ok\": true, \"count\": 180, \"time\": 30.03},
11240
+ \"history\": {\"rank\": -1, \"ok\": false, \"error\": \"\", \"count\": 0,
11241
+ \"time\": 16.5}, \"apicall\": {\"rank\": 8, \"ok\": true, \"time\": 0.66,
11242
+ \"access_time\": 0.207}, \"config\": {\"rank\": 3, \"ok\": true, \"time\":
11243
+ 0.13, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 10, \"ok\": true,
11244
+ \"head_delay\": 3.06, \"diff_head_irreversible\": 22.0, \"time\": 17.48}},
11245
+ {\"node\": \"https:\/\/steem.61bts.com\", \"version\": \"0.23.0\", \"hive\":
11246
+ false, \"block\": {\"rank\": 13, \"ok\": true, \"count\": 64, \"time\": 30.44},
11247
+ \"history\": {\"rank\": 13, \"ok\": true, \"count\": 1802, \"time\": 15.73},
11248
+ \"apicall\": {\"rank\": 11, \"ok\": true, \"time\": 2.74, \"access_time\":
11249
+ 0.733}, \"config\": {\"rank\": 5, \"ok\": true, \"time\": 1.82, \"access_time\":
11250
+ 0.28}, \"block_diff\": {\"rank\": 5, \"ok\": true, \"head_delay\": 4.29, \"diff_head_irreversible\":
11251
+ 18.0, \"time\": 23.63}}], \"parameter\": {\"num_retries\": 3, \"num_retries_call\":
11252
+ 3, \"timeout\": 30, \"threading\": false, \"beem_version\": \"0.24.26\", \"start_time\":
11253
+ \"2022-07-30T23:00:19\", \"end_time\": \"2022-07-30T23:20:30\", \"script_version\":
11254
+ \"1.2.3\", \"benchmarks\": {\"block\": {\"data\": [\"count\"]}, \"history\":
11255
+ {\"data\": [\"count\"]}, \"apicall\": {\"data\": [\"access_time\"]}, \"config\":
11256
+ {\"data\": [\"access_time\"]}, \"block_diff\": {\"data\": [\"diff_head_irreversible\",
11257
+ \"head_delay\"]}}}}","posting_json_metadata":"{\"nodes\": [\"https:\/\/anyx.io\",
11258
+ \"http:\/\/anyx.io\", \"https:\/\/rpc.usesteem.com\"], \"failing_nodes\":
11259
+ {\"https:\/\/api.steemitstage.com\": \"NumRetriesReached\"}, \"report\": [{\"node\":
11260
+ \"https:\/\/steemd.minnowsupportproject.org\", \"version\": \"0.21.0\", \"block\":
11261
+ {\"rank\": 1, \"ok\": true, \"count\": 713, \"time\": 30.03}, \"history\":
11262
+ {\"rank\": 5, \"ok\": true, \"count\": 5859, \"time\": 15.24}, \"apicall\":
11263
+ {\"rank\": -1, \"ok\": false, \"error\": \"Assert Exception:api_itr != _registered_apis.end():
11264
+ Could not find API tags_api\", \"time\": 0.19, \"access_time\": 30.0}, \"config\":
11265
+ {\"rank\": 1, \"ok\": true, \"time\": 0.43, \"access_time\": 0.03}, \"block_diff\":
11266
+ {\"rank\": 2, \"ok\": true, \"head_delay\": 3.2, \"diff_head_irreversible\":
11267
+ 16.0, \"time\": 16.21}}, {\"node\": \"https:\/\/api.steemit.com\", \"version\":
11268
+ \"0.21.0\", \"block\": {\"rank\": 3, \"ok\": true, \"count\": 249, \"time\":
11269
+ 30.01}, \"history\": {\"rank\": 2, \"ok\": true, \"count\": 12626, \"time\":
11270
+ 15.06}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Method not
11271
+ found\", \"time\": 0.5, \"access_time\": 30.0}, \"config\": {\"rank\": 2,
11272
+ \"ok\": true, \"time\": 1.01, \"access_time\": 0.1}, \"block_diff\": {\"rank\":
11273
+ 3, \"ok\": true, \"head_delay\": 3.06, \"diff_head_irreversible\": 17.0, \"time\":
11274
+ 18.1}}, {\"node\": \"http:\/\/anyx.io\", \"version\": \"0.20.10\", \"block\":
11275
+ {\"rank\": 4, \"ok\": true, \"count\": 133, \"time\": 30.35}, \"history\":
11276
+ {\"rank\": 3, \"ok\": true, \"count\": 6768, \"time\": 15.16}, \"apicall\":
11277
+ {\"rank\": 2, \"ok\": true, \"time\": 1.54, \"access_time\": 0.449}, \"config\":
11278
+ {\"rank\": 3, \"ok\": true, \"time\": 1.13, \"access_time\": 0.09}, \"block_diff\":
11279
+ {\"rank\": 6, \"ok\": true, \"head_delay\": 4.29, \"diff_head_irreversible\":
11280
+ 19.0, \"time\": 19.34}}, {\"node\": \"https:\/\/anyx.io\", \"version\": \"0.20.10\",
11281
+ \"block\": {\"rank\": 5, \"ok\": true, \"count\": 128, \"time\": 30.15}, \"history\":
11282
+ {\"rank\": 4, \"ok\": true, \"count\": 6667, \"time\": 15.06}, \"apicall\":
11283
+ {\"rank\": 1, \"ok\": true, \"time\": 1.3, \"access_time\": 0.4}, \"config\":
11284
+ {\"rank\": 4, \"ok\": true, \"time\": 1.33, \"access_time\": 0.09}, \"block_diff\":
11285
+ {\"rank\": 1, \"ok\": true, \"head_delay\": 2.67, \"diff_head_irreversible\":
11286
+ 16.0, \"time\": 19.44}}, {\"node\": \"https:\/\/api.steemitdev.com\", \"version\":
11287
+ \"0.21.0\", \"block\": {\"rank\": 2, \"ok\": true, \"count\": 275, \"time\":
11288
+ 30.04}, \"history\": {\"rank\": 1, \"ok\": true, \"count\": 13131, \"time\":
11289
+ 15.09}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Method not
11290
+ found\", \"time\": 0.54, \"access_time\": 30.0}, \"config\": {\"rank\": 5,
11291
+ \"ok\": true, \"time\": 1.4, \"access_time\": 0.09}, \"block_diff\": {\"rank\":
11292
+ 4, \"ok\": true, \"head_delay\": 2.76, \"diff_head_irreversible\": 18.0, \"time\":
11293
+ 18.35}}, {\"node\": \"https:\/\/api.steem.house\", \"version\": \"0.21.0\",
11294
+ \"block\": {\"rank\": 6, \"ok\": true, \"count\": 93, \"time\": 30.22}, \"history\":
11295
+ {\"rank\": 6, \"ok\": true, \"count\": 5152, \"time\": 15.21}, \"apicall\":
11296
+ {\"rank\": -1, \"ok\": false, \"error\": \"Method not found\", \"time\": 0.66,
11297
+ \"access_time\": 30.0}, \"config\": {\"rank\": 6, \"ok\": true, \"time\":
11298
+ 2.77, \"access_time\": 0.26}, \"block_diff\": {\"rank\": 7, \"ok\": true,
11299
+ \"head_delay\": 3.3, \"diff_head_irreversible\": 21.0, \"time\": 22.91}},
11300
+ {\"node\": \"https:\/\/rpc.usesteem.com\", \"version\": \"0.20.10\", \"block\":
11301
+ {\"rank\": 7, \"ok\": true, \"count\": 57, \"time\": 30.31}, \"history\":
11302
+ {\"rank\": 7, \"ok\": true, \"count\": 2728, \"time\": 15.26}, \"apicall\":
11303
+ {\"rank\": 3, \"ok\": true, \"time\": 5.9, \"access_time\": 1.679}, \"config\":
11304
+ {\"rank\": 7, \"ok\": true, \"time\": 4.09, \"access_time\": 0.39}, \"block_diff\":
11305
+ {\"rank\": 5, \"ok\": true, \"head_delay\": 3.23, \"diff_head_irreversible\":
11306
+ 19.0, \"time\": 28.42}}, {\"node\": \"https:\/\/steemd.privex.io\", \"version\":
11307
+ \"0.21.0\", \"block\": {\"rank\": 8, \"ok\": true, \"count\": 28, \"time\":
11308
+ 30.99}, \"history\": {\"rank\": 8, \"ok\": true, \"count\": 1314, \"time\":
11309
+ 15.02}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Assert Exception:api_itr
11310
+ != _registered_apis.end(): Could not find API tags_api\", \"time\": 1.09,
11311
+ \"access_time\": 30.0}, \"config\": {\"rank\": 8, \"ok\": true, \"time\":
11312
+ 9.11, \"access_time\": 1.0}, \"block_diff\": {\"rank\": 8, \"ok\": true, \"head_delay\":
11313
+ 4.33, \"diff_head_irreversible\": 22.0, \"time\": 39.83}}, {\"node\": \"https:\/\/appbasetest.timcliff.com\",
11314
+ \"version\": \"0.21.0\", \"block\": {\"rank\": 9, \"ok\": true, \"count\":
11315
+ 17, \"time\": 30.16}, \"history\": {\"rank\": 9, \"ok\": true, \"count\":
11316
+ 1314, \"time\": 15.01}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\":
11317
+ \"@taskmaster4450\/rewards-are-rewards|holger80\", \"time\": 2.01, \"access_time\":
11318
+ 30.0}, \"config\": {\"rank\": 9, \"ok\": true, \"time\": 10.11, \"access_time\":
11319
+ 0.08}, \"block_diff\": {\"rank\": 9, \"ok\": true, \"head_delay\": 2822132.87,
11320
+ \"diff_head_irreversible\": 16.0, \"time\": 53.19}}], \"parameter\": {\"num_retries\":
11321
+ 3, \"num_retries_call\": 3, \"timeout\": 30, \"threading\": false, \"beem_version\":
11322
+ \"0.20.23\", \"start_time\": \"2019-08-27T14:10:02\", \"end_time\": \"2019-08-27T14:22:42\",
11323
+ \"script_version\": \"1.2.3\", \"benchmarks\": {\"block\": {\"data\": [\"count\"]},
11324
+ \"history\": {\"data\": [\"count\"]}, \"apicall\": {\"data\": [\"access_time\"]},
11325
+ \"config\": {\"data\": [\"access_time\"]}, \"block_diff\": {\"data\": [\"diff_head_irreversible\",
11326
+ \"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
11327
+ 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
11328
+ 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
11329
+ HBD","reward_hive_balance":"0.000 HIVE","reward_vesting_balance":"50181.611976
11330
+ VESTS","reward_vesting_hive":"27.547 HIVE","vesting_shares":"3163608.831672
11331
+ VESTS","delegated_vesting_shares":"198556.066920 VESTS","received_vesting_shares":"8200.502706
11332
+ VESTS","vesting_withdraw_rate":"0.000000 VESTS","post_voting_power":"2973253.267458
11333
+ 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
11334
+ HIVE","reputation":"66739978115904","transfer_history":[],"market_history":[],"post_history":[],"vote_history":[],"other_history":[],"witness_votes":[],"tags_usage":[],"guest_bloggers":[]}],"id":108}'
11335
+ recorded_at: Sat, 30 Jul 2022 23:23:22 GMT
11336
+ - request:
11337
+ method: post
11338
+ uri: https://api.openhive.network/
11339
+ body:
11340
+ encoding: UTF-8
11341
+ string: '{"jsonrpc":"2.0","id":109,"method":"condenser_api.get_feed_history","params":[]}'
11342
+ headers:
11343
+ Content-Type:
11344
+ - application/json; charset=utf-8
11345
+ User-Agent:
11346
+ - hive-ruby/1.0.4
11347
+ Accept-Encoding:
11348
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
11349
+ Accept:
11350
+ - "*/*"
11351
+ Host:
11352
+ - api.openhive.network
11353
+ Content-Length:
11354
+ - '83'
11355
+ response:
11356
+ status:
11357
+ code: 200
11358
+ message: OK
11359
+ headers:
11360
+ Server:
11361
+ - nginx/1.14.0 (Ubuntu)
11362
+ Date:
11363
+ - Sat, 30 Jul 2022 23:23:23 GMT
11364
+ Content-Type:
11365
+ - application/json
11366
+ Content-Length:
11367
+ - '3851'
11368
+ Connection:
11369
+ - keep-alive
11370
+ X-Jussi-Request-Id:
11371
+ - '000524053494480369'
11372
+ X-Amzn-Trace-Id:
11373
+ - ''
11374
+ X-Jussi-Response-Time:
11375
+ - '0.0033831745386123657'
11376
+ X-Jussi-Namespace:
11377
+ - appbase
11378
+ X-Jussi-Api:
11379
+ - condenser_api
11380
+ X-Jussi-Method:
11381
+ - get_feed_history
11382
+ X-Jussi-Params:
11383
+ - "[]"
11384
+ Access-Control-Allow-Origin:
11385
+ - "*"
11386
+ Access-Control-Allow-Methods:
11387
+ - GET, POST
11388
+ Access-Control-Allow-Headers:
11389
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
11390
+ body:
11391
+ encoding: UTF-8
11392
+ string: '{"jsonrpc":"2.0","result":{"id":0,"current_median_history":{"base":"0.531
11393
+ HBD","quote":"1.000 HIVE"},"market_median_history":{"base":"0.531 HBD","quote":"1.000
11394
+ HIVE"},"current_min_history":{"base":"0.493 HBD","quote":"1.000 HIVE"},"current_max_history":{"base":"0.545
11395
+ HBD","quote":"1.000 HIVE"},"price_history":[{"base":"0.500 HBD","quote":"1.000
11396
+ HIVE"},{"base":"0.500 HBD","quote":"1.000 HIVE"},{"base":"0.498 HBD","quote":"1.000
11397
+ HIVE"},{"base":"0.499 HBD","quote":"1.000 HIVE"},{"base":"0.498 HBD","quote":"1.000
11398
+ HIVE"},{"base":"0.498 HBD","quote":"1.000 HIVE"},{"base":"0.498 HBD","quote":"1.000
11399
+ HIVE"},{"base":"0.493 HBD","quote":"1.000 HIVE"},{"base":"0.507 HBD","quote":"1.000
11400
+ HIVE"},{"base":"0.513 HBD","quote":"1.000 HIVE"},{"base":"0.512 HBD","quote":"1.000
11401
+ HIVE"},{"base":"0.517 HBD","quote":"1.000 HIVE"},{"base":"0.523 HBD","quote":"1.000
11402
+ HIVE"},{"base":"0.530 HBD","quote":"1.000 HIVE"},{"base":"0.532 HBD","quote":"1.000
11403
+ HIVE"},{"base":"0.531 HBD","quote":"1.000 HIVE"},{"base":"0.532 HBD","quote":"1.000
11404
+ HIVE"},{"base":"0.537 HBD","quote":"1.000 HIVE"},{"base":"0.533 HBD","quote":"1.000
11405
+ HIVE"},{"base":"0.529 HBD","quote":"1.000 HIVE"},{"base":"0.524 HBD","quote":"1.000
11406
+ HIVE"},{"base":"0.524 HBD","quote":"1.000 HIVE"},{"base":"0.524 HBD","quote":"1.000
11407
+ HIVE"},{"base":"0.524 HBD","quote":"1.000 HIVE"},{"base":"0.524 HBD","quote":"1.000
11408
+ HIVE"},{"base":"0.524 HBD","quote":"1.000 HIVE"},{"base":"0.522 HBD","quote":"1.000
11409
+ HIVE"},{"base":"0.521 HBD","quote":"1.000 HIVE"},{"base":"0.523 HBD","quote":"1.000
11410
+ HIVE"},{"base":"0.528 HBD","quote":"1.000 HIVE"},{"base":"0.532 HBD","quote":"1.000
11411
+ HIVE"},{"base":"0.535 HBD","quote":"1.000 HIVE"},{"base":"0.535 HBD","quote":"1.000
11412
+ HIVE"},{"base":"0.534 HBD","quote":"1.000 HIVE"},{"base":"0.538 HBD","quote":"1.000
11413
+ HIVE"},{"base":"0.538 HBD","quote":"1.000 HIVE"},{"base":"0.539 HBD","quote":"1.000
11414
+ HIVE"},{"base":"0.543 HBD","quote":"1.000 HIVE"},{"base":"0.539 HBD","quote":"1.000
11415
+ HIVE"},{"base":"0.537 HBD","quote":"1.000 HIVE"},{"base":"0.535 HBD","quote":"1.000
11416
+ HIVE"},{"base":"0.537 HBD","quote":"1.000 HIVE"},{"base":"0.538 HBD","quote":"1.000
11417
+ HIVE"},{"base":"0.540 HBD","quote":"1.000 HIVE"},{"base":"0.537 HBD","quote":"1.000
11418
+ HIVE"},{"base":"0.536 HBD","quote":"1.000 HIVE"},{"base":"0.544 HBD","quote":"1.000
11419
+ HIVE"},{"base":"0.545 HBD","quote":"1.000 HIVE"},{"base":"0.545 HBD","quote":"1.000
11420
+ HIVE"},{"base":"0.531 HBD","quote":"1.000 HIVE"},{"base":"0.524 HBD","quote":"1.000
11421
+ HIVE"},{"base":"0.529 HBD","quote":"1.000 HIVE"},{"base":"0.533 HBD","quote":"1.000
11422
+ HIVE"},{"base":"0.530 HBD","quote":"1.000 HIVE"},{"base":"0.528 HBD","quote":"1.000
11423
+ HIVE"},{"base":"0.530 HBD","quote":"1.000 HIVE"},{"base":"0.531 HBD","quote":"1.000
11424
+ HIVE"},{"base":"0.531 HBD","quote":"1.000 HIVE"},{"base":"0.531 HBD","quote":"1.000
11425
+ HIVE"},{"base":"0.531 HBD","quote":"1.000 HIVE"},{"base":"0.533 HBD","quote":"1.000
11426
+ HIVE"},{"base":"0.543 HBD","quote":"1.000 HIVE"},{"base":"0.533 HBD","quote":"1.000
11427
+ HIVE"},{"base":"0.532 HBD","quote":"1.000 HIVE"},{"base":"0.529 HBD","quote":"1.000
11428
+ HIVE"},{"base":"0.528 HBD","quote":"1.000 HIVE"},{"base":"0.528 HBD","quote":"1.000
11429
+ HIVE"},{"base":"0.528 HBD","quote":"1.000 HIVE"},{"base":"0.529 HBD","quote":"1.000
11430
+ HIVE"},{"base":"0.530 HBD","quote":"1.000 HIVE"},{"base":"0.531 HBD","quote":"1.000
11431
+ HIVE"},{"base":"0.529 HBD","quote":"1.000 HIVE"},{"base":"0.529 HBD","quote":"1.000
11432
+ HIVE"},{"base":"0.531 HBD","quote":"1.000 HIVE"},{"base":"0.533 HBD","quote":"1.000
11433
+ HIVE"},{"base":"0.533 HBD","quote":"1.000 HIVE"},{"base":"0.532 HBD","quote":"1.000
11434
+ HIVE"},{"base":"0.533 HBD","quote":"1.000 HIVE"},{"base":"0.535 HBD","quote":"1.000
11435
+ HIVE"},{"base":"0.537 HBD","quote":"1.000 HIVE"},{"base":"0.538 HBD","quote":"1.000
11436
+ HIVE"},{"base":"0.533 HBD","quote":"1.000 HIVE"},{"base":"0.532 HBD","quote":"1.000
11437
+ HIVE"},{"base":"0.531 HBD","quote":"1.000 HIVE"}]},"id":109}'
11438
+ recorded_at: Sat, 30 Jul 2022 23:23:23 GMT
11439
+ - request:
11440
+ method: post
11441
+ uri: https://api.openhive.network/
11442
+ body:
11443
+ encoding: UTF-8
11444
+ string: '{"jsonrpc":"2.0","id":110,"method":"condenser_api.get_dynamic_global_properties","params":[]}'
11445
+ headers:
11446
+ Content-Type:
11447
+ - application/json; charset=utf-8
11448
+ User-Agent:
11449
+ - hive-ruby/1.0.4
11450
+ Accept-Encoding:
11451
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
11452
+ Accept:
11453
+ - "*/*"
11454
+ Host:
11455
+ - api.openhive.network
11456
+ Content-Length:
11457
+ - '80'
11458
+ response:
11459
+ status:
11460
+ code: 200
11461
+ message: OK
11462
+ headers:
11463
+ Server:
11464
+ - nginx/1.14.0 (Ubuntu)
11465
+ Date:
11466
+ - Sat, 30 Jul 2022 23:23:23 GMT
11467
+ Content-Type:
11468
+ - application/json
11469
+ Content-Length:
11470
+ - '1632'
11471
+ Connection:
11472
+ - keep-alive
11473
+ X-Jussi-Cache-Hit:
11474
+ - appbase.condenser_api.get_dynamic_global_properties.params=[]
11475
+ X-Jussi-Request-Id:
11476
+ - '000806082431650210'
11477
+ X-Amzn-Trace-Id:
11478
+ - ''
11479
+ X-Jussi-Response-Time:
11480
+ - '0.0007682889699935913'
11481
+ X-Jussi-Namespace:
11482
+ - appbase
11483
+ X-Jussi-Api:
11484
+ - condenser_api
11485
+ X-Jussi-Method:
11486
+ - get_dynamic_global_properties
11487
+ X-Jussi-Params:
11488
+ - "[]"
11489
+ Access-Control-Allow-Origin:
11490
+ - "*"
11491
+ Access-Control-Allow-Methods:
11492
+ - GET, POST
11493
+ Access-Control-Allow-Headers:
11494
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
11495
+ body:
11496
+ encoding: UTF-8
11497
+ string: '{"id":110,"jsonrpc":"2.0","result":{"head_block_number":66592789,"head_block_id":"03f82015a996ff5193de33f2b595f96092c3da4e","time":"2022-07-30T23:23:21","current_witness":"themarkymark","total_pow":514415,"num_pow_witnesses":172,"virtual_supply":"434353175.638
11498
+ HIVE","current_supply":"384080483.742 HIVE","init_hbd_supply":"0.000 HBD","current_hbd_supply":"26694799.397
11499
+ HBD","total_vesting_fund_hive":"161382447.250 HIVE","total_vesting_shares":"293562721168.204100
11500
+ VESTS","total_reward_fund_hive":"0.000 HIVE","total_reward_shares2":"0","pending_rewarded_vesting_shares":"759975436.325597
11501
+ 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":66796067,"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":10692521,"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.164
11502
+ 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}}'
11503
+ recorded_at: Sat, 30 Jul 2022 23:23:23 GMT
11504
+ - request:
11505
+ method: post
11506
+ uri: https://api.c0ff33a.uk/
11507
+ body:
11508
+ encoding: UTF-8
11509
+ string: '{"jsonrpc":"2.0","id":91,"method":"condenser_api.get_accounts","params":[["fullnodeupdate"]]}'
11510
+ headers:
11511
+ Content-Type:
11512
+ - application/json; charset=utf-8
11513
+ User-Agent:
11514
+ - hive-ruby/1.0.4
11515
+ Accept-Encoding:
11516
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
11517
+ Accept:
11518
+ - "*/*"
11519
+ Host:
11520
+ - api.c0ff33a.uk
11521
+ Content-Length:
11522
+ - '93'
11523
+ response:
11524
+ status:
11525
+ code: 200
11526
+ message: OK
11527
+ headers:
11528
+ Server:
11529
+ - nginx/1.14.0 (Ubuntu)
11530
+ Date:
11531
+ - Sat, 30 Jul 2022 23:28:35 GMT
11532
+ Content-Type:
11533
+ - application/json
11534
+ Transfer-Encoding:
11535
+ - chunked
11536
+ Connection:
11537
+ - keep-alive
11538
+ X-Jussi-Request-Id:
11539
+ - '000871539697170260'
11540
+ X-Amzn-Trace-Id:
11541
+ - ''
11542
+ Access-Control-Allow-Origin:
11543
+ - "*"
11544
+ Access-Control-Allow-Methods:
11545
+ - GET, POST, OPTIONS
11546
+ Access-Control-Allow-Headers:
11547
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
11548
+ Strict-Transport-Security:
11549
+ - max-age=31557600; includeSubDomains; preload
11550
+ Content-Security-Policy:
11551
+ - upgrade-insecure-requests
11552
+ body:
11553
+ encoding: ASCII-8BIT
11554
+ 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\":
11555
+ [\"https:\/\/api.steem.buzz\", \"https:\/\/api.pharesim.me\", \"https:\/\/api.justyy.com\",
11556
+ \"https:\/\/api.openhive.network\", \"https:\/\/hive-api.arcange.eu\", \"https:\/\/api.steemit.com\",
11557
+ \"https:\/\/anyx.io\", \"https:\/\/api.steem.buzz\", \"https:\/\/rpc.ausbit.dev\",
11558
+ \"https:\/\/steem.61bts.com\", \"https:\/\/hive.roelandp.nl\", \"https:\/\/techcoderx.com\"],
11559
+ \"failing_nodes\": {\"https:\/\/api.steemdb.online\": \"NumRetriesReached\",
11560
+ \"https:\/\/cn.steems.top\": \"NumRetriesReached\", \"https:\/\/api.hivekings.com\":
11561
+ \"NumRetriesReached\", \"https:\/\/fin.hive.3speak.co\": \"NumRetriesReached\",
11562
+ \"https:\/\/rpc.ecency.com\": \"NumRetriesReached\", \"https:\/\/hived.privex.io\":
11563
+ \"Client returned invalid format. Expected JSON!\"}, \"report\": [{\"node\":
11564
+ \"https:\/\/api.hive.blog\", \"version\": \"1.25.0\", \"hive\": true, \"block\":
11565
+ {\"rank\": -1, \"ok\": false, \"error\": \"\", \"count\": 109, \"time\": 37.46},
11566
+ \"history\": {\"rank\": 10, \"ok\": true, \"count\": 4500, \"time\": 15.13},
11567
+ \"apicall\": {\"rank\": 9, \"ok\": true, \"time\": 1.92, \"access_time\":
11568
+ 0.475}, \"config\": {\"rank\": 6, \"ok\": true, \"time\": 0.32, \"access_time\":
11569
+ 0.11}, \"block_diff\": {\"rank\": 4, \"ok\": true, \"head_delay\": 3.67, \"diff_head_irreversible\":
11570
+ 18.0, \"time\": 25.75}}, {\"node\": \"https:\/\/anyx.io\", \"version\": \"1.25.0\",
11571
+ \"hive\": true, \"block\": {\"rank\": 9, \"ok\": true, \"count\": 182, \"time\":
11572
+ 30.29}, \"history\": {\"rank\": 9, \"ok\": true, \"count\": 6601, \"time\":
11573
+ 15.02}, \"apicall\": {\"rank\": 10, \"ok\": true, \"time\": 2.13, \"access_time\":
11574
+ 0.561}, \"config\": {\"rank\": 7, \"ok\": true, \"time\": 0.77, \"access_time\":
11575
+ 0.11}, \"block_diff\": {\"rank\": -1, \"ok\": false, \"error\": \"output:
11576
+ {} of identifier 66592659\", \"head_delay\": 0.0, \"diff_head_irreversible\":
11577
+ 0.0, \"time\": 11.59}}, {\"node\": \"https:\/\/api.openhive.network\", \"version\":
11578
+ \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 12, \"ok\": true, \"count\":
11579
+ 143, \"time\": 30.01}, \"history\": {\"rank\": 5, \"ok\": true, \"count\":
11580
+ 9601, \"time\": 15.35}, \"apicall\": {\"rank\": 1, \"ok\": true, \"time\":
11581
+ 0.33, \"access_time\": 0.063}, \"config\": {\"rank\": 8, \"ok\": true, \"time\":
11582
+ 0.23, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 6, \"ok\": true,
11583
+ \"head_delay\": 2.12, \"diff_head_irreversible\": 19.0, \"time\": 15.9}},
11584
+ {\"node\": \"https:\/\/rpc.ausbit.dev\", \"version\": \"1.25.0\", \"hive\":
11585
+ true, \"block\": {\"rank\": 5, \"ok\": true, \"count\": 230, \"time\": 30.01},
11586
+ \"history\": {\"rank\": 7, \"ok\": true, \"count\": 8701, \"time\": 15.01},
11587
+ \"apicall\": {\"rank\": 2, \"ok\": true, \"time\": 0.48, \"access_time\":
11588
+ 0.124}, \"config\": {\"rank\": 9, \"ok\": true, \"time\": 0.44, \"access_time\":
11589
+ 0.04}, \"block_diff\": {\"rank\": 14, \"ok\": true, \"head_delay\": 3.39,
11590
+ \"diff_head_irreversible\": 24.0, \"time\": 16.57}}, {\"node\": \"https:\/\/hive.roelandp.nl\",
11591
+ \"version\": \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 14, \"ok\":
11592
+ true, \"count\": 46, \"time\": 30.56}, \"history\": {\"rank\": 11, \"ok\":
11593
+ true, \"count\": 2201, \"time\": 15.08}, \"apicall\": {\"rank\": 12, \"ok\":
11594
+ true, \"time\": 5.38, \"access_time\": 1.339}, \"config\": {\"rank\": 10,
11595
+ \"ok\": true, \"time\": 1.36, \"access_time\": 0.34}, \"block_diff\": {\"rank\":
11596
+ 15, \"ok\": true, \"head_delay\": 5.06, \"diff_head_irreversible\": 26.0,
11597
+ \"time\": 30.6}}, {\"node\": \"https:\/\/api.c0ff33a.uk\", \"version\": \"1.25.0\",
11598
+ \"hive\": true, \"block\": {\"rank\": 4, \"ok\": true, \"count\": 233, \"time\":
11599
+ 30.01}, \"history\": {\"rank\": 12, \"ok\": true, \"count\": 2201, \"time\":
11600
+ 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\",
11601
+ \"time\": 0.41, \"access_time\": 30.0}, \"config\": {\"rank\": 11, \"ok\":
11602
+ true, \"time\": 0.86, \"access_time\": 0.25}, \"block_diff\": {\"rank\": 8,
11603
+ \"ok\": true, \"head_delay\": 3.55, \"diff_head_irreversible\": 20.0, \"time\":
11604
+ 18.6}}, {\"node\": \"https:\/\/api.deathwing.me\", \"version\": \"1.25.0\",
11605
+ \"hive\": true, \"block\": {\"rank\": 3, \"ok\": true, \"count\": 782, \"time\":
11606
+ 30.03}, \"history\": {\"rank\": 2, \"ok\": true, \"count\": 23501, \"time\":
11607
+ 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\",
11608
+ \"time\": 0.14, \"access_time\": 30.0}, \"config\": {\"rank\": 12, \"ok\":
11609
+ true, \"time\": 0.16, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 12,
11610
+ \"ok\": true, \"head_delay\": 5.62, \"diff_head_irreversible\": 23.0, \"time\":
11611
+ 15.82}}, {\"node\": \"https:\/\/hive-api.arcange.eu\", \"version\": \"1.25.0\",
11612
+ \"hive\": true, \"block\": {\"rank\": 7, \"ok\": true, \"count\": 217, \"time\":
11613
+ 30.02}, \"history\": {\"rank\": 3, \"ok\": true, \"count\": 10601, \"time\":
11614
+ 15.65}, \"apicall\": {\"rank\": 3, \"ok\": true, \"time\": 0.53, \"access_time\":
11615
+ 0.139}, \"config\": {\"rank\": 13, \"ok\": true, \"time\": 0.27, \"access_time\":
11616
+ 0.07}, \"block_diff\": {\"rank\": 11, \"ok\": true, \"head_delay\": 3.66,
11617
+ \"diff_head_irreversible\": 23.0, \"time\": 17.28}}, {\"node\": \"https:\/\/hived.emre.sh\",
11618
+ \"version\": \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 2, \"ok\":
11619
+ true, \"count\": 1028, \"time\": 30.0}, \"history\": {\"rank\": 1, \"ok\":
11620
+ true, \"count\": 30701, \"time\": 15.01}, \"apicall\": {\"rank\": -1, \"ok\":
11621
+ false, \"error\": \"@dalz\/should-we-reduce-the-hive-fund-holdings-to-further-improve-decentralization-via-a-long-term-airdrop-to-hive-holders|holger80\",
11622
+ \"time\": 0.17, \"access_time\": 30.0}, \"config\": {\"rank\": 14, \"ok\":
11623
+ true, \"time\": 0.17, \"access_time\": 0.02}, \"block_diff\": {\"rank\": 2,
11624
+ \"ok\": true, \"head_delay\": 2.56, \"diff_head_irreversible\": 16.0, \"time\":
11625
+ 15.73}}, {\"node\": \"https:\/\/techcoderx.com\", \"version\": \"1.25.0\",
11626
+ \"hive\": true, \"block\": {\"rank\": 15, \"ok\": true, \"count\": 20, \"time\":
11627
+ 30.84}, \"history\": {\"rank\": 14, \"ok\": true, \"count\": 901, \"time\":
11628
+ 15.83}, \"apicall\": {\"rank\": 13, \"ok\": true, \"time\": 7.82, \"access_time\":
11629
+ 2.095}, \"config\": {\"rank\": 15, \"ok\": true, \"time\": 4.04, \"access_time\":
11630
+ 1.22}, \"block_diff\": {\"rank\": 13, \"ok\": true, \"head_delay\": 3.11,
11631
+ \"diff_head_irreversible\": 24.0, \"time\": 41.95}}, {\"node\": \"https:\/\/api.pharesim.me\",
11632
+ \"version\": \"1.25.0\", \"hive\": true, \"block\": {\"rank\": 6, \"ok\":
11633
+ true, \"count\": 220, \"time\": 30.03}, \"history\": {\"rank\": 4, \"ok\":
11634
+ true, \"count\": 9801, \"time\": 15.02}, \"apicall\": {\"rank\": 6, \"ok\":
11635
+ true, \"time\": 0.97, \"access_time\": 0.246}, \"config\": {\"rank\": 16,
11636
+ \"ok\": true, \"time\": 0.49, \"access_time\": 0.12}, \"block_diff\": {\"rank\":
11637
+ 1, \"ok\": true, \"head_delay\": 2.51, \"diff_head_irreversible\": 15.0, \"time\":
11638
+ 18.24}}, {\"node\": \"https:\/\/api.steemit.com\", \"version\": \"0.23.0\",
11639
+ \"hive\": false, \"block\": {\"rank\": 8, \"ok\": true, \"count\": 215, \"time\":
11640
+ 30.03}, \"history\": {\"rank\": 8, \"ok\": true, \"count\": 6602, \"time\":
11641
+ 15.22}, \"apicall\": {\"rank\": 7, \"ok\": true, \"time\": 1.19, \"access_time\":
11642
+ 0.254}, \"config\": {\"rank\": 1, \"ok\": true, \"time\": 0.69, \"access_time\":
11643
+ 0.12}, \"block_diff\": {\"rank\": 3, \"ok\": true, \"head_delay\": 3.76, \"diff_head_irreversible\":
11644
+ 16.0, \"time\": 18.33}}, {\"node\": \"https:\/\/api.justyy.com\", \"version\":
11645
+ \"0.23.1\", \"hive\": false, \"block\": {\"rank\": 1, \"ok\": true, \"count\":
11646
+ 1890, \"time\": 30.0}, \"history\": {\"rank\": 6, \"ok\": true, \"count\":
11647
+ 9102, \"time\": 15.03}, \"apicall\": {\"rank\": 5, \"ok\": true, \"time\":
11648
+ 0.7, \"access_time\": 0.223}, \"config\": {\"rank\": 2, \"ok\": true, \"time\":
11649
+ 0.04, \"access_time\": 0.01}, \"block_diff\": {\"rank\": 7, \"ok\": true,
11650
+ \"head_delay\": 3.62, \"diff_head_irreversible\": 19.0, \"time\": 15.62}},
11651
+ {\"node\": \"https:\/\/api.steem.buzz\", \"version\": \"0.23.0\", \"hive\":
11652
+ false, \"block\": {\"rank\": 11, \"ok\": true, \"count\": 180, \"time\": 30.03},
11653
+ \"history\": {\"rank\": -1, \"ok\": false, \"error\": \"\", \"count\": 0,
11654
+ \"time\": 16.5}, \"apicall\": {\"rank\": 8, \"ok\": true, \"time\": 0.66,
11655
+ \"access_time\": 0.207}, \"config\": {\"rank\": 3, \"ok\": true, \"time\":
11656
+ 0.13, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 10, \"ok\": true,
11657
+ \"head_delay\": 3.06, \"diff_head_irreversible\": 22.0, \"time\": 17.48}},
11658
+ {\"node\": \"https:\/\/api.steem.buzz\", \"version\": \"0.23.0\", \"hive\":
11659
+ false, \"block\": {\"rank\": 11, \"ok\": true, \"count\": 180, \"time\": 30.03},
11660
+ \"history\": {\"rank\": -1, \"ok\": false, \"error\": \"\", \"count\": 0,
11661
+ \"time\": 16.5}, \"apicall\": {\"rank\": 8, \"ok\": true, \"time\": 0.66,
11662
+ \"access_time\": 0.207}, \"config\": {\"rank\": 3, \"ok\": true, \"time\":
11663
+ 0.13, \"access_time\": 0.04}, \"block_diff\": {\"rank\": 10, \"ok\": true,
11664
+ \"head_delay\": 3.06, \"diff_head_irreversible\": 22.0, \"time\": 17.48}},
11665
+ {\"node\": \"https:\/\/steem.61bts.com\", \"version\": \"0.23.0\", \"hive\":
11666
+ false, \"block\": {\"rank\": 13, \"ok\": true, \"count\": 64, \"time\": 30.44},
11667
+ \"history\": {\"rank\": 13, \"ok\": true, \"count\": 1802, \"time\": 15.73},
11668
+ \"apicall\": {\"rank\": 11, \"ok\": true, \"time\": 2.74, \"access_time\":
11669
+ 0.733}, \"config\": {\"rank\": 5, \"ok\": true, \"time\": 1.82, \"access_time\":
11670
+ 0.28}, \"block_diff\": {\"rank\": 5, \"ok\": true, \"head_delay\": 4.29, \"diff_head_irreversible\":
11671
+ 18.0, \"time\": 23.63}}], \"parameter\": {\"num_retries\": 3, \"num_retries_call\":
11672
+ 3, \"timeout\": 30, \"threading\": false, \"beem_version\": \"0.24.26\", \"start_time\":
11673
+ \"2022-07-30T23:00:19\", \"end_time\": \"2022-07-30T23:20:30\", \"script_version\":
11674
+ \"1.2.3\", \"benchmarks\": {\"block\": {\"data\": [\"count\"]}, \"history\":
11675
+ {\"data\": [\"count\"]}, \"apicall\": {\"data\": [\"access_time\"]}, \"config\":
11676
+ {\"data\": [\"access_time\"]}, \"block_diff\": {\"data\": [\"diff_head_irreversible\",
11677
+ \"head_delay\"]}}}}","posting_json_metadata":"{\"nodes\": [\"https:\/\/anyx.io\",
11678
+ \"http:\/\/anyx.io\", \"https:\/\/rpc.usesteem.com\"], \"failing_nodes\":
11679
+ {\"https:\/\/api.steemitstage.com\": \"NumRetriesReached\"}, \"report\": [{\"node\":
11680
+ \"https:\/\/steemd.minnowsupportproject.org\", \"version\": \"0.21.0\", \"block\":
11681
+ {\"rank\": 1, \"ok\": true, \"count\": 713, \"time\": 30.03}, \"history\":
11682
+ {\"rank\": 5, \"ok\": true, \"count\": 5859, \"time\": 15.24}, \"apicall\":
11683
+ {\"rank\": -1, \"ok\": false, \"error\": \"Assert Exception:api_itr != _registered_apis.end():
11684
+ Could not find API tags_api\", \"time\": 0.19, \"access_time\": 30.0}, \"config\":
11685
+ {\"rank\": 1, \"ok\": true, \"time\": 0.43, \"access_time\": 0.03}, \"block_diff\":
11686
+ {\"rank\": 2, \"ok\": true, \"head_delay\": 3.2, \"diff_head_irreversible\":
11687
+ 16.0, \"time\": 16.21}}, {\"node\": \"https:\/\/api.steemit.com\", \"version\":
11688
+ \"0.21.0\", \"block\": {\"rank\": 3, \"ok\": true, \"count\": 249, \"time\":
11689
+ 30.01}, \"history\": {\"rank\": 2, \"ok\": true, \"count\": 12626, \"time\":
11690
+ 15.06}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Method not
11691
+ found\", \"time\": 0.5, \"access_time\": 30.0}, \"config\": {\"rank\": 2,
11692
+ \"ok\": true, \"time\": 1.01, \"access_time\": 0.1}, \"block_diff\": {\"rank\":
11693
+ 3, \"ok\": true, \"head_delay\": 3.06, \"diff_head_irreversible\": 17.0, \"time\":
11694
+ 18.1}}, {\"node\": \"http:\/\/anyx.io\", \"version\": \"0.20.10\", \"block\":
11695
+ {\"rank\": 4, \"ok\": true, \"count\": 133, \"time\": 30.35}, \"history\":
11696
+ {\"rank\": 3, \"ok\": true, \"count\": 6768, \"time\": 15.16}, \"apicall\":
11697
+ {\"rank\": 2, \"ok\": true, \"time\": 1.54, \"access_time\": 0.449}, \"config\":
11698
+ {\"rank\": 3, \"ok\": true, \"time\": 1.13, \"access_time\": 0.09}, \"block_diff\":
11699
+ {\"rank\": 6, \"ok\": true, \"head_delay\": 4.29, \"diff_head_irreversible\":
11700
+ 19.0, \"time\": 19.34}}, {\"node\": \"https:\/\/anyx.io\", \"version\": \"0.20.10\",
11701
+ \"block\": {\"rank\": 5, \"ok\": true, \"count\": 128, \"time\": 30.15}, \"history\":
11702
+ {\"rank\": 4, \"ok\": true, \"count\": 6667, \"time\": 15.06}, \"apicall\":
11703
+ {\"rank\": 1, \"ok\": true, \"time\": 1.3, \"access_time\": 0.4}, \"config\":
11704
+ {\"rank\": 4, \"ok\": true, \"time\": 1.33, \"access_time\": 0.09}, \"block_diff\":
11705
+ {\"rank\": 1, \"ok\": true, \"head_delay\": 2.67, \"diff_head_irreversible\":
11706
+ 16.0, \"time\": 19.44}}, {\"node\": \"https:\/\/api.steemitdev.com\", \"version\":
11707
+ \"0.21.0\", \"block\": {\"rank\": 2, \"ok\": true, \"count\": 275, \"time\":
11708
+ 30.04}, \"history\": {\"rank\": 1, \"ok\": true, \"count\": 13131, \"time\":
11709
+ 15.09}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Method not
11710
+ found\", \"time\": 0.54, \"access_time\": 30.0}, \"config\": {\"rank\": 5,
11711
+ \"ok\": true, \"time\": 1.4, \"access_time\": 0.09}, \"block_diff\": {\"rank\":
11712
+ 4, \"ok\": true, \"head_delay\": 2.76, \"diff_head_irreversible\": 18.0, \"time\":
11713
+ 18.35}}, {\"node\": \"https:\/\/api.steem.house\", \"version\": \"0.21.0\",
11714
+ \"block\": {\"rank\": 6, \"ok\": true, \"count\": 93, \"time\": 30.22}, \"history\":
11715
+ {\"rank\": 6, \"ok\": true, \"count\": 5152, \"time\": 15.21}, \"apicall\":
11716
+ {\"rank\": -1, \"ok\": false, \"error\": \"Method not found\", \"time\": 0.66,
11717
+ \"access_time\": 30.0}, \"config\": {\"rank\": 6, \"ok\": true, \"time\":
11718
+ 2.77, \"access_time\": 0.26}, \"block_diff\": {\"rank\": 7, \"ok\": true,
11719
+ \"head_delay\": 3.3, \"diff_head_irreversible\": 21.0, \"time\": 22.91}},
11720
+ {\"node\": \"https:\/\/rpc.usesteem.com\", \"version\": \"0.20.10\", \"block\":
11721
+ {\"rank\": 7, \"ok\": true, \"count\": 57, \"time\": 30.31}, \"history\":
11722
+ {\"rank\": 7, \"ok\": true, \"count\": 2728, \"time\": 15.26}, \"apicall\":
11723
+ {\"rank\": 3, \"ok\": true, \"time\": 5.9, \"access_time\": 1.679}, \"config\":
11724
+ {\"rank\": 7, \"ok\": true, \"time\": 4.09, \"access_time\": 0.39}, \"block_diff\":
11725
+ {\"rank\": 5, \"ok\": true, \"head_delay\": 3.23, \"diff_head_irreversible\":
11726
+ 19.0, \"time\": 28.42}}, {\"node\": \"https:\/\/steemd.privex.io\", \"version\":
11727
+ \"0.21.0\", \"block\": {\"rank\": 8, \"ok\": true, \"count\": 28, \"time\":
11728
+ 30.99}, \"history\": {\"rank\": 8, \"ok\": true, \"count\": 1314, \"time\":
11729
+ 15.02}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\": \"Assert Exception:api_itr
11730
+ != _registered_apis.end(): Could not find API tags_api\", \"time\": 1.09,
11731
+ \"access_time\": 30.0}, \"config\": {\"rank\": 8, \"ok\": true, \"time\":
11732
+ 9.11, \"access_time\": 1.0}, \"block_diff\": {\"rank\": 8, \"ok\": true, \"head_delay\":
11733
+ 4.33, \"diff_head_irreversible\": 22.0, \"time\": 39.83}}, {\"node\": \"https:\/\/appbasetest.timcliff.com\",
11734
+ \"version\": \"0.21.0\", \"block\": {\"rank\": 9, \"ok\": true, \"count\":
11735
+ 17, \"time\": 30.16}, \"history\": {\"rank\": 9, \"ok\": true, \"count\":
11736
+ 1314, \"time\": 15.01}, \"apicall\": {\"rank\": -1, \"ok\": false, \"error\":
11737
+ \"@taskmaster4450\/rewards-are-rewards|holger80\", \"time\": 2.01, \"access_time\":
11738
+ 30.0}, \"config\": {\"rank\": 9, \"ok\": true, \"time\": 10.11, \"access_time\":
11739
+ 0.08}, \"block_diff\": {\"rank\": 9, \"ok\": true, \"head_delay\": 2822132.87,
11740
+ \"diff_head_irreversible\": 16.0, \"time\": 53.19}}], \"parameter\": {\"num_retries\":
11741
+ 3, \"num_retries_call\": 3, \"timeout\": 30, \"threading\": false, \"beem_version\":
11742
+ \"0.20.23\", \"start_time\": \"2019-08-27T14:10:02\", \"end_time\": \"2019-08-27T14:22:42\",
11743
+ \"script_version\": \"1.2.3\", \"benchmarks\": {\"block\": {\"data\": [\"count\"]},
11744
+ \"history\": {\"data\": [\"count\"]}, \"apicall\": {\"data\": [\"access_time\"]},
11745
+ \"config\": {\"data\": [\"access_time\"]}, \"block_diff\": {\"data\": [\"diff_head_irreversible\",
11746
+ \"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
11747
+ 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
11748
+ 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
11749
+ HBD","reward_hive_balance":"0.000 HIVE","reward_vesting_balance":"50181.611976
11750
+ VESTS","reward_vesting_hive":"27.547 HIVE","vesting_shares":"3163608.831672
11751
+ VESTS","delegated_vesting_shares":"198556.066920 VESTS","received_vesting_shares":"8200.502706
11752
+ VESTS","vesting_withdraw_rate":"0.000000 VESTS","post_voting_power":"2973253.267458
11753
+ 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
11754
+ HIVE","reputation":0,"transfer_history":[],"market_history":[],"post_history":[],"vote_history":[],"other_history":[],"witness_votes":[],"tags_usage":[],"guest_bloggers":[]}],"id":91}'
11755
+ recorded_at: Sat, 30 Jul 2022 23:28:35 GMT
11756
+ - request:
11757
+ method: post
11758
+ uri: https://api.openhive.network/
11759
+ body:
11760
+ encoding: UTF-8
11761
+ string: '{"jsonrpc":"2.0","id":92,"method":"condenser_api.get_feed_history","params":[]}'
11762
+ headers:
11763
+ Content-Type:
11764
+ - application/json; charset=utf-8
11765
+ User-Agent:
11766
+ - hive-ruby/1.0.4
11767
+ Accept-Encoding:
11768
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
11769
+ Accept:
11770
+ - "*/*"
11771
+ Host:
11772
+ - api.openhive.network
11773
+ Content-Length:
11774
+ - '82'
11775
+ response:
11776
+ status:
11777
+ code: 200
11778
+ message: OK
11779
+ headers:
11780
+ Server:
11781
+ - nginx/1.14.0 (Ubuntu)
11782
+ Date:
11783
+ - Sat, 30 Jul 2022 23:28:36 GMT
11784
+ Content-Type:
11785
+ - application/json
11786
+ Content-Length:
11787
+ - '3850'
11788
+ Connection:
11789
+ - keep-alive
11790
+ X-Jussi-Request-Id:
11791
+ - '000465119012526075'
11792
+ X-Amzn-Trace-Id:
11793
+ - ''
11794
+ X-Jussi-Response-Time:
11795
+ - '0.002146020531654358'
11796
+ X-Jussi-Namespace:
11797
+ - appbase
11798
+ X-Jussi-Api:
11799
+ - condenser_api
11800
+ X-Jussi-Method:
11801
+ - get_feed_history
11802
+ X-Jussi-Params:
11803
+ - "[]"
11804
+ Access-Control-Allow-Origin:
11805
+ - "*"
11806
+ Access-Control-Allow-Methods:
11807
+ - GET, POST
11808
+ Access-Control-Allow-Headers:
11809
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
11810
+ body:
11811
+ encoding: UTF-8
11812
+ string: '{"jsonrpc":"2.0","result":{"id":0,"current_median_history":{"base":"0.531
11813
+ HBD","quote":"1.000 HIVE"},"market_median_history":{"base":"0.531 HBD","quote":"1.000
11814
+ HIVE"},"current_min_history":{"base":"0.493 HBD","quote":"1.000 HIVE"},"current_max_history":{"base":"0.545
11815
+ HBD","quote":"1.000 HIVE"},"price_history":[{"base":"0.500 HBD","quote":"1.000
11816
+ HIVE"},{"base":"0.498 HBD","quote":"1.000 HIVE"},{"base":"0.499 HBD","quote":"1.000
11817
+ HIVE"},{"base":"0.498 HBD","quote":"1.000 HIVE"},{"base":"0.498 HBD","quote":"1.000
11818
+ HIVE"},{"base":"0.498 HBD","quote":"1.000 HIVE"},{"base":"0.493 HBD","quote":"1.000
11819
+ HIVE"},{"base":"0.507 HBD","quote":"1.000 HIVE"},{"base":"0.513 HBD","quote":"1.000
11820
+ HIVE"},{"base":"0.512 HBD","quote":"1.000 HIVE"},{"base":"0.517 HBD","quote":"1.000
11821
+ HIVE"},{"base":"0.523 HBD","quote":"1.000 HIVE"},{"base":"0.530 HBD","quote":"1.000
11822
+ HIVE"},{"base":"0.532 HBD","quote":"1.000 HIVE"},{"base":"0.531 HBD","quote":"1.000
11823
+ HIVE"},{"base":"0.532 HBD","quote":"1.000 HIVE"},{"base":"0.537 HBD","quote":"1.000
11824
+ HIVE"},{"base":"0.533 HBD","quote":"1.000 HIVE"},{"base":"0.529 HBD","quote":"1.000
11825
+ HIVE"},{"base":"0.524 HBD","quote":"1.000 HIVE"},{"base":"0.524 HBD","quote":"1.000
11826
+ HIVE"},{"base":"0.524 HBD","quote":"1.000 HIVE"},{"base":"0.524 HBD","quote":"1.000
11827
+ HIVE"},{"base":"0.524 HBD","quote":"1.000 HIVE"},{"base":"0.524 HBD","quote":"1.000
11828
+ HIVE"},{"base":"0.522 HBD","quote":"1.000 HIVE"},{"base":"0.521 HBD","quote":"1.000
11829
+ HIVE"},{"base":"0.523 HBD","quote":"1.000 HIVE"},{"base":"0.528 HBD","quote":"1.000
11830
+ HIVE"},{"base":"0.532 HBD","quote":"1.000 HIVE"},{"base":"0.535 HBD","quote":"1.000
11831
+ HIVE"},{"base":"0.535 HBD","quote":"1.000 HIVE"},{"base":"0.534 HBD","quote":"1.000
11832
+ HIVE"},{"base":"0.538 HBD","quote":"1.000 HIVE"},{"base":"0.538 HBD","quote":"1.000
11833
+ HIVE"},{"base":"0.539 HBD","quote":"1.000 HIVE"},{"base":"0.543 HBD","quote":"1.000
11834
+ HIVE"},{"base":"0.539 HBD","quote":"1.000 HIVE"},{"base":"0.537 HBD","quote":"1.000
11835
+ HIVE"},{"base":"0.535 HBD","quote":"1.000 HIVE"},{"base":"0.537 HBD","quote":"1.000
11836
+ HIVE"},{"base":"0.538 HBD","quote":"1.000 HIVE"},{"base":"0.540 HBD","quote":"1.000
11837
+ HIVE"},{"base":"0.537 HBD","quote":"1.000 HIVE"},{"base":"0.536 HBD","quote":"1.000
11838
+ HIVE"},{"base":"0.544 HBD","quote":"1.000 HIVE"},{"base":"0.545 HBD","quote":"1.000
11839
+ HIVE"},{"base":"0.545 HBD","quote":"1.000 HIVE"},{"base":"0.531 HBD","quote":"1.000
11840
+ HIVE"},{"base":"0.524 HBD","quote":"1.000 HIVE"},{"base":"0.529 HBD","quote":"1.000
11841
+ HIVE"},{"base":"0.533 HBD","quote":"1.000 HIVE"},{"base":"0.530 HBD","quote":"1.000
11842
+ HIVE"},{"base":"0.528 HBD","quote":"1.000 HIVE"},{"base":"0.530 HBD","quote":"1.000
11843
+ HIVE"},{"base":"0.531 HBD","quote":"1.000 HIVE"},{"base":"0.531 HBD","quote":"1.000
11844
+ HIVE"},{"base":"0.531 HBD","quote":"1.000 HIVE"},{"base":"0.531 HBD","quote":"1.000
11845
+ HIVE"},{"base":"0.533 HBD","quote":"1.000 HIVE"},{"base":"0.543 HBD","quote":"1.000
11846
+ HIVE"},{"base":"0.533 HBD","quote":"1.000 HIVE"},{"base":"0.532 HBD","quote":"1.000
11847
+ HIVE"},{"base":"0.529 HBD","quote":"1.000 HIVE"},{"base":"0.528 HBD","quote":"1.000
11848
+ HIVE"},{"base":"0.528 HBD","quote":"1.000 HIVE"},{"base":"0.528 HBD","quote":"1.000
11849
+ HIVE"},{"base":"0.529 HBD","quote":"1.000 HIVE"},{"base":"0.530 HBD","quote":"1.000
11850
+ HIVE"},{"base":"0.531 HBD","quote":"1.000 HIVE"},{"base":"0.529 HBD","quote":"1.000
11851
+ HIVE"},{"base":"0.529 HBD","quote":"1.000 HIVE"},{"base":"0.531 HBD","quote":"1.000
11852
+ HIVE"},{"base":"0.533 HBD","quote":"1.000 HIVE"},{"base":"0.533 HBD","quote":"1.000
11853
+ HIVE"},{"base":"0.532 HBD","quote":"1.000 HIVE"},{"base":"0.533 HBD","quote":"1.000
11854
+ HIVE"},{"base":"0.535 HBD","quote":"1.000 HIVE"},{"base":"0.537 HBD","quote":"1.000
11855
+ HIVE"},{"base":"0.538 HBD","quote":"1.000 HIVE"},{"base":"0.533 HBD","quote":"1.000
11856
+ HIVE"},{"base":"0.532 HBD","quote":"1.000 HIVE"},{"base":"0.531 HBD","quote":"1.000
11857
+ HIVE"},{"base":"0.527 HBD","quote":"1.000 HIVE"}]},"id":92}'
11858
+ recorded_at: Sat, 30 Jul 2022 23:28:36 GMT
11859
+ - request:
11860
+ method: post
11861
+ uri: https://api.openhive.network/
11862
+ body:
11863
+ encoding: UTF-8
11864
+ string: '{"jsonrpc":"2.0","id":93,"method":"condenser_api.get_dynamic_global_properties","params":[]}'
11865
+ headers:
11866
+ Content-Type:
11867
+ - application/json; charset=utf-8
11868
+ User-Agent:
11869
+ - hive-ruby/1.0.4
11870
+ Accept-Encoding:
11871
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
11872
+ Accept:
11873
+ - "*/*"
11874
+ Host:
11875
+ - api.openhive.network
11876
+ Content-Length:
11877
+ - '79'
11878
+ response:
11879
+ status:
11880
+ code: 200
11881
+ message: OK
11882
+ headers:
11883
+ Server:
11884
+ - nginx/1.14.0 (Ubuntu)
11885
+ Date:
11886
+ - Sat, 30 Jul 2022 23:28:36 GMT
11887
+ Content-Type:
11888
+ - application/json
11889
+ Content-Length:
11890
+ - '1629'
11891
+ Connection:
11892
+ - keep-alive
11893
+ X-Jussi-Request-Id:
11894
+ - '000001535183403757'
11895
+ X-Amzn-Trace-Id:
11896
+ - ''
11897
+ X-Jussi-Response-Time:
11898
+ - '0.0031033307313919067'
11899
+ X-Jussi-Namespace:
11900
+ - appbase
11901
+ X-Jussi-Api:
11902
+ - condenser_api
11903
+ X-Jussi-Method:
11904
+ - get_dynamic_global_properties
11905
+ X-Jussi-Params:
11906
+ - "[]"
11907
+ Access-Control-Allow-Origin:
11908
+ - "*"
11909
+ Access-Control-Allow-Methods:
11910
+ - GET, POST
11911
+ Access-Control-Allow-Headers:
11912
+ - DNT,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range
11913
+ body:
11914
+ encoding: UTF-8
11915
+ string: '{"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
11916
+ HIVE","current_supply":"384080738.679 HIVE","init_hbd_supply":"0.000 HBD","current_hbd_supply":"26694826.403
11917
+ HBD","total_vesting_fund_hive":"161382578.750 HIVE","total_vesting_shares":"293562876963.984815
11918
+ VESTS","total_reward_fund_hive":"0.000 HIVE","total_reward_shares2":"0","pending_rewarded_vesting_shares":"759984935.865022
11919
+ VESTS","pending_rewarded_vesting_hive":"392520.488 HIVE","hbd_interest_rate":2000,"hbd_print_rate":10000,"maximum_block_size":65536,"required_actions_partition_percent":0,"current_aslot":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
11920
+ HBD","downvote_pool_percent":2500,"current_remove_threshold":200,"early_voting_seconds":86400,"mid_voting_seconds":172800,"max_consecutive_recurrent_transfer_failures":10,"max_recurrent_transfer_end_date":730,"min_recurrent_transfers_recurrence":24,"max_open_recurrent_transfers":255},"id":93}'
11921
+ recorded_at: Sat, 30 Jul 2022 23:28:37 GMT
11922
+ recorded_with: VCR 6.1.0