From 05d1e8704685d5ec303c01fbfdafa6fef0984d20 Mon Sep 17 00:00:00 2001
From: Pawel Maniora <pmaniora@syncad.com>
Date: Wed, 18 Nov 2020 13:51:43 +0100
Subject: [PATCH] tavern missing API calls for full coverage

---
 .../get_account_votes/_readme.txt             |    1 +
 .../get_blog_authors/get.pat.json             |    9 +
 .../get_blog_authors/get.tavern.yaml          |   29 +
 .../follow_api_patterns/get_feed/get.pat.json |    9 +
 .../get_feed/get.tavern.yaml                  |   29 +
 .../get_feed_entries/get.pat.json             |    9 +
 .../get_feed_entries/get.tavern.yaml          |   29 +
 .../hive_patterns/db_head_state.pat.json      |    5 +
 .../hive_patterns/db_head_state.tavern.yaml   |   29 +
 .../tavern/hive_patterns/get_info.pat.json    |    6 +
 .../tavern/hive_patterns/get_info.tavern.yaml |   29 +
 .../get_account_votes/_readme.txt             |    1 +
 .../get_active_votes/all_data.pat.json        | 1842 +++++++++++++++++
 .../get_active_votes/all_data.tavern.yaml     |   29 +
 .../get_discussions_by_active/get.pat.json    |    9 +
 .../get_discussions_by_active/get.tavern.yaml |   29 +
 .../get_discussions_by_cashout/get.pat.json   |    9 +
 .../get.tavern.yaml                           |   29 +
 .../get_discussions_by_children/get.pat.json  |    9 +
 .../get.tavern.yaml                           |   29 +
 .../get_discussions_by_votes/get.pat.json     |    9 +
 .../get_discussions_by_votes/get.tavern.yaml  |   29 +
 .../get_tags_used_by_author/get.pat.json      |    9 +
 .../get_tags_used_by_author/get.tavern.yaml   |   29 +
 24 files changed, 2246 insertions(+)
 create mode 100644 hivemind/tavern/condenser_api_patterns/get_account_votes/_readme.txt
 create mode 100644 hivemind/tavern/follow_api_patterns/get_blog_authors/get.pat.json
 create mode 100644 hivemind/tavern/follow_api_patterns/get_blog_authors/get.tavern.yaml
 create mode 100644 hivemind/tavern/follow_api_patterns/get_feed/get.pat.json
 create mode 100644 hivemind/tavern/follow_api_patterns/get_feed/get.tavern.yaml
 create mode 100644 hivemind/tavern/follow_api_patterns/get_feed_entries/get.pat.json
 create mode 100644 hivemind/tavern/follow_api_patterns/get_feed_entries/get.tavern.yaml
 create mode 100644 hivemind/tavern/hive_patterns/db_head_state.pat.json
 create mode 100644 hivemind/tavern/hive_patterns/db_head_state.tavern.yaml
 create mode 100644 hivemind/tavern/hive_patterns/get_info.pat.json
 create mode 100644 hivemind/tavern/hive_patterns/get_info.tavern.yaml
 create mode 100644 hivemind/tavern/tags_api_patterns/get_account_votes/_readme.txt
 create mode 100644 hivemind/tavern/tags_api_patterns/get_active_votes/all_data.pat.json
 create mode 100644 hivemind/tavern/tags_api_patterns/get_active_votes/all_data.tavern.yaml
 create mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_active/get.pat.json
 create mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_active/get.tavern.yaml
 create mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_cashout/get.pat.json
 create mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_cashout/get.tavern.yaml
 create mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_children/get.pat.json
 create mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_children/get.tavern.yaml
 create mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_votes/get.pat.json
 create mode 100644 hivemind/tavern/tags_api_patterns/get_discussions_by_votes/get.tavern.yaml
 create mode 100644 hivemind/tavern/tags_api_patterns/get_tags_used_by_author/get.pat.json
 create mode 100644 hivemind/tavern/tags_api_patterns/get_tags_used_by_author/get.tavern.yaml

diff --git a/hivemind/tavern/condenser_api_patterns/get_account_votes/_readme.txt b/hivemind/tavern/condenser_api_patterns/get_account_votes/_readme.txt
new file mode 100644
index 00000000..43a54a20
--- /dev/null
+++ b/hivemind/tavern/condenser_api_patterns/get_account_votes/_readme.txt
@@ -0,0 +1 @@
+get_account_votes is no longer supported, for details see https://hive.blog/steemit/@steemitdev/additional-public-api-change
\ No newline at end of file
diff --git a/hivemind/tavern/follow_api_patterns/get_blog_authors/get.pat.json b/hivemind/tavern/follow_api_patterns/get_blog_authors/get.pat.json
new file mode 100644
index 00000000..14de7ee8
--- /dev/null
+++ b/hivemind/tavern/follow_api_patterns/get_blog_authors/get.pat.json
@@ -0,0 +1,9 @@
+{
+  "error": {
+    "code": -32000,
+    "data": "NotImplementedError: ",
+    "message": "Server error"
+  },
+  "id": 1,
+  "jsonrpc": "2.0"
+}
diff --git a/hivemind/tavern/follow_api_patterns/get_blog_authors/get.tavern.yaml b/hivemind/tavern/follow_api_patterns/get_blog_authors/get.tavern.yaml
new file mode 100644
index 00000000..5bce5868
--- /dev/null
+++ b/hivemind/tavern/follow_api_patterns/get_blog_authors/get.tavern.yaml
@@ -0,0 +1,29 @@
+---
+  test_name: Hivemind follow_api.get_blog_authors patterns test
+
+  marks:
+    - patterntest
+    - xfail # NotImplementedError
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: get_feed
+      request:
+        url: "{service.proto:s}://{service.server:s}:{service.port}/"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "follow_api.get_blog_authors"
+          params: {"blog_account":"steemit"}
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "get"
+            directory: "follow_api_patterns/get_blog_authors"
+
diff --git a/hivemind/tavern/follow_api_patterns/get_feed/get.pat.json b/hivemind/tavern/follow_api_patterns/get_feed/get.pat.json
new file mode 100644
index 00000000..14de7ee8
--- /dev/null
+++ b/hivemind/tavern/follow_api_patterns/get_feed/get.pat.json
@@ -0,0 +1,9 @@
+{
+  "error": {
+    "code": -32000,
+    "data": "NotImplementedError: ",
+    "message": "Server error"
+  },
+  "id": 1,
+  "jsonrpc": "2.0"
+}
diff --git a/hivemind/tavern/follow_api_patterns/get_feed/get.tavern.yaml b/hivemind/tavern/follow_api_patterns/get_feed/get.tavern.yaml
new file mode 100644
index 00000000..b8fe1ac8
--- /dev/null
+++ b/hivemind/tavern/follow_api_patterns/get_feed/get.tavern.yaml
@@ -0,0 +1,29 @@
+---
+  test_name: Hivemind follow_api.get_feed patterns test
+
+  marks:
+    - patterntest
+    - xfail # NotImplementedError
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: get_feed
+      request:
+        url: "{service.proto:s}://{service.server:s}:{service.port}/"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "follow_api.get_feed"
+          params: {"account":"steemit","start_entry_id":0,"limit":1}
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "get"
+            directory: "follow_api_patterns/get_feed"
+
diff --git a/hivemind/tavern/follow_api_patterns/get_feed_entries/get.pat.json b/hivemind/tavern/follow_api_patterns/get_feed_entries/get.pat.json
new file mode 100644
index 00000000..14de7ee8
--- /dev/null
+++ b/hivemind/tavern/follow_api_patterns/get_feed_entries/get.pat.json
@@ -0,0 +1,9 @@
+{
+  "error": {
+    "code": -32000,
+    "data": "NotImplementedError: ",
+    "message": "Server error"
+  },
+  "id": 1,
+  "jsonrpc": "2.0"
+}
diff --git a/hivemind/tavern/follow_api_patterns/get_feed_entries/get.tavern.yaml b/hivemind/tavern/follow_api_patterns/get_feed_entries/get.tavern.yaml
new file mode 100644
index 00000000..a48146a6
--- /dev/null
+++ b/hivemind/tavern/follow_api_patterns/get_feed_entries/get.tavern.yaml
@@ -0,0 +1,29 @@
+---
+  test_name: Hivemind follow_api.get_feed_entries patterns test
+
+  marks:
+    - patterntest
+    - xfail # NotImplementedError
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: get_feed_entries
+      request:
+        url: "{service.proto:s}://{service.server:s}:{service.port}/"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "follow_api.get_feed_entries"
+          params: {"account":"steemit","start_entry_id":0,"limit":1}
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "get"
+            directory: "follow_api_patterns/get_feed_entries"
+
diff --git a/hivemind/tavern/hive_patterns/db_head_state.pat.json b/hivemind/tavern/hive_patterns/db_head_state.pat.json
new file mode 100644
index 00000000..0d6b5943
--- /dev/null
+++ b/hivemind/tavern/hive_patterns/db_head_state.pat.json
@@ -0,0 +1,5 @@
+{
+  "db_head_age": 131571357,
+  "db_head_block": 5000016,
+  "db_head_time": "2016-09-15 19:48:09"
+}
diff --git a/hivemind/tavern/hive_patterns/db_head_state.tavern.yaml b/hivemind/tavern/hive_patterns/db_head_state.tavern.yaml
new file mode 100644
index 00000000..e63d2203
--- /dev/null
+++ b/hivemind/tavern/hive_patterns/db_head_state.tavern.yaml
@@ -0,0 +1,29 @@
+---
+  test_name: Hivemind hive.db_head_state
+
+  marks:
+    - patterntest
+
+  includes:
+    - !include ../common.yaml
+
+  stages:
+    - name: hive.db_head_state
+      request:
+        url: "{service.proto:s}://{service.server:s}:{service.port}/"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "hive.db_head_state"
+          params: {}
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "db_head_state"
+            directory: "hive_patterns"
+            ignore_tags: ['db_head_age']
diff --git a/hivemind/tavern/hive_patterns/get_info.pat.json b/hivemind/tavern/hive_patterns/get_info.pat.json
new file mode 100644
index 00000000..49669af1
--- /dev/null
+++ b/hivemind/tavern/hive_patterns/get_info.pat.json
@@ -0,0 +1,6 @@
+{
+  "database_head_block": 5000016,
+  "database_schema_version": 18,
+  "hivemind_git_rev": "e4511274",
+  "hivemind_version": "0.0.1"
+}
diff --git a/hivemind/tavern/hive_patterns/get_info.tavern.yaml b/hivemind/tavern/hive_patterns/get_info.tavern.yaml
new file mode 100644
index 00000000..44843531
--- /dev/null
+++ b/hivemind/tavern/hive_patterns/get_info.tavern.yaml
@@ -0,0 +1,29 @@
+---
+  test_name: Hivemind hive.get_info
+
+  marks:
+    - patterntest
+
+  includes:
+    - !include ../common.yaml
+
+  stages:
+    - name: hive.get_info
+      request:
+        url: "{service.proto:s}://{service.server:s}:{service.port}/"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "hive.get_info"
+          params: {}
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "get_info"
+            directory: "hive_patterns"
+            ignore_tags: ["database_schema_version", "hivemind_git_rev","hivemind_version"]
diff --git a/hivemind/tavern/tags_api_patterns/get_account_votes/_readme.txt b/hivemind/tavern/tags_api_patterns/get_account_votes/_readme.txt
new file mode 100644
index 00000000..43a54a20
--- /dev/null
+++ b/hivemind/tavern/tags_api_patterns/get_account_votes/_readme.txt
@@ -0,0 +1 @@
+get_account_votes is no longer supported, for details see https://hive.blog/steemit/@steemitdev/additional-public-api-change
\ No newline at end of file
diff --git a/hivemind/tavern/tags_api_patterns/get_active_votes/all_data.pat.json b/hivemind/tavern/tags_api_patterns/get_active_votes/all_data.pat.json
new file mode 100644
index 00000000..2a7e07a9
--- /dev/null
+++ b/hivemind/tavern/tags_api_patterns/get_active_votes/all_data.pat.json
@@ -0,0 +1,1842 @@
+[
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 07:38:42",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 234645892,
+    "vote_percent": 10000,
+    "voter": "kman66",
+    "weight": 113518345490573
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 08:42:18",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 8370770064044,
+    "vote_percent": 10000,
+    "voter": "pharesim",
+    "weight": 12423167004399239872
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 07:39:48",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 116482062,
+    "vote_percent": 10000,
+    "voter": "eleanorjoy",
+    "weight": 76024297966081
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 07:40:00",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 134847208,
+    "vote_percent": 10000,
+    "voter": "tedvernon",
+    "weight": 92146561626008
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 08:03:06",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 11991707737,
+    "vote_percent": 10000,
+    "voter": "clement",
+    "weight": 50578488402481718
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 07:35:33",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 1701701926,
+    "vote_percent": 10000,
+    "voter": "noodhoog",
+    "weight": 0
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 07:35:45",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 4730527,
+    "vote_percent": 10000,
+    "voter": "seagul",
+    "weight": 145314195888
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 08:20:06",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 147364981,
+    "vote_percent": 10000,
+    "voter": "askokhas",
+    "weight": 674781996756057
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 08:42:21",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 1159039780633,
+    "vote_percent": 10000,
+    "voter": "xeroc",
+    "weight": 509831902209827356
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 08:42:24",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 632052917841,
+    "vote_percent": 10000,
+    "voter": "anonymous",
+    "weight": 242896928104345789
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 09:23:09",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 210336180,
+    "vote_percent": 10000,
+    "voter": "mehanizator",
+    "weight": 77226782600546
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 09:48:57",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 87437757,
+    "vote_percent": 10000,
+    "voter": "valius",
+    "weight": 32087921204576
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 09:46:54",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 42297921,
+    "vote_percent": 10000,
+    "voter": "status",
+    "weight": 15522639427211
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 09:40:06",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 3259268823,
+    "vote_percent": 10000,
+    "voter": "r4fken",
+    "weight": 1196376467245091
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 09:53:48",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 18556000796,
+    "vote_percent": 10000,
+    "voter": "stephencurry",
+    "weight": 6800742363520013
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 10:16:33",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 85123686,
+    "vote_percent": 10000,
+    "voter": "denis1805",
+    "weight": 31156725012767
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 11:33:42",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 68999461,
+    "vote_percent": 10000,
+    "voter": "kindmorning",
+    "weight": 24547381244761
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 10:30:18",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 80554275,
+    "vote_percent": 10000,
+    "voter": "mikeoleksyuk",
+    "weight": 29483898390317
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 10:36:18",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 203029605717,
+    "vote_percent": 10000,
+    "voter": "trogdor",
+    "weight": 73263400193931674
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 12:15:03",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 23144734651998,
+    "vote_percent": 10000,
+    "voter": "dantheman",
+    "weight": 3158168661139596140
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 12:07:39",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 424965841,
+    "vote_percent": 10000,
+    "voter": "dmitry",
+    "weight": 151181481289808
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 12:15:36",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 48877173,
+    "vote_percent": 10000,
+    "voter": "alexx",
+    "weight": 2558232324085
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 13:02:06",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 6773402944,
+    "vote_percent": 10000,
+    "voter": "isteemit",
+    "weight": 350758631145415
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 12:17:45",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 184943135280,
+    "vote_percent": 10000,
+    "voter": "taoteh1221",
+    "weight": 9632468889222680
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 12:37:51",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 10448742150,
+    "vote_percent": 10000,
+    "voter": "ethereums1",
+    "weight": 541343981529261
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 12:57:15",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 298190942,
+    "vote_percent": 10000,
+    "voter": "krispy123",
+    "weight": 15444659030161
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 12:18:33",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 263837178,
+    "vote_percent": 10000,
+    "voter": "dasan-oneia",
+    "weight": 13674089460829
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 12:34:24",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 1296386923,
+    "vote_percent": 10000,
+    "voter": "mjgrae",
+    "weight": 67186049784735
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 12:52:03",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 75955392,
+    "vote_percent": 10000,
+    "voter": "junglepancake",
+    "weight": 3934112658908
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 13:01:03",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 46189136,
+    "vote_percent": 10000,
+    "voter": "kottai",
+    "weight": 2392322659960
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 13:12:18",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 80867920,
+    "vote_percent": 10000,
+    "voter": "barriexy",
+    "weight": 4186960534142
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 13:24:18",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 229096700,
+    "vote_percent": 10000,
+    "voter": "vi1son",
+    "weight": 11861392289958
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 13:15:39",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 95297066,
+    "vote_percent": 10000,
+    "voter": "nbogdan",
+    "weight": 4934010821746
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 14:04:21",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 14273526600,
+    "vote_percent": 10000,
+    "voter": "bitshares101",
+    "weight": 736856175849903
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 13:46:42",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 1346329392,
+    "vote_percent": 10000,
+    "voter": "cryptorune",
+    "weight": 69531596344983
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 13:32:48",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 46440733040,
+    "vote_percent": 10000,
+    "voter": "paco",
+    "weight": 2401482009577279
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 14:06:51",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 118525192,
+    "vote_percent": 10000,
+    "voter": "surf4life",
+    "weight": 6116412683629
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 14:22:18",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 64093006844,
+    "vote_percent": 10000,
+    "voter": "pnc",
+    "weight": 3301830370444350
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 14:12:45",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 224179177,
+    "vote_percent": 10000,
+    "voter": "giveaway",
+    "weight": 11568510555476
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 14:25:45",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 112581154,
+    "vote_percent": 10000,
+    "voter": "rpm",
+    "weight": 5789883972255
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 14:24:45",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 93671987,
+    "vote_percent": 10000,
+    "voter": "bugadu96",
+    "weight": 4817439421424
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 14:24:09",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 44367649,
+    "vote_percent": 10000,
+    "voter": "csrolex",
+    "weight": 2281783990160
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 14:28:45",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 14377796258,
+    "vote_percent": 10000,
+    "voter": "justtryme90",
+    "weight": 739146254432020
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 14:34:45",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 34819825,
+    "vote_percent": 10000,
+    "voter": "qonq99",
+    "weight": 1789366992749
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 14:35:00",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 197403726,
+    "vote_percent": 10000,
+    "voter": "micden",
+    "weight": 10144380300968
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 15:02:03",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 64736978,
+    "vote_percent": 10000,
+    "voter": "andrey123",
+    "weight": 3305427945557
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 14:57:36",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 104527862,
+    "vote_percent": 10000,
+    "voter": "armen7777",
+    "weight": 5371052935924
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 15:00:12",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 119947441882,
+    "vote_percent": 10000,
+    "voter": "changby",
+    "weight": 6143907355191644
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 15:00:21",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 225699508,
+    "vote_percent": 10000,
+    "voter": "femmsanya",
+    "weight": 11524157968101
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 15:03:06",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 26398943605,
+    "vote_percent": 10000,
+    "voter": "wongshiying",
+    "weight": 1346975184557174
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 14:56:57",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 1716735053,
+    "vote_percent": 10000,
+    "voter": "exyle",
+    "weight": 88216843332198
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 15:04:51",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 23380417,
+    "vote_percent": 10000,
+    "voter": "stereolubov",
+    "weight": 1192129804846
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 15:36:48",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 117047185,
+    "vote_percent": 10000,
+    "voter": "nadim01",
+    "weight": 5965888652005
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 15:13:48",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 98714792,
+    "vote_percent": 10000,
+    "voter": "baz",
+    "weight": 5031545545014
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 15:15:51",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 111289917,
+    "vote_percent": 10000,
+    "voter": "pollack16",
+    "weight": 5672475057290
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 15:39:21",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 5457724381,
+    "vote_percent": 10000,
+    "voter": "honeythief",
+    "weight": 278139162027536
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 15:12:57",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 6601861066,
+    "vote_percent": 10000,
+    "voter": "james-mac",
+    "weight": 336559647256044
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 16:30:12",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 110631442,
+    "vote_percent": 10000,
+    "voter": "moksha",
+    "weight": 5637095680840
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 16:18:21",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 121250146,
+    "vote_percent": 10000,
+    "voter": "brutalbro",
+    "weight": 6178230491517
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 16:21:15",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 103250648,
+    "vote_percent": 10000,
+    "voter": "rufai",
+    "weight": 5261045528127
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 16:39:15",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 10112485667,
+    "vote_percent": 10000,
+    "voter": "michaelx",
+    "weight": 515131486171986
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 16:42:09",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 178823162,
+    "vote_percent": 10000,
+    "voter": "m34ndy0u",
+    "weight": 9071507209987
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 16:42:18",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 100974210,
+    "vote_percent": 10000,
+    "voter": "maloi2092",
+    "weight": 5122275793538
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 15:40:48",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 117044299,
+    "vote_percent": 10000,
+    "voter": "cryptonitdmd",
+    "weight": 5963993746919
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 16:00:09",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 103335387,
+    "vote_percent": 10000,
+    "voter": "creding",
+    "weight": 5265425467638
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 16:41:06",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 74004343299,
+    "vote_percent": 10000,
+    "voter": "thedashguy",
+    "weight": 3761477418015973
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 17:04:21",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 3066661568,
+    "vote_percent": 10000,
+    "voter": "spikykevin",
+    "weight": 155551819106735
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 17:02:21",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 315315846,
+    "vote_percent": 10000,
+    "voter": "siska-dewi",
+    "weight": 15995342730639
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 17:10:03",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 13940772,
+    "vote_percent": 10000,
+    "voter": "bitlord",
+    "weight": 707057034247
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 17:06:45",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 287318525,
+    "vote_percent": 10000,
+    "voter": "fitri-kidul",
+    "weight": 14572520713378
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 17:11:03",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 202204923,
+    "vote_percent": 10000,
+    "voter": "the-future",
+    "weight": 10255501128734
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 17:27:21",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 165772630,
+    "vote_percent": 10000,
+    "voter": "pet1000",
+    "weight": 8407634035129
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 18:10:30",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 70903835340,
+    "vote_percent": 10000,
+    "voter": "jatochnietdan",
+    "weight": 3589337403283287
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 17:50:21",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 140509725,
+    "vote_percent": 10000,
+    "voter": "roniiskandar",
+    "weight": 7126296180623
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 18:03:18",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 209396977,
+    "vote_percent": 10000,
+    "voter": "wenden",
+    "weight": 10619985117849
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 18:31:03",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 227262320,
+    "vote_percent": 10000,
+    "voter": "volcano",
+    "weight": 11483197925960
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 18:34:21",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 80382111,
+    "vote_percent": 10000,
+    "voter": "makarovbg",
+    "weight": 4061545527320
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 18:34:36",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 931398595,
+    "vote_percent": 10000,
+    "voter": "vorsseli",
+    "weight": 47060441611883
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 18:58:21",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 6969920034,
+    "vote_percent": 10000,
+    "voter": "jerome-colley",
+    "weight": 351525921152571
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 18:38:48",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 30736521859,
+    "vote_percent": 10000,
+    "voter": "sephiroth",
+    "weight": 1551727268286484
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 18:56:03",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 123681007,
+    "vote_percent": 10000,
+    "voter": "rdwn",
+    "weight": 6238973125006
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 19:11:06",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 9498942927,
+    "vote_percent": 10000,
+    "voter": "aaseb",
+    "weight": 478870263128743
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 19:17:33",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 1001646582,
+    "vote_percent": 10000,
+    "voter": "nioctib",
+    "weight": 50482157198524
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 20:59:24",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 18241329949,
+    "vote_percent": 10000,
+    "voter": "redpalestino",
+    "weight": 918222392917928
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 20:31:24",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 232252916,
+    "vote_percent": 10000,
+    "voter": "splus",
+    "weight": 11696857035939
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 20:49:00",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 210947994,
+    "vote_percent": 10000,
+    "voter": "nippel66",
+    "weight": 10623763096853
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 20:51:39",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 100752118,
+    "vote_percent": 10000,
+    "voter": "hhhpppzzz",
+    "weight": 5074036953894
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 19:49:45",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 111547145,
+    "vote_percent": 10000,
+    "voter": "mephdxa21",
+    "weight": 5621720060187
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 20:15:48",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 13167308443,
+    "vote_percent": 10000,
+    "voter": "jparty",
+    "weight": 663371905855054
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 21:17:18",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 2456363925986,
+    "vote_percent": 10000,
+    "voter": "donkeypong",
+    "weight": 116138826621483045
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 21:24:57",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 41675596,
+    "vote_percent": 10000,
+    "voter": "victoria2002",
+    "weight": 1851655593889
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 21:19:03",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 288376635,
+    "vote_percent": 10000,
+    "voter": "mianeri",
+    "weight": 12812738995763
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 21:58:48",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 214268053,
+    "vote_percent": 10000,
+    "voter": "jaycobbell",
+    "weight": 9519915375758
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 22:14:57",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 34660089,
+    "vote_percent": 10000,
+    "voter": "vkoreshkoff",
+    "weight": 1539928453330
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 22:12:36",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 100488522,
+    "vote_percent": 10000,
+    "voter": "dev00100000",
+    "weight": 4464663880338
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 22:47:39",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 3776271080,
+    "vote_percent": 10000,
+    "voter": "creemej",
+    "weight": 167754491378504
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 22:23:09",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 236958447,
+    "vote_percent": 10000,
+    "voter": "leftsword",
+    "weight": 10527861677681
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 22:32:00",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 236605175,
+    "vote_percent": 10000,
+    "voter": "darkstormrise",
+    "weight": 10512043949157
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 22:44:00",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 213255092,
+    "vote_percent": 10000,
+    "voter": "kapiw",
+    "weight": 9474527146924
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 22:46:42",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 217122672,
+    "vote_percent": 10000,
+    "voter": "overtheline",
+    "weight": 9646254663177
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 22:56:45",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 17354117667980,
+    "vote_percent": 10000,
+    "voter": "rainman",
+    "weight": 540650925068841983
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 22:56:45",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 8524556923,
+    "vote_percent": 10000,
+    "voter": "fbsvk",
+    "weight": 186237092674822
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 22:56:45",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 163107506411,
+    "vote_percent": 10000,
+    "voter": "svk",
+    "weight": 3552937078625098
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 22:56:48",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 4673732021514,
+    "vote_percent": 10000,
+    "voter": "witness.svk",
+    "weight": 93985310415382959
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 22:56:51",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 94749428143,
+    "vote_percent": 10000,
+    "voter": "bbqbear",
+    "weight": 1761243292160774
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 23:05:45",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 1135148374938,
+    "vote_percent": 10000,
+    "voter": "sean-king",
+    "weight": 20696313038561087
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 23:07:21",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 536613836,
+    "vote_percent": 10000,
+    "voter": "seelemonsonline",
+    "weight": 9610573527657
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 23:18:45",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 2607060834,
+    "vote_percent": 10000,
+    "voter": "tie-warutho",
+    "weight": 46680776455185
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 23:10:51",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 5857815508,
+    "vote_percent": 10000,
+    "voter": "q00p",
+    "weight": 104901057312176
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 23:30:24",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 9317108728,
+    "vote_percent": 10000,
+    "voter": "ozcap",
+    "weight": 166782478470117
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 23:28:48",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 2733464964,
+    "vote_percent": 10000,
+    "voter": "akado",
+    "weight": 48940036406860
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 23:33:15",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 2616078009,
+    "vote_percent": 10000,
+    "voter": "bryan-kho",
+    "weight": 46820518731200
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 23:31:15",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 222487594,
+    "vote_percent": 10000,
+    "voter": "zhuvazhuva",
+    "weight": 3982085034377
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 00:17:24",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 45895150,
+    "vote_percent": 10000,
+    "voter": "maxikingstealer",
+    "weight": 819879968104
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 23:44:24",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 108051583,
+    "vote_percent": 10000,
+    "voter": "coinmaster4you",
+    "weight": 1930266416569
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 23:42:00",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 57760346745,
+    "vote_percent": 10000,
+    "voter": "business",
+    "weight": 1032778374124426
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-15 23:47:45",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 118286456,
+    "vote_percent": 10000,
+    "voter": "sciphobia",
+    "weight": 2113097865938
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 00:27:03",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 2290679,
+    "vote_percent": 10000,
+    "voter": "bitcoin-news",
+    "weight": 40855293200
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 00:25:15",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 51745510709,
+    "vote_percent": 10000,
+    "voter": "leta-blake",
+    "weight": 923647629227212
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 00:27:39",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 224070793,
+    "vote_percent": 10000,
+    "voter": "taggley",
+    "weight": 3996389598174
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 01:00:06",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 244097699,
+    "vote_percent": 10000,
+    "voter": "igorduarte",
+    "weight": 4350383779656
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 00:58:06",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 23369244818,
+    "vote_percent": 10000,
+    "voter": "w4lterwyte",
+    "weight": 416646725249295
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 01:11:18",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 105505577,
+    "vote_percent": 10000,
+    "voter": "jameswoods",
+    "weight": 1880327794018
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 01:07:30",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 250173696,
+    "vote_percent": 10000,
+    "voter": "eythor",
+    "weight": 4458637804811
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 01:37:24",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 107395123,
+    "vote_percent": 10000,
+    "voter": "dwaynejohnson",
+    "weight": 1913352230203
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 01:20:15",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 10842019199,
+    "vote_percent": 10000,
+    "voter": "agentorange",
+    "weight": 193194356663360
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 01:38:30",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 117644390,
+    "vote_percent": 10000,
+    "voter": "meteor0",
+    "weight": 2095945910512
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 02:50:09",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 4954517677,
+    "vote_percent": 10000,
+    "voter": "saknan",
+    "weight": 87726955973574
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 02:34:57",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 243095491,
+    "vote_percent": 10000,
+    "voter": "gerber",
+    "weight": 4330933053348
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 02:36:33",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 1145572575,
+    "vote_percent": 10000,
+    "voter": "romanskv",
+    "weight": 20408815707789
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 01:43:12",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 136855379,
+    "vote_percent": 10000,
+    "voter": "fabiocortes10",
+    "weight": 2438198180196
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 02:46:00",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 194601288991,
+    "vote_percent": 10000,
+    "voter": "churdtzu",
+    "weight": 3456383714402894
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 02:56:15",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 1347619370,
+    "vote_percent": 10000,
+    "voter": "freeflowbc",
+    "weight": 23859235546560
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 03:13:09",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 45162031379,
+    "vote_percent": 10000,
+    "voter": "krypto",
+    "weight": 798993336181083
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 03:06:03",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 506870302,
+    "vote_percent": 10000,
+    "voter": "benjiberigan",
+    "weight": 8973743477077
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 04:11:03",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": -52462021455,
+    "vote_percent": -10000,
+    "voter": "jacobt",
+    "weight": 0
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 03:17:54",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 497959211,
+    "vote_percent": 10000,
+    "voter": "ethbull",
+    "weight": 8803521031751
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 03:26:06",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 229372755168,
+    "vote_percent": 10000,
+    "voter": "gavvet",
+    "weight": 4040749389759419
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 03:44:33",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 538687101,
+    "vote_percent": 10000,
+    "voter": "finfree",
+    "weight": 9456139033140
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 04:44:30",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 204206581141,
+    "vote_percent": 10000,
+    "voter": "kaylinart",
+    "weight": 3573088513912911
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 04:15:51",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 107323835,
+    "vote_percent": 10000,
+    "voter": "marine",
+    "weight": 1883948940366
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 04:36:09",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 143457201,
+    "vote_percent": 10000,
+    "voter": "alisha",
+    "weight": 2518207524124
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 04:34:39",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 156841416,
+    "vote_percent": 10000,
+    "voter": "thealexander",
+    "weight": 2753163037363
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 04:40:57",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 2125595194,
+    "vote_percent": 10000,
+    "voter": "dyausdiu",
+    "weight": 37310796865459
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 05:37:24",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 1832441732,
+    "vote_percent": 10000,
+    "voter": "ungratefulchump",
+    "weight": 31959532749288
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 05:33:27",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 107607641,
+    "vote_percent": 10000,
+    "voter": "musical",
+    "weight": 1876835942745
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 05:08:51",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 1829692001,
+    "vote_percent": 10000,
+    "voter": "oliverb",
+    "weight": 31913477198579
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 06:00:21",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 240151960,
+    "vote_percent": 10000,
+    "voter": "garik100",
+    "weight": 4188345929256
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 06:18:27",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 237368482,
+    "vote_percent": 10000,
+    "voter": "sergocarde",
+    "weight": 3546383376882
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 06:12:12",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 5231058255253,
+    "vote_percent": 10000,
+    "voter": "complexring",
+    "weight": 84440496216507093
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 06:15:54",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 286259116,
+    "vote_percent": 10000,
+    "voter": "ndell",
+    "weight": 4276861553326
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 06:22:54",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 150429133,
+    "vote_percent": 10000,
+    "voter": "starlord",
+    "weight": 2247461113398
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 06:43:39",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 199621559,
+    "vote_percent": 10000,
+    "voter": "torlaff",
+    "weight": 2982378683316
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 06:25:21",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 220629191,
+    "vote_percent": 10000,
+    "voter": "bolanath",
+    "weight": 3296255846635
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 07:05:00",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 126953742,
+    "vote_percent": 10000,
+    "voter": "kubiiktop",
+    "weight": 1896689392626
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 07:03:42",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 211688034,
+    "vote_percent": 10000,
+    "voter": "sudnokpok",
+    "weight": 3162635279889
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 07:38:15",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 18695694524,
+    "vote_percent": 10000,
+    "voter": "hakise",
+    "weight": 279235504585658
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 07:23:09",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 203311112,
+    "vote_percent": 10000,
+    "voter": "shibley",
+    "weight": 3037434522592
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 07:21:21",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 231329106,
+    "vote_percent": 10000,
+    "voter": "omegastarscream",
+    "weight": 3456040111912
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 07:47:57",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 159589424,
+    "vote_percent": 10000,
+    "voter": "berkut",
+    "weight": 2382959368938
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 08:18:15",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 91198644,
+    "vote_percent": 10000,
+    "voter": "geras1955",
+    "weight": 1361752411643
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 07:55:21",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 97822703,
+    "vote_percent": 10000,
+    "voter": "karawalla",
+    "weight": 1460664918598
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 08:35:57",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 154036577,
+    "vote_percent": 10000,
+    "voter": "murderistic",
+    "weight": 2300022667561
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 09:38:03",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 970224536,
+    "vote_percent": 10000,
+    "voter": "robi-rusmana",
+    "weight": 14407571083704
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 09:00:48",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 1894354676,
+    "vote_percent": 10000,
+    "voter": "lovenugz",
+    "weight": 28131796101348
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 08:40:03",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 191216714633,
+    "vote_percent": 10000,
+    "voter": "juneaugoldbuyer",
+    "weight": 2847432409523469
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 09:55:12",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 72936899,
+    "vote_percent": 10000,
+    "voter": "dimniki198",
+    "weight": 1083073624058
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 09:42:27",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 114096052,
+    "vote_percent": 10000,
+    "voter": "lemooljiang",
+    "weight": 1694269349305
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 10:21:45",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 104438817,
+    "vote_percent": 10000,
+    "voter": "nick94",
+    "weight": 1550846848139
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 10:08:00",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 212963047,
+    "vote_percent": 10000,
+    "voter": "spirit",
+    "weight": 3162373596558
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 11:06:00",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 581789739514,
+    "vote_percent": 10000,
+    "voter": "joseph",
+    "weight": 8565752220552935
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 10:23:33",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 1555023575,
+    "vote_percent": 10000,
+    "voter": "greatguardian100",
+    "weight": 23090520443254
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 10:35:27",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 9521669419,
+    "vote_percent": 10000,
+    "voter": "romaan-namoor",
+    "weight": 141364905038957
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 10:56:42",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 105282247,
+    "vote_percent": 10000,
+    "voter": "youngyani",
+    "weight": 1562875366845
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-16 11:07:06",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 91062199,
+    "vote_percent": 10000,
+    "voter": "marriedbear",
+    "weight": 1329743648398
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-17 06:22:51",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 81277437,
+    "vote_percent": 10000,
+    "voter": "joca",
+    "weight": 0
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-17 06:37:12",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 4733509254,
+    "vote_percent": 10000,
+    "voter": "kakradetome",
+    "weight": 0
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-17 13:19:42",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 46079165,
+    "vote_percent": 10000,
+    "voter": "pika",
+    "weight": 0
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-17 07:55:15",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 265410644,
+    "vote_percent": 10000,
+    "voter": "algo-rythm",
+    "weight": 0
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-18 01:25:00",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 38302504,
+    "vote_percent": 10000,
+    "voter": "madhatting",
+    "weight": 0
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-17 16:42:57",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 6973412416,
+    "vote_percent": 10000,
+    "voter": "dylan-nicholas",
+    "weight": 0
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-17 18:42:54",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 91105674,
+    "vote_percent": 10000,
+    "voter": "geronimo",
+    "weight": 0
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-24 06:31:57",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 59890331,
+    "vote_percent": 10000,
+    "voter": "akaninyene-etuk",
+    "weight": 0
+  },
+  {
+    "author": "noodhoog",
+    "last_update": "2016-07-18 02:12:09",
+    "num_changes": 0,
+    "permlink": "steem-opening-the-forgotten-economy",
+    "rshares": 24624016807,
+    "vote_percent": 10000,
+    "voter": "judyhopps",
+    "weight": 0
+  }
+]
diff --git a/hivemind/tavern/tags_api_patterns/get_active_votes/all_data.tavern.yaml b/hivemind/tavern/tags_api_patterns/get_active_votes/all_data.tavern.yaml
new file mode 100644
index 00000000..30d0fed6
--- /dev/null
+++ b/hivemind/tavern/tags_api_patterns/get_active_votes/all_data.tavern.yaml
@@ -0,0 +1,29 @@
+---
+  test_name: Hivemind tags_api.get_active_votes patterns test
+
+  marks:
+    - patterntest
+    - xfail # result is sorted randomly, so pattern isn't correct
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: get_active_votes
+      request:
+        url: "{service.proto:s}://{service.server:s}:{service.port}/"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "tags_api.get_active_votes"
+          params: ["noodhoog","steem-opening-the-forgotten-economy"]
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "all_data"
+            directory: "tags_api_patterns/get_active_votes"
\ No newline at end of file
diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_active/get.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_active/get.pat.json
new file mode 100644
index 00000000..14de7ee8
--- /dev/null
+++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_active/get.pat.json
@@ -0,0 +1,9 @@
+{
+  "error": {
+    "code": -32000,
+    "data": "NotImplementedError: ",
+    "message": "Server error"
+  },
+  "id": 1,
+  "jsonrpc": "2.0"
+}
diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_active/get.tavern.yaml b/hivemind/tavern/tags_api_patterns/get_discussions_by_active/get.tavern.yaml
new file mode 100644
index 00000000..5b143a8e
--- /dev/null
+++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_active/get.tavern.yaml
@@ -0,0 +1,29 @@
+---
+  test_name: Hivemind tags_api.get_discussions_by_active patterns test
+
+  marks:
+    - patterntest
+    - xfail # NotImplementedError
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: get_discussions_by_active
+      request:
+        url: "{service.proto:s}://{service.server:s}:{service.port}/"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "tags_api.get_discussions_by_active"
+          params: ["hive",10,["hbd"],["gtg"],["hive"],255]
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "get"
+            directory: "tags_api_patterns/get_discussions_by_active"
\ No newline at end of file
diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_cashout/get.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_cashout/get.pat.json
new file mode 100644
index 00000000..14de7ee8
--- /dev/null
+++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_cashout/get.pat.json
@@ -0,0 +1,9 @@
+{
+  "error": {
+    "code": -32000,
+    "data": "NotImplementedError: ",
+    "message": "Server error"
+  },
+  "id": 1,
+  "jsonrpc": "2.0"
+}
diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_cashout/get.tavern.yaml b/hivemind/tavern/tags_api_patterns/get_discussions_by_cashout/get.tavern.yaml
new file mode 100644
index 00000000..c8382f6d
--- /dev/null
+++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_cashout/get.tavern.yaml
@@ -0,0 +1,29 @@
+---
+  test_name: Hivemind tags_api.get_discussions_by_cashout patterns test
+
+  marks:
+    - patterntest
+    - xfail # NotImplementedError
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: get_discussions_by_cashout
+      request:
+        url: "{service.proto:s}://{service.server:s}:{service.port}/"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "tags_api.get_discussions_by_cashout"
+          params: ["hive",10,["hbd"],["gtg"],["hive"],255]
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "get"
+            directory: "tags_api_patterns/get_discussions_by_cashout"
\ No newline at end of file
diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_children/get.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_children/get.pat.json
new file mode 100644
index 00000000..14de7ee8
--- /dev/null
+++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_children/get.pat.json
@@ -0,0 +1,9 @@
+{
+  "error": {
+    "code": -32000,
+    "data": "NotImplementedError: ",
+    "message": "Server error"
+  },
+  "id": 1,
+  "jsonrpc": "2.0"
+}
diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_children/get.tavern.yaml b/hivemind/tavern/tags_api_patterns/get_discussions_by_children/get.tavern.yaml
new file mode 100644
index 00000000..f49c6feb
--- /dev/null
+++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_children/get.tavern.yaml
@@ -0,0 +1,29 @@
+---
+  test_name: Hivemind tags_api.get_discussions_by_children patterns test
+
+  marks:
+    - patterntest
+    - xfail # NotImplementedError
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: get_discussions_by_children
+      request:
+        url: "{service.proto:s}://{service.server:s}:{service.port}/"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "tags_api.get_discussions_by_children"
+          params: ["hive",10,["hbd"],["gtg"],["hive"],255]
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "get"
+            directory: "tags_api_patterns/get_discussions_by_children"
\ No newline at end of file
diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_votes/get.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_votes/get.pat.json
new file mode 100644
index 00000000..14de7ee8
--- /dev/null
+++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_votes/get.pat.json
@@ -0,0 +1,9 @@
+{
+  "error": {
+    "code": -32000,
+    "data": "NotImplementedError: ",
+    "message": "Server error"
+  },
+  "id": 1,
+  "jsonrpc": "2.0"
+}
diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_votes/get.tavern.yaml b/hivemind/tavern/tags_api_patterns/get_discussions_by_votes/get.tavern.yaml
new file mode 100644
index 00000000..70c95afc
--- /dev/null
+++ b/hivemind/tavern/tags_api_patterns/get_discussions_by_votes/get.tavern.yaml
@@ -0,0 +1,29 @@
+---
+  test_name: Hivemind tags_api.get_discussions_by_votes patterns test
+
+  marks:
+    - patterntest
+    - xfail # NotImplementedError
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: get_discussions_by_votes
+      request:
+        url: "{service.proto:s}://{service.server:s}:{service.port}/"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "tags_api.get_discussions_by_votes"
+          params: ["hive",10,["hbd"],["gtg"],["hive"],255]
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "get"
+            directory: "tags_api_patterns/get_discussions_by_votes"
\ No newline at end of file
diff --git a/hivemind/tavern/tags_api_patterns/get_tags_used_by_author/get.pat.json b/hivemind/tavern/tags_api_patterns/get_tags_used_by_author/get.pat.json
new file mode 100644
index 00000000..14de7ee8
--- /dev/null
+++ b/hivemind/tavern/tags_api_patterns/get_tags_used_by_author/get.pat.json
@@ -0,0 +1,9 @@
+{
+  "error": {
+    "code": -32000,
+    "data": "NotImplementedError: ",
+    "message": "Server error"
+  },
+  "id": 1,
+  "jsonrpc": "2.0"
+}
diff --git a/hivemind/tavern/tags_api_patterns/get_tags_used_by_author/get.tavern.yaml b/hivemind/tavern/tags_api_patterns/get_tags_used_by_author/get.tavern.yaml
new file mode 100644
index 00000000..99e011b7
--- /dev/null
+++ b/hivemind/tavern/tags_api_patterns/get_tags_used_by_author/get.tavern.yaml
@@ -0,0 +1,29 @@
+---
+  test_name: Hivemind tags_api.get_tags_used_by_author patterns test
+
+  marks:
+    - patterntest
+    - xfail # NotImplementedError
+
+  includes:
+    - !include ../../common.yaml
+
+  stages:
+    - name: get_tags_used_by_author
+      request:
+        url: "{service.proto:s}://{service.server:s}:{service.port}/"
+        method: POST
+        headers:
+          content-type: application/json
+        json:
+          jsonrpc: "2.0"
+          id: 1
+          method: "tags_api.get_tags_used_by_author"
+          params: ["noodhoog"]
+      response:
+        status_code: 200
+        verify_response_with:
+          function: validate_response:compare_response_with_pattern
+          extra_kwargs:
+            method: "get"
+            directory: "tags_api_patterns/get_tags_used_by_author"
\ No newline at end of file
-- 
GitLab