Skip to content

Commit

Permalink
fix oracle module ibc and app tests
Browse files Browse the repository at this point in the history
  • Loading branch information
slandymani committed May 8, 2024
1 parent 694a3bf commit c40b1aa
Show file tree
Hide file tree
Showing 19 changed files with 1,366 additions and 612 deletions.
2 changes: 0 additions & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -681,8 +681,6 @@ func NewOdinApp(
},
),
})
app.BasicModuleManager.RegisterLegacyAminoCodec(legacyAmino)
app.BasicModuleManager.RegisterInterfaces(interfaceRegistry)

// NOTE: Oracle module must occur before distr as it takes some fee to distribute to active oracle validators.
// NOTE: During begin block slashing happens after distr.BeginBlocker so that there is nothing left
Expand Down

0 comments on commit c40b1aa

Please sign in to comment.