Commit Graph

20 Commits

Author SHA1 Message Date
Grégoire Henry
fedf5d66c6 Proto: revert to the dummy hash for alpha 2018-07-21 00:28:48 +02:00
Grégoire Henry
c91f082a28
Makefile: rename tezos-$protocol-baker to tezos-baker-$protocol 2018-07-18 23:43:49 +02:00
Benjamin Canou
6c00f64dfb Proto Genesis's hash is its actual hash 2018-06-30 18:56:30 +02:00
Benjamin Canou
252435d280 Proto Alpha's hash is its actual hash 2018-06-30 18:56:30 +02:00
Grégoire Henry
a7022b2ef0 Opam: use opam2, a local switch, and a fixed remote. 2018-06-28 13:45:05 +02:00
Chris Martin
2f4c002acf Fix "bootstrapping" typos 2018-06-25 15:15:19 +02:00
bruno
5452d89f6c Documentation: minor improvements
- link to OPAM2 rc2
- fix some broken links
- add x86_64 restriction for the installation scripts
- misc rephrasing.
2018-06-14 00:15:46 +00: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
OCamlPro-Iguernlala
01648e7611 Node: rename option '--closed' to '--private-mode' 2018-06-05 13:29:06 +02:00
Grégoire Henry
556e95cef0 Client: rename rpc call into rpc post or rpc get 2018-05-29 16:13:30 +02:00
Vincent Bernardoff
83f1d8197b Doc/Howto: more structure, more info on tuning proto params 2018-05-25 10:12:48 +02:00
Vincent Bernardoff
b2207d641b Doc: update howto, alphanet, zeronet pages 2018-05-25 10:12:48 +02:00
Vincent Bernardoff
bd84d3e439 Doc: update howto 2018-05-25 10:12:48 +02:00
Vincent Bernardoff
64dc9b5e9b Doc/Howto: s/mac OS/macOS 2018-05-25 10:12:48 +02:00
Vincent Bernardoff
db25df02c0 Doc/Howto: remove libsodium 2018-05-25 10:12:48 +02:00
Raphaël Proust
771f937792 Doc: typo fixes
Note: this is only fixing typos highlighted by a spellchecker. More
typos and errors probably still lurk.
2018-05-10 12:46:16 +08:00
Grégoire Henry
3ad1ea073e Doc: some opam-foo advices 2018-04-17 13:46:57 +02:00
Bruno B
5b70094233 Update compiler version: 4.06.0 -> 4.06.1 2018-02-26 13:35:47 +00:00
Pierre Chambart
590ddb750f Change compiler's requested version 2018-02-22 05:36:57 +01:00
Benjamin Canou
71556b9418 Update the README
With: Arthur B <arthur.breitman@gmail.com>
2018-02-20 22:40:43 +00:00