Commit Graph

250 Commits

Author SHA1 Message Date
Iuri Matias 89019f06f5
Merge pull request #8 from status-im/cleanup
Cleanup & refactor
2019-08-21 14:52:57 -04:00
Iuri Matias 7fe20a8e9f update tests; use web3-eth 2019-08-21 14:51:13 -04:00
Iuri Matias 0ae7023c6b fix webpack issue with web3.js 2019-08-21 12:05:34 -04:00
Iuri Matias 79258d3a8d fix rebase issue 2019-08-21 11:57:32 -04:00
Iuri Matias 04d3b55932 refactor eventSyner 2019-08-21 11:56:34 -04:00
Iuri Matias 46ff136129 clean up eventSyncer code 2019-08-21 11:56:28 -04:00
Iuri Matias 08ba467781 fix scan taking only 4 values 2019-08-21 11:53:40 -04:00
Iuri Matias 327c8a3ec0 refactor eventSyner 2019-08-21 11:53:40 -04:00
Iuri Matias 40fb22f280 clean up eventSyncer code 2019-08-21 11:53:40 -04:00
Iuri Matias bd2721bf8c
Merge pull request #10 from status-im/operators
feat: operators
2019-08-21 10:46:16 -04:00
Iuri Matias 78d1c821d0
Merge pull request #9 from status-im/test/embark
test app made with embark
2019-08-21 10:42:00 -04:00
Richard Ramos 4a553e3cbb improve average operator 2019-08-21 08:44:07 -04:00
Richard Ramos 2badf46e4b feat: operators 2019-08-21 08:32:57 -04:00
Richard Ramos 4049688511 feat: multiple items 2019-08-20 16:17:23 -04:00
Richard Ramos 633346d478 fix: remove unused state var 2019-08-20 14:42:23 -04:00
Richard Ramos 2fc525efd7 embark test dapp 2019-08-20 14:35:58 -04:00
Iuri Matias bb335aa4cb
Merge pull request #7 from status-im/avoid_duplicate_updates
only trigger property watcher when value actually changes
2019-08-20 11:27:01 -04:00
Iuri Matias e90dfa8a59 only trigger property watcher when value actually changes 2019-08-20 11:20:54 -04:00
Iuri Matias 0a4811ce6b
Merge pull request #6 from status-im/observables
Observable
2019-08-19 15:53:35 -04:00
Richard Ramos 104c5fd551 add trx button 2019-08-19 15:50:58 -04:00
Iuri Matias 15015dff67
Merge pull request #5 from status-im/static_calls
support tracking function calls
2019-08-19 15:36:58 -04:00
Iuri Matias 0e320d9102 add todo 2019-08-19 15:36:49 -04:00
Iuri Matias b15a34227d support tracking function calls 2019-08-19 15:34:22 -04:00
Richard Ramos 67cad5fd47 App.js reacting to EscrowCreated events 2019-08-19 15:31:37 -04:00
Richard Ramos 4f09a6b543 cra 2019-08-19 15:28:50 -04:00
Richard Ramos a8d5efecfd set eventSyncer as entry point, and change target to commonjs2 2019-08-19 15:28:43 -04:00
Iuri Matias 522f0948fc
Merge pull request #4 from status-im/fix_events
Fix events
2019-08-19 14:32:11 -04:00
Iuri Matias 668b7ef65d support filter callbacks 2019-08-19 14:30:38 -04:00
Iuri Matias 3c4ceabeca only filter conditions if one is given; namespace events to avoid conflicts 2019-08-19 14:24:17 -04:00
Iuri Matias f05a04fbc1 update test to remove custom block 2019-08-19 14:23:54 -04:00
Iuri Matias 0ca029dbb3
Merge pull request #3 from status-im/event_filter
respect filter conditions even if they are not indexed in the events
2019-08-19 13:02:40 -04:00
Iuri Matias ac0d5a0958 respect filter conditions even if they are not indexed in the events 2019-08-19 12:49:11 -04:00
Iuri Matias 8c86cf7f9c
Merge pull request #2 from status-im/web3
add Web3 support; add tests
2019-08-19 11:20:45 -04:00
Iuri Matias 9ed6250c21 update test 2019-08-19 11:19:12 -04:00
Iuri Matias 1f11062a80 add test for max value 2019-08-12 11:10:02 -04:00
Iuri Matias 3e8a6a244d trackEvent working with real contracts & events 2019-08-09 16:03:15 -04:00
Iuri Matias 33698532ec add simple Rating contract 2019-08-09 15:23:54 -04:00
Iuri Matias 2a14d55634
Merge pull request #1 from status-im/webpack
feat: add webpack config for browser and node
2019-08-09 15:15:37 -04:00
Richard Ramos 90d78ae5d5 feat: add webpack config for browser and node 2019-08-09 14:45:38 -04:00
Iuri Matias 242fa9c8cf cleanup 2019-06-03 12:08:54 -04:00
Iuri Matias 6b6c74118f remove unused console log 2019-06-01 23:26:59 -04:00
Iuri Matias 8d5467f42f move db to eventSyncer 2019-06-01 23:25:55 -04:00
Iuri Matias 17fbaab75c move event syncing to its own module; use ReplaySubject instead of Subject 2019-06-01 23:16:26 -04:00
Iuri Matias 49958853e5 fix identation 2019-06-01 10:14:46 -04:00
Iuri Matias f7d19a8871 move simulation to its own file 2019-06-01 10:13:43 -04:00
Iuri Matias fd28e100ca fix db; track event & resume correctly from last tracked event 2019-06-01 01:26:28 -04:00
Iuri Matias 1a108820eb attempt at persisting db 2019-05-31 20:04:29 -04:00
Iuri Matias 078332be85 stupid average 2019-05-31 15:56:08 -04:00
Iuri Matias 4f21c16f62 poc (almost) 2019-05-31 15:47:02 -04:00
Iuri Matias 87b6a56f45 first commit 2019-05-31 13:58:01 -04:00