Feat/op759/call with value#997
Conversation
|
* add ovmCALLVALUE context * add ovmBALANCE * test success and revert cases * test empty contract case * chore: lint
* fix ovmDELEGATECALL type, update tests * add ovmSELFBALANCE * fix ovmDELEGATECALL jumping to CALL * chore: lint
462cb6b to
d10cc19
Compare
65e3702 to
cba3f77
Compare
packages/contracts/contracts/optimistic-ethereum/OVM/accounts/OVM_ECDSAContractAccount.sol
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## regenesis/0.4.0 #997 +/- ##
===================================================
- Coverage 86.17% 85.55% -0.63%
===================================================
Files 50 51 +1
Lines 1881 1924 +43
Branches 297 302 +5
===================================================
+ Hits 1621 1646 +25
- Misses 260 278 +18
Continue to review full report at Codecov.
|
| solidity: '0.7.6', | ||
| ovm: { | ||
| solcVersion: '0.7.6', | ||
| solcVersion: '0.7.6-experimental_callvalue', |
There was a problem hiding this comment.
Reminder we have to bump this when preparing for release.
|
@smartcontracts any progress updates on this? |
|
|
||
| /** | ||
| * @title Lib_MathUtils | ||
| */ |
There was a problem hiding this comment.
There is a openzeppelin Math.min that is already a dependency
|
closing in favor of #1038 so I can be updating the status/description/etc as the PR owner. |
Description
WIP, tracking this in a PR for clarity.