You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

230 lines
8.5 KiB

[RPC] Static swagger (#3880) * manually swagging Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * three definitions with polymorphism Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * added blockchain and block Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * low quality generation, commit, block_response and validators Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * genesis and consensus states endpoints Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * fix indentation Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * consensus parameters Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * fix indentation Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * add height to consensus parameters endpoint Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * unconfirmed_txs and num_unconfirmed_txs Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * add missing query parameter Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * add ABCI queries Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * added index document for swagger documentation Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * add missing routes Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * contract tests added on CCI Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * contract tests job should be in the test suite Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * simplify requirements to test Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * typo Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * build is a prerequisite to start localnet Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * reduce nodejs size, move goodman to get_tools, add docs, fix comments Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * Update scripts/get_tools.sh That's cleaner, thanks! Co-Authored-By: Anton Kaliaev <anton.kalyaev@gmail.com> * xz not supported by cci image, let's keep it simple Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * REMOVE-indirect debug of CCI paths Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * dirty experiment, volume is empty but binary has been produced Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * dirty experiment, volume is empty but binary has been produced Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * dirty experiment going on Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * locally works, CCI have difficulties with second layaer containers volumes Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * restore experiment, use machine instead of docker for contract tests Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * simplify a bit Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * rollback on machine golang Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * Document the changes Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * Changelog Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * comments Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
5 years ago
[RPC] Static swagger (#3880) * manually swagging Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * three definitions with polymorphism Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * added blockchain and block Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * low quality generation, commit, block_response and validators Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * genesis and consensus states endpoints Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * fix indentation Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * consensus parameters Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * fix indentation Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * add height to consensus parameters endpoint Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * unconfirmed_txs and num_unconfirmed_txs Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * add missing query parameter Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * add ABCI queries Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * added index document for swagger documentation Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * add missing routes Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * contract tests added on CCI Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * contract tests job should be in the test suite Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * simplify requirements to test Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * typo Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * build is a prerequisite to start localnet Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * reduce nodejs size, move goodman to get_tools, add docs, fix comments Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * Update scripts/get_tools.sh That's cleaner, thanks! Co-Authored-By: Anton Kaliaev <anton.kalyaev@gmail.com> * xz not supported by cci image, let's keep it simple Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * REMOVE-indirect debug of CCI paths Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * dirty experiment, volume is empty but binary has been produced Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * dirty experiment, volume is empty but binary has been produced Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * dirty experiment going on Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * locally works, CCI have difficulties with second layaer containers volumes Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * restore experiment, use machine instead of docker for contract tests Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * simplify a bit Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * rollback on machine golang Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * Document the changes Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * Changelog Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com> * comments Signed-off-by: Karoly Albert Szabo <szabo.karoly.a@gmail.com>
5 years ago
  1. PACKAGES=$(shell go list ./...)
  2. OUTPUT?=build/tendermint
  3. BUILD_TAGS?='tendermint'
  4. LD_FLAGS = -X github.com/tendermint/tendermint/version.GitCommit=`git rev-parse --short=8 HEAD` -s -w
  5. BUILD_FLAGS = -mod=readonly -ldflags "$(LD_FLAGS)"
  6. HTTPS_GIT := https://github.com/tendermint/tendermint.git
  7. DOCKER_BUF := docker run -v $(shell pwd):/workspace --workdir /workspace bufbuild/buf
  8. all: check build test install
  9. .PHONY: all
  10. # The below include contains the tools.
  11. include tools.mk
  12. include tests.mk
  13. ###############################################################################
  14. ### Build Tendermint ###
  15. ###############################################################################
  16. build:
  17. CGO_ENABLED=0 go build $(BUILD_FLAGS) -tags $(BUILD_TAGS) -o $(OUTPUT) ./cmd/tendermint/
  18. .PHONY: build
  19. build_c:
  20. CGO_ENABLED=1 go build $(BUILD_FLAGS) -tags "$(BUILD_TAGS) cleveldb" -o $(OUTPUT) ./cmd/tendermint/
  21. .PHONY: build_c
  22. build_race:
  23. CGO_ENABLED=1 go build -race $(BUILD_FLAGS) -tags $(BUILD_TAGS) -o $(OUTPUT) ./cmd/tendermint
  24. .PHONY: build_race
  25. install:
  26. CGO_ENABLED=0 go install $(BUILD_FLAGS) -tags $(BUILD_TAGS) ./cmd/tendermint
  27. .PHONY: install
  28. install_c:
  29. CGO_ENABLED=1 go install $(BUILD_FLAGS) -tags "$(BUILD_TAGS) cleveldb" ./cmd/tendermint
  30. .PHONY: install_c
  31. ###############################################################################
  32. ### Protobuf ###
  33. ###############################################################################
  34. proto-all: proto-gen proto-lint proto-check-breaking
  35. .PHONY: proto-all
  36. proto-gen:
  37. ## If you get the following error,
  38. ## "error while loading shared libraries: libprotobuf.so.14: cannot open shared object file: No such file or directory"
  39. ## See https://stackoverflow.com/a/25518702
  40. ## Note the $< here is substituted for the %.proto
  41. ## Note the $@ here is substituted for the %.pb.go
  42. @sh scripts/protocgen.sh
  43. .PHONY: proto-gen
  44. proto-lint:
  45. @$(DOCKER_BUF) check lint --error-format=json
  46. .PHONY: proto-lint
  47. proto-check-breaking:
  48. @$(DOCKER_BUF) check breaking --against-input .git#branch=master
  49. .PHONY: proto-check-breaking
  50. proto-check-breaking-ci:
  51. @$(DOCKER_BUF) check breaking --against-input $(HTTPS_GIT)#branch=master
  52. .PHONY: proto-check-breaking-ci
  53. ###############################################################################
  54. ### Build ABCI ###
  55. ###############################################################################
  56. build_abci:
  57. @go build -mod=readonly -i ./abci/cmd/...
  58. .PHONY: build_abci
  59. install_abci:
  60. @go install -mod=readonly ./abci/cmd/...
  61. .PHONY: install_abci
  62. ###############################################################################
  63. ### Distribution ###
  64. ###############################################################################
  65. # dist builds binaries for all platforms and packages them for distribution
  66. # TODO add abci to these scripts
  67. dist:
  68. @BUILD_TAGS=$(BUILD_TAGS) sh -c "'$(CURDIR)/scripts/dist.sh'"
  69. .PHONY: dist
  70. go-mod-cache: go.sum
  71. @echo "--> Download go modules to local cache"
  72. @go mod download
  73. .PHONY: go-mod-cache
  74. go.sum: go.mod
  75. @echo "--> Ensure dependencies have not been modified"
  76. @go mod verify
  77. @go mod tidy
  78. draw_deps:
  79. @# requires brew install graphviz or apt-get install graphviz
  80. go get github.com/RobotsAndPencils/goviz
  81. @goviz -i github.com/tendermint/tendermint/cmd/tendermint -d 3 | dot -Tpng -o dependency-graph.png
  82. .PHONY: draw_deps
  83. get_deps_bin_size:
  84. @# Copy of build recipe with additional flags to perform binary size analysis
  85. $(eval $(shell go build -work -a $(BUILD_FLAGS) -tags $(BUILD_TAGS) -o $(OUTPUT) ./cmd/tendermint/ 2>&1))
  86. @find $(WORK) -type f -name "*.a" | xargs -I{} du -hxs "{}" | sort -rh | sed -e s:${WORK}/::g > deps_bin_size.log
  87. @echo "Results can be found here: $(CURDIR)/deps_bin_size.log"
  88. .PHONY: get_deps_bin_size
  89. ###############################################################################
  90. ### Libs ###
  91. ###############################################################################
  92. # generates certificates for TLS testing in remotedb and RPC server
  93. gen_certs: clean_certs
  94. certstrap init --common-name "tendermint.com" --passphrase ""
  95. certstrap request-cert --common-name "server" -ip "127.0.0.1" --passphrase ""
  96. certstrap sign "server" --CA "tendermint.com" --passphrase ""
  97. mv out/server.crt rpc/lib/server/test.crt
  98. mv out/server.key rpc/lib/server/test.key
  99. rm -rf out
  100. .PHONY: gen_certs
  101. # deletes generated certificates
  102. clean_certs:
  103. rm -f rpc/lib/server/test.crt
  104. rm -f rpc/lib/server/test.key
  105. .PHONY: clean_certs
  106. ###############################################################################
  107. ### Formatting, linting, and vetting ###
  108. ###############################################################################
  109. format:
  110. find . -name '*.go' -type f -not -path "*.git*" -not -name '*.pb.go' -not -name '*pb_test.go' | xargs gofmt -w -s
  111. find . -name '*.go' -type f -not -path "*.git*" -not -name '*.pb.go' -not -name '*pb_test.go' | xargs goimports -w -local github.com/tendermint/tendermint
  112. .PHONY: format
  113. lint:
  114. @echo "--> Running linter"
  115. @golangci-lint run
  116. .PHONY: lint
  117. DESTINATION = ./index.html.md
  118. ###############################################################################
  119. ### Documentation ###
  120. ###############################################################################
  121. build-docs:
  122. cd docs && \
  123. while read p; do \
  124. (git checkout $${p} && npm install && VUEPRESS_BASE="/$${p}/" npm run build) ; \
  125. mkdir -p ~/output/$${p} ; \
  126. cp -r .vuepress/dist/* ~/output/$${p}/ ; \
  127. cp ~/output/$${p}/index.html ~/output ; \
  128. done < versions ;
  129. .PHONY: build-docs
  130. sync-docs:
  131. cd ~/output && \
  132. echo "role_arn = ${DEPLOYMENT_ROLE_ARN}" >> /root/.aws/config ; \
  133. echo "CI job = ${CIRCLE_BUILD_URL}" >> version.html ; \
  134. aws s3 sync . s3://${WEBSITE_BUCKET} --profile terraform --delete ; \
  135. aws cloudfront create-invalidation --distribution-id ${CF_DISTRIBUTION_ID} --profile terraform --path "/*" ;
  136. .PHONY: sync-docs
  137. ###############################################################################
  138. ### Docker image ###
  139. ###############################################################################
  140. build-docker:
  141. cp $(OUTPUT) DOCKER/tendermint
  142. docker build --label=tendermint --tag="tendermint/tendermint" DOCKER
  143. rm -rf DOCKER/tendermint
  144. .PHONY: build-docker
  145. ###############################################################################
  146. ### Local testnet using docker ###
  147. ###############################################################################
  148. # Build linux binary on other platforms
  149. build-linux: tools
  150. GOOS=linux GOARCH=amd64 $(MAKE) build
  151. .PHONY: build-linux
  152. build-docker-localnode:
  153. @cd networks/local && make
  154. .PHONY: build-docker-localnode
  155. # Runs `make build_c` from within an Amazon Linux (v2)-based Docker build
  156. # container in order to build an Amazon Linux-compatible binary. Produces a
  157. # compatible binary at ./build/tendermint
  158. build_c-amazonlinux:
  159. $(MAKE) -C ./DOCKER build_amazonlinux_buildimage
  160. docker run --rm -it -v `pwd`:/tendermint tendermint/tendermint:build_c-amazonlinux
  161. .PHONY: build_c-amazonlinux
  162. # Run a 4-node testnet locally
  163. localnet-start: localnet-stop build-docker-localnode
  164. @if ! [ -f build/node0/config/genesis.json ]; then docker run --rm -v $(CURDIR)/build:/tendermint:Z tendermint/localnode testnet --config /etc/tendermint/config-template.toml --v 4 --o . --populate-persistent-peers --starting-ip-address 192.167.10.2; fi
  165. docker-compose up
  166. .PHONY: localnet-start
  167. # Stop testnet
  168. localnet-stop:
  169. docker-compose down
  170. .PHONY: localnet-stop
  171. # Build hooks for dredd, to skip or add information on some steps
  172. build-contract-tests-hooks:
  173. ifeq ($(OS),Windows_NT)
  174. go build -mod=readonly $(BUILD_FLAGS) -o build/contract_tests.exe ./cmd/contract_tests
  175. else
  176. go build -mod=readonly $(BUILD_FLAGS) -o build/contract_tests ./cmd/contract_tests
  177. endif
  178. .PHONY: build-contract-tests-hooks
  179. # Run a nodejs tool to test endpoints against a localnet
  180. # The command takes care of starting and stopping the network
  181. # prerequisits: build-contract-tests-hooks build-linux
  182. # the two build commands were not added to let this command run from generic containers or machines.
  183. # The binaries should be built beforehand
  184. contract-tests:
  185. dredd
  186. .PHONY: contract-tests