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

Anvil Custom Methods #766

Merged
merged 14 commits into from
Aug 23, 2023
Merged

Anvil Custom Methods #766

merged 14 commits into from
Aug 23, 2023

Commits on Aug 20, 2023

  1. feat(deps): add [email protected]

    Handy anvil rpc methods. Viem set to replace Ethers anyway.
    Keyrxng committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    a15b1d3 View commit details
    Browse the repository at this point in the history
  2. feat: anvil rpc methods

    added anvil rpc methods to the sidebar
    Keyrxng committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    8831c2e View commit details
    Browse the repository at this point in the history
  3. feat: added 33 methods for anvil

    90% of calls are working, have to look into the rest a bit more.
    Keyrxng committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    9e6458b View commit details
    Browse the repository at this point in the history
  4. feat: added download button

    dumps, snapshots and anvil info can now be downloaded as a json file
    Keyrxng committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    6d9ef54 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. feat: added final methods

    removed unusable methods, added final methods, fixed download button.
    Keyrxng committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    fa0f60f View commit details
    Browse the repository at this point in the history
  2. fix: removed viem

        removed viem and just used next's fetch
    Keyrxng committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    2a987bb View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. fix: remove hardhat config

        fixed minor type errors
    Keyrxng committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    ae8ad20 View commit details
    Browse the repository at this point in the history
  2. fix: remort direct image import

    using css to display download button
    Keyrxng committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    e414227 View commit details
    Browse the repository at this point in the history
  3. Update packages/dapp/package.json

    Co-authored-by: アレクサンダー.eth <[email protected]>
    Keyrxng and 0x4007 authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    97fab51 View commit details
    Browse the repository at this point in the history
  4. fix: intuitive download button

    appears once call is clicked
    Keyrxng committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    9cf4d24 View commit details
    Browse the repository at this point in the history
  5. fix: update yarn lock

    removed hardhat foundry plugin
    Keyrxng committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    c39a313 View commit details
    Browse the repository at this point in the history
  6. fix: remove console log

    removed error logging
    Keyrxng committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    76708a1 View commit details
    Browse the repository at this point in the history
  7. fix: fixed failing methods

    fixed failing calls, input errors from rpc call logged in result
    Keyrxng committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    65f57ad View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. fix: eth send transaction

    fixed send transaction
    Keyrxng committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    753b087 View commit details
    Browse the repository at this point in the history