Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ generate: generate.protobuf generate.graphql generate.contracts-clients generate
generate.protobuf: node_modules packages/api/weshnet
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2
buf generate api
buf generate --path api

.PHONY: packages/api/weshnet
packages/api/weshnet: node_modules
Expand All @@ -89,7 +89,7 @@ lint: lint.buf lint.js lint.rust

.PHONY: lint.buf
lint.buf:
buf lint api
buf lint --path api
buf breaking --against 'https://github.com/TERITORI/teritori-dapp.git#branch=main' --path api

.PHONY: lint.js
Expand Down
2 changes: 1 addition & 1 deletion buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins:
- name: go-grpc
out: go/pkg
- name: ts
out: packages/api
out: packages
path: node_modules/ts-proto/protoc-gen-ts_proto
opt:
- outputClientImpl=grpc-web
Expand Down
4 changes: 3 additions & 1 deletion buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ breaking:
- FILE
lint:
use:
- DEFAULT
- STANDARD
except:
- PACKAGE_DIRECTORY_MATCH
ignore:
- node_modules
deps:
Expand Down
189 changes: 95 additions & 94 deletions go/pkg/daopb/dao.pb.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions go/pkg/daopb/dao_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

356 changes: 178 additions & 178 deletions go/pkg/feedpb/feed.pb.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions go/pkg/feedpb/feed_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading