Skip to content
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

feat(contract invoke): support contract aliases when parsing address #1765

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

willemneal
Copy link
Member

@willemneal willemneal commented Nov 30, 2024

fixes: #1764

Currently this disallows keys and contract aliases from overlapping and in the case that they already do there is a warning and the contract is preferred.

@willemneal willemneal force-pushed the feat/contract_aliases_in_sc_addr_parsing branch from d391741 to e739a46 Compare November 30, 2024 22:07
cmd/soroban-cli/src/config/sc_address.rs Outdated Show resolved Hide resolved
@willemneal willemneal force-pushed the feat/contract_aliases_in_sc_addr_parsing branch from 7d710e8 to 343eeb1 Compare December 2, 2024 14:48
Copy link
Member

@leighmcculloch leighmcculloch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm once tests passing

@willemneal willemneal self-assigned this Dec 3, 2024
@willemneal willemneal marked this pull request as ready for review December 3, 2024 19:15
@willemneal willemneal enabled auto-merge (squash) December 3, 2024 19:21
@willemneal willemneal disabled auto-merge December 3, 2024 19:25
@willemneal willemneal enabled auto-merge (squash) December 19, 2024 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Needs Review
Development

Successfully merging this pull request may close these issues.

Support contract aliases in caller arguments
3 participants