Benjamin Canou
0c06513866
Fix CI (wrong package name)
2017-12-12 14:39:53 +01:00
Milo Davis
2595c14944
Build: add -safe-string to more places
2017-12-12 11:42:18 +01:00
Grégoire Henry
3c38458843
RPC: simplify the signature of Client_rpcs.ctxt
2017-12-11 17:53:54 +00:00
Grégoire Henry
c66f0232f5
RPC: add BSON serialization
2017-12-11 17:53:53 +00: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
80b0e8d67a
Client: rename Client_rpcs.rpc_sig
into Client_rpcs.ctxt
2017-12-11 17:53:49 +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
26d1c463f9
Resto: split Resto_cohttp.Server
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
e57a0734e5
RPC: remove deprecated function RPC.register*
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
98755cd2a0
RPC: remove deprecated type RPC.directory
2017-12-11 17:53:46 +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
af8dd63e41
Remove explicit references to the module Error_monad
2017-12-11 17:53:45 +00:00
Grégoire Henry
34cca61f7b
Resto: minor renaming
2017-12-11 17:53:45 +00:00
Grégoire Henry
375ddd48dc
Indentation fixes.
2017-12-11 17:53:44 +00:00
Benjamin Canou
154578827f
Update CHANGES
file
2017-12-11 15:38:16 +01:00
Benjamin Canou
6df701def2
Tests: add tests for tez constants parsing
2017-12-08 11:08:13 +00:00
Benjamin Canou
bf276fb017
Michelson: make parsing tests compile again
2017-12-08 11:08:13 +00:00
Benjamin Canou
fe04a872df
Remove unused file
2017-12-08 11:08:12 +00:00
Pietro Abate
174ea10d6d
Alpha: Add 4 more decimals to tez representation.
...
Now a tez cent is 10_000L. All constants are now in the
Constants_repr module and expressed as multiples of one_cent.
Add new function Qty_repr.mul_exn to multiply `tez` by `int`
eg. `10 tez = Tez_repr.(mul_exn one 10)`
`10 cents = Tez_repr.(mul_exn one_cents 10)`
Remove `Tez.{to,of}_cents` and replace them with `Tez.{to,of}_mutez`.
2017-12-08 11:08:12 +00:00
Milo Davis
a67de99ddb
Docs: add Michelson anti-patterns (work in progress)
2017-12-08 11:48:57 +01:00
Grégoire Henry
3a2b8904e5
CI: allow separate compilation of each opam package
2017-12-08 02:50:03 +01:00
Grégoire Henry
3ee46c59be
CI: add support for opam2-beta5
2017-12-08 02:50:03 +01:00
Grégoire Henry
de5935228f
Opam: remove tezos-deps.opam
...
All dependencies are now inlined in the various opam packages.
2017-12-08 02:50:03 +01:00
Grégoire Henry
d8d54ce321
Jbuilder: install tezos-sandboxed-node.sh/tezos-init-sandboxed-client.sh
2017-12-08 02:50:03 +01:00
Grégoire Henry
be04cb027b
Opam: pin external dev
packages
...
This is temporary, we should either: release new version and stop
using development version; or import sources in the tezos-repo (and
compile them with jbuilder, especially sodium (or part of it) if it is
not maintened anymore.
2017-12-08 02:50:03 +01:00
Grégoire Henry
38ca0b8ad0
Opam: add compiler version contraints
2017-12-08 02:50:03 +01: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
2471232766
Jbuilder: remove spurious file
2017-12-08 02:50:03 +01:00
Grégoire Henry
ab77eb250e
Resto/Jbuilder: fix test packaging
2017-12-08 02:50:03 +01:00
Arthur B
f480d730e1
Alpha: do not include duplicate endorsements
2017-12-07 16:08:07 +01:00
Benjamin Canou
264b950f39
Export Error_monad.fail_when
to the protocol
2017-12-07 16:08:07 +01:00
Vincent Bernardoff
e3e59f22be
Client: better error message for RPC connection failed
...
Also some rewording.
2017-12-05 23:56:47 +01:00
Grégoire Henry
c7729a07f7
Jbuilder: use a jbuild
template for compiling protocols
...
The template is located in `lib_protocol_compiler` so it is be
updated whenever the `tezos-protocol-compiler` is updated.
2017-12-05 18:52:44 +01:00
Grégoire Henry
da87aaadc5
Base: move Protocol.Meta
from lib_protocol_compiler
to lib_base
2017-12-05 18:52:44 +01:00
Grégoire Henry
a505b54287
CI: fix dependency caching
2017-12-05 18:52:44 +01:00
Grégoire Henry
7807f7aa4d
Context: switch to blake2B
...
Get rid of the old SHA1 that was used by git...
2017-12-05 15:34:07 +00:00
Benjamin Canou
61984d6edd
Michelson macros: even more error handling
2017-12-05 15:50:56 +01:00
Milo Davis
76e70a2799
Michelson macros: annotations permitted and better error handling
2017-12-05 12:08:54 +01:00
Milo Davis
ae2959b91c
Client library refactor
2017-12-04 19:27:30 +01:00
Milo Davis
0e2ed6f133
Removes -force global argument
2017-12-04 19:27:30 +01:00
Benjamin Canou
9cb50f01b2
P2P: ignore spurious SIGPIPE signals
2017-12-04 19:27:30 +01:00
Benjamin Canou
0967c7fde7
Tests: cleanup P2P tests output
2017-12-04 19:27:30 +01:00
Grégoire Henry
d3f91f05a2
Fix CI for new repository structure
2017-12-04 19:27:30 +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