-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[move][aptos-vm] Addressing comments #14402
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @georgemitenkov and the rest of your teammates on Graphite |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## george/fixing-tests #14402 +/- ##
======================================================
Coverage ? 59.5%
======================================================
Files ? 856
Lines ? 208735
Branches ? 0
======================================================
Hits ? 124344
Misses ? 84391
Partials ? 0 ☔ View full report in Codecov by Sentry. |
5818e78
to
a27be81
Compare
8b23d69
to
22aac3f
Compare
a27be81
to
564d046
Compare
2e3bc30
to
90b0e37
Compare
564d046
to
995348c
Compare
995348c
to
b2dc690
Compare
a95271f
to
208c298
Compare
aptos-move/aptos-vm-types/src/module_and_script_storage/state_view_adapter.rs
Show resolved
Hide resolved
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.
Looks like a nice clean up to me
b2dc690
to
856cb80
Compare
82cef15
to
43c3ed0
Compare
856cb80
to
41922ec
Compare
43c3ed0
to
135922e
Compare
41922ec
to
d314ad1
Compare
135922e
to
35270ca
Compare
d314ad1
to
17e3fb3
Compare
35270ca
to
ff680fe
Compare
17e3fb3
to
7ea419e
Compare
ff680fe
to
d357e6a
Compare
7ea419e
to
27a8218
Compare
d357e6a
to
b1eb6e8
Compare
27a8218
to
25e70f1
Compare
b1eb6e8
to
1f36817
Compare
Description
Addressing comments from #14206.
ScriptStorage
is nowCodeStorage: ModuleStorage
. After all, you cannot have scripts without modules, I guess, most of the time. Interfaces updated to take a single parameter only, either module or code storage.Type of Change
Which Components or Systems Does This Change Impact?
How Has This Been Tested?
Key Areas to Review
Checklist