Commit Graph

17 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 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 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 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
Iuri Matias feb9413f8f Update readme (#36)
* add missing package
* update README
2019-10-01 15:04:55 -04:00
Richard Ramos f99a31ffcf fix: verify address format and remove dependency to bn.js 2019-09-25 11:31:40 -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 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 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 e90dfa8a59 only trigger property watcher when value actually changes 2019-08-20 11:20: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