@colony/colony-js-contract-client
Advanced tools
Comparing version 1.6.4 to 1.7.0
@@ -267,3 +267,7 @@ 'use strict'; | ||
.map(function (log) { | ||
var eventName = eventNames.find(function (name) { | ||
var eventName = eventNames | ||
// Filter out events not supported by the interface (e.g. from BYOT) | ||
.filter(function (name) { | ||
return !!events[name]; | ||
}).find(function (name) { | ||
return ( | ||
@@ -270,0 +274,0 @@ // The first topic should be the hashed event signature |
{ | ||
"name": "@colony/colony-js-contract-client", | ||
"version": "1.6.4", | ||
"version": "1.7.0", | ||
"description": "Method-like interface for Smart Contracts", | ||
@@ -44,3 +44,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@colony/colony-js-adapter": "^1.6.2", | ||
"@colony/colony-js-adapter": "^1.7.0", | ||
"@colony/colony-js-contract-loader": "^1.6.2", | ||
@@ -60,3 +60,3 @@ "@colony/colony-js-utils": "^1.5.4", | ||
}, | ||
"gitHead": "4cbc00443706426955a5b3c33878e2c84637c37e" | ||
"gitHead": "4dd4d48d10131f594d0580d26c20ebaa16327f4a" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1172943
6176