-
Notifications
You must be signed in to change notification settings - Fork 179
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
Atree Inlining & Deduplication with Cadence v1.0 #5554
Atree Inlining & Deduplication with Cadence v1.0 #5554
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## feature/atree-inlining-cadence-v1.0 #5554 +/- ##
======================================================================
Coverage ? 55.65%
======================================================================
Files ? 276
Lines ? 26638
Branches ? 0
======================================================================
Hits ? 14826
Misses ? 10626
Partials ? 1186
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…ee-register-inlining-v1.0
Re-triggered CI |
53b0738
into
feature/atree-inlining-cadence-v1.0
github.com/onflow/atree v0.6.1-0.20240416233652-f4568c0c03df | ||
github.com/onflow/cadence v1.0.0-preview.21 | ||
github.com/onflow/atree v0.6.1-0.20240417191405-e11f55fa33a3 | ||
github.com/onflow/cadence v1.0.0-preview-atree-register-inlining.21 |
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.
👍
Updates Epic onflow/atree#292 and closes #5403.
Atree Inlining & Deduplication is implemented at
github.com/onflow/atree
:This PR enables Atree Inlining & Deduplication with Cadence v1.0 in flow-go.
Requires:
feature/array-map-inlining
(atree inlining feature branch) tomain
atree#429 (+35,866 −8,636)