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

Add page for making a request with query parameters #227

Merged
merged 3 commits into from
May 1, 2023
Merged

Commits on Apr 28, 2023

  1. Add page for making a request with query parameters

    We now have a page for making requests directly with query string
    parameters. For example, you can make an `eth_getLogs` request by
    navigation to:
    
    `[test dapp path]/request.html?method=eth_getLogs&params=[{}]`
    
    This can be useful for testing RPC methods not covered by the test
    dapp functionality, or for e2e testing (especially on mobile, where
    clicking elements on the page can be challenging).
    Gudahtt committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    e1e7f64 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Add documentation

    Gudahtt committed May 1, 2023
    Configuration menu
    Copy the full SHA
    d388087 View commit details
    Browse the repository at this point in the history
  2. Update README usage instructions

    Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
    Gudahtt and legobeat authored May 1, 2023
    Configuration menu
    Copy the full SHA
    358f97b View commit details
    Browse the repository at this point in the history