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

test: add case for eth_getLogs with more than 16 addresses filtered #2986

Merged
merged 4 commits into from
Oct 7, 2024

Conversation

pLabarta
Copy link
Contributor

What does it do?

Tests for retrieving eth logs using more than 16 addresses as a filter. Original case was reported on block 7970232.

What important points reviewers should know?

Is there something left for follow-up PRs?

What alternative implementations were considered?

Are there relevant PRs or issues in other repositories (Substrate, Polkadot, Frontier, Cumulus)?

What value does it bring to the blockchain users?

@pLabarta pLabarta added B0-silent Changes should not be mentioned in any release notes D2-notlive PR doesn't change runtime code (so can't be audited) labels Sep 30, 2024
Copy link
Contributor

github-actions bot commented Sep 30, 2024

WASM runtime size check:

Compared to target branch

Moonbase runtime: 2272 KB (no changes) ✅

Moonbeam runtime: 2240 KB (no changes) ✅

Moonriver runtime: 2236 KB (no changes) ✅

Compared to latest release (runtime-3200)

Moonbase runtime: 2272 KB (+312 KB compared to latest release) ⚠️

Moonbeam runtime: 2240 KB (+316 KB compared to latest release) ⚠️

Moonriver runtime: 2236 KB (+312 KB compared to latest release) ⚠️

Copy link
Contributor

github-actions bot commented Sep 30, 2024

Coverage Report

@@                       Coverage Diff                        @@
##           master   pablo/regressions-eth-getlogs     +/-   ##
================================================================
  Coverage   79.18%                          79.18%   0.00%     
  Files         299                             299             
  Lines       87673                           87673             
================================================================
  Hits        69419                           69419             
  Misses      18254                           18254             
Files Changed Coverage

Coverage generated Thu Oct 3 14:30:48 UTC 2024

test/suites/smoke/test-old-regressions.ts Outdated Show resolved Hide resolved
Co-authored-by: Rodrigo Quelhas <22591718+RomarQ@users.noreply.github.com>
@RomarQ RomarQ marked this pull request as ready for review October 3, 2024 13:36
@pLabarta pLabarta requested a review from RomarQ October 7, 2024 14:20
@RomarQ RomarQ merged commit c5f63bd into master Oct 7, 2024
42 checks passed
@RomarQ RomarQ deleted the pablo/regressions-eth-getlogs branch October 7, 2024 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B0-silent Changes should not be mentioned in any release notes D2-notlive PR doesn't change runtime code (so can't be audited)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants