-
Notifications
You must be signed in to change notification settings - Fork 180
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
Clean up address usage (part 1 of many) #3912
Conversation
FVM Benchstat comparisonThis branch with compared with the base branch onflow:master commit 48e38e6 The command Collapsed results for better readability
|
c141bf0
to
0d286a4
Compare
0d286a4
to
e2ee169
Compare
Codecov Report
@@ Coverage Diff @@
## master #3912 +/- ##
==========================================
- Coverage 53.25% 50.82% -2.44%
==========================================
Files 821 593 -228
Lines 76839 55359 -21480
==========================================
- Hits 40923 28136 -12787
+ Misses 32601 24872 -7729
+ Partials 3315 2351 -964
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
e2ee169
to
93bcb44
Compare
bors merge |
3912: Clean up address usage (part 1 of many) r=pattyshack a=pattyshack Prep work for changing address internal representation The number of changes is getting a bit out of hand. I'll split up the change into smaller PRs, with the goal of consistently operating on flow.Address whenever possible. Note that (except for tests) I'm trying to consistently name the address variables based on their types: - address is always a flow.Address - runtimeAddress is a common.Address - cadenceAddress is a cadence.Address Co-authored-by: Patrick Lee <patrick.lee@dapperlabs.com>
Build failed: |
bors retry |
3912: Clean up address usage (part 1 of many) r=pattyshack a=pattyshack Prep work for changing address internal representation The number of changes is getting a bit out of hand. I'll split up the change into smaller PRs, with the goal of consistently operating on flow.Address whenever possible. Note that (except for tests) I'm trying to consistently name the address variables based on their types: - address is always a flow.Address - runtimeAddress is a common.Address - cadenceAddress is a cadence.Address Co-authored-by: Patrick Lee <patrick.lee@dapperlabs.com>
Build failed: |
Prep work for changing address internal representation The number of changes is getting a bit out of hand. I'll split up the change into smaller PRs, with the goal of consistently operating on flow.Address whenever possible. Note that (except for tests) I'm trying to consistently name the address variables based on their types: - address is always a flow.Address - runtimeAddress is a common.Address - cadenceAddress is a cadence.Address
93bcb44
to
c53b3bc
Compare
bors merge |
Prep work for changing address internal representation
The number of changes is getting a bit out of hand. I'll split up the change into smaller PRs, with the goal of consistently operating on flow.Address whenever possible.
Note that (except for tests) I'm trying to consistently name the address variables based on their types: