-
Notifications
You must be signed in to change notification settings - Fork 75
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
fix: Add ContractAddress type to consolidate contract id parsing with aliases #1692
Conversation
It seems that this is not needed since it is resolved in the function that fetches the wasm. However, given the work that @fnando is doing with the config it might be worth adding a similar |
Change seems to be super simple but looks like there are some test failures cause of error types |
e87deec
to
90287f8
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.
Love the addition of the new enum, one small question and LGTM (tests still seem to fail)
Converted to draft because builds seem to be broken. |
…nto stellar-cli/fix/contract_info
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.
LGTM!
New type is similar to Address (which later should be combined since contract addresses can be used with
contract invoke
contract method args.