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
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
ac96b834a0
chore: use rust node address instead of fleet node in tests
2024-02-21 14:07:42 -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
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
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
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
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
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
d1a467edcc
Free strings ( #46 )
...
* Free strings on discovery
* Free strings on filter
* Free strings on lightpush
* Added missing linking flags
* Free strings on management
* Fix management inner calls
* Free strings on peers
* Free strings on relay
* Free strings on store
* Free strings on decrypt
* Fix toychat example
* Fix tests
* Added decode_response method
* Use decode response
* Rename decode response util
* Use decode response in decrypt
2023-02-14 18:30:08 +01:00
Daniel Sanchez
d006ef4ecd
Crates publish setup ( #17 )
...
* Added config.toml to waku crate
* Update gitignore
* Update readme
* Remove private items docs
* Fix docs links
* Refactor waku to waku-bindings crate
Added badges
* Fix links
* Add usage
2022-11-02 08:21:15 -07:00