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: apply gateway lookback limit to eth API lookback #10467

Merged
merged 3 commits into from
Mar 16, 2023

Commits on Mar 15, 2023

  1. feat: apply gateway lookback limit to eth API lookback

    This change:
    
    1. Introduces new "limited" API endpoints for EthGetTransactionByHash
       and EthGetTransactionReceipt that accept lookback-limits.
    2. Implements the gateway version of these API endpoints by calling the
       limited variants with the default message search lookback limit.
    
    fixes #10412
    Stebalien committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    fee4801 View commit details
    Browse the repository at this point in the history
  2. fix: actually apply limit

    Stebalien committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    3776ee3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17274e7 View commit details
    Browse the repository at this point in the history