dsrvlabs / vatz

Node management integration tools in purpose of maximizing node's uptime for any protocols
https://www.dsrvlabs.com/
GNU General Public License v3.0
30 stars 15 forks source link

VATZ-Proto submodule update with latest version #507

Closed xellos00 closed 11 months ago

xellos00 commented 11 months ago

Checklist


Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. such as Ex. I'm always frustrated

current vatz-proto submodule google apis is committed about 8 month ago, and therefore we need to update sub-module to prevent unexpected error with compile.

Describe the solution you'd like| Ex

A clear and concise description of what you want to happen

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you have considered.

Additional context or comment

Add any other context or screenshots about the feature request here.

rootwarp commented 11 months ago
rootwarp@mindhack ~/g/d/vatz-proto submodule! > git submodule update --remote
...
...
...
rootwarp@mindhack ~/g/d/vatz-proto submodule! > make all
make init
make[1]: Entering directory '/home/rootwarp/git/dsrv/vatz-proto'
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
go: downloading google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
go: downloading google.golang.org/grpc v1.58.3
make[1]: Leaving directory '/home/rootwarp/git/dsrv/vatz-proto'
make build
make[1]: Entering directory '/home/rootwarp/git/dsrv/vatz-proto'
make[1]: Leaving directory '/home/rootwarp/git/dsrv/vatz-proto'
xellos00 commented 11 months ago

@rootwarp Guess we can close this issue since we merged all related PRs unless you do have other concerns with it.

rootwarp commented 11 months ago

@rootwarp

Guess we can close this issue since we merged all related PRs unless you do have other concerns with it.

Agree and thanks