Closed SupunS closed 1 month ago
This branch with compared with the base branch onflow:master commit 85f46f73c95ef510facf48e28470b2eada9fc519
The command for i in {1..N}; do go test ./... -run=XXX -bench=. -benchmem -shuffle=on; done
was used.
Bench tests were run a total of 7 times on each branch.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 80.20%. Comparing base (
d90d449
) to head (0e1b932
). Report is 68 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
The backward compatibility checker fails due to missing 5f195aa4322e5dbb.EVMHelper:71(5:2):*sema.AttachmentsNotEnabledError
error, because the analyzer tool didn't have the attachments enabled flag on. So this is expected.
Interestingly, seems EVMHelper
is the only one using attachments at the moment π
Description
Attachments are enabled on all networks now. So the flag is no longer needed.
master
branchFiles changed
in the Github PR explorer