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

feat!: store v3 #2036

Merged
merged 22 commits into from
Aug 6, 2024
Merged

feat!: store v3 #2036

merged 22 commits into from
Aug 6, 2024

Conversation

danisharora099
Copy link
Collaborator

Problem

#2029

Solution

Implement the client for the new Store V3.

Notes

Contribution checklist:

  • covered by unit tests;
  • covered by e2e test;
  • add ! in title if breaks public API;

@danisharora099 danisharora099 changed the title Feat/store v3 feat: store v3 Jun 6, 2024
Copy link

github-actions bot commented Jun 6, 2024

size-limit report 📦

Path Size Loading time (3g) Running time (snapdragon) Total time
Waku node 118.93 KB (-0.37% 🔽) 2.4 s (-0.37% 🔽) 19 s (-10.59% 🔽) 21.4 s
Waku Simple Light Node 183.91 KB (-0.17% 🔽) 3.7 s (-0.17% 🔽) 21.8 s (+39.09% 🔺) 25.5 s
ECIES encryption 22.9 KB (-1.16% 🔽) 458 ms (-1.16% 🔽) 4.6 s (+2.85% 🔺) 5.1 s
Symmetric encryption 22.35 KB (-1.13% 🔽) 448 ms (-1.13% 🔽) 6.4 s (+36.39% 🔺) 6.8 s
DNS discovery 72.22 KB (-0.53% 🔽) 1.5 s (-0.53% 🔽) 13.4 s (-0.08% 🔽) 14.9 s
Peer Exchange discovery 74.21 KB (-0.38% 🔽) 1.5 s (-0.38% 🔽) 17.2 s (+90.78% 🔺) 18.7 s
Local Peer Cache Discovery 67.46 KB (-0.5% 🔽) 1.4 s (-0.5% 🔽) 9.4 s (-21.72% 🔽) 10.7 s
Privacy preserving protocols 38.62 KB (-0.77% 🔽) 773 ms (-0.77% 🔽) 8.8 s (+2.05% 🔺) 9.5 s
Waku Filter 113.35 KB (-0.38% 🔽) 2.3 s (-0.38% 🔽) 17.6 s (+22.8% 🔺) 19.9 s
Waku LightPush 111.4 KB (-0.24% 🔽) 2.3 s (-0.24% 🔽) 18.2 s (+18.12% 🔺) 20.4 s
History retrieval protocols 111.78 KB (-0.27% 🔽) 2.3 s (-0.27% 🔽) 16.9 s (-9.07% 🔽) 19.1 s
Deterministic Message Hashing 7.34 KB (-0.04% 🔽) 147 ms (-0.04% 🔽) 1.7 s (-36.84% 🔽) 1.8 s

@danisharora099 danisharora099 force-pushed the feat/store-v3 branch 3 times, most recently from d7583ff to fb64ae7 Compare June 20, 2024 02:38
@danisharora099 danisharora099 changed the title feat: store v3 feat!: store v3 Jun 20, 2024
packages/core/src/index.ts Outdated Show resolved Hide resolved
@danisharora099
Copy link
Collaborator Author

Failing cursor tests blocked by waku-org/nwaku#2745

@danisharora099 danisharora099 force-pushed the feat/store-v3 branch 4 times, most recently from d87e121 to ca00300 Compare July 31, 2024 09:34
@danisharora099 danisharora099 force-pushed the feat/store-v3 branch 4 times, most recently from 54f17d0 to 6c68e88 Compare July 31, 2024 15:28
@danisharora099 danisharora099 marked this pull request as ready for review July 31, 2024 15:38
@danisharora099 danisharora099 requested a review from a team as a code owner July 31, 2024 15:38
@danisharora099 danisharora099 requested review from adklempner and removed request for a team July 31, 2024 15:38
@danisharora099 danisharora099 merged commit 86f730f into master Aug 6, 2024
10 of 11 checks passed
@danisharora099 danisharora099 deleted the feat/store-v3 branch August 6, 2024 06:36
@weboko weboko mentioned this pull request Aug 6, 2024
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.

feat: store v3
3 participants