Grégoire Henry
009d562e08
Shell: add context
in block header
2018-01-15 18:32:00 +01:00
Grégoire Henry
e850648894
Shell/RPC: preapply
now take a list of list of operations.
...
Progress towards the multipass validator.
2018-01-15 18:24:08 +01:00
Milo Davis
dc7a023e22
Data_encoding: Make tags on unions mandatory
2017-12-14 18:10:50 +01:00
Grégoire Henry
fe559a1f73
RPC: share some RPC_arg
definitions in lib_base
2017-12-11 17:53:53 +00:00
Grégoire Henry
60503aa6fa
RPC: split package tezos-node_services
2017-12-11 17:53:52 +00:00
Grégoire Henry
0871911920
RPC: split modules RPC/RPC_server
2017-12-11 17:53:51 +00:00
Grégoire Henry
4aa1b14ba6
RPC: introduce Resto_cohttp.Client
and RPC_clients
.
2017-12-11 17:53:49 +00:00
Grégoire Henry
02fd021aa9
Resto: allow optional/multi argument in query string
2017-12-11 17:53:48 +00:00
Grégoire Henry
ebd067a261
Resto: now depends on package 'uri'
2017-12-11 17:53:47 +00:00
Grégoire Henry
f4c19694e0
RPC: move RPC.forge_request
into Client_rpcs
2017-12-11 17:53:47 +00:00
Grégoire Henry
bfb6694afb
RPC: remove the deprecated value RPC.service
2017-12-11 17:53:46 +00:00
Grégoire Henry
7ac969beb1
RPC: remove the deprecated type RPC.service
2017-12-11 17:53:45 +00:00
Grégoire Henry
d2708740c8
Opam: fix some dependencies and add some scripts/opam-*.sh
.
...
Installation:
`./scripts/opam-pin.sh && opam install tezos-node tezos-client`
Upgrade installed packages after a `git pull` (opam2 only):
`./scripts/opam-upgrade.sh`
Remove and cleanup every from the opam repo:
`./scripts/opam-unpin.sh`
2017-12-08 02:50:03 +01:00
Grégoire Henry
82857dcb94
Jbuilder: split lib_node_net
...
- `lib_node_p2p_base`: Base datatypes for the P2P layers
- `lib_node_services`: RPC service definitions (depends on `node_p2p_base`)
- `lib_node_http`: RPC http server
- `lib_node_p2p`: the P2P workers
2017-12-04 19:15:26 +01:00