-
Notifications
You must be signed in to change notification settings - Fork 180
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
Update Stable Cadence feature branch #5429
Update Stable Cadence feature branch #5429
Conversation
…to gregor/evm/selfdestruct-test
set nonce for direct calls
…o-COA-proof-verification [Flow EVM] improvements to COA proof verification
…come-of-execution [Flow EVM] Reporting results for evm.Run and evm.coa.Call
[Flow EVM] Updating chain IDs
let coaRef = acc.capabilities.borrow<&EVM.CadenceOwnedAccount>(path) | ||
?? panic("could not borrow Cadence-owned account's address") | ||
|
||
if coaRef == nil { | ||
return ValidationResult( | ||
isValid: false, | ||
problem: "could not borrow bridge account's resource" | ||
) | ||
} |
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.
Conflict resolution
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## feature/stable-cadence #5429 +/- ##
==========================================================
+ Coverage 56.31% 57.83% +1.52%
==========================================================
Files 1023 852 -171
Lines 99140 84513 -14627
==========================================================
- Hits 55827 48875 -6952
+ Misses 39089 31894 -7195
+ Partials 4224 3744 -480
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Updates the stable cadence branch with the latest changes of the master. Only one conflict resolution (flagged in the comments)