@beblurt/blurt-nodes-checker 1.1.0 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -56,7 +56,7 @@ const nodesChecker = new BlurtNodesChecker(["url1", "url2", ...])
56
56
  - `options` (optional):
57
57
  - `debug` (boolean): if true show console info (default: false)
58
58
  - `full` (boolean): if false perform only a `get_config` with response time (default: false)
59
- - `nexus` (boolean): if true check if the rpc node is [Nexus](https://gitlab.com/blurt/openblurt/nexus) compatible (default: false)
59
+ - `nexus` (boolean): if true check if the rpc node is [Nexus](https://gitlab.com/blurt/openblurt/nexus) compatible (default: true)
60
60
  - `interval` (seconds): delay in seconds between each execution (default: 900 seconds)
61
61
  - `timeout` (seconds): timeout in seconds for node request (default: 3 seconds)
62
62
  - `reset` (number): number max of test before resetting the counters (default: no reset)
@@ -212,19 +212,23 @@ In this case, only a call to the rpc method `condenser_api.get_config` is made,
212
212
  In this case the methods below are checked:
213
213
 
214
214
  - `condenser_api.get_config`
215
+ - `condenser_api.get_account_history`
215
216
  - `condenser_api.get_accounts`
216
217
  - `condenser_api.get_block`
217
218
  - `condenser_api.get_blog_entries`
218
219
  - `condenser_api.get_content`
219
220
  - `condenser_api.get_dynamic_global_properties`
220
221
  - `condenser_api.get_discussions_by_blog`
222
+ - `condenser_api.lookup_accounts`
221
223
 
222
224
  If it is a Nexus node the following methods are also checked:
223
225
 
224
226
  - `bridge.account_notifications`
227
+ - `bridge.get_account_posts`
228
+ - `bridge.get_discussion`
225
229
  - `bridge.get_payout_stats`
226
- - `bridge.get_post`
227
230
  - `bridge.get_profile`
231
+ - `bridge.get_ranked_posts`
228
232
  - `bridge.list_communities`
229
233
 
230
234
  #### Result