-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(jsonrpc): update JSON-RPC Gateway to support headers and improve …
…client registry (#1327)
- Loading branch information
Showing
9 changed files
with
391 additions
and
195 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ devtools: | |
go install github.com/bufbuild/buf/cmd/[email protected] | ||
go install mvdan.cc/gofumpt@latest | ||
go install github.com/rakyll/[email protected] | ||
go install github.com/pacviewer/jrpc-gateway/protoc-gen-jrpc-gateway@v0.1.7 | ||
go install github.com/pacviewer/jrpc-gateway/protoc-gen-jrpc-gateway@v0.3.2 | ||
go install github.com/pacviewer/jrpc-gateway/protoc-gen-jrpc-doc/cmd/[email protected] | ||
|
||
######################################## | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.