Sanaz Taheri Boshrooyeh
558c84caba
Cleaning imports of the waku store module ( #673 )
...
* cleans up store modules
* removes endians2 as an unused imports
* reorganizes imports
* fixes an ambiguous import
* adds comments re imports order
* adds message_store
2021-07-16 15:28:35 -07:00
Hanno Cornelius
d09ba25dd6
Change contentTopic to string ( #463 )
...
* Change contentTopic to string
* Missed a spot
* Try to fix Windows CI
Co-authored-by: Oskar Thorén <ot@oskarthoren.com>
2021-04-08 17:55:19 +08:00
Hanno Cornelius
38946bd366
Improvement/bridge improvements ( #429 )
...
* General test, import and log improvements
* Bridge improvements
2021-03-23 10:04:51 +02:00
Hanno Cornelius
d863ff5ecf
Fix marshalling of message payloads ( #428 )
...
Fix marshalling of message payloads
2021-03-22 17:13:56 +02:00
Hanno Cornelius
1090983e9d
Extract MessageStore interface ( #350 )
2021-01-22 11:39:16 +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
Hanno Cornelius
7bb1e70cd6
Feature/add private api ( #321 )
...
* Added private API
2020-12-23 11:33:28 +02:00
Hanno Cornelius
fe23bafbce
Added some basic debug and relay json-rpc calls ( #309 )
2020-11-30 11:44:57 +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