Revision 4113075a05ef74654d8c692e947310a95c19b7d0 authored by Julien Tesson on 23 July 2019, 17:10:04 UTC, committed by Romain Bardou on 29 August 2019, 07:29:02 UTC
Beside all the machinery added to interact internally with the
entrypoints list and types, this commit does the following in the
client commands

Changing  tezos-client get script storage for <contract>
to        tezos-client get contract storage for <contract>

Changing  tezos-client get script code for <contract>
to        tezos-client get contract code for <contract>

adding
        tezos-client get contract unreachable paths for <contract>
        tezos-client get script   unreachable paths for <contract>

        tezos-client get contract type of entrypoint <entrypoint> for <contract>
        tezos-client get script   type of entrypoint <entrypoint> for <contract>

        tezos-client get contract entrypoints for <contract>
        tezos-client get script   entrypoints for <contract>

Tests/Bash: Reflect change of command name in bash tests
1 parent 2a7545e
History
File Mode Size
.github
.gitlab
docs
emacs
scripts
src
tests_python
vendors
.dockerignore -rw-r--r-- 612 bytes
.gitattributes -rw-r--r-- 129 bytes
.gitignore -rw-r--r-- 788 bytes
.gitlab-ci.yml -rw-r--r-- 22.2 KB
.ocp-indent -rw-r--r-- 17 bytes
LICENSE -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 5.2 KB
README.md -rw-r--r-- 1.7 KB
active_protocol_versions -rw-r--r-- 26 bytes
contributing.md -rw-r--r-- 2.4 KB
dune -rw-r--r-- 191 bytes
dune-workspace -rw-r--r-- 16 bytes

README.md

back to top