Benjamin Canou
|
dd1b200306
|
Client: split client-base into client-base and client-commands
|
2018-02-15 19:59:50 +01:00 |
|
Benjamin Canou
|
c66f9b7733
|
Remove dangling jbuild file
|
2018-02-15 18:21:18 +01:00 |
|
Benjamin Canou
|
bacb55800d
|
Client: split Client_commands into Client_commands and Client_context
|
2018-02-15 18:21:18 +01:00 |
|
Benjamin Canou
|
cafcaf925b
|
Client: cleanup admin commands
|
2018-02-15 18:21:18 +01:00 |
|
Benjamin Canou
|
a14616517e
|
Client: split client-base modules into functions / commands
|
2018-02-15 18:21:18 +01:00 |
|
Benjamin Canou
|
b3066d6a24
|
Client: remove Unix dependencies from client-base and client-alpha
|
2018-02-15 18:21:15 +01:00 |
|
Benjamin Canou
|
d983f601a6
|
Client: add --long and -s(hort) options
|
2018-02-15 18:20:45 +01:00 |
|
Benjamin Canou
|
3729e4f3ce
|
Client: restore alias autocompletion
|
2018-02-15 18:20:45 +01:00 |
|
Benjamin Canou
|
42566e9dcd
|
Client: move Unix out of Cli_entries and a bit of output cleanup
|
2018-02-15 18:20:42 +01:00 |
|
Vincent Bernardoff
|
62f436eda9
|
Base: use Re_str instead of non-thread-safe library Str
|
2018-02-15 18:19:17 +01:00 |
|
Grégoire Henry
|
e4cde4c196
|
Client: introduce an alternative context alpha's commands
|
2018-02-12 16:56:59 +01:00 |
|
Grégoire Henry
|
83307c6de0
|
Client: more open #full_context
|
2018-02-12 16:54:08 +01:00 |
|
Grégoire Henry
|
0bd31b0c38
|
Client refactor: remove last bits of lib_client_base/client_rpcs.ml
Split between `lib_rpc_http/RPC_client` and
`lib_shell_services/Block_services`.
|
2018-02-12 16:54:08 +01:00 |
|
Grégoire Henry
|
66c2a60530
|
Client refactor: use the error_monad for all RPC services
|
2018-02-12 16:54:08 +01:00 |
|
Grégoire Henry
|
1858bdd852
|
Client refactor: Move Client_node_rpcs into Shell_services
|
2018-02-08 17:23:30 +01:00 |
|
Grégoire Henry
|
21789be756
|
Client refactor: Move Client_node_rpcs.Protocols into Protocols_services
|
2018-02-08 17:23:30 +01:00 |
|
Grégoire Henry
|
37e65d93e7
|
Client refactor: Move Client_node_rpcs.Network into P2p_services
|
2018-02-08 17:23:30 +01:00 |
|
Grégoire Henry
|
02c2035e93
|
Client refactor: Move Client_node_rpcs.Block into Block_services
|
2018-02-08 17:23:30 +01:00 |
|
Grégoire Henry
|
db500b5ebd
|
RPC_service: hide the 'error type parameter
|
2018-02-08 17:23:30 +01:00 |
|
Grégoire Henry
|
41d30777a6
|
Client refactor: remove Utils.read_file ...
|
2018-02-08 17:23:30 +01:00 |
|
Grégoire Henry
|
1f0c10bc6f
|
Client refactor: Rename stdlib-lwt into stdlib-unix
|
2018-02-08 17:23:30 +01:00 |
|
Grégoire Henry
|
484b5b5b08
|
Client refactor: move stdlib_lwt out of base
|
2018-02-08 17:23:30 +01:00 |
|
Grégoire Henry
|
84d8ae9222
|
Client refactor: Move Data_encoding_ezjsonm.read_file into Lwt_utils_unix
|
2018-02-08 17:23:30 +01:00 |
|
Grégoire Henry
|
8c58d7a610
|
Client refactor: Move non-unix part of Data_Encoding_Ezjsonm into Data_Encoding.Json
|
2018-02-08 17:23:30 +01:00 |
|
Grégoire Henry
|
f61eed1a67
|
Client refactor: move part of Lwt_utils in Lwt_utils_unix
|
2018-02-08 17:23:29 +01:00 |
|
Grégoire Henry
|
acffadafae
|
Jbuilder: fix warning
|
2018-02-07 11:16:39 +01:00 |
|
Grégoire Henry
|
575e367026
|
Update copyright notice (2018)
|
2018-02-05 23:34:05 +01:00 |
|
Grégoire Henry
|
e28219ad60
|
Opam: update to jbuilder.1.0+beta17
|
2018-02-05 23:34:05 +01:00 |
|
Benjamin Canou
|
42023753a2
|
Client: add signer modules documentation
|
2018-02-01 23:16:13 +01:00 |
|
Vincent Bernardoff
|
4ffb00ffde
|
Client: segregate signing
|
2018-02-01 23:16:13 +01:00 |
|
Vincent Bernardoff
|
95ccd34864
|
Client: remove useless argument
|
2018-02-01 22:11:46 +01:00 |
|
Benjamin Canou
|
2178a6adee
|
Client: cleanup / homogeneize command docs
|
2018-01-31 14:51:54 +00:00 |
|
Benjamin Canou
|
02bc0533fa
|
Client: add placeholders for arguments in help screens
|
2018-01-31 14:51:53 +00:00 |
|
Grégoire Henry
|
4b142184fa
|
opam: fix tezos-client-base dependencies
|
2018-01-30 12:23:38 +01:00 |
|
Grégoire Henry
|
c75756bd6d
|
Refactor: introduce lib_client_environment
This allow to use the functorised version of the protocol in the
client.
|
2018-01-30 10:13:40 +01:00 |
|
Grégoire Henry
|
1d5b4c1e3b
|
Refactor: merge lib_p2p_services into lib_shell_services
Also split the module `Shell_services` in smaller modules.
|
2018-01-30 10:13:40 +01:00 |
|
Grégoire Henry
|
7277c9889b
|
Refactor: Move/split P2p_types into lib_base
|
2018-01-30 10:13:40 +01:00 |
|
Grégoire Henry
|
96e493006c
|
Refactor: Rename lib_node_updater -> lib_protocol_updater
|
2018-01-30 10:13:40 +01:00 |
|
Grégoire Henry
|
58388bd304
|
Refactor: Merge lib_node_shell_base/lib_node_services} -> lib_shell_services
|
2018-01-30 10:13:40 +01:00 |
|
Grégoire Henry
|
4acdfc67fb
|
Refactor: Remame lib_node_p2p/p2p_base into lib_p2p/p2p_services
|
2018-01-30 10:13:26 +01:00 |
|
Grégoire Henry
|
e0a2570988
|
Refactor: Rename Node_rpc_services.Network into P2p_services
|
2018-01-30 10:12:55 +01:00 |
|
Benjamin Canou
|
98ec3393b6
|
Node: switch the prevalidator to Tezos_worker
|
2018-01-27 13:34:02 +01:00 |
|
Benjamin Canou
|
566a92197b
|
Get rid of forced operation injection
|
2018-01-27 12:43:37 +01:00 |
|
Grégoire Henry
|
6e629584ff
|
Jbuilder: fix rule runtest_indent
|
2018-01-27 11:32:57 +01:00 |
|
Milo Davis
|
545cd0c869
|
Client: commands to update config file
|
2018-01-25 23:22:59 +01:00 |
|
Milo Davis
|
937869da43
|
Client: split admin/debug commands into separate executable
|
2018-01-25 15:57:20 +00:00 |
|
Milo Davis
|
c98426fb02
|
Debug: unmark invalid block
|
2018-01-25 15:57:20 +00:00 |
|
Pietro
|
d9405292a4
|
Move all packages to src/
Modify Makefile accordingly
|
2018-01-16 23:11:39 +01:00 |
|