133 Commits

Author SHA1 Message Date
Ivan FB
98e390fa03
Update waku-bindings/tests/node.rs
Co-authored-by: richΛrd <info@richardramos.me>
2024-11-21 14:30:09 +01:00
Ivan FB
70295f6c76
Update examples/Cargo.toml
Co-authored-by: richΛrd <info@richardramos.me>
2024-11-21 14:27:21 +01:00
Ivan Folgueira Bande
b707942bb6
add filter and lightpush 2024-11-20 10:36:23 +01:00
Ivan Folgueira Bande
4cfe285eff
update waku-sys/vendor to latest master 2024-11-18 10:42:02 +01:00
Ivan Folgueira Bande
bdec3c927e
remove ascii tic-tac-toe app and only leave the gui one 2024-11-18 10:26:57 +01:00
Ivan Folgueira Bande
603e8d9870
some code cleanup 2024-11-18 10:23:56 +01:00
Ivan Folgueira Bande
0bd6af6358
refactor of msg callback 2024-11-18 10:14:03 +01:00
Ivan Folgueira Bande
fc7189a2b5
trying new approach to set callback. not completed yet 2024-11-16 19:29:02 +07:00
Ivan Folgueira Bande
ae71d06e79
new temporary waku_event_callback 2024-11-16 01:30:42 +07:00
Ivan Folgueira Bande
da9a76f837
adding some simple game logic to coordinate the turns a little 2024-11-14 07:30:31 +07:00
Ivan Folgueira Bande
156cdfc295
progressing on tic-tac-toe-gui 2024-11-14 01:15:28 +07:00
Ivan Folgueira Bande
0bd436cf45
removing unneeded line use waku_sys::waku_setup; 2024-11-10 23:00:21 +07:00
Richard Ramos
e0340a71b6
test 2024-11-10 10:22:30 +07:00
Richard Ramos
251f2836fa
test 2024-11-09 16:38:04 +07:00
Ivan Folgueira Bande
434b5c1e73
temporary changes - some interesting 2024-11-09 16:14:28 +07:00
Ivan Folgueira Bande
d828948e85
update vendor 2024-11-05 12:46:18 +01:00
Ivan Folgueira Bande
2ed472ef8d
First commit tic-tac-toe 2024-11-05 12:44:44 +01:00
Ivan Folgueira Bande
dfe068222d
final set of adaptations to current nwaku 2024-11-02 23:29:41 +01:00
Ivan Folgueira Bande
e5aaa4d90b
temporary changes that allow default_echo test not to crash 2024-10-31 13:44:12 +01:00
Ivan Folgueira Bande
8fd84bf676
update waku-sys/vendor to current nwaku master 2024-10-30 14:59:51 +01:00
Ivan Folgueira Bande
ef44d11e81
temporary changes. pendin to fine tune them 2024-10-30 14:58:10 +01:00
Ivan Folgueira Bande
223762d426
Properly decode a Vec<Multiaddr> 2024-10-30 00:53:22 +01:00
Richard Ramos
44ad6804ae
fix: call waku_setup when instantiating waku_new 2024-10-28 15:32:50 -04:00
Ivan Folgueira Bande
0cf27d112c
build.rs: add negentropy dependency and cmdCount cmdLine dependencies 2024-10-28 14:05:24 +01:00
Ivan Folgueira Bande
897c4a3080
update nwaku vendor to v0.33.1 2024-10-27 19:24:09 +01:00
Ivan Folgueira Bande
f0c1612868
update waku-sys/vendor to the latest master branch 2024-10-26 10:27:23 +02:00
richΛrd
7a2e4d1d01
feat: RLN Relay (#101) 2024-04-01 15:15:50 -04:00
richΛrd
1ed7dd48ed
chore: disable windows builds temporarily (#100) 2024-03-21 09:17:59 -04:00
richΛrd
201a38a64e
feat: example app (#99) 2024-03-11 12:00:30 -04:00
richΛrd
69a48725ca
refactor: node handle constructor and messageHash on publish (#98)
* refactor: node handle constructor and messageId on publish
* refactor: add back typestate
* chore: rename messageId to messageHash
2024-03-01 11:31:00 -04:00
richΛrd
a10a5c2d22
refactor: use a enum for handling the responses, and don't ignore the return code (#97)
* refactor: handle return code and use an enum to handle responses
* fix: nwaku does not return an envelope hash on publish
2024-03-01 11:25:02 -04:00
richΛrd
646f6f0080
refactor: hide *mut c_void behind WakunodeContext (#96) 2024-02-26 11:13:30 -04:00
Richard Ramos
c434e9ebf5
refactor: remove getters 2024-02-22 10:57:02 -04:00
Richard Ramos
9d3b575037
chore: remove example (for now) 2024-02-21 15:54:55 -04:00
Richard Ramos
ac96b834a0
chore: use rust node address instead of fleet node in tests 2024-02-21 14:07:42 -04:00
Richard Ramos
79b8428bb5
feat: add listen addresses 2024-02-21 11:59:40 -04:00
Richard Ramos
9c696e6097
feat: expose waku_version 2024-02-20 16:06:03 -04:00
Richard Ramos
685a6aef0a
fix: event handler 2024-02-16 10:45:20 -04:00
Richard Ramos
1f9283a849
fix: event callback signature 2024-02-13 18:03:34 -04:00
Richard Ramos
5687e2585c
chore: make sure waku_new, waku_start and waku_stop work 2024-02-13 16:18:16 -04:00
Richard Ramos
ca72e70bb6
chore: link required libraries and RLN 2024-02-13 14:50:00 -04:00
Richard Ramos
1d8626b110
chore: remove code no longer needed (for now) 2024-02-12 20:13:49 -04:00
Richard Ramos
8755d9a7c8
refactor: remove unneeded functions and change some data types 2024-02-08 17:16:34 -04:00
Richard Ramos
9d73230c8a
chore: remove unneeded files (for now) 2024-02-08 17:15:49 -04:00
Richard Ramos
9750a329ab
feat: use nwaku instead of go-waku 2024-02-08 11:54:49 -04:00
richΛrd
1ea96f80b2
feat: add dns discovery parameters (#85) 2024-02-06 13:38:51 -04:00
richΛrd
5aaafc7c20
fix: content topic should accept strings (#84) v0.5.0 2023-12-08 17:30:30 -04:00
richΛrd
dc32f22f4a
feat: add filterv2 functions (#75) 2023-11-07 15:50:35 -04:00
richΛrd
dc641645b9
refactor: use callbacks to interact with go-waku bindings and remove JsonResponse (#74) 2023-11-02 13:59:41 -04:00
Richard Ramos
3acddc9023
fix: 0.4.0 2023-10-30 08:24:30 -04:00