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

🪲 config get regression #1142

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

Conversation

ryandgoulding
Copy link
Contributor

#988 introduced a regression where to.address is used when it should be from.address. This caused inappropriate values to be returned to the CLI for the lz:oapp:config:get task only. It did not affect the wiring task which did not suffer the same bug.

This was tested against a testnet deployed OFT to ensure proper functionality of the task was restored.

custom/oapp config should use from.address, not to.address.

This change was tested locally against a testnet deployment to ensure proper
values were fetched.

Signed-off-by: Ryan Goulding <[email protected]>
Signed-off-by: Ryan Goulding <[email protected]>
@ryandgoulding ryandgoulding changed the title 🪲 config get regregssion 🪲 config get regression Jan 1, 2025
@ryandgoulding ryandgoulding requested a review from DanL0 January 1, 2025 03:23
Copy link

@bholcomb8 bholcomb8 left a comment

Choose a reason for hiding this comment

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

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants