-
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
Allow use of type code generator in any package, refactor RLP and BLS contracts #2753
Allow use of type code generator in any package, refactor RLP and BLS contracts #2753
Conversation
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:feature/stable-cadence commit 147803a Collapsed results for better readability
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## feature/stable-cadence #2753 +/- ##
==========================================================
+ Coverage 79.63% 79.65% +0.01%
==========================================================
Files 337 339 +2
Lines 80462 80623 +161
==========================================================
+ Hits 64077 64219 +142
- Misses 14086 14104 +18
- Partials 2299 2300 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
I will rebase this on Stable Cadence, to reduce conflicts down the line, once #2648 is merged |
c6d8851
to
fbb765c
Compare
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.
Nice
Description
sema
was supported / hard-coded)These changes will make it easier and faster to add new types to the standard library.
Also, add support for generating code for dictionary types.
master
branchFiles changed
in the Github PR explorer