-
Notifications
You must be signed in to change notification settings - Fork 76
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
feat: replace hardhat ganache #1072
Conversation
* - Less than 20% difference between two consecutive estimations | ||
* - Less than 40% difference between the first and the last estimations | ||
*/ | ||
it('Should return a consistent value after several transactions', async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Open to suggestion to improve this. It's not very practical to test..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks 🙂
Looks good so far. Those erc777 payment processor tests are failing tho :( |
Description of the changes
Replace the hardhat-ganache plugin by hardhat:
Update the eip159 lib and add tests for it.