darshankabariya
419cf193a9
chore: update ffi
2026-03-02 18:07:38 +05:30
darshankabariya
24df1cb939
chore: sticke v0.38
2026-03-02 17:39:00 +05:30
darshankabariya
9e707c10f7
chore: first commit make rudt-binding work on logos-delivery
2026-03-02 17:17:54 +05:30
darshankabariya
d1dc6af9d1
Revert "chore: align with logos-delivery"
...
This reverts commit 517782e0dfbbf686d2aef9e577f29dc33b483f58.
2026-03-02 16:51:34 +05:30
darshankabariya
18e5d89f7a
Revert "chore: align with logos-delivery"
...
This reverts commit ef5252b8174106056578b230dd51641b0c7a4261.
2026-03-02 16:51:32 +05:30
darshankabariya
0bf7c2b9bd
Revert "chore: align with logos-delivery"
...
This reverts commit 8abc430b01d03d90ca8ac20cdb6e761da9e51a1e.
2026-03-02 16:51:18 +05:30
darshankabariya
8abc430b01
chore: align with logos-delivery
2026-02-28 00:51:35 +05:30
darshankabariya
ef5252b817
chore: align with logos-delivery
2026-02-27 23:42:20 +05:30
darshankabariya
517782e0df
chore: align with logos-delivery
2026-02-27 22:29:29 +05:30
darshankabariya
fd82ab6b79
Revert "chore: align with logos-delivery rename and v0.38.0-beta"
...
This reverts commit 5a662dab081ea82406cf3191a85987866833a87c.
2026-02-27 21:51:08 +05:30
darshankabariya
b51e90ffbe
Revert "chore: align with logos-delivery"
...
This reverts commit eb46bddbc8e2e14e668b5a1c81b72141c58d804b.
2026-02-27 21:51:02 +05:30
darshankabariya
eb46bddbc8
chore: align with logos-delivery
2026-02-27 20:47:31 +05:30
darshankabariya
5a662dab08
chore: align with logos-delivery rename and v0.38.0-beta
2026-02-27 19:51:12 +05:30
Darshan
a02e631d53
chore: align with recent rename ( #124 )
2025-12-16 01:40:40 +05:30
Ivan FB
9c9900897e
Adapt for nwaku v0.35 ( #114 )
...
* build.rs: initialize submodules the first time cargo build is invoked in waku-sys
* messagehash.rs only contains a String as the hex representation of msg hash
* events.rs adapt test to parse message event containing msg-hash in hex string format
* bump nwaku to v0.35.0
* waku-sys/build.rs use STATIC=1 instead of STATIC=true
2025-02-12 10:06:16 +01:00
Ivan FB
75b5c4c4f8
add Makefile and scripts allow build libwaku in cargo publish ( #108 )
2025-01-14 17:03:40 +01:00
Ivan FB
c2412134d3
upgrade major version to create 1.0.0 ( #107 )
2025-01-13 09:50:05 +01:00
Ivan FB
0c0b834aa0
Recover toy chat app powered by libwaku/nwaku ( #105 )
...
* bump nwaku to the current master branch ( commit: 625c8ee5 )
* make the waku crate to behave tokio-asynchronously
* use of store
* use of lightpush and filter
* add waku-bindings/src/general/messagehash.rs
* add waku-bindings/src/general/time.rs
* add waku-bindings/src/general/waku_decode.rs
* add WakuEvent management (WakuMessage, ConnectionChange, TopicHealthChange.)
* add waku-bindings/src/macros.rs
2025-01-10 15:19:31 +01:00
Ivan FB
fd7e73a7f0
Tic tac toe example ( #104 )
...
* update nwaku vendor to v0.33.1
* build.rs: add negentropy dependency and cmdCount cmdLine dependencies
* fix: call waku_setup when instantiating waku_new
* Properly decode a Vec<Multiaddr>
* First commit tic-tac-toe
* adding some simple game logic to coordinate the turns a little
* some logic to panic if a proper event callback hasn't been set
* restoring back the type state pattern introduced by Richard
* new PubsubTopic type
* fix clippy issues
---------
Co-authored-by: Richard Ramos <info@richardramos.me>
2024-11-28 10:35:41 +01:00
richΛrd
7a2e4d1d01
feat: RLN Relay ( #101 )
2024-04-01 15:15:50 -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
646f6f0080
refactor: hide *mut c_void behind WakunodeContext ( #96 )
2024-02-26 11:13:30 -04:00
Richard Ramos
9d3b575037
chore: remove example (for now)
2024-02-21 15:54:55 -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
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
9750a329ab
feat: use nwaku instead of go-waku
2024-02-08 11:54:49 -04:00
richΛrd
5aaafc7c20
fix: content topic should accept strings ( #84 )
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
richΛrd
ba17a46978
fix: race condition in peer connector / manager interaction ( #81 )
...
See https://github.com/waku-org/go-waku/pull/837
2023-10-30 08:18:38 -04:00
Richard Ramos
e61732a8c7
feat: v0.3.1
2023-10-01 15:47:17 -04:00
richΛrd
32bd05c6fc
feat: update go-waku version ( #70 )
...
- removes encoding functions from relay and lightpush
- adds `encode_symmetric` and `encode_asymmetric` to `WakuMessage`
- don't panic when unserializing json
2023-09-27 19:19:59 -04:00
richΛrd
a487f79179
feat: websockets support ( #63 )
2023-07-13 18:33:24 -04:00
RichΛrd
a4bfddece7
feat: update discv5 bootnodes ( #62 )
2023-06-12 09:46:13 -04:00
You Guang (Alan Matthew)
8d825ad22e
Issue Suggestion - Exclude unnecessary files from the crate ( #60 )
2023-05-16 16:18:36 -04:00
Richard Ramos
6a2d449d7d
fix: changes required to publish latest version
2023-05-11 14:01:34 -04:00
RichΛrd
ce9f71a592
Add new changes from go-waku ( #58 )
...
* feat: add ephemeral and meta fields
* feat: seenTTL
* feat: expose list of topics
2023-05-10 10:13:50 -04:00
danielsanchezq
370d311b39
Rc3
2023-03-17 11:05:53 +01:00
gusto
54a80f83cc
Pass gossipsub params to go-waku node ( #50 )
...
* Pass gossipsub params to go-waku node
* Make gossipsub conf test run by default
* Use merge commit to master for go-waku
* Add tests for info logs
2023-03-13 10:51:15 +02:00
gusto
31255ac4c0
Update vendor with logLevel fix ( #49 )
2023-02-27 13:15:59 +02:00
Daniel Sanchez
b8d7bdc850
Rc 1 ( #48 )
...
* Update vendor with nil enr fix
* RC 1
2023-02-22 11:36:28 +01:00
Daniel Sanchez
c4ea87d7e5
Beta 5 ( #47 )
...
* Missing decode calls
* Dangling double free on waku default pubsub topic
* Dangling double free on waku create pubsub topic
* Update deps
Fix update changes
Upgrade beta version
* Add extra info to dns discovery results
* Update vendor
2023-02-20 12:44:55 +01:00
Daniel Sanchez Quiros
a8b9bf22f5
Prepare for beta4
2023-02-15 11:42:38 +01:00
Daniel Sanchez
3593ff18e6
Expose local archive query method ( #44 )
...
* Update vendor
* Expose local archive query
Update to beta4
* Update bindings package to beta4
* Update bindings package to beta4
* Make store response fields public
* Added store configuration
* Use decode response function
2023-02-15 10:57:39 +01:00
gusto
4c71e135ab
Run clippy --fix for updated lint requirements ( #43 )
2023-01-27 01:06:21 -08:00
Daniel Sanchez
67e5aef69a
Beta3 ( #42 )
...
* Update waku to the latest main
* Update beta version
* Update deps
* Add relay topics config entry
* Update test config
2023-01-26 12:58:45 +01:00
Daniel Sanchez
c745839d93
Get versions ready to publish 0.1.0-beta2 ( #39 )
2023-01-06 10:29:10 +01:00