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: anvil API #313

Merged
merged 36 commits into from
Aug 27, 2024
Merged

feat: anvil API #313

merged 36 commits into from
Aug 27, 2024

Commits on Jul 10, 2024

  1. added evm_setAccountNonce alias

    vbar committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    052530b View commit details
    Browse the repository at this point in the history
  2. added anvil_setNonce alias

    vbar committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a2d1f0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ab50f0 View commit details
    Browse the repository at this point in the history
  4. added anvil_mine alias

    vbar committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    37e6bf5 View commit details
    Browse the repository at this point in the history
  5. added anvil_reset alias

    vbar committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f083ab2 View commit details
    Browse the repository at this point in the history
  6. added anvil_setBalance alias

    vbar committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    08eaafa View commit details
    Browse the repository at this point in the history
  7. added anvil_setCode alias

    vbar committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f76d5e6 View commit details
    Browse the repository at this point in the history
  8. added anvil_setStorageAt alias

    vbar committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    6f4c64d View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. added anvil_* aliases

    vbar committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b5dc622 View commit details
    Browse the repository at this point in the history
  2. added anvil_mine test

    vbar committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7b8392b View commit details
    Browse the repository at this point in the history
  3. modified hardhat_impersonateAccount & hardhat_stopImpersonatingAccount

    to actually call hardhat_stopImpersonatingAccount, interfere less
    with other tests
    vbar committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    34c9dd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0373993 View commit details
    Browse the repository at this point in the history
  5. added anvil_setCode test

    vbar committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    97b943b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac62abf View commit details
    Browse the repository at this point in the history
  7. formatted

    vbar committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    a14ca13 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    90a1216 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. removed links to anvil namespace

    vbar committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d36852f View commit details
    Browse the repository at this point in the history
  2. split tables

    vbar committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4a54fe8 View commit details
    Browse the repository at this point in the history
  3. Revert "split tables"

    This reverts commit 4a54fe8.
    vbar committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    bcb3397 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    17f7559 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db1269b View commit details
    Browse the repository at this point in the history
  3. Update SUPPORTED_APIS.md

    Co-authored-by: AnastasiiaVashchuk <[email protected]>
    vbar and AnastasiiaVashchuk authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    781c5a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ed672c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5857b4b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    879ac94 View commit details
    Browse the repository at this point in the history
  7. added semicolon

    vbar committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6befae3 View commit details
    Browse the repository at this point in the history
  8. named test account address

    vbar committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    5ded038 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    ee3da1e View commit details
    Browse the repository at this point in the history
  2. Update src/namespaces/anvil.rs

    Co-authored-by: AnastasiiaVashchuk <[email protected]>
    vbar and AnastasiiaVashchuk authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    2440f93 View commit details
    Browse the repository at this point in the history
  3. removed to.be.within checks

    vbar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5ff2701 View commit details
    Browse the repository at this point in the history
  4. supressing TypeScript errors

    vbar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    1f8a1f4 View commit details
    Browse the repository at this point in the history
  5. supressing TypeScript errors

    vbar committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    2fd9f3f View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    bf3e63b View commit details
    Browse the repository at this point in the history
  2. changed anvil_setCode code type

    vbar committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    18fb136 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    bb26813 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c62782 View commit details
    Browse the repository at this point in the history