Skip to content

Commit 49523a8

Browse files
committed
added voting stat to plugin README
1 parent 8c78f1b commit 49523a8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

libraries/plugins/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@ Plugins are optional to run by node operator according to their needs. However,
88

99
# Available Plugins
1010

11-
Folder | Name | Description | Category | Status | SpaceID
11+
Folder | Name | Description | Category | Status | SpaceID
1212
-----------------------------------|--------------------------|-----------------------------------------------------------------------------|----------------|---------------|--------------|
1313
[account_history](account_history) | Account History | Save account history data | History | Stable | 4
14-
[api_helper_indexes](api_helper_indexes) | API Helper Indexes | Provides some helper indexes used by various API calls | Database API | Stable |
14+
[api_helper_indexes](api_helper_indexes) | API Helper Indexes | Provides some helper indexes used by various API calls | Database API | Stable |
1515
[debug_witness](debug_witness) | Debug Witness | Run "what-if" tests | Debug | Stable |
1616
[delayed_node](delayed_node) | Delayed Node | Avoid forks by running a several times confirmed and delayed blockchain | Business | Stable |
1717
[elasticsearch](elasticsearch) | ElasticSearch Operations | Save account history data into elasticsearch database | History | Experimental | 6
1818
[es_objects](es_objects) | ElasticSearch Objects | Save selected objects into elasticsearch database | History | Experimental |
1919
[grouped_orders](grouped_orders) | Grouped Orders | Expose api to create a grouped order book of bitshares markets | Market data | Experimental |
2020
[market_history](market_history) | Market History | Save market history data | Market data | Stable | 5
21-
[snapshot](snapshot) | Snapshot | Get a json of all objects in blockchain at a specificed time or block | Debug | Stable |
22-
[witness](witness) | Witness | Generate and sign blocks | Block producer | Stable |
21+
[snapshot](snapshot) | Snapshot | Get a json of all objects in blockchain at a specificed time or block | Debug | Stable |
22+
[witness](witness) | Witness | Generate and sign blocks | Block producer | Stable |
23+
[voting_stat](voting_stat) | Voting Statistics | Generate objects from voting related data (works together with es objects) | History | Experimental | 7

0 commit comments

Comments
 (0)