Commit Graph

240 Commits

Author SHA1 Message Date
RichΛrd c658f56440
feat: add commonjs config and missing subspace option in provider (#82)
* feat: add options to SubspaceProvider
* fix: add commonjs config
* fix: entry points
2020-04-03 11:30:32 -04:00
acolytec3 8c0e85c586
Add react hooks demo (#77) 2020-03-30 22:23:18 -04:00
Richard Ramos 8fb4f898a5 v2.0.3 2020-03-25 10:07:19 -04:00
Richard Ramos 82448c240b feat: add missing dependencies 2020-03-24 08:54:26 -04:00
Richard Ramos 2d1f4af61f fix: block number was missing on the event data 2020-03-24 08:48:22 -04:00
Richard Ramos 006a1e8f49
feat: skip saving events to the db (#81) 2020-03-23 16:21:16 -04:00
dependabot[bot] 30d78e8393
chore(deps): bump acorn from 5.7.3 to 5.7.4 (#76)
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-23 09:21:16 -04:00
Richard Ramos b538b46602 fix: react text 2020-03-20 14:31:22 -04:00
Richard Ramos d40a684733 feat: update text 2020-03-20 14:13:38 -04:00
Richard Ramos 299d6925d1 update CNAME 2020-03-20 13:59:32 -04:00
Richard Ramos 87074cb065 replace Embark for Embarklabs 2020-03-20 13:57:41 -04:00
Richard Ramos 90b2929512 renaming site to docs 2020-03-20 13:55:52 -04:00
Richard Ramos 8710bebd23 Minor fixes and removing google analytics 2020-03-20 13:49:04 -04:00
Tim Hartmann aa86c508ed
Hexo Integration (#80)
* add new site with hexo static site generator
* ignore DS_Store files from mac
2020-03-20 12:58:02 -04:00
Richard Ramos ada876dec7
feat: save/restore database snapshots (#78) 2020-03-20 12:56:57 -04:00
Richard Ramos e9c71c1d71 fix: missing yarn.lock 2020-03-17 14:14:59 -04:00
Richard Ramos 7c7eff7d12 fix: missing dependencies 2020-03-17 14:14:48 -04:00
Richard Ramos 5d7a6144e2 fix: subspace version 2020-03-17 14:00:33 -04:00
Richard Ramos 7fa051493a chore: version numbers 2020-03-16 14:08:56 -04:00
Richard Ramos 353fee7d23 fix: docs 2020-03-10 11:30:58 -04:00
Richard Ramos 118bc57fc4 Update docs to reflect latest subspace changes 2020-03-09 15:15:07 -04:00
Richard Ramos 866619dcdc fix: examples 2020-03-09 15:14:39 -04:00
Richard Ramos 7160031807 fix: adding react readme.md 2020-03-09 11:39:53 -04:00
Richard Ramos 0344cb3c93 Add README 2020-03-09 11:35:19 -04:00
Richard Ramos 243dc067e2 refactor: moving docs to repo 2020-03-09 11:31:29 -04:00
Richard Ramos 75cd97ebe9 types for react 2020-03-09 11:06:28 -04:00
Richard Ramos 433300aa62 feat: type definition 2020-03-09 08:46:25 -04:00
Richard Ramos d507a63c58 fix: update readme 2020-03-08 09:29:41 -04:00
Richard Ramos 6644638ca5 fix: update react-graphql-example1 2020-03-08 09:15:04 -04:00
Richard Ramos f9b724478b fix: adding missing files in react-apollo example 2020-03-06 16:02:50 -04:00
Richard Ramos 9bcebf17f6 fix: update react-apollo example 2020-03-06 16:02:24 -04:00
Richard Ramos 9fa62bec38 fix: update react-example1 2020-03-06 14:21:08 -04:00
Richard Ramos 34fba9d812 fix: wait for subspace to init 2020-03-06 14:20:31 -04:00
Richard Ramos 4ffe324a80 fix: return empty array for unknown event key 2020-03-06 14:20:16 -04:00
Richard Ramos 0106e406b3 Update react-redux example 2020-03-06 13:37:24 -04:00
Richard Ramos 4976ccf5f5 feat: update READMEs for root and core package 2020-03-04 15:12:16 -04:00
Richard Ramos 445c89856c fix: ignore files 2020-03-04 15:05:23 -04:00
Richard Ramos 728157bc37 fix: examples 2020-03-04 14:55:29 -04:00
Richard Ramos 85c4d9300a fix: tests 2020-03-04 14:48:08 -04:00
Richard Ramos a2a133f2cf fix: tracking blocks 2020-03-04 14:48:01 -04:00
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 97c1131fc5
feat: observable events (#73)
* feat: use observables instead of subjects for events
* Combine ws and http event syncer in a single file and complete observables
* Remove event scanners and simplify db serve function
2020-03-04 14:18:14 -04:00
Iuri Matias 48164fc0f0
Merge pull request #72 from embarklabs/feat/call-interval
feat: calculate call interval using average block time
2020-02-18 13:16:11 -05:00
Richard Ramos 018c724529 feat: calculate call interval using average block time 2020-02-17 08:56:09 -04:00
Richard Ramos af735816e9 fix: package config 2020-02-15 17:01:30 -04:00
Richard Ramos f9c18af546 change init to async 2020-02-15 09:22:22 -04:00
Richard Ramos 0bfaf32228 extract map function to utils 2020-02-15 09:19:06 -04:00
Richard Ramos 3c349e4ef7 use observable to trigger tracking subscribers 2020-02-15 09:05:33 -04:00
Richard Ramos d3284cb1e5 fix: checksum address 2020-02-15 00:51:47 -04:00