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 1
1
# IBC Callbacks Contract
2
2
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.
6
6
7
7
[ ibc callbacks] :
8
8
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
11
11
esac
12
12
done
13
13
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
11
11
esac
12
12
done
13
13
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.
75
75
https://github.com/CosmWasm/wasmd/blob/v0.50.0/x/wasm/keeper/keeper.go#L1011-L1028
76
76
77
77
[ ^ 1 ] : https://github.com/CosmWasm/wasmd/pull/1799
78
+
78
79
[ ^ 2 ] : https://github.com/CosmWasm/cosmwasm/issues/2034
You can’t perform that action at this time.
0 commit comments