-
Notifications
You must be signed in to change notification settings - Fork 123
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
Use Dynamic*Address
types in the ManifestInput
models
#1992
Conversation
Docker tags |
Benchmark for 568c5c4Click to view benchmark
|
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.
Nice! A few things I've noticed - happy to jump on a call if you'd like to talk through any of these 👍.
253e552
to
af29b41
Compare
50c30ee
to
27da7a0
Compare
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 good! But before merging, can we fix git history (as per slack)?
radix-engine-tests/tests/application/static_resource_movements_visitor.rs
Outdated
Show resolved
Hide resolved
27da7a0
to
0302118
Compare
Summary
This PR changes the address types used in the
ManifestInput
models to use dynamic addresses. This fixes an issue that we found in the static analyzer (which was propagated in the toolkit) whereadd_authorized_depositor
with aNamedAddress
would fail when we attempt to convert it into a typed invocation.