ligo/src/lib_client_base
Grégoire Henry d6f79edae2 Shell/RPC: rework /blocks
- start using `GET` and query parameters instead of `POST`  when
  meaningful

- inline parsed protocol data and metadata in block headers

- inline parsed protocol data and metadata in operations

- split the RPC in four categories:

  - static data, available explicitly in block headers and operations

  - static "metadata", information that were computed while validating
    a block or an operation, but which are not explicit in the block
    header (e.g. the baker of a block, the list of internal
    transfer... (currently not implemented, but that's WIP))

  - "context" all the static data we may read in the context
    (contracts balance, list of delegates, ...)

  - "helpers" are some RPC that may perform some computation.
2018-06-06 10:54:33 +02:00
..
client_aliases.ml Client: less restrictive type for Client_keys_commands.commands 2018-05-26 15:05:26 +02:00
client_aliases.mli Client: less restrictive type for Client_keys_commands.commands 2018-05-26 15:05:26 +02:00
client_confirmations.ml Shell/RPC: rework /blocks 2018-06-06 10:54:33 +02:00
client_confirmations.mli Shell/RPC: rework /blocks 2018-06-06 10:54:33 +02:00
client_context.ml Client: add global option --wait 2018-05-28 17:09:03 +02:00
client_context.mli Client: add global option --wait 2018-05-28 17:09:03 +02:00
client_keys.ml Signer: add proper documentation to signer 2018-05-28 17:22:14 +02:00
client_keys.mli Signer: add proper documentation to signer 2018-05-28 17:22:14 +02:00
client_tags.ml Base: rename Cli_entries into Clic 2018-04-03 15:21:38 +02:00
client_tags.mli Base: rename Cli_entries into Clic 2018-04-03 15:21:38 +02:00
jbuild Jbuilder: fix the target @runtest_indent 2018-05-26 20:08:03 +02:00
tezos-client-base.opam Jbuilder: update to beta.19.1 2018-04-06 11:47:22 +02:00