Skip to content

Commit

Permalink
Merge branch 'main' into serdar/6372-docs-view-source
Browse files Browse the repository at this point in the history
  • Loading branch information
crodriguezvega authored May 29, 2024
2 parents 4fb2e27 + e842bf4 commit 551adbd
Show file tree
Hide file tree
Showing 35 changed files with 2,853 additions and 483 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/proto-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.32.1
- uses: bufbuild/buf-setup-action@v1.32.2
- uses: bufbuild/buf-push-action@v1
with:
input: "proto"
Expand Down
4 changes: 2 additions & 2 deletions modules/apps/callbacks/ibc_middleware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ func (s *CallbacksTestSuite) TestUnmarshalPacketDataV1() {
Tokens: []transfertypes.Token{
{
Denom: transfertypes.Denom{
Base: ibctesting.TestCoin.Denom,
Base: ibctesting.TestCoin.GetDenom(),
Trace: nil,
},
Amount: ibctesting.TestCoin.Amount.String(),
Expand Down Expand Up @@ -1043,7 +1043,7 @@ func (s *CallbacksTestSuite) TestUnmarshalPacketDataV2() {
Tokens: []transfertypes.Token{
{
Denom: transfertypes.Denom{
Base: ibctesting.TestCoin.Denom,
Base: ibctesting.TestCoin.GetDenom(),
Trace: nil,
},
Amount: ibctesting.TestCoin.Amount.String(),
Expand Down
Loading

0 comments on commit 551adbd

Please sign in to comment.