-
Notifications
You must be signed in to change notification settings - Fork 829
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
EVM Precompile integration test #1379
base: evm
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## evm #1379 +/- ##
==========================================
+ Coverage 63.16% 63.27% +0.11%
==========================================
Files 350 350
Lines 23760 23760
==========================================
+ Hits 15008 15035 +27
+ Misses 7896 7864 -32
- Partials 856 861 +5 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## evm #1379 +/- ##
==========================================
- Coverage 63.16% 63.03% -0.13%
==========================================
Files 350 350
Lines 23760 23760
==========================================
- Hits 15008 14978 -30
- Misses 7896 7923 +27
- Partials 856 859 +3 |
make sure you merge to |
expect(diff).to.equal(1); | ||
}); | ||
|
||
it("Approve and TransferFrom functions", async function() { |
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.
can you do a transferFrom without doing an approve and make sure it fails?
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.
Updated
console.log("end of before"); | ||
}); | ||
|
||
it("Transfer function", async function() { |
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.
can we do a transfer from an address with no token balance and make sure it fails
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.
Updated
f3122e3
to
b7bb3a9
Compare
Describe your changes and provide context
Testing performed to validate your change
seilocal
hardhat runnpx hardhat test --network seilocal test/EVMPrecompileTester.js