simov
0eb54646f4
Call self.watch only if the callback is a function -
...
For some reason when the callback is added through the watch method for allEvents,
the Filter ctor receives the options object in place of the callback.
Fixes #354
2015-12-16 17:22:48 +02:00
debris
2a3c011ba1
removed circular references from web3 object
2015-10-21 12:00:11 +08:00
Fabian Vogelsteller
c8f8ba8086
fixed filter polling
2015-10-08 12:17:54 +02:00
debris
b794007a52
sed ethereum.js -> web3.js
2015-10-08 15:34:07 +08:00
debris
190f9815d9
eth.filter works
2015-10-08 07:42:08 +02:00
Fabian Vogelsteller
b1e91b48d6
merged develop
2015-09-15 15:43:41 +02:00
Fabian Vogelsteller
415929584c
add isSyncing and better way of matching batch requests
2015-09-09 22:02:23 +02:00
beth.null
a2ae2d7d95
Throwing an error in case of a synchronous call of get() and filterId is not set.
2015-09-05 15:24:22 +02:00
beth.null
383efa7c0d
getPendingCallbacks renamed to getLogsCallbacks.
2015-09-04 08:10:20 +02:00
beth.null
654c9a53f6
fix asynchronous version of Filter.get(). Calls to get(callback) are postponed while filterId is not available.
2015-08-27 09:02:09 +02:00
debris
639f451517
toAscii/fromAscii -> toUtf8/fromUtf8
2015-08-10 22:11:37 +02:00
Fabian Vogelsteller
9af0fc9b9e
return filter in filter constructor
2015-07-22 12:31:37 +02:00
Fabian Vogelsteller
9ce448d9f5
check if messages is not empty
2015-07-20 15:22:01 +02:00
Fabian Vogelsteller
d097821665
small filter improvement
2015-06-26 16:57:31 +02:00
Fabian Vogelsteller
76a094c373
fixed all issues noted by marek
2015-06-24 11:49:10 +02:00
Fabian Vogelsteller
d78b512fa5
add possible callback to filters
2015-06-24 10:28:12 +02:00
Fabian Vogelsteller
b6c49d4db7
improved async polling
2015-06-08 14:38:16 +02:00
Fabian Vogelsteller
16252f3de5
imporved async callback adding, without setinterval
2015-06-08 10:46:30 +02:00
Fabian Vogelsteller
1d3d727f31
improved comment
2015-06-05 11:05:14 +02:00
Fabian Vogelsteller
d9ce08e49e
improved filter interval
2015-06-05 11:04:06 +02:00
Fabian Vogelsteller
ddafe0027a
asyncified filters
2015-06-05 10:47:17 +02:00
Fabian Vogelsteller
c9cd31b4ab
add test for the new toTopic filter
2015-04-22 15:47:29 +02:00
Fabian Vogelsteller
a6ac6ed36a
add new toTopic formatter in filters
2015-04-22 12:54:48 +02:00
Fabian Vogelsteller
c8f42262cc
add possible 2d topic arrays fixes #175
2015-04-21 20:46:14 +02:00
Marek Kotewicz
c62f817cc6
picked watch change3
2015-04-13 12:56:14 +02:00
Fabian Vogelsteller
2215e7c3af
picked watch change
2015-04-13 12:53:26 +02:00
Marek Kotewicz
b837667649
unified asBlock from filter.js with blockNumber formatter
2015-03-30 23:23:34 +02:00
Marek Kotewicz
82b18c1aa0
refactored filter.js
2015-03-26 18:11:05 +01:00
Marek Kotewicz
2133d2717d
filter changes in progress
2015-03-26 15:43:35 +01:00
Marek Kotewicz
04f0aa5d4f
fixed filer.js complexity
2015-03-25 21:46:45 +01:00
Marek Kotewicz
c065f174ee
Merge branch 'develop' into sandbox
...
Conflicts:
dist/ethereum-light.js
dist/ethereum-light.js.map
dist/ethereum-light.min.js
dist/ethereum.js
dist/ethereum.js.map
dist/ethereum.min.js
lib/web3/filter.js
2015-03-25 14:47:55 +01:00
Marek Kotewicz
b78dffaf8b
small fix in filter tests
2015-03-25 14:43:41 +01:00
Marek Kotewicz
4f5c5fb2fb
first try to test polling
2015-03-25 13:17:21 +01:00
Marek Kotewicz
9f073d9091
applied fixes from cpp-ethereum
2015-03-25 08:08:14 +01:00
Fabian Vogelsteller
e7304b546e
add storage tests
2015-03-24 11:17:06 +01:00
Fabian Vogelsteller
6b07920aa5
add uninstall filter back
...
Conflicts:
dist/ethereum.js.map
dist/ethereum.min.js
2015-03-23 12:57:32 +01:00
Fabian Vogelsteller
2e320edc46
add versions
2015-03-12 16:33:19 +01:00
Marek Kotewicz
d2dbc2d5d6
fixed gulp errors
2015-03-11 10:24:03 +01:00
Fabian Vogelsteller
3848d3a03c
fixed logs
2015-03-10 17:07:16 +01:00
Fabian Vogelsteller
2c740b08ee
add filter value conversion
2015-03-10 14:49:23 +01:00
Marek Kotewicz
068bdd7276
changed project structure
2015-03-08 18:18:52 +01:00