mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-05-21 14:26:45 +00:00

* Added new RPC command for getting balance of wallet address * small details * Regenerate protobuffs * fixes * routing fix * Add 'Message' suffix to GetBalanceByAddressRequest and GetBalanceByAddressResponse * Add Message * linting * linting * fixed name Co-authored-by: Mike Zak <feanorr@gmail.com> Co-authored-by: Ori Newman <> Co-authored-by: Ori Newman <orinewman1@gmail.com> Co-authored-by: Michael Sutton <mikisiton2@gmail.com>
540 B
540 B
protowire
- Download and place in your PATH: https://github.com/protocolbuffers/protobuf/releases/download/v3.12.3/protoc-3.12.3-linux-x86_64.zip
go install github.com/golang/protobuf/protoc-gen-go
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc
- In the protowire directory:
go generate .
Documentation
To generate rpc.md
:
go install -u github.com/kaspanet/protoc-gen-doc/cmd/protoc-gen-doc
- In the protowire directory:
protoc --doc_out=. --doc_opt=markdown,rpc.md rpc.proto