Commit Graph
425 Commits
Author SHA1 Message Date
Franck Royer 7e47e24884 Mergify does odd manipulation of tokens 2021-05-18 16:11:18 +10:00
Franck Royer 2825e785f1 Merge pull request #168 from status-im/release/0.4.0
Release 0.4.0
2021-05-18 14:26:08 +10:00
Franck Royer 85dd64b81e Release 0.4.0 v0.4.0 2021-05-18 14:14:18 +10:00
Franck Royer 85f2b84cd6 Merge pull request #167 from status-im/default-fleet 2021-05-18 14:10:36 +10:00
Franck Royer c4c259f47a Connect cli chat to prod fleet upon passing --prod 2021-05-18 13:51:11 +10:00
Franck Royer a69c483c46 Connect to prod fleet by default, test fleet for local development 2021-05-18 13:51:11 +10:00
Franck Royer 2cd87b561d Expose Enviroment & Protocol enums to pass to getStatusFleetNodes 2021-05-18 13:45:49 +10:00
Franck Royer 537a2b73a7 Use prod nodes by default instead of test 2021-05-18 13:26:42 +10:00
Franck Royer fb99d6025d Merge pull request #158 from status-im/138-web-chat-archived-messages 2021-05-18 13:20:25 +10:00
Franck Royer 3f5484f6ed Use callback option in web-chat 2021-05-17 16:32:34 +10:00
Franck Royer 243b6629c3 Add callback option to store query 2021-05-17 16:32:34 +10:00
Franck Royer 4b6fe84392 Use one object as we are increasing the number of parameters 2021-05-17 16:32:33 +10:00
Franck Royer d1ef76f7f9 Merge pull request #166 from status-im/fix-gh-actions
Fix actions/checkout@v2.3.3
2021-05-17 14:04:46 +10:00
Franck Royer 25cb167a6e Fix actions/checkout@v2.3.3
As per https://github.com/actions/checkout/issues/417#issuecomment-775293723
2021-05-17 13:42:28 +10:00
Franck Royer 93f5a8e41e Merge pull request #163 from status-im/upgrade-nim-waku-0.3 2021-05-16 18:08:21 +10:00
Franck Royer 703b50cfae Upgrade nim-waku to v0.3 2021-05-16 14:43:07 +10:00
Franck Royer c2266e0c46 Do not pull nim-waku master
Will try to keep compatibility with released versions instead.
2021-05-16 14:43:07 +10:00
Franck Royer df4cc040e3 Merge pull request #164 from status-im/D4nte-patch-1
Fix link
2021-05-15 22:19:54 +10:00
Franck Royer 1f081718dd Fix link 2021-05-15 22:00:29 +10:00
Franck Royer 712cb2759c Merge pull request #162 from status-im/release/0.3.0
Release 0.3.0
2021-05-15 21:54:04 +10:00
Franck Royer 5ab9964191 Release 0.3.0 v0.3.0 2021-05-15 21:25:20 +10:00
Franck Royer e8fcc63e21 Merge pull request #161 from status-im/readme-update 2021-05-15 21:23:54 +10:00
Franck Royer 2f272634bc Add link to release changelog 2021-05-15 21:04:19 +10:00
Franck Royer 6d957b62e1 Add doc for getStatusFleetNodes 2021-05-15 21:04:19 +10:00
Franck Royer b53baf87ba Mention discord channel 2021-05-15 20:41:05 +10:00
Franck Royer 2bd74386cf Merge pull request #160 from status-im/remove-yarg
Remove unused deps
2021-05-15 20:09:13 +10:00
Franck Royer 9cf83585ed Remove unused dependencies 2021-05-15 19:57:47 +10:00
Franck Royer cab9be4782 Merge pull request #156 from status-im/55-auto-select 2021-05-15 19:57:32 +10:00
Franck Royer 79bef35460 Add and use getStatusFleetNodes to connect to Status' wakunodes 2021-05-15 19:52:05 +10:00
Franck Royer c6ce32dc54 Enable dialing several nodes 2021-05-15 19:45:24 +10:00
Franck Royer 35fcb4d880 Merge pull request #159 from status-im/content-topic
Clarify content topic format
2021-05-15 19:43:19 +10:00
Franck Royer eed1d39ec5 Clarify content topic format 2021-05-14 09:14:08 +00:00
Franck Royer 40cfeb9805 Merge pull request #157 from status-im/fleet
Use status fleet instead of jdev
2021-05-14 17:09:26 +10:00
Franck Royer 0dc2ee8d40 Use status fleet instead of jdev 2021-05-14 15:49:35 +10:00
Franck Royer ddbd93225a Merge pull request #155 from status-im/mergify
Replace bors with mergify
2021-05-14 13:25:01 +10:00
Franck Royer 752c21ecdd Replace bors with mergify 2021-05-14 10:03:08 +10:00
Franck Royer 5e66f40cdb Merge pull request #154 from status-im/release/0.2.0
Release 0.2.0
2021-05-14 09:58:46 +10:00
Franck Royer a9d5222b80 Release 0.2.0 v0.2.0 2021-05-14 09:39:56 +10:00
Franck Royer 41ed5ffe66 Merge pull request #153 from status-im/disable-button 2021-05-14 09:30:47 +10:00
Franck Royer 89b35eb4df Disable send button if no peer available
Yet keep it enabled if user tries to send a command.

Resolves #136
2021-05-13 20:48:33 +10:00
Franck Royer a8d4d494f8 Add getPeers method
To know if relay messages would be published.
2021-05-13 20:48:33 +10:00
Franck Royer eb9955314c Align terminology with specs
In specs, this is referenced as a `pubsubTopic`.
2021-05-13 20:48:30 +10:00
Franck Royer 6dbfa3e159 Merge pull request #152 from status-im/re-rename 2021-05-13 20:46:18 +10:00
Franck Royer 065593b0cf Revert naming to js-waku
To align with go-waku and nim-waku and keep bors working.
2021-05-13 20:27:38 +10:00
Franck Royer 8ab55f2bc6 reset-hard to install examples 2021-05-13 20:02:10 +10:00
Franck Royer 27b08ff8b6 Merge pull request #149 from status-im/dial-usage 2021-05-13 16:00:49 +10:00
Franck Royer e44776d09c Update usage with dial peer method 2021-05-13 13:43:08 +10:00
Franck Royer 6f7c1e0ca3 Enhance addPeerToAddressBook
So that consumer does not need to import multiaddr and peer-id.
2021-05-13 13:42:40 +10:00
Franck Royer 19e265c490 Remove unneeded variable 2021-05-13 12:30:13 +10:00
Franck Royer fda65ca83b Fix documentation 2021-05-13 12:30:13 +10:00