From 467b14fa2e29ecd6f41d4834b00593d8c86cddc5 Mon Sep 17 00:00:00 2001
From: Kali Kaneko <kali@leap.se>
Date: Mon, 13 Jul 2015 11:48:47 -0400
Subject: [feature] add global flag for disabling the events framework

this will be used to allow the unittests to disable the events
framework. this way, emit() will become a passthrough.

note that, until now, the basetest class is making use of the threaded
version of the client, which launches a zmq tornado-based ioloop. this
is wrong, and will have to be addressed in a future commit. we'll have
to make use of the global EVENTS_ENABLED flag in the txclient version
when those changes are made.

Related: #7259
Relases: 0.4.2
---
 changes/feature_7259_disable_events | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 changes/feature_7259_disable_events

(limited to 'changes')

diff --git a/changes/feature_7259_disable_events b/changes/feature_7259_disable_events
new file mode 100644
index 0000000..d08d3c1
--- /dev/null
+++ b/changes/feature_7259_disable_events
@@ -0,0 +1 @@
+- Add a flag to disable events framework. Closes: #7259
-- 
cgit v1.2.3