From 08c303e128211c8a2113eb920b7e430bbe746456 Mon Sep 17 00:00:00 2001 From: Greg Lee Date: Tue, 27 Nov 2018 20:36:05 -0500 Subject: [PATCH 1/4] Added Mongo History API link --- plugins/COMMUNITY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/COMMUNITY.md b/plugins/COMMUNITY.md index db7d2139d83..b4f6db992d9 100644 --- a/plugins/COMMUNITY.md +++ b/plugins/COMMUNITY.md @@ -13,6 +13,7 @@ Third parties are encouraged to make pull requests to this file (`develop` branc | SQL | https://github.com/asiniscalchi/eosio_sql_plugin | | Watch for specific actions and send them to an HTTP URL | https://github.com/eosauthority/eosio-watcher-plugin | | ZMQ / history | https://github.com/cc32d9/eos_zmq_plugin | +| Mongo History API | https://github.com/CryptoLions/EOS-mongo-history-API | ## DISCLAIMER: From 15e610ca292ecef8778613131b0176bda1988a73 Mon Sep 17 00:00:00 2001 From: Greg Lee Date: Tue, 27 Nov 2018 20:39:37 -0500 Subject: [PATCH 2/4] Added ZMQ Light History API --- plugins/COMMUNITY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/COMMUNITY.md b/plugins/COMMUNITY.md index b4f6db992d9..37a74877f0f 100644 --- a/plugins/COMMUNITY.md +++ b/plugins/COMMUNITY.md @@ -13,6 +13,7 @@ Third parties are encouraged to make pull requests to this file (`develop` branc | SQL | https://github.com/asiniscalchi/eosio_sql_plugin | | Watch for specific actions and send them to an HTTP URL | https://github.com/eosauthority/eosio-watcher-plugin | | ZMQ / history | https://github.com/cc32d9/eos_zmq_plugin | +| ZMQ Light History API | https://github.com/cc32d9/eos_zmq_light_api | | Mongo History API | https://github.com/CryptoLions/EOS-mongo-history-API | ## DISCLAIMER: From 97d2e977fea2c89ed0cc1d2ce77ffffd0ade5622 Mon Sep 17 00:00:00 2001 From: Greg Lee Date: Tue, 27 Nov 2018 20:42:43 -0500 Subject: [PATCH 3/4] Added Chintai ZMQ Watcher --- plugins/COMMUNITY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/COMMUNITY.md b/plugins/COMMUNITY.md index 37a74877f0f..87b6c56aca9 100644 --- a/plugins/COMMUNITY.md +++ b/plugins/COMMUNITY.md @@ -14,6 +14,7 @@ Third parties are encouraged to make pull requests to this file (`develop` branc | Watch for specific actions and send them to an HTTP URL | https://github.com/eosauthority/eosio-watcher-plugin | | ZMQ / history | https://github.com/cc32d9/eos_zmq_plugin | | ZMQ Light History API | https://github.com/cc32d9/eos_zmq_light_api | +| Chintai ZMQ Watcher | https://github.com/acoutts/chintai-zeromq-watcher-plugin | | Mongo History API | https://github.com/CryptoLions/EOS-mongo-history-API | ## DISCLAIMER: From 5fea075f1aa9952e526ba1654fe4def3bf441efe Mon Sep 17 00:00:00 2001 From: Greg Lee Date: Tue, 27 Nov 2018 20:46:43 -0500 Subject: [PATCH 4/4] Added State History API --- plugins/COMMUNITY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/COMMUNITY.md b/plugins/COMMUNITY.md index 87b6c56aca9..55cce74a33b 100644 --- a/plugins/COMMUNITY.md +++ b/plugins/COMMUNITY.md @@ -16,6 +16,7 @@ Third parties are encouraged to make pull requests to this file (`develop` branc | ZMQ Light History API | https://github.com/cc32d9/eos_zmq_light_api | | Chintai ZMQ Watcher | https://github.com/acoutts/chintai-zeromq-watcher-plugin | | Mongo History API | https://github.com/CryptoLions/EOS-mongo-history-API | +| State History API | https://github.com/acoutts/EOS-state-history-API | ## DISCLAIMER: