Commit Graph

108 Commits

Author SHA1 Message Date
Oskar Thoren 1ff392ef87
Misc existing (some nim-waku duplicates) 2021-06-13 20:53:50 +08:00
Oskar Thoren 69b38671ca
README/Makefile 2021-06-13 20:53:16 +08:00
Oskar Thoren bc97f34779
Update done 2021-06-11 18:19:05 +08:00
Oskar Thoren ecaf33313b
Update README caveat 2021-06-11 18:17:55 +08:00
Oskar Thoren 41f7b176b4
Use wrapped node 2021-06-10 22:43:12 +08:00
Oskar Thoren b35b1fede2
Makefile; gitignore 2021-06-10 22:37:35 +08:00
Oskar Thoren 34d23c1d22
waku debug info error 2021-06-10 22:35:43 +08:00
Oskar Thoren 484a63daf1
Add support for polling subscribed messages 2021-06-10 22:14:08 +08:00
Oskar Thoren 452d4c5304
Add support for subscribe JSON RPC
- psot subscriptions
- get messages
2021-06-10 21:53:58 +08:00
Oskar Thoren 3f6a5f8dd0
chat2 publish works version 0 2021-06-10 20:35:29 +08:00
Oskar Thoren eb5a9d62d2
Disable fleet checks
Context timeouts, not directly used right now
2021-06-10 20:35:00 +08:00
Oskar Thoren a4ee858607
post waku relay message error handling 2021-06-10 20:34:39 +08:00
Oskar Thoren 8f30fa1463
Collect improvement notes jsonrpc 2021-06-10 19:54:26 +08:00
Oskar Thoren 1add16945b
Store RPC error handling 2021-06-10 19:46:27 +08:00
Oskar Thoren 3d0e3d5625
chat2: Query message integrated 2021-06-10 19:36:00 +08:00
Oskar Thoren e44e3414f2
chat2: Start to replace node with rpc client 2021-06-10 19:07:28 +08:00
Oskar Thoren 8aba5da260
Quit channel to ensure node cleaned up properly 2021-06-10 18:48:18 +08:00
Oskar Thoren e97a05d0bd
Tweak start node
Path, separate Go routine, sleep before
2021-06-10 18:34:29 +08:00
Oskar Thoren 52e74a38db
go mod use local nwaku 2021-06-10 18:31:14 +08:00
Oskar Thoren 81422a4536
Fix up nwaku module interface 2021-06-10 18:30:51 +08:00
Oskar Thoren fe4d54512e
fix chat2 go mod vendor 2021-06-10 17:26:04 +08:00
Oskar Thoren 84d62943f3
nwaku gomod move to top level 2021-06-10 17:14:15 +08:00
Oskar Thoren 2e1250e74f
nwaku 2021-06-10 17:07:56 +08:00
Oskar Thoren f60286fbd3
Try nwaku package for go mod 2021-06-10 17:05:52 +08:00
Oskar Thoren 7ab932532c
Subscribe notes 2021-06-10 16:43:13 +08:00
Oskar Thoren d902b713bf
Publish RPC 2021-06-10 16:35:40 +08:00
Oskar Thoren d2acc341e7
Refactor json rpc separate methods 2021-06-10 16:11:19 +08:00
Oskar Thoren 2586db842c
StoreResponse type, get payloads 2021-06-10 15:43:36 +08:00
Oskar Thoren 7098d3da51
Start of query RPC 2021-06-10 15:28:49 +08:00
Oskar Thoren cb3fa8a0b1
JSONRPC example 2021-06-09 20:29:17 +08:00
Oskar Thoren ffc5c6407d
Add go.mod
go-ethereum for json rpc
2021-06-09 19:58:32 +08:00
Oskar Thoren 0e869f0f90
Add API calls to README 2021-06-09 15:48:17 +08:00
Oskar Thoren b603c6a140
Remove other node refs in chat2, make compile
Mark as TODOs and comment out
2021-06-09 15:47:03 +08:00
Oskar Thoren 1dbbc703dd
Start of gutting go waku node 2021-06-09 15:34:44 +08:00
Oskar Thoren df99ec981d
Update go mod path and gitignore 2021-06-09 15:34:29 +08:00
Oskar Thoren 5319078504
Import chat2 example 2021-06-09 15:27:37 +08:00
Oskar Thoren 08c55e1743
nwaku wrapper start/stop node gracefully
Print wakunode2 logs to file
2021-06-09 15:08:32 +08:00
Oskar Thoren 4a186ecbb0
Move go-waku to subdir 2021-06-09 14:49:22 +08:00
Oskar Thoren 327bc1400d
Import go-waku 2021-06-09 14:48:08 +08:00
Oskar Thoren 5dc36e2fc4
README 2021-06-09 14:39:14 +08:00
Oskar Thoren 57e2ce43c9
Update gitignore and README 2021-06-09 14:37:57 +08:00
Oskar Thoren 47b20ee907
Add README 2021-06-09 14:34:17 +08:00
Richard Ramos ccb2685e09
fix: content topic 2021-06-07 08:59:47 -04:00
Richard Ramos 572d47b4bb
update chat2 example 2021-06-06 19:05:19 -04:00
Richard Ramos b9645a7c60
change status-go version 2021-04-29 14:40:24 -04:00
Richard Ramos 1c4555ab32
bump go-waku version and use context on publish 2021-04-28 16:28:45 -04:00
Richard Ramos 9138d58152
Add option to enable lightpush protocol 2021-04-28 16:23:03 -04:00
Richard Ramos 3d8aae5b81
Lightpush protocol
- Partially implements #20. Requires some tests
- Extracts wakurelay code to separate file
- Extracts request id gen to separate file
- Initial implementation of lightpush protocol
- Adds utils functions to obtain a message hash
- Publish receives a context to send a message
2021-04-28 16:10:44 -04:00
Richard Ramos 78f8b7e609
bump go-waku version 2021-04-28 11:12:45 -04:00
Richard Ramos aee86211d1
Enabling pubsub topic filter in history queries
Fixes #19
2021-04-28 11:11:32 -04:00