-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(feat) Added support for the latest version of Permissions module. Up…
…dated all examples for that module too. Refactored the logic to update the compiled protos
- Loading branch information
Showing
170 changed files
with
18,334 additions
and
20,402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
version: v2 | ||
managed: | ||
enabled: true | ||
disable: | ||
- module: buf.build/googleapis/googleapis | ||
file_option: go_package_prefix | ||
plugins: | ||
- local: protoc-gen-go-grpc | ||
out: ./chain/ | ||
opt: paths=source_relative | ||
- local: protoc-gen-gogo | ||
out: ./chain/ | ||
opt: paths=source_relative | ||
inputs: | ||
# - git_repo: https://github.com/InjectiveLabs/injective-core | ||
# tag: v1.13.0 | ||
# subdir: proto | ||
- git_repo: https://github.com/InjectiveLabs/injective-core | ||
branch: f/permissions-rework | ||
subdir: proto |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
version: v2 | ||
managed: | ||
enabled: true | ||
disable: | ||
- module: buf.build/googleapis/googleapis | ||
file_option: go_package_prefix | ||
plugins: | ||
- remote: buf.build/protocolbuffers/go:v1.34.0 | ||
out: ./exchange/ | ||
opt: paths=source_relative | ||
- remote: buf.build/grpc/go:v1.3.0 | ||
out: ./exchange/ | ||
opt: paths=source_relative | ||
# - local: protoc-gen-go | ||
# out: ./exchange/ | ||
# opt: paths=source_relative | ||
# - local: protoc-gen-go-grpc | ||
# out: ./exchange/ | ||
# opt: paths=source_relative | ||
inputs: | ||
- directory: local_proto |
Oops, something went wrong.