Skip to content

Support filter_map on collect_iterator in wasm db implementation#238

Merged
quake merged 7 commits intodevelopfrom
fix-236
Aug 28, 2025
Merged

Support filter_map on collect_iterator in wasm db implementation#238
quake merged 7 commits intodevelopfrom
fix-236

Conversation

@Officeyutong
Copy link
Collaborator

This PR updated light-client-wasm and light-client-wasm-db-* to make collect_iterator supports filter_map, which can be used to filter result by keys.

After this PR, argument limit of get_cells, get_transactions will work properly.

@codecov-commenter
Copy link

codecov-commenter commented Aug 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.80%. Comparing base (d5dd7c1) to head (ccbc2bd).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #238   +/-   ##
========================================
  Coverage    71.80%   71.80%           
========================================
  Files           27       27           
  Lines         6942     6942           
========================================
  Hits          4985     4985           
  Misses        1957     1957           
Flag Coverage Δ
unittests 71.80% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Officeyutong Officeyutong marked this pull request as ready for review August 28, 2025 06:19
@quake quake merged commit 1886190 into develop Aug 28, 2025
13 of 14 checks passed
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.

3 participants