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

init #1

Merged
merged 8 commits into from
Oct 1, 2024
Merged

init #1

merged 8 commits into from
Oct 1, 2024

Conversation

sotnikov-s
Copy link
Collaborator

No description provided.

src/state/storage.rs Outdated Show resolved Hide resolved
src/message_queue.rs Outdated Show resolved Hide resolved
src/helpers.rs Outdated Show resolved Hide resolved
src/query.rs Show resolved Hide resolved
src/contract.rs Show resolved Hide resolved
src/sudo.rs Show resolved Hide resolved
src/contract.rs Outdated
msg: InstantiateMsg,
) -> Result<Response, ContractError> {
set_contract_version(deps.storage, CONTRACT_NAME, CONTRACT_VERSION)?;
IBCMODULE.save(deps.storage, &msg.ibc_module)?;

Choose a reason for hiding this comment

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

I'd recommend chaing this to remove module from the name to avoid any confusion during the init.
GOVMODULE could become GOVADDRESS

Choose a reason for hiding this comment

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

the new govmodule address should also be validated

@pr0n00gler pr0n00gler marked this pull request as ready for review September 27, 2024 09:48
src/message_queue.rs Outdated Show resolved Hide resolved
@pr0n00gler pr0n00gler merged commit 7728a75 into main Oct 1, 2024
9 checks passed
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.

3 participants