Hanno Cornelius
539df242eb
Fix Relay API: handle messages on previously subscribed topics ( #413 )
2021-03-11 09:48:59 +02:00
Hanno Cornelius
2d9005b9d7
Add post method to Admin API for ad-hoc peer dialing ( #412 )
...
* Add post method to Admin API
* Updated CHANGELOG
2021-03-11 09:05:39 +02:00
Hanno Cornelius
3b987cdc06
Integrate peer manager with Swap and Store ( #370 )
2021-02-09 10:31:38 +02:00
Hanno Cornelius
13fc9d6f71
Feat/peer manager improvements ( #367 )
...
* Add managed peers to Admin API result
* Deal with dial failures
2021-02-05 12:49:11 +02:00
Hanno Cornelius
e04738606f
Bump submodules ( #363 )
...
* Bump submodules
* GossipSub refactor: Rem async from sub/unsub
2021-02-02 13:33:59 +02:00
Hanno Cornelius
5d9c6deb61
Prefer announced addrs in listenStr ( #348 )
...
* Prefer announced addrs in listenStr
2021-01-15 09:37:20 +02:00
Oskar Thorén
6b66955862
Refactor: Put waku_type content where it belongs ( #333 )
...
- Separate out types and methods into appropriate module
- Add util folder for small utils used in multiple independent places
- Update paths
2021-01-06 17:35:05 +08:00
Oskar Thorén
e43612e153
Refactor: waku_types -> waku_filter ( #331 )
...
Also create a folder with README for filter protocol.
2021-01-05 12:52:10 +08:00
Hanno Cornelius
7bb1e70cd6
Feature/add private api ( #321 )
...
* Added private API
2020-12-23 11:33:28 +02:00
Hanno Cornelius
cfe5162a9d
Feature/add admin api ( #319 )
...
* Add Admin API
2020-12-15 17:48:00 +02:00
Hanno Cornelius
957e75edd2
Limit cache size on Filter API and Relay API ( #317 )
...
Minor improvements to Filter API and Relay API
2020-12-07 15:26:58 +02:00
Hanno Cornelius
78a1c690fc
Added content topic polling on FilterAPI ( #314 )
2020-12-03 18:26:34 +02:00
Hanno Cornelius
83d6688bed
Await WakuRelay publish on node ( #313 )
...
* Await WakuRelay publish on node
* Reflect 'await' change on CHANGELOG
2020-12-02 10:40:53 +02:00
Hanno Cornelius
31464559a1
Feature/jsonrpc basic impl ( #311 )
...
* Added some basic debug and relay json-rpc calls
* Basic relay polling
2020-12-01 11:57:54 +02:00
Hanno Cornelius
fe23bafbce
Added some basic debug and relay json-rpc calls ( #309 )
2020-11-30 11:44:57 +02:00
Hanno Cornelius
f3b6489a07
Added some basic debug and relay json-rpc calls ( #305 )
2020-11-27 09:18:48 +02:00
Oskar Thorén
6b2be1de83
Refactor types store ( #291 )
...
* Refactor: Move waku_store into its own folder
* Refactor: Move waku store types to new home (WIP)
* Refactor: Fix errors and recursive imports
* Fix rebase errors
* Refactor: More rebase import fixes
2020-11-24 12:34:32 +08:00
Hanno Cornelius
18b68b0534
Waku v2 JSON-RPC REST API: Store protocol proof of concept ( #263 )
...
* Waku V2 history query POC
* Fix folder structure
* Improve test clarity
* Improve imports, returns and some naming
* Changed naming conventions. Refactor & improve.
Co-authored-by: Oskar Thorén <ot@oskarthoren.com>
2020-11-24 11:44:37 +08:00