Skip to content

Commit

Permalink
PRT-133 design grpc portal implementation (lavanet#160)
Browse files Browse the repository at this point in the history
* PRT-55 - WIP merged with grpc_Server branch

* WIP grpc dynamic impossible

* PRT-56 Adding a script to help parse grpc info into the spec by cross referensing the rest api fixing excisting by it chains

* spec fixes for cosmoshub and juno, grpc interface automation and spec creators are working

* PRT-134 repeat implemented mistaken

* PRT-134 renamed grpc_service_creator to grpc_scaffolder

* PRT-134 WIP adding automated protobuf files.

* PRT-134 WIP changed proto unmarhal to json and fixed registration

* PRT-134 WIP adjusting cosmos and lavanet protobufs

* PRT-134 WIP adding packages for cosmos

* PRT-134 WIP IBC and Osmosis protobufs.

* WIP reorganize the protobufs

* PRT-134 WIP Protobufs no more errors, but lavad still crashes

* PRT-134 WIP changed json.unmarshal to proto.unmarshal

* PRT-134 WIP - replacing methods with slash instead of dot

* PRT-134 WIP - replacing methods with slash instead of dot

* PRT-134 Working sample!

* PRT-134 Small print cleanup and added test.

* PRT-134 Fixing param parsing.

* merge issues fixed.

* PRT-134 grpc Finalized.

* PRT-134 missing grpc port initialize in lava provider

* PRT-136 - adjusting Juno, fixing a few issues

* PRT-136 - go mod

* PRT-133 linter changes

* PRT-133 linter changes

* PRT-133 reducing some proto files.

* PRT-133 Adding Readme and examples.

* added more readme

* PRT-184 adding readme and fixing pr requests

* PRT-184  fixing pr requests
  • Loading branch information
ranlavanet authored Dec 20, 2022
1 parent da4c707 commit c5e8fd8
Show file tree
Hide file tree
Showing 228 changed files with 239,494 additions and 3,417 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ testutil/e2e/logs/
ptnet/
scripts/vars/
testutil/debugging/
ts-client/
ts-client/
scripts/automation_scripts/automation_results*
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ run:
tests: false
# timeout for analysis, e.g. 30s, 5m, default is 1m
timeout: 5m
skip-files:
- "relayer/chainproxy/thirdparty/*"
- "relayer/chainproxy/grpc.go"

linters:
disable-all: true
Expand Down
Loading

0 comments on commit c5e8fd8

Please sign in to comment.