Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate asset FT extensions with the DEX. #1029

Merged
merged 9 commits into from
Nov 26, 2024
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