-
Notifications
You must be signed in to change notification settings - Fork 60
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
Simplify AccountDetails
in ProvenTransaction
#524
Comments
@bobbinth @hackaugusto |
The proper way to handle it is to add account code updates to So, I'm thinking we just put #530 on hold for now and come back to it later. |
We decided to not keep only delta, because this makes code even worse due to additional cases to check: #530 (comment) |
As noted by @hackaugusto in #485 (comment), we may be able to simplify
AccountDetails
in theProvenTransaction
struct to carry just account delta (even in the case of new accounts).The text was updated successfully, but these errors were encountered: