Skip to content

Commit

Permalink
Integrate asset FT extensions with the DEX. (#1029)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitryhil authored Nov 26, 2024
1 parent cc533a6 commit b5a4514
Show file tree
Hide file tree
Showing 14 changed files with 744 additions and 255 deletions.
2 changes: 1 addition & 1 deletion build/coreum/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func Lint(ctx context.Context, deps types.DepsFunc) error {
CompileAllSmartContracts,
formatProto,
lintProto,
// breakingProto, // FIXME: uncomment in next PR
breakingProto,
)
return golang.Lint(ctx, deps)
}
Expand Down
3 changes: 0 additions & 3 deletions build/coreum/generate-proto-breaking.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//nolint:unused
package coreum

import (
Expand All @@ -22,10 +21,8 @@ import (
)

//go:embed proto-breaking.tmpl.json
//nolint:unused // FIXME: uncomment in next PR
var configBreakingTmpl string

//nolint:deadcode
func breakingProto(ctx context.Context, deps types.DepsFunc) error {
deps(golang.Tidy, tools.EnsureProtoc, tools.EnsureProtocGenBufBreaking)

Expand Down
Loading

0 comments on commit b5a4514

Please sign in to comment.