Skip to content

Commit

Permalink
Migrate to Prettier 3.3.3 and reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Jul 18, 2024
1 parent af76844 commit f29a38a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions contracts/ibc-callbacks/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# IBC Callbacks Contract

This is a simple contract to demonstrate [IBC Callbacks]. It sends an ICS-20
transfer message to a remote chain and writes to storage which callbacks were
called. This can then be queried using the `CallbackStats` query.
This is a simple contract to demonstrate [IBC Callbacks]. It sends an ICS-20 transfer
message to a remote chain and writes to storage which callbacks were called. This
can then be queried using the `CallbackStats` query.

[ibc callbacks]:
https://github.com/cosmos/ibc-go/blob/main/docs/architecture/adr-008-app-caller-cbs.md
2 changes: 1 addition & 1 deletion devtools/format_md.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ while getopts c option; do
esac
done

npx prettier@2.7.1 --$op "./**/*.md"
npx prettier@3.3.3 --$op "./**/*.md"
2 changes: 1 addition & 1 deletion devtools/format_yml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ while getopts c option; do
esac
done

npx prettier@2.7.1 --$op "./**/*.yml"
npx prettier@3.3.3 --$op "./**/*.yml"
1 change: 1 addition & 0 deletions docs/PINNING.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,5 @@ every block.
https://github.com/CosmWasm/wasmd/blob/v0.50.0/x/wasm/keeper/keeper.go#L1011-L1028

[^1]: https://github.com/CosmWasm/wasmd/pull/1799

[^2]: https://github.com/CosmWasm/cosmwasm/issues/2034

0 comments on commit f29a38a

Please sign in to comment.