flow-go icon indicating copy to clipboard operation
flow-go copied to clipboard

Atree Inlining & Deduplication with Cadence v1.0

Open fxamacker opened this issue 1 year ago • 1 comments

Updates Epic https://github.com/onflow/atree/issues/292 and closes #5403.

This PR enables Atree Inlining & Deduplication with Cadence v1.0 in flow-go.

Requires:

  • https://github.com/onflow/cadence/pull/3048
  • https://github.com/onflow/cadence/pull/3178
  • https://github.com/onflow/cadence/pull/3179 (thank you @SupunS)

fxamacker avatar Mar 16 '24 00:03 fxamacker

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes are missing coverage. Please review.

:exclamation: No coverage uploaded for pull request base (feature/atree-inlining-cadence-v1.0@b4864e0). Click here to learn what that means.

Files Patch % Lines
utils/unittest/execution_state.go 0.00% 2 Missing :warning:
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           
Flag Coverage Δ
unittests 55.65% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Mar 16 '24 00:03 codecov-commenter

Re-triggered CI

turbolent avatar Apr 19 '24 20:04 turbolent