Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decouple message store from waku #299

Merged
merged 3 commits into from
Sep 12, 2023
Merged

Decouple message store from waku #299

merged 3 commits into from
Sep 12, 2023

Conversation

snormore
Copy link
Contributor

@snormore snormore commented Sep 3, 2023

Pull over some message store cleanup from #295 that decouples it from waku. This should also make it much easier to upgrade the go-waku dependency. Functionally everything should be the same, since we were already writing to the store in the API service on publish, with our custom store, and not relying on the waku store protocol directly. The PR also removes unused waku filter and lightpush code.

dev/run Show resolved Hide resolved
@snormore snormore force-pushed the decouple-store branch 2 times, most recently from 4a32a34 to bdc0aab Compare September 5, 2023 20:17
@snormore snormore force-pushed the decouple-store branch 4 times, most recently from 38cf6fe to c0f65d5 Compare September 11, 2023 13:08
@snormore snormore merged commit ed288db into main Sep 12, 2023
3 checks passed
@snormore snormore deleted the decouple-store branch September 12, 2023 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants