Doc: remove rpc_proposal, include p2p
This commit is contained in:
parent
d4fa41f61a
commit
efe12e2a62
File diff suppressed because it is too large
Load Diff
@ -43,11 +43,11 @@ let main _node =
|
|||||||
Format.printf "@\n" ;
|
Format.printf "@\n" ;
|
||||||
(* Data *)
|
(* Data *)
|
||||||
Format.printf "%a@\n@\n%a@\n@."
|
Format.printf "%a@\n@\n%a@\n@."
|
||||||
Rst.pp_h1 "Block header (shell)"
|
Rst.pp_h2 "Block header (shell)"
|
||||||
Data_encoding.Binary_schema.pp
|
Data_encoding.Binary_schema.pp
|
||||||
(Data_encoding.Binary.describe Block_header.encoding) ;
|
(Data_encoding.Binary.describe Block_header.encoding) ;
|
||||||
Format.printf "%a@\n@\n%a@\n@."
|
Format.printf "%a@\n@\n%a@\n@."
|
||||||
Rst.pp_h1 "Operation (shell)"
|
Rst.pp_h2 "Operation (shell)"
|
||||||
Data_encoding.Binary_schema.pp
|
Data_encoding.Binary_schema.pp
|
||||||
(Data_encoding.Binary.describe Operation.encoding) ;
|
(Data_encoding.Binary.describe Operation.encoding) ;
|
||||||
List.iter
|
List.iter
|
||||||
@ -55,11 +55,11 @@ let main _node =
|
|||||||
let hash = Protocol_hash.of_b58check_exn hash in
|
let hash = Protocol_hash.of_b58check_exn hash in
|
||||||
let (module Proto) = Registered_protocol.get_exn hash in
|
let (module Proto) = Registered_protocol.get_exn hash in
|
||||||
Format.printf "%a@\n@\n%a@\n@."
|
Format.printf "%a@\n@\n%a@\n@."
|
||||||
Rst.pp_h1 "Block_header (alpha-specific)"
|
Rst.pp_h2 "Block_header (alpha-specific)"
|
||||||
Data_encoding.Binary_schema.pp
|
Data_encoding.Binary_schema.pp
|
||||||
(Data_encoding.Binary.describe Proto.block_header_data_encoding) ;
|
(Data_encoding.Binary.describe Proto.block_header_data_encoding) ;
|
||||||
Format.printf "%a@\n@\n%a@\n@."
|
Format.printf "%a@\n@\n%a@\n@."
|
||||||
Rst.pp_h1 "Operation (alpha-specific)"
|
Rst.pp_h2 "Operation (alpha-specific)"
|
||||||
Data_encoding.Binary_schema.pp
|
Data_encoding.Binary_schema.pp
|
||||||
(Data_encoding.Binary.describe Proto.operation_data_encoding) ;
|
(Data_encoding.Binary.describe Proto.operation_data_encoding) ;
|
||||||
)
|
)
|
||||||
|
@ -149,6 +149,7 @@ in the :ref:`introduction <howtoget>`.
|
|||||||
api/cli-commands
|
api/cli-commands
|
||||||
api/rpc
|
api/rpc
|
||||||
api/errors
|
api/errors
|
||||||
|
api/p2p
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
||||||
|
@ -48,9 +48,6 @@ simple HTTP request:
|
|||||||
|
|
||||||
|
|
||||||
An online :ref:`index <rpc_index>` of RPC calls is also available.
|
An online :ref:`index <rpc_index>` of RPC calls is also available.
|
||||||
The changes made in June 2018 for pre-Betanet are recapitulated in
|
|
||||||
:ref:`this page<rpc_changes_june_2018>`.
|
|
||||||
|
|
||||||
|
|
||||||
The general call of an RPC from the client is ``tezos-admin-client rpc
|
The general call of an RPC from the client is ``tezos-admin-client rpc
|
||||||
(get|post) <url>``.
|
(get|post) <url>``.
|
||||||
|
Loading…
Reference in New Issue
Block a user