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

Merge MutableAccount and EVMAccount #5863

Merged
merged 6 commits into from
Sep 13, 2023

Commits on Sep 8, 2023

  1. Merge MutableAccount and EVMAccount

    Merge MutableAccount and EVMAccount functionalities by removing
    EVMAccount, all calls to getMutable, and the WrappedEVMAccount that was
     rapping non-EVMAccounts in a mutable fashion.  Instead, use a
     MutableAccount in all cases an EVMAccount would have been used.  This
     also tends to reduce a level of layering in many places.
    
    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    shemnon committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    2e2e9c0 View commit details
    Browse the repository at this point in the history
  2. missed a couple of getMutable calls

    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    shemnon committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    6bf6668 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. fix some negative uints.

    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    shemnon committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    057dd63 View commit details
    Browse the repository at this point in the history
  2. push mutable checks into all types. Fix private/public mutability issue.

    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    shemnon committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    96d001e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f8e614 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. merge

    Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
    shemnon committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    01c3c6c View commit details
    Browse the repository at this point in the history