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

propagate all gas outputs in ApplyRet #526

Merged
merged 2 commits into from
May 4, 2022
Merged

propagate all gas outputs in ApplyRet #526

merged 2 commits into from
May 4, 2022

Conversation

vyzo
Copy link
Contributor

@vyzo vyzo commented May 4, 2022

See #523.

Also fixes a bug in system actors state, which was broken and revealed by the cbor4ii library (which is stricter than its predecessor).

@Stebalien Stebalien merged commit 7e6d32d into master May 4, 2022
@Stebalien Stebalien deleted the fix/issue-523 branch May 4, 2022 13:23
Comment on lines +76 to +78
pub base_fee_burn: TokenAmount,
pub over_estimation_burn: TokenAmount,
pub refund: TokenAmount,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's continue using BigInt here. TokenAmount is aliased to BigInt, so not a big deal, but I'd prefer to contain entropy.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm. We should probably go the other way so we can eventually get rid of that alias, right?

@raulk raulk mentioned this pull request May 5, 2022
48 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants