277 Commits

Author SHA1 Message Date
fryorcraken.eth
0d7870a8d0
chore(store-js): bump js-waku to 0.27.0 2022-09-14 22:40:55 +10:00
fryorcraken.eth
8e451be56e
chore(relay-reactjs-chat): bump js-waku to 0.27.0 2022-09-14 22:40:15 +10:00
fryorcraken.eth
5e710b63c6
chore(relay-js): bump js-waku to 0.27.0 2022-09-14 22:37:17 +10:00
fryorcraken.eth
f0c85a483e
chore(relay-angular-chat): bump js-waku to 0.27.0 2022-09-14 22:36:00 +10:00
fryorcraken.eth
bc32c736c1
chore(light-js): bump js-waku to 0.27.0 2022-09-14 22:33:19 +10:00
fryorcraken.eth
b1774853ef
chore(eth-pm): bump js-waku to 0.27.0 2022-09-14 22:30:10 +10:00
fryorcraken.eth
b86798f9c5
Merge pull request #104 from waku-org/filter-lightpush 2022-09-13 22:51:30 +10:00
fryorcraken.eth
1d03b70fcb
feat: add light push + filter JavaScript example 2022-09-13 22:46:34 +10:00
fryorcraken.eth
b554cabdf2
Merge pull request #103 from waku-org/js-waku-0.26.0 2022-09-12 19:31:24 +10:00
fryorcraken.eth
2f0c60c99c
chore(web-chat): bump js-waku to 0.26.0 2022-09-12 19:10:33 +10:00
fryorcraken.eth
5834f07d47
fix(store-reactjs): use test fleet
Messages retrieved are coming from web-chat which currently uses test fleet.
2022-09-12 19:10:33 +10:00
fryorcraken.eth
4538823d1b
chore(store-js): bump js-waku to 0.26.0 2022-09-12 19:10:33 +10:00
fryorcraken.eth
52b0843e6c
chore(relay-js): bump js-waku to 0.26.0 2022-09-12 19:10:33 +10:00
fryorcraken.eth
6d72b38f57
chore(eth-pm): bump js-waku to 0.26.0 2022-09-12 14:54:30 +10:00
80efc5ad7c
ci: add Jenkinsfile for GitHub pages builds
Resolves: https://github.com/waku-org/js-waku-examples/issues/94

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2022-09-07 09:02:15 +02:00
fryorcraken.eth
6b5a5dbde0
Merge pull request #93 from waku-org/upgrade-js-waku 2022-09-05 15:38:03 +10:00
fryorcraken.eth
c36b1b0c4c
fix(js): waitForRemotePeer is not exported from js-waku 2022-09-05 15:30:26 +10:00
fryorcraken.eth
bad1ad9e48
build(eth-pm): bump js-waku to next 2022-09-05 15:26:16 +10:00
fryorcraken.eth
aabe28a348
build(web-chat): bump js-waku to next 2022-09-05 15:23:49 +10:00
fryorcraken.eth
2f2725aa70
Merge pull request #91 from waku-org/angular-bump-js-waku 2022-09-05 10:08:42 +10:00
fryorcraken.eth
2d45a1ba55
ci(angular): disable tests
Tests are nice to have for an examples and the current tests do not do much.
2022-09-05 09:49:08 +10:00
fryorcraken.eth
4090a39fe2
deps(angular): bump to angular 14 2022-09-02 15:59:15 +10:00
fryorcraken.eth
674afe7cee
build(angular): no more cjs 2022-09-02 15:58:52 +10:00
fryorcraken.eth
6e4fbccbcc
feat(angular): replace protons with protobufjs
As latest protons version needs to use a prot file which is not very practical for a quick example.
2022-09-02 15:23:59 +10:00
fryorcraken.eth
536b7750d1
Merge pull request #90 from waku-org/protons-store-reactjs 2022-09-02 15:17:16 +10:00
fryorcraken.eth
b80e8fcda7
fix(angular): use new js-waku api 2022-09-02 15:17:05 +10:00
fryorcraken.eth
ef955e7133
build(angular): bump js-waku to @next 2022-09-02 15:11:25 +10:00
fryorcraken.eth
94fe3aace8
build(angular): remove polyfills 2022-09-02 15:11:01 +10:00
fryorcraken.eth
def1d912ef
build(angular): fix homepage 2022-09-02 15:06:11 +10:00
fryorcraken.eth
41aace02f7
doc(web-chat): update readme, protons is used 2022-09-02 15:04:26 +10:00
fryorcraken.eth
8cbf0ca0e6
feat(store-reactjs-chat): replace protons with protobufjs for protobuf serialization
Proto files must be used for latest version of protons. This is not ideal when build an example and iterating fast.
2022-09-02 15:04:05 +10:00
fryorcraken.eth
ae2d4a6607
Merge pull request #83 from waku-org/dependabot/npm_and_yarn/web-chat/types/react-18.0.18 2022-09-02 14:52:02 +10:00
dependabot[bot]
d1d7971b28
build(deps-dev): bump @types/react from 17.0.49 to 18.0.18 in /web-chat
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.49 to 18.0.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-02 14:44:19 +10:00
fryorcraken.eth
857b9b4dbb
Merge pull request #89 from waku-org/add-issues-to-project 2022-09-02 14:43:55 +10:00
fryorcraken.eth
6bccd65264
chore: add issues to waku Product project board 2022-09-02 14:32:43 +10:00
fryorcraken.eth
f698d97013
Merge pull request #87 from waku-org/web-chat-bump-js-waku 2022-09-02 14:32:33 +10:00
fryorcraken.eth
5b82c8e963
test(web-chat): remove tests
Not really used and some issues with jest.
2022-09-02 14:29:28 +10:00
fryorcraken.eth
e4c001d901
fix: unique key in message list 2022-09-02 14:24:20 +10:00
fryorcraken.eth
491062154b
feat: use filter+light push instead of relay
The node already leaks IP by using store. There would be some advantages to use relay to send messages but not as much as if only relay was used.
2022-09-02 14:24:20 +10:00
fryorcraken.eth
fa4c9ed042
chore(deps): re-add process for React env check 2022-09-02 14:24:19 +10:00
fryorcraken.eth
f0038c4ef7
fix: update homepage 2022-09-02 14:24:19 +10:00
fryorcraken.eth
3a28c7854c
chore: replace protobufjs with protons 2022-09-02 14:24:17 +10:00
fryorcraken.eth
5c1063528e
fix: use js-waku's and libp2p's new API 2022-09-02 14:23:43 +10:00
fryorcraken.eth
11659ada59
chore(deps): bump js-waku to @next 2022-09-02 14:23:10 +10:00
fryorcraken.eth
7f4ae0b7b2
chore(deps): remove polyfill deps 2022-09-02 14:22:17 +10:00
fryorcraken.eth
f49f6d81ce
chore(deps): remove cra-webpack-rewired 2022-09-02 14:22:17 +10:00
fryorcraken.eth
f230f1aa35
Merge pull request #84 from waku-org/store-reactjs-chat 2022-09-01 14:34:28 +10:00
fryorcraken.eth
08312c73d0
ci: do not run react tests
No value in these tests + some issue encountered due to ESM (I assume).
2022-09-01 10:38:47 +10:00
fryorcraken.eth
13e24a68d4
Merge pull request #85 from waku-org/html-examples
[relay-js/store-js] bump js-waku to next
2022-08-31 15:47:12 +10:00
fryorcraken.eth
cea5e76e74
fix: attempt to retrieve *any* message from store 2022-08-31 14:35:54 +10:00