-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broken verifier gassing in Pact 5
This is a tricky thing to get right. The tests betrayed that we had it wrong, but the correct thing to do here was hard to find in the presence of both saturating unsigned arithmetic (which doesn't seem to fully work, I got overflow errors when subtraction went below 0) and milligas/gas conversion/rounding. Change-Id: Id00000006858d16ed26102355a3fe9b80e6c8b3a
- Loading branch information
1 parent
aff18ad
commit f7bea69
Showing
2 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters