-
Notifications
You must be signed in to change notification settings - Fork 138
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 Type.address and Type.contractName #3570
Conversation
This would be great! |
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:master commit 075bfc7 Collapsed results for better readability
|
b36bae6
to
35d0594
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3570 +/- ##
==========================================
+ Coverage 80.43% 80.53% +0.09%
==========================================
Files 393 432 +39
Lines 97537 97964 +427
==========================================
+ Hits 78451 78891 +440
+ Misses 16338 16321 -17
- Partials 2748 2752 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…ructing and decoding type ID
Description
Extend
Type
by adding two new fields:Currently, getting this information requires manually extracting the information from the type identifier, e.g. https://github.com/onflow/flow-evm-bridge/blob/ca95d452aa89ba17ca79776592ff9fd7a9d7f804/cadence/contracts/bridge/FlowEVMBridgeUtils.cdc#L947-L960
master
branchFiles changed
in the Github PR explorer