Commit Graph

31 Commits

Author SHA1 Message Date
Richard Ramos f62e3fc907
Adds lerna and receive web3 object instead of provider (#75)
* Lerna
* React components extracted to separate package
* Subspace requires a web3 object instead of a provider due to https://github.com/ethereum/web3.js/issues/1510
* Update react example to use components
2020-03-04 14:24:51 -04:00
Richard Ramos a0bf6d0764
feat: adding react components (#74)
* feat: adding react components
* fix: ignore react files on build
2020-03-04 14:18:22 -04:00
Richard Ramos af735816e9 fix: package config 2020-02-15 17:01:30 -04:00
Richard Ramos d3284cb1e5 fix: checksum address 2020-02-15 00:51:47 -04:00
Richard Ramos 2646cd58d1
feat: add null coalesce and optional chaining (#70) 2020-02-14 18:52:01 -04:00
Richard Ramos 65c2cb1799
feat: setup jest (#69)
* remove teller from tests
* jest config and sample spec
2020-02-14 18:49:55 -04:00
Richard Ramos 2b70d0b260
fix: lint (#68)
* refactor: support private methods and attributes
* Adding eslint and prettier config
* fix: lint files
* fix: promise then/catch
* fix: cb
2020-02-12 15:53:33 -04:00
Richard Ramos 1f6d536e5c v1.3.0 2020-02-11 10:07:21 -04:00
Richard Ramos 4232fc3231
fix: change output from webpack to babel (#64)
* fix: use webpack to transpile js code and removed webpack
* fix: update tests
* fix: node version
* fix: code review
2020-02-03 19:51:19 -04:00
Richard Ramos 2c8ca287ac v1.2.0 2020-01-27 15:33:35 -04:00
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 dc65a68868
feat: support both http and ws providers (#61)
* feat: using polling instead of subscriptions for getting events
* calling data from db
* feat: http event syncer WIP
* support both http and ws providers
2020-01-20 14:19:40 -04:00
Richard Ramos 87fd30e06c Update package.json 2019-11-18 15:07:47 -04:00
Richard Ramos 423c6860e7
Update package.json 2019-10-28 13:58:36 -04:00
Richard Ramos 505b94e5aa
Update package.json 2019-10-28 13:56:57 -04:00
Richard Ramos fe45ae9df1
Update to 1.1.0 2019-10-28 13:28:11 -04:00
Iuri Matias 53272eab9c update to 1.0.0 2019-10-09 20:00:00 +09:00
Iuri Matias feb9413f8f Update readme (#36)
* add missing package
* update README
2019-10-01 15:04:55 -04:00
Richard Ramos 4c258a8da6 renaming phoenix to subspace pt1. 2019-09-27 16:04:01 -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 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 b7671ba9a0 support for method and call arguments returning multiple values 2019-08-28 16:07:39 -04:00
Richard Ramos ca20d541ad
fix: webpack env config (#12) 2019-08-23 14:31:50 -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 8c86cf7f9c
Merge pull request #2 from status-im/web3
add Web3 support; add tests
2019-08-19 11:20:45 -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
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