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

fix: minor typos #115

Merged
merged 2 commits into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contracts/ibc_transfer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You will see there debug messages from contract and neutron's ibc-transfer modul
### Tracing ibc transfer ack(sudo)
long story short, we catch packet_sequence id in the reply handler and passthrough any payload to sudo handler using the seq_id

1) ExecuteHandler. We save the payload we want to pass to sudo handler with a "unique-enought" id in the storage
1) ExecuteHandler. We save the payload we want to pass to sudo handler with a "unique-enough" id in the storage
2) ExecuteHandler. Force submsg to replyOn::success with the msd.id we picked above
3) ReplyHandler. In the reply handler we parse ibc packet_sequence id and map the payload to the seq_id in the storage
4) SudoHandler. In the sudo handler we read the payload from the storage with a provided seq_id(in sudo ack packet)
2 changes: 1 addition & 1 deletion scripts/test_icq_wasm_juno_testnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ result into its state.

This test uses
[neutron_interchain_queries](https://github.com/neutron-org/neutron-sdk/tree/main/contracts/neutron_interchain_queries)
contract, sending `ExecuteMsg::RegisterCw20BalanceQuery` and quering
contract, sending `ExecuteMsg::RegisterCw20BalanceQuery` and querying
`QueryMsg::Cw20Balance`. You can study this contract's code to learn
more on how to craft storage keys.

Expand Down