flow-go
flow-go copied to clipboard
[Access] Add support for programs cache on access nodes
trafficstars
Closes: #5278
Add support for running the programs cache on Access nodes with script execution enabled. This improves overall script execution performance since the most common cadence contracts will be cached.
Codecov Report
Attention: Patch coverage is 18.18182% with 9 lines in your changes are missing coverage. Please review.
Project coverage is 57.05%. Comparing base (
5e65e12) to head (58c720a).
| Files | Patch % | Lines |
|---|---|---|
| fvm/context.go | 0.00% | 5 Missing :warning: |
| fvm/fvm.go | 33.33% | 2 Missing and 2 partials :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## master #5511 +/- ##
==========================================
+ Coverage 55.64% 57.05% +1.40%
==========================================
Files 1037 873 -164
Lines 101338 86878 -14460
==========================================
- Hits 56393 49566 -6827
+ Misses 40605 33446 -7159
+ Partials 4340 3866 -474
| Flag | Coverage Δ | |
|---|---|---|
| unittests | 57.05% <18.18%> (+1.40%) |
:arrow_up: |
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.
will reopen as backport of changes from v0.33