File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11# IBC Callbacks Contract
22
3- This is a simple contract to demonstrate [ IBC Callbacks] . It sends an ICS-20
4- transfer message to a remote chain and writes to storage which callbacks were
5- called. This can then be queried using the ` CallbackStats ` query.
3+ This is a simple contract to demonstrate [ IBC Callbacks] . It sends an ICS-20 transfer
4+ message to a remote chain and writes to storage which callbacks were called. This
5+ can then be queried using the ` CallbackStats ` query.
66
77[ ibc callbacks] :
88 https://github.com/cosmos/ibc-go/blob/main/docs/architecture/adr-008-app-caller-cbs.md
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ while getopts c option; do
1111 esac
1212done
1313
14- npx prettier@2.7.1 --$op " ./**/*.md"
14+ npx prettier@3.3.3 --$op " ./**/*.md"
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ while getopts c option; do
1111 esac
1212done
1313
14- npx prettier@2.7.1 --$op " ./**/*.yml"
14+ npx prettier@3.3.3 --$op " ./**/*.yml"
Original file line number Diff line number Diff line change @@ -75,4 +75,5 @@ every block.
7575 https://github.com/CosmWasm/wasmd/blob/v0.50.0/x/wasm/keeper/keeper.go#L1011-L1028
7676
7777[ ^ 1 ] : https://github.com/CosmWasm/wasmd/pull/1799
78+
7879[ ^ 2 ] : https://github.com/CosmWasm/cosmwasm/issues/2034
You can’t perform that action at this time.
0 commit comments