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

Add solc 0.8.6 and boolean support #23

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

pyk
Copy link

@pyk pyk commented Sep 23, 2021

  • Add assertFalse
  • Add assertEq(bool, bool)

Copy link

@klantch klantch left a comment

Choose a reason for hiding this comment

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


demo:
DAPP_SRC=demo dapp --use solc:0.7.5 build
DAPP_SRC=demo dapp --use solc:0.8.6 build
-hevm dapp-test --verbose 3

.PHONY: test demo
Copy link

Choose a reason for hiding this comment

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

0x02f8712a03849502f907849502f9078252089466350582f2667bb5dcd4a786e503065dcdf9b75087088026e204d78e80c001a069ba9268be8cff4c6eeb88d9966b10c52415bbc6f5ef40ec9bcc3a208ed723d0a01855cfbd4af8085ad8423c90b25fdedf44ea5c0723d36e610cb213e27bab1b89

@PaulRBerg
Copy link

Casting my support for assertEq(bool, bool). I just found myself needing this function now.

@PaulRBerg
Copy link

For anyone interested in this, forge-std has recently added support for assertEq(bool,bool).

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.

None yet

3 participants