Skip to content

fix(helm): correct decimal block numbers in eth_getLogs test log#107

Closed
rguichard wants to merge 1 commit into
feature/pla-1455-move-app-related-deployment-config-into-application-reposfrom
fix/test-local-block-numbers
Closed

fix(helm): correct decimal block numbers in eth_getLogs test log#107
rguichard wants to merge 1 commit into
feature/pla-1455-move-app-related-deployment-config-into-application-reposfrom
fix/test-local-block-numbers

Conversation

@rguichard

Copy link
Copy Markdown
Collaborator

Addresses an Aikido finding on PR #90 (helm/charts/erpc/test-local.sh:225).

The printed decimal equivalents and range size for the eth_getLogs test did not match the hex literals. Corrected (verified with printf '%d'):

  • 0x1254048f = 307,496,079
  • 0x12558b2f = 307,596,079
  • range = 0x186a0 = exactly 100,000 blocks

Note: Aikido's own suggested values (307,627,151 / 307,695,407 / ~68,256) were also wrong. Log-output only; no behaviour change.

🤖 Generated with Claude Code

The printed decimal equivalents and range size for the eth_getLogs
test did not match the hex literals. Corrected values (verified with
printf '%d'):
  0x1254048f = 307,496,079
  0x12558b2f = 307,596,079
  range      = 0x186a0 = exactly 100,000 blocks
(Note: Aikido's suggested values were also incorrect.)

Log-output only; no behaviour change.
Addresses Aikido finding on helm/charts/erpc/test-local.sh:225.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@rguichard rguichard closed this Jun 25, 2026
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.

1 participant