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.

285 lines
10 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. #!/usr/bin/make -f
  2. PACKAGES=$(shell go list ./...)
  3. BUILDDIR ?= $(CURDIR)/build
  4. BUILD_TAGS?=tendermint
  5. LD_FLAGS = -X github.com/tendermint/tendermint/version.GitCommit=`git rev-parse --short=8 HEAD`
  6. BUILD_FLAGS = -mod=readonly -ldflags "$(LD_FLAGS)"
  7. HTTPS_GIT := https://github.com/tendermint/tendermint.git
  8. DOCKER_BUF := docker run -v $(shell pwd):/workspace --workdir /workspace bufbuild/buf
  9. CGO_ENABLED ?= 0
  10. # handle nostrip
  11. ifeq (,$(findstring nostrip,$(TENDERMINT_BUILD_OPTIONS)))
  12. BUILD_FLAGS += -trimpath
  13. LD_FLAGS += -s -w
  14. endif
  15. # handle race
  16. ifeq (race,$(findstring race,$(TENDERMINT_BUILD_OPTIONS)))
  17. CGO_ENABLED=1
  18. BUILD_FLAGS += -race
  19. endif
  20. # handle cleveldb
  21. ifeq (cleveldb,$(findstring cleveldb,$(TENDERMINT_BUILD_OPTIONS)))
  22. CGO_ENABLED=1
  23. BUILD_TAGS += cleveldb
  24. endif
  25. # handle badgerdb
  26. ifeq (badgerdb,$(findstring badgerdb,$(TENDERMINT_BUILD_OPTIONS)))
  27. BUILD_TAGS += badgerdb
  28. endif
  29. # handle rocksdb
  30. ifeq (rocksdb,$(findstring rocksdb,$(TENDERMINT_BUILD_OPTIONS)))
  31. CGO_ENABLED=1
  32. BUILD_TAGS += rocksdb
  33. endif
  34. # handle boltdb
  35. ifeq (boltdb,$(findstring boltdb,$(TENDERMINT_BUILD_OPTIONS)))
  36. BUILD_TAGS += boltdb
  37. endif
  38. # allow users to pass additional flags via the conventional LDFLAGS variable
  39. LD_FLAGS += $(LDFLAGS)
  40. all: check build test install
  41. .PHONY: all
  42. # The below include contains the tools.
  43. include tools.mk
  44. include tests.mk
  45. ###############################################################################
  46. ### Build Tendermint ###
  47. ###############################################################################
  48. build: $(BUILDDIR)/
  49. CGO_ENABLED=$(CGO_ENABLED) go build $(BUILD_FLAGS) -tags '$(BUILD_TAGS)' -o $(BUILDDIR)/ ./cmd/tendermint/
  50. .PHONY: build
  51. install:
  52. CGO_ENABLED=$(CGO_ENABLED) go install $(BUILD_FLAGS) -tags $(BUILD_TAGS) ./cmd/tendermint
  53. .PHONY: install
  54. $(BUILDDIR)/:
  55. mkdir -p $@
  56. ###############################################################################
  57. ### Protobuf ###
  58. ###############################################################################
  59. proto-all: proto-gen proto-lint proto-check-breaking
  60. .PHONY: proto-all
  61. proto-gen:
  62. ## If you get the following error,
  63. ## "error while loading shared libraries: libprotobuf.so.14: cannot open shared object file: No such file or directory"
  64. ## See https://stackoverflow.com/a/25518702
  65. ## Note the $< here is substituted for the %.proto
  66. ## Note the $@ here is substituted for the %.pb.go
  67. @sh scripts/protocgen.sh
  68. .PHONY: proto-gen
  69. proto-gen-docker:
  70. @echo "Generating Protobuf files"
  71. @docker run -v $(shell pwd):/workspace --workdir /workspace tendermintdev/docker-build-proto sh ./scripts/protocgen.sh
  72. .PHONY: proto-gen-docker
  73. proto-lint:
  74. @$(DOCKER_BUF) check lint --error-format=json
  75. .PHONY: proto-lint
  76. proto-format:
  77. @echo "Formatting Protobuf files"
  78. docker run -v $(shell pwd):/workspace --workdir /workspace tendermintdev/docker-build-proto find ./ -not -path "./third_party/*" -name *.proto -exec clang-format -i {} \;
  79. .PHONY: proto-format
  80. proto-check-breaking:
  81. @$(DOCKER_BUF) check breaking --against-input .git#branch=master
  82. .PHONY: proto-check-breaking
  83. proto-check-breaking-ci:
  84. @$(DOCKER_BUF) check breaking --against-input $(HTTPS_GIT)#branch=master
  85. .PHONY: proto-check-breaking-ci
  86. ###############################################################################
  87. ### Build ABCI ###
  88. ###############################################################################
  89. build_abci:
  90. @go build -mod=readonly -i ./abci/cmd/...
  91. .PHONY: build_abci
  92. install_abci:
  93. @go install -mod=readonly ./abci/cmd/...
  94. .PHONY: install_abci
  95. ###############################################################################
  96. ### Distribution ###
  97. ###############################################################################
  98. # dist builds binaries for all platforms and packages them for distribution
  99. # TODO add abci to these scripts
  100. dist:
  101. @BUILD_TAGS=$(BUILD_TAGS) sh -c "'$(CURDIR)/scripts/dist.sh'"
  102. .PHONY: dist
  103. go-mod-cache: go.sum
  104. @echo "--> Download go modules to local cache"
  105. @go mod download
  106. .PHONY: go-mod-cache
  107. go.sum: go.mod
  108. @echo "--> Ensure dependencies have not been modified"
  109. @go mod verify
  110. @go mod tidy
  111. draw_deps:
  112. @# requires brew install graphviz or apt-get install graphviz
  113. go get github.com/RobotsAndPencils/goviz
  114. @goviz -i github.com/tendermint/tendermint/cmd/tendermint -d 3 | dot -Tpng -o dependency-graph.png
  115. .PHONY: draw_deps
  116. get_deps_bin_size:
  117. @# Copy of build recipe with additional flags to perform binary size analysis
  118. $(eval $(shell go build -work -a $(BUILD_FLAGS) -tags $(BUILD_TAGS) -o $(BUILDDIR)/ ./cmd/tendermint/ 2>&1))
  119. @find $(WORK) -type f -name "*.a" | xargs -I{} du -hxs "{}" | sort -rh | sed -e s:${WORK}/::g > deps_bin_size.log
  120. @echo "Results can be found here: $(CURDIR)/deps_bin_size.log"
  121. .PHONY: get_deps_bin_size
  122. ###############################################################################
  123. ### Libs ###
  124. ###############################################################################
  125. # generates certificates for TLS testing in remotedb and RPC server
  126. gen_certs: clean_certs
  127. certstrap init --common-name "tendermint.com" --passphrase ""
  128. certstrap request-cert --common-name "server" -ip "127.0.0.1" --passphrase ""
  129. certstrap sign "server" --CA "tendermint.com" --passphrase ""
  130. mv out/server.crt rpc/jsonrpc/server/test.crt
  131. mv out/server.key rpc/jsonrpc/server/test.key
  132. rm -rf out
  133. .PHONY: gen_certs
  134. # deletes generated certificates
  135. clean_certs:
  136. rm -f rpc/jsonrpc/server/test.crt
  137. rm -f rpc/jsonrpc/server/test.key
  138. .PHONY: clean_certs
  139. ###############################################################################
  140. ### Formatting, linting, and vetting ###
  141. ###############################################################################
  142. format:
  143. find . -name '*.go' -type f -not -path "*.git*" -not -name '*.pb.go' -not -name '*pb_test.go' | xargs gofmt -w -s
  144. 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
  145. .PHONY: format
  146. lint:
  147. @echo "--> Running linter"
  148. @golangci-lint run
  149. .PHONY: lint
  150. DESTINATION = ./index.html.md
  151. ###############################################################################
  152. ### Documentation ###
  153. ###############################################################################
  154. build-docs:
  155. @cd docs && \
  156. while read -r branch path_prefix; do \
  157. (git checkout $${branch} && npm install && VUEPRESS_BASE="/$${path_prefix}/" npm run build) ; \
  158. mkdir -p ~/output/$${path_prefix} ; \
  159. cp -r .vuepress/dist/* ~/output/$${path_prefix}/ ; \
  160. cp ~/output/$${path_prefix}/index.html ~/output ; \
  161. done < versions ;
  162. .PHONY: build-docs
  163. sync-docs:
  164. cd ~/output && \
  165. echo "role_arn = ${DEPLOYMENT_ROLE_ARN}" >> /root/.aws/config ; \
  166. echo "CI job = ${CIRCLE_BUILD_URL}" >> version.html ; \
  167. aws s3 sync . s3://${WEBSITE_BUCKET} --profile terraform --delete ; \
  168. aws cloudfront create-invalidation --distribution-id ${CF_DISTRIBUTION_ID} --profile terraform --path "/*" ;
  169. .PHONY: sync-docs
  170. ###############################################################################
  171. ### Docker image ###
  172. ###############################################################################
  173. build-docker: build-linux
  174. cp $(BUILDDIR)/tendermint DOCKER/tendermint
  175. docker build --label=tendermint --tag="tendermint/tendermint" DOCKER
  176. rm -rf DOCKER/tendermint
  177. .PHONY: build-docker
  178. ###############################################################################
  179. ### Local testnet using docker ###
  180. ###############################################################################
  181. # Build linux binary on other platforms
  182. build-linux: tools
  183. GOOS=linux GOARCH=amd64 $(MAKE) build
  184. .PHONY: build-linux
  185. build-docker-localnode:
  186. @cd networks/local && make
  187. .PHONY: build-docker-localnode
  188. # Runs `make build TENDERMINT_BUILD_OPTIONS=cleveldb` from within an Amazon
  189. # Linux (v2)-based Docker build container in order to build an Amazon
  190. # Linux-compatible binary. Produces a compatible binary at ./build/tendermint
  191. build_c-amazonlinux:
  192. $(MAKE) -C ./DOCKER build_amazonlinux_buildimage
  193. docker run --rm -it -v `pwd`:/tendermint tendermint/tendermint:build_c-amazonlinux
  194. .PHONY: build_c-amazonlinux
  195. # Run a 4-node testnet locally
  196. localnet-start: localnet-stop build-docker-localnode
  197. @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 --o . --starting-ip-address 192.167.10.2; fi
  198. docker-compose up
  199. .PHONY: localnet-start
  200. # Stop testnet
  201. localnet-stop:
  202. docker-compose down
  203. .PHONY: localnet-stop
  204. # Build hooks for dredd, to skip or add information on some steps
  205. build-contract-tests-hooks:
  206. ifeq ($(OS),Windows_NT)
  207. go build -mod=readonly $(BUILD_FLAGS) -o build/contract_tests.exe ./cmd/contract_tests
  208. else
  209. go build -mod=readonly $(BUILD_FLAGS) -o build/contract_tests ./cmd/contract_tests
  210. endif
  211. .PHONY: build-contract-tests-hooks
  212. # Run a nodejs tool to test endpoints against a localnet
  213. # The command takes care of starting and stopping the network
  214. # prerequisits: build-contract-tests-hooks build-linux
  215. # the two build commands were not added to let this command run from generic containers or machines.
  216. # The binaries should be built beforehand
  217. contract-tests:
  218. dredd
  219. .PHONY: contract-tests
  220. clean:
  221. rm -rf $(CURDIR)/artifacts/ $(BUILDDIR)/
  222. build-reproducible:
  223. docker rm latest-build || true
  224. docker run --volume=$(CURDIR):/sources:ro \
  225. --env TARGET_PLATFORMS='linux/amd64 linux/arm64 darwin/amd64 windows/amd64' \
  226. --env APP=tendermint \
  227. --env COMMIT=$(shell git rev-parse --short=8 HEAD) \
  228. --env VERSION=$(shell git describe --tags) \
  229. --name latest-build cosmossdk/rbuilder:latest
  230. docker cp -a latest-build:/home/builder/artifacts/ $(CURDIR)/
  231. .PHONY: build-reproducible