Commit Graph

20 Commits

Author SHA1 Message Date
Grégoire Henry
f9cbdf9110 docker: improve argument passing 2019-03-05 22:33:00 +00:00
Pierre Boutillier
b4b97dada3
Fix identity.json preservation in docker images after a reset 2019-02-27 11:02:26 +01:00
Pietro Abate
bb45862659
Docker: Add Env variable BIN_DIR to specify binary location 2018-08-20 11:15:44 +02:00
Grégoire Henry
c91f082a28
Makefile: rename tezos-$protocol-baker to tezos-baker-$protocol 2018-07-18 23:43:49 +02:00
Grégoire Henry
572bcf12fc Docker: handle multiple protocols 2018-07-18 23:17:45 +02:00
Daniel Smith
18c69203d1 Allow changing the identity PoW setting 2018-07-13 00:51:00 +02:00
James Edwards
d3589324f5 Add tezos-signer to Docker image. 2018-07-09 12:14:43 +02:00
Vincent Botbol
52e34cee0b Accuser: update docker scripts 2018-06-26 14:07:34 +02:00
Grégoire Henry
8d45b07514 Docker: fix data cleanup 2018-06-23 04:31:59 +02:00
Grégoire Henry
2fbd125511 Alpha: rename baker/endorser command: launch -> run 2018-06-19 03:16:42 +02:00
Vincent Botbol
9d021032e1 Docker: update docker configuration 2018-06-19 03:06:21 +02:00
Vincent Botbol
cf36510431 Docker: update docker configuration and fix wallet names 2018-06-19 03:06:21 +02:00
Grégoire Henry
f13e3e84c5 Docker: fix data cleanup 2018-06-08 14:49:50 +02:00
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
Grégoire Henry
556e95cef0 Client: rename rpc call into rpc post or rpc get 2018-05-29 16:13:30 +02:00
Grégoire Henry
c696502131 Docker: proper cleanup on chain reset 2018-05-11 14:24:28 +02:00
Grégoire Henry
bf0dfda7d4 Alphanet: fix docker-compose version 2018-03-21 15:20:13 +01:00
Grégoire Henry
1903f081ab Docker: remove the parameter 'P2P_PORT' 2018-03-07 18:14:51 +01:00
Pietro Abate
9c6d0bd684 Docker: introduce a generic docker-compose.yml 2018-02-22 10:49:22 -05:00
Pietro
ea515b9551 Alphanet: use docker-compose 2018-02-22 10:24:02 -05:00