swh:1:snp:9c27352633c4639a943e316050a7b904f57900e2
Revision 9279f79af3e7122c100e53fce89fa0dab17d1e5f authored by Julien Tesson on 17 December 2019, 21:09:14 UTC, committed by Pierre Boutillier on 19 December 2019, 14:11:26 UTC
To detect the presence of a "default" entrypoint and get its type, the
current implementation uses the entrypoint typechecking RPC. If it
fails, it assumes that the entrypoint doesn't exists.

This patch discriminate the 404 Not Found error that indicates the
absence of such entrypoint with other error that can happen, for
example Forbidden access in presence of RPC filters, or internal error
in case of proxy malfunction.
1 parent 686bb91
History
Tip revision: 0157460ca60aeaf5169680cf1c26df318f10da9b authored by Romain on 16 April 2021, 13:33:51 UTC
Merge branch 'romain-tezt-protocol' into 'master'
Tip revision: 0157460
File Mode Size
.github
.gitlab
docs
emacs
scripts
src
tests_python
vendors
.dockerignore -rw-r--r-- 627 bytes
.gitattributes -rw-r--r-- 132 bytes
.gitignore -rw-r--r-- 830 bytes
.gitlab-ci.yml -rw-r--r-- 21.5 KB
.ocp-indent -rw-r--r-- 17 bytes
LICENSE -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 5.5 KB
README.md -rw-r--r-- 1.8 KB
active_protocol_versions -rw-r--r-- 6 bytes
contributing.md -rw-r--r-- 2.3 KB
dune -rw-r--r-- 191 bytes
dune-workspace -rw-r--r-- 16 bytes

README.md

back to top