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

wallet_contract now returns contract based on the hash #12041

Merged
merged 4 commits into from
Sep 4, 2024

Commits on Sep 4, 2024

  1. wallet_contract now returns contract based on the hash

    Hash is stored in the `Account` and the rest of the codebase largely
    expects the hash to uniquely identify the specific contract code. For
    the time being just return exactly what's stored in the `Account` and
    think about updating the accounts later...
    nagisa committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    d4427bf View commit details
    Browse the repository at this point in the history
  2. deduplicate checks

    nagisa committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    71979c2 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    nagisa committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ff87013 View commit details
    Browse the repository at this point in the history
  4. Address review

    nagisa committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b32da55 View commit details
    Browse the repository at this point in the history