ligo/scripts
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
..
2018-06-06 10:54:33 +02:00
2018-04-17 13:46:23 +02:00
2018-06-06 10:54:33 +02:00
2018-05-17 11:09:35 +02:00
2018-02-22 10:24:02 -05:00
2018-05-17 11:09:35 +02:00
2018-03-07 19:22:22 +01:00
2018-02-22 10:24:02 -05:00