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: remove block range limit in eth_getLogs when filtering with a single address #2236

Merged
merged 11 commits into from
Mar 28, 2024

Commits on Mar 21, 2024

  1. Fix address type

    Signed-off-by: Luis Mastrangelo <[email protected]>
    acuarica committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    79c0700 View commit details
    Browse the repository at this point in the history
  2. Remove block range limit when filtering with a single address

    Signed-off-by: Luis Mastrangelo <[email protected]>
    acuarica committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    cd4805e View commit details
    Browse the repository at this point in the history
  3. Fix single address condition

    Signed-off-by: Luis Mastrangelo <[email protected]>
    acuarica committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f7d1e72 View commit details
    Browse the repository at this point in the history
  4. Add unit tests

    Signed-off-by: Luis Mastrangelo <[email protected]>
    acuarica committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    a31d83b View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Add acceptance test for large block range with a single address

    Signed-off-by: Luis Mastrangelo <[email protected]>
    acuarica committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    b7df814 View commit details
    Browse the repository at this point in the history
  2. Fix acceptance test

    Signed-off-by: Luis Mastrangelo <[email protected]>
    acuarica committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f70eb4d View commit details
    Browse the repository at this point in the history
  3. Update eth_getLogs's openrpc docs summary and restrictions

    Signed-off-by: Luis Mastrangelo <[email protected]>
    acuarica committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    0aca263 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Remove unneeded console.log

    Signed-off-by: Luis Mastrangelo <[email protected]>
    acuarica committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    cdb7d7c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Remove env.TEST usage as suggested by Fredy

    Signed-off-by: Luis Mastrangelo <[email protected]>
    acuarica committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    bf60052 View commit details
    Browse the repository at this point in the history
  2. Improve test titles to use it should format as suggested by Fredy

    Signed-off-by: Luis Mastrangelo <[email protected]>
    acuarica committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e3ad2a5 View commit details
    Browse the repository at this point in the history
  3. Include more details in the openrpc eth_getLogs description

    Signed-off-by: Luis Mastrangelo <[email protected]>
    acuarica committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f341324 View commit details
    Browse the repository at this point in the history