Commit Graph

117 Commits

Author SHA1 Message Date
Marco Stronati
8016f83903 Client: cosmetic or minor improvements 2019-01-03 10:23:15 +00:00
Marco Stronati
3109b7f026
Doc: add voting page 2018-12-10 13:25:01 +01:00
Benjamin Canou
b4e5a99d77
CI: do not publish the doc of -staging branches 2018-11-26 22:15:38 +01:00
Grégoire Henry
8710a05963 Update .gitlab-ci.yml 2018-11-24 17:10:39 +00:00
Victor Allombert
9ecc2e517c
Shell/validator: allow standalone block validation
Co-authored with `Grégoire Henry <gregoire.henry@tezos.com>`
2018-11-16 11:40:58 +01:00
lykimquyen
8d09fffbab
Tests: split Michelson tests into category mini_scenarios 2018-11-12 11:30:29 +01:00
lykimquyen
a37a1f49f7
Tests: split Michelson tests into category macros 2018-11-12 11:30:28 +01:00
lykimquyen
e719f401f6
Tests: split Michelson tests into category opcode 2018-11-12 11:30:27 +01:00
Benjamin Canou
128ed65687
CI: rename betanet flags to mainnet 2018-09-17 15:53:10 +02:00
Marco Stronati
55bb91da79 CI/Makefile: decouple test for linkcheck to allow it to fail 2018-07-24 21:51:18 +02:00
Grégoire Henry
b7b6f0e960 CI: fix doc upload 2018-07-24 21:50:02 +02:00
Grégoire Henry
e85bdaeb14 Opam: update dependencies 2018-07-24 21:16:18 +02:00
Pietro
b89682e441 Build: Jbuilder -> Dune 1.0.1 2018-07-24 19:15:04 +02:00
Grégoire Henry
359f858c3e
CI: fix opam dependencies 2018-07-11 23:27:04 +02:00
Vincent Botbol
6909f0b3bc
Shell: benchmark for the context storage
Co-authored-by: Quyen <kim.quyen.ly@tezos.com>
Co-authored-by: Grégoire Henry <gregoire.henry@tezos.com>
Signed-off-by: Grégoire Henry <gregoire.henry@tezos.com>
2018-07-11 21:02:14 +02:00
Grégoire Henry
75448c6767 CI: add branch *-staging 2018-07-09 11:31:46 +02:00
Grégoire Henry
53f7d15d1e Update .gitlab-ci.yml 2018-07-07 03:31:31 +00:00
Grégoire Henry
3dc8b7b605 Update .gitlab-ci.yml 2018-07-06 18:35:21 +00:00
Grégoire Henry
6d59a497e7 CI: add script for importing packages 2018-07-06 18:18:41 +02:00
Grégoire Henry
f49fc5f548 CI: allow documentation versionning 2018-07-06 18:18:41 +02:00
Grégoire Henry
c0222e53ee CI: use the new opam images from tezos/opam-repository 2018-07-06 18:18:41 +02:00
Benjamin Canou
8aec39d8bb CI: use IPv4 in p2p tests 2018-07-06 18:05:10 +02:00
Benjamin Canou
cfa1b8a761 Update gtilab-ci for the Betanet chain 2018-06-30 17:15:03 +02:00
Benjamin Canou
a09f2cc53e Alpha: drop old tests 2018-06-19 03:06:21 +02:00
Grégoire Henry
1ab9a7a72c Alpha: remove slots from endorsements 2018-06-19 03:06:21 +02:00
Vincent Botbol
0512ff55ce Baking: split daemons into 3 different binaries 2018-06-19 03:06:21 +02:00
Raphaël Proust
904103496d Alpha/Delegate: fix ci 2018-06-19 03:06:21 +02:00
Vincent Bernardoff
6eef72f892 CI: add test dependencies for ledger-wallet 2018-06-16 16:26:19 +02:00
Vincent Bernardoff
21823483a5 Crypto: add P256 cryptography 2018-06-13 23:59:16 +00:00
Vincent Bernardoff
a726d7363b Opam: remove irmin-leveldb 2018-06-13 00:55:37 +02:00
Vincent Bernardoff
be459ef312 Vendors: import irmin-lmdb 2018-06-13 00:55:36 +02:00
Vincent Bernardoff
cbef4c4d0c Vendors: import ocaml-lmdb 2018-06-13 00:55:36 +02:00
Grégoire Henry
ceddb09ea7 TMP remove dictator 2018-06-06 10:54:33 +02:00
Grégoire Henry
502017c863 Signer: create packages tezos-signer-services and tezos-signed-backends 2018-05-26 15:08:13 +02:00
Grégoire Henry
ad9f4c2814 Signer: move main_signer.ml into into its own package 2018-05-26 15:06:10 +02:00
Vincent Bernardoff
c125664c95 HaCl: CI fixup 2018-05-17 10:20:22 +02:00
Grégoire Henry
5672508b00 CI: conditional update of the opam base image 2018-05-09 12:23:30 +02:00
Benjamin Canou
cd731df938 Add missing opam dependency 2018-05-05 01:29:06 +02:00
Vincent Bernardoff
96d9f317c1 Ocplib_json_typed: adapt code for inclusion in vendors 2018-05-04 18:48:00 +02:00
Pietro
02838a4cbc p2p,node,client: Add Greylists
- add admin commands to ban and unban ips and peers
- add greylist_timeout option to configuration file (node)
- Add greylist modules + RPC
2018-05-03 16:03:01 +02:00
Vincent Bernardoff
3a0cdfd90a Crypto: Secp256k1 -> Libsecp256k1 2018-04-26 21:24:21 +02:00
Vincent Bernardoff
9adee55234 Import: ocaml-secp256k1 in vendors 2018-04-16 17:21:10 +02:00
Grégoire Henry
08a3cff5a6 Base: rename Cli_entries into Clic 2018-04-03 15:21:38 +02:00
Mathias Bourgoin
fcdf36acd4 Shell/RPC: remove the fake block /blocks/prevalidation
Add a `/mempool/pending_operations`
2018-03-30 00:44:58 +02:00
Pietro
9ef69b4502 Client, test: Add two more protocol injection tests (from alpha) 2018-03-20 07:07:57 +01:00
Grégoire Henry
ee3f81b6e3 Zeronet: check constant patch application. 2018-03-12 10:34:21 +01:00
Grégoire Henry
8638a2bb98 CI: automatic image deployment for zeronet 2018-03-08 06:26:56 +01:00
Grégoire Henry
0b86503537 CI: allow to build custom docker image on alternate repo 2018-03-07 18:12:12 +01:00
Benjamin Canou
835a1d95bf CI: doc in branch name triggers make doc-html 2018-02-20 22:40:40 +00:00
Grégoire Henry
697b291782 Merge `tezos-protocol-environment-{sigs,client} 2018-02-18 17:11:16 +00:00