Dean Eigenmann
f0d40f1acc
enhancement/move-standard-setup ( #94 )
...
* moves out
* oops
* setup
* fix
2020-07-28 13:00:34 +02:00
Dean Eigenmann
2d6c5ae9a1
enhancement/init-function-signature-type ( #93 )
2020-07-28 12:28:32 +02:00
Oskar Thorén
4745135ee6
Node API: Implement publish ( #91 )
...
* Fix init signature according to Node API
See https://github.com/status-im/nim-waku/blob/master/docs/api/v2/node.md
* Update docs and example
* Node API: Basic subscribe
* Modify example with subscribe handler
* Waku Node: Implement basic publish topic
2020-07-28 16:18:30 +08:00
Oskar Thorén
ad5d5e2401
Node API: Implement basic subscribe topic ( #89 )
...
* Fix init signature according to Node API
See https://github.com/status-im/nim-waku/blob/master/docs/api/v2/node.md
* Update docs and example
* Node API: Basic subscribe
* Modify example with subscribe handler
2020-07-28 16:17:50 +08:00
Oskar Thorén
1ca3962e8d
Fix init signature according to Node API ( #80 )
...
* Fix init signature according to Node API
See https://github.com/status-im/nim-waku/blob/master/docs/api/v2/node.md
* Update docs and example
2020-07-28 16:06:00 +08:00
Dean Eigenmann
75d7d4780e
fix/filters ( #79 )
...
* fixes, using rpc msgs
* clean
* moved
2020-07-27 12:25:03 +02:00
Oskar Thorén
3c11734bbf
Simplify Node API ( #77 )
...
* Waku v2 Node API: Split into implemented and NYI
- Init is now separated into Create and Start node
* Simplify Node API
* Node API: proc->method and add WakuNode as first argument
* Fix indent to make compile
* Stub out all API methods
2020-07-27 17:01:06 +08:00
Oskar Thorén
bede5a9358
Node: Separate run into create Wakunode and start ( #59 )
2020-07-24 09:39:58 +08:00
Dean Eigenmann
fb45502ba7
enhancement/protobuf ( #47 )
...
* changed to data
* fix
* updated
* checkpoint
* sending protobuf
* working on tests
* bump
* fix
* fix
* fix
* testing
* Update test_waku.nim
2020-07-23 10:53:29 +08:00
Dean Eigenmann
0799ef9c16
feature/filter ( #63 )
...
* simplified filter
* add filter
* eol
* Update waku_protocol2.nim
* trigger GitHub actions
* comment
* fix import
* oops
* and
* init filters
* import tables
2020-07-22 18:29:52 +02:00
Dean Eigenmann
e920fd212e
fix/github-actions-nproc ( #70 )
2020-07-22 16:16:08 +02:00
Dean Eigenmann
65300d2d45
fix/github-actions-submodules ( #71 )
...
* Update test.yml
* Update test.yml
* Update test.yml
* Update test.yml
* Update test.yml
* Update test.yml
2020-07-22 13:56:23 +02:00
Dean Eigenmann
7227a4ecc5
fix/github-actions-cache ( #69 )
...
* better cache
* rename
* test cache
Signed-off-by: decanus <7621705+decanus@users.noreply.github.com>
* fix
* windows cache
* rename
2020-07-22 12:48:53 +02:00
Dean Eigenmann
b816843f33
fix/github-actions-windows ( #68 )
...
* added windows
* mv
* Update test_windows.yml
* converge
* indent
2020-07-21 20:12:03 +02:00
Dean Eigenmann
56389bff77
fix/github-actions-mac-linux ( #67 )
2020-07-21 19:14:12 +02:00
Dean Eigenmann
9b1a9cdb66
enhancement/github-actions ( #65 )
...
* init file
* update
* fix
2020-07-21 10:21:51 -06:00
Dean Eigenmann
d37928bb28
bump/libp2p ( #62 )
2020-07-21 14:19:31 +02:00
Kim De Mey
7d90205591
Start adding waku v2 api calls ( #50 )
...
* Start adding waku v2 api calls
* Another attempt at Waku v2 API
2020-07-20 12:01:49 +02:00
Oskar Thorén
e493c84b2a
Add basic example usage for Waku v2 ( #52 )
...
* Make Waku node async and gcsafe, hacky
...but the nimbus people are doing it!
* Add skeleton example usage
* Rename example to basic2 and add to Makefile
* Sketch out basic example and qualify imports etc
Loading config to start with.
Quite messy with imports/ambiguous identifiers/qualified names. Probably a
better way with exports (hide implementation details) and fully qualified names
by default?
* Example usage run, public run function
* Sketch out API usage
* Example basic RPC client usage
* waitFor run to compile
* Remove run and gsync markers; adjust example
2020-07-20 12:40:35 +08:00
Kim De Mey
95438b9389
Bump vendor, fix builds and add v2 to CI ( #45 )
...
* Fix v2 builds, break v1 builds
* Fix build after nim-eth bump
* Add waku v2 build and tests to CI
* Fix parallel build issues by renaming
2020-07-13 12:08:03 +02:00
Dean Eigenmann
2fbc371f37
remove dir seperator as we already import os ( #42 )
2020-07-13 12:18:15 +08:00
Oskar Thoren
b2c8e27c76
Add current state for Node API
2020-07-07 12:54:31 +08:00
Oskar Thoren
15364e2dd1
Add skeleton node api docs
2020-07-07 11:57:59 +08:00
Oskar Thoren
35007145f9
Update protocol identifier to `/wakusub/2.0.0-alpha1`
2020-07-07 11:23:20 +08:00
Oskar Thoren
bbf27a2a3e
Add Waku v2 to README
2020-07-07 10:46:52 +08:00
Oskar Thoren
6c07442918
Add back metrics and grafana server under insecure flag
...
Update RAEDME
2020-07-07 10:43:46 +08:00
Oskar Thoren
e8c8221862
More messages for FloodSub vs GossipSub scenario
2020-07-07 10:43:46 +08:00
Kim De Mey
181889dcd8
Cleanup metrics + accounting flag + bump deps ( #37 )
...
* Cleaner metrics logging + accounting behind flag + some cleanup
* Bump vendor
2020-07-02 23:52:54 +02:00
Ștefan Talpalaru
f38bdf2900
bump vendor/nimbus-build-system ( #36 )
2020-07-01 09:43:23 +02:00
Dean Eigenmann
5712a624e3
remove/generated-files ( #35 )
2020-06-30 19:31:00 +02:00
Kim De Mey
481379815f
Refactor to abstract away the p2p request handler from mailserver ( #34 )
2020-06-30 15:29:02 +02:00
Dean Eigenmann
c770e3fd76
updated printing enode of peer ( #32 )
2020-06-19 15:53:06 +02:00
Dean Eigenmann
aafb865755
feature/accounting ( #29 )
...
* adds accounting experimentally
* updated
* sent
* updated
* print metrics
* var
* indent
* fix
2020-06-18 11:16:23 +08:00
Dean Eigenmann
e5051b2251
Update waku.nimble ( #31 )
2020-06-16 14:22:24 +02:00
Oskar Thoren
19e6c2a55d
Break out sim into scenarios, one full node mesh vs light
2020-06-15 11:09:20 +08:00
Oskar Thoren
26321ca0c9
Use gossipsub
2020-06-15 11:07:15 +08:00
Oskar Thorén
a8a1e39052
Upgrade submodules ( #30 )
...
* Update submodules
* Fix secureManager signature as part of libp2p upgrade
2020-06-15 11:05:37 +08:00
Kim De Mey
37d8720d52
Use metrics with labels, fix #24 ( #27 )
2020-06-09 13:44:39 +02:00
Jakub Sokołowski
89ced4253c
use -d:chronicles_colors:none when creating docker image
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2020-06-04 15:02:56 +02:00
Kim De Mey
928280bc4f
Add genNodekey subcommand for #21 ( #25 )
2020-06-03 20:31:18 +02:00
Oskar Thoren
9fc3e11f3b
Propagating subscribes work, BUT at perf (need light node behavior)
2020-06-03 19:32:11 +08:00
Oskar Thoren
037c3f29cb
Manual topic interest intermediate direct nodes work
2020-06-03 19:30:37 +08:00
Oskar Thoren
407ec3534f
parameterize floodsub/gossipsub
2020-06-02 19:27:53 +08:00
Oskar Thoren
7b14649f2d
quicksim unique messages
2020-06-02 19:27:20 +08:00
Oskar Thoren
bb1403a378
Quicksim failing example
2020-06-02 12:30:29 +08:00
Oskar Thoren
bcaaf7056f
Adjust logs
2020-06-02 12:30:29 +08:00
Oskar Thorén
c1823c3c68
FloodSub -> GossipSub ( #19 )
...
Add GossipSub methods
2020-06-01 11:42:16 +08:00
Oskar Thoren
1400575067
Update nim-libp2p and other submodules
...
Need to use latest libp2p for GossipSub bug fix, safer to update all
Use MultiAddr.tryGet() per resultification upstream
2020-06-01 11:40:55 +08:00
Oskar Thorén
610305f27b
Update all vendor ( #23 )
...
* Upgrade all vendors
* Fix subscribeTopic signature
2020-05-29 09:41:13 +02:00
Oskar Thoren
dcbd0c617a
Hardcode all six nodes listen topic, flooding
2020-05-28 11:52:57 +08:00