48 Commits

Author SHA1 Message Date
Richard Ramos
f821569301
chore: rename org to @embarklabs (#62)
* chore: rename org to @embarklabs
* fix: remove yarn-error.log
2020-01-22 15:44:51 -04:00
Richard Ramos
4c258a8da6 renaming phoenix to subspace pt1. 2019-09-27 16:04:01 -04:00
Richard Ramos
01c7b2a8be
feat: allow tracking logs (#34)
* fix: error handling
* feat: log syncer
* fix: added subspace.db to ignore list
* feat: test case for logs
2019-09-25 08:41:21 -04:00
Richard Ramos
97d33bbe2a
fix: react-apollo example (#33) 2019-09-10 15:53:02 -04:00
Richard Ramos
2a213f053b
feat: store event data and retrieve from db (#29)
* feat: store event data and retrieve from db
* refactor: event tracking
2019-09-08 21:35:05 -04:00
Richard Ramos
09be9396ba fix: redux-observable example 2019-09-05 20:12:03 -04:00
Richard Ramos
cc5c7841f9 fix: embark-dapp pt1. 2019-09-05 15:26:37 -04:00
Richard Ramos
659ef2d342 fix: react+redux example 2019-09-05 14:13:57 -04:00
Richard Ramos
6cf911741b
fix: react - pt1. (#27)
* fix: set packages as external

* fix: reducing bundle size

* fix: extracting react observer to its own folder, and moved test/observables to examples/react
2019-09-03 21:16:06 -04:00
Richard Ramos
3fe6435565
fix: reduce bundle size (#26)
* fix: set packages as external
* fix: reducing bundle size
2019-09-03 21:11:12 -04:00
Richard Ramos
2584357b56 redux-observable example 2019-09-01 12:15:27 -04:00
Richard Ramos
da0140655f feat: adding redux to tests 2019-08-30 16:34:31 -04:00
Richard Ramos
2c7bee47cf feat: watch erc20 balances 2019-08-29 16:26:00 -04:00
Richard Ramos
908492fe94 feat: track eth balances 2019-08-29 15:59:53 -04:00
Richard Ramos
b7671ba9a0 support for method and call arguments returning multiple values 2019-08-28 16:07:39 -04:00
Richard Ramos
c9db388565 fix: subscription error on call 2019-08-28 15:26:06 -04:00
Richard Ramos
011637f3cb
adding test file (#18) 2019-08-28 11:09:16 -04:00
Iuri Matias
ff1c94790a
Merge pull request #17 from status-im/test/teller
add teller network to test folder
2019-08-28 09:56:30 -04:00
Richard Ramos
d40936af4a add teller network to test folder 2019-08-28 09:51:53 -04:00
Richard Ramos
4fdac8753a feat: extract link to its own file 2019-08-28 09:11:00 -04:00
Richard Ramos
1b662fd574 pass only non observable props to wrapped component 2019-08-27 21:29:44 -04:00
Richard Ramos
52695e5538 feat: subscribe to new observables 2019-08-27 21:13:58 -04:00
Richard Ramos
d795abe5fd observe HOC 2019-08-27 21:02:34 -04:00
Iuri Matias
ff102b34b2
Merge pull request #14 from status-im/feat/apollo-client
test: apollo-client
2019-08-23 14:36:18 -04:00
Richard Ramos
37dba75e12 test: apollo-client 2019-08-23 14:30:29 -04:00
Richard Ramos
2c6810867b test: react/graphql 2019-08-23 10:21:59 -04:00
Richard Ramos
3e7cdbcac1
test: graphql rxjs (#11)
* test: graphql
* fix: webpack
* fix: getENV
2019-08-22 11:25:26 -04:00
Iuri Matias
7fe20a8e9f update tests; use web3-eth 2019-08-21 14:51:13 -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
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
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
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
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
Iuri Matias
668b7ef65d support filter callbacks 2019-08-19 14:30:38 -04:00
Iuri Matias
f05a04fbc1 update test to remove custom block 2019-08-19 14:23:54 -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
Richard Ramos
90d78ae5d5 feat: add webpack config for browser and node 2019-08-09 14:45:38 -04:00