Commit Graph

12 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 65c2cb1799
feat: setup jest (#69)
* remove teller from tests
* jest config and sample spec
2020-02-14 18:49:55 -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
Iuri Matias 6f1afc42a4 add deploy script, use deployed contract in example app 2019-10-02 22:18:52 -04:00
Iuri Matias 7b303440a3 update dev instructions 2019-10-01 15:28:47 -04:00
Iuri Matias 5e91eac2f5 rename references to new name 2019-10-01 15:11:53 -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 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 90d78ae5d5 feat: add webpack config for browser and node 2019-08-09 14:45:38 -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 4f21c16f62 poc (almost) 2019-05-31 15:47:02 -04:00