-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
Tendermint version (use tendermint version or git rev-parse --verify HEAD if installed from source):
ABCI app (name for built-in, URL for self-written if it's publicly available):
Environment:
- OS (e.g. from /etc/os-release):
- Install tools:
- Others:
What happened:
I am trying to create a PoC and following "Creating and application in Java" step-by-step guide. One of the steps require copying protubuf files to $KVRSTORE_HOME location. However, I am not able to locate anywhere. The location of the file in the github points to : https://github.com/tendermint/tendermint/blob/master/proto/tendermint/abci/types.proto
What you expected to happen:
Expecting following files:
github.com/tendermint/tendermint/proto/tendermint/abci/types.proto
github.com/tendermint/tendermint/proto/tendermint/version/types.proto
github.com/tendermint/tendermint/proto/tendermint/types/types.proto
github.com/tendermint/tendermint/proto/tendermint/types/evidence.proto
github.com/tendermint/tendermint/proto/tendermint/types/params.proto
github.com/tendermint/tendermint/proto/tendermint/crypto/proof.proto
github.com/tendermint/tendermint/proto/tendermint/crypto/keys.proto
github.com/tendermint/tendermint/proto/tendermint/libs/bits/types.proto
github.com/gogo/protobuf/gogoproto/gogo.proto
Have you tried the latest version: yes/no
yes
How to reproduce it (as minimally and precisely as possible):
Please check the link on the documentation: https://docs.tendermint.com/master/tutorials/java.html
Logs (paste a small part showing an error (< 10 lines) or link a pastebin, gist, etc. containing more of the log file):
Config (you can paste only the changes you've made):
node command runtime flags:
Please provide the output from the http://<ip>:<port>/dump_consensus_state RPC endpoint for consensus bugs
Anything else we need to know: