Commit Graph

215 Commits

Author SHA1 Message Date
Grégoire Henry
28238fce9e
Deps: add an opam update 2019-01-22 18:07:50 +01:00
Grégoire Henry
8f263d4da0
CI/Opam: fixup script 2019-01-22 17:16:52 +01:00
Grégoire Henry
b2844ff89f
Opam: use updated build deps 2019-01-22 17:16:48 +01:00
Grégoire Henry
dbf4736e6b
Opam: update package description to opam.2.0
Co-authored-by: Pietro Abate <pietro.abate@nomadic-labs.com>
Co-authored-by: Gregoire Henry <gregoire.henry@tezos.com>
2019-01-21 17:54:19 +01:00
Jun FURUSE
e0a8718922 Client: add voting commands
tezos-client show votes  to show the current voting status
tezos-client submit proposals for PKH PROP1 ..  to submit proposals
tezos-client submit ballot for PKH PROP yay|nay|pass  to submit a ballot
2019-01-03 10:23:15 +00:00
Pietro Abate
cd25bb4160 Shell: Worker initialization in error monad
Co-authored-by: Pietro Abate <pietro.abate@tezcore.com>
Co-authored-by: Raphaël Proust <code@bnwr.net>
Co-authored-by: Mathias Bourgoin <mathias.bourgoin@tezcore.com>
2019-01-02 23:38:02 +00:00
Pierre Boutillier
1357aff0ba scripts/reset_chain.sh for BSD 2018-12-10 14:08:40 +00:00
jansorg
36f495194d
Make alphanet.sh work with Emacs mode 2018-12-03 15:47:09 +01:00
Jun FURUSE
b843dbcb7b
Typo fixes 2018-12-01 06:57:40 +00:00
Benjamin Canou
c774a4e75d
Scripts: fix archiver 2018-11-23 21:44:36 +01:00
jansorg
1d204cd83c
Script: return a container name when it's not running.
Do status checks in the same way.
2018-11-19 09:45:27 +01:00
jansorg
d4864216b4
Script: retrieve the name of the container from 'docker ps' (closes #392)
This is required to work with the random suffix added by `docker-compose.1.23`
2018-11-19 09:45:07 +01:00
Pierre Boutillier
24355f0ae9
The branch 2.0.0 of opam-repository is now the master branch 2018-11-07 15:42:13 +01:00
Pierre Boutillier
7a631f5f3c
Makefile accepts all opam 2.0.* versions 2018-11-07 15:42:11 +01:00
Pierre Boutillier
608cd52b4d
Remove opam version test in scripts/install_build_deps.sh
The Makefile does it already and its only caller
2018-11-07 15:42:09 +01:00
Joachim Ansorg
e966884381
Wrap the path in quotes to handle whitespace in the path to the current script. 2018-10-16 14:34:59 +02:00
utdrmac
18bbfd126b
Update install_build_deps.sh 2018-09-24 20:08:19 +02:00
Benjamin Canou
2491502322
Scripts: add mainnet.sh 2018-09-17 15:53:10 +02:00
Vincent Botbol
0d54c2038a
Scripts: fix an outdated rpc call 2018-08-20 11:27:46 +02:00
Pietro Abate
bb45862659
Docker: Add Env variable BIN_DIR to specify binary location 2018-08-20 11:15:44 +02:00
Pietro Abate
a6290733ab
Makefile: install depext without asking for confirmation 2018-08-20 11:11:49 +02:00
Grégoire Henry
5362b321d9 Dune: rename s/jbuild/dune/ 2018-08-01 10:32:12 +02:00
Grégoire Henry
e85bdaeb14 Opam: update dependencies 2018-07-24 21:16:18 +02:00
Grégoire Henry
2a07a14efd Makefile: no need to pin local packages 2018-07-24 19:15:06 +02:00
Grégoire Henry
90ef97b38b Compiler: by default, enforce the hash declared in TEZOS_PROTOCOL 2018-07-21 01:06:51 +02:00
Grégoire Henry
8b6aa2b16d Alphanet.sh: minor fixes 2018-07-20 23:10:38 +02:00
Grégoire Henry
3b4db01ac7 Alphanet: fix ./alphanet.sh endorser status 2018-07-20 23:09:08 +02:00
Pierre Chambart
7b59161591 Script: fix archive_protocol.sh 2018-07-20 23:09:08 +02:00
Pierre Chambart
5a60dff917 Protocol_compiler: Add an option to avoid compiling 2018-07-19 18:52:00 +02:00
Grégoire Henry
077b3cd964 Script: add archive_protocol.sh 2018-07-19 18:52:00 +02:00
Grégoire Henry
8b01c52529 Script: fix update_hashes.sh 2018-07-19 18:52:00 +02:00
Grégoire Henry
c91f082a28
Makefile: rename tezos-$protocol-baker to tezos-baker-$protocol 2018-07-18 23:43:49 +02:00
Grégoire Henry
572bcf12fc Docker: handle multiple protocols 2018-07-18 23:17:45 +02:00
Michael Sproul
2c28d3b202 Scripts: make opam env invocation more robust
Tells `opam env` to explicitly use the init script for `sh`, which prevents it
from picking an incompatible script for another shell. In particular, the init
script for `fish` makes no sense when evaluated in `sh`.
2018-07-13 00:58:00 +02:00
Daniel Smith
18c69203d1 Allow changing the identity PoW setting 2018-07-13 00:51:00 +02:00
James Edwards
d3589324f5 Add tezos-signer to Docker image. 2018-07-09 12:14:43 +02:00
Grégoire Henry
6d59a497e7 CI: add script for importing packages 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
Guenther Starnberger
f7d95c30cf Don't combine positional args passed to exec_docker into single argument 2018-07-04 17:33:55 +02:00
Benjamin Canou
dd4844127e Fix small glitch in update_hashes script 2018-07-03 14:08:59 +02:00
Benjamin Canou
467a32f180 Fix small glitch in chain reset script 2018-07-03 13:44:59 +02:00
Benjamin Canou
031e18c5d0 Scripts: add update_hashes.sh 2018-07-03 12:02:10 +02:00
Benjamin Canou
61acb40784 Scripts: fix test chain reset script 2018-07-02 16:47:34 +02:00
Benjamin Canou
74732d7711 Sync with betanet 2018-07-02 10:53:20 +02:00
Benjamin Canou
4a1fed09f9 Add betanet.sh script 2018-06-30 17:41:32 +02:00
Grégoire Henry
043194ea11 Script: fix handling of container: in alphanet.sh 2018-06-29 01:39:38 +02:00
Benjamin Canou
25b892b709 Fix docker image build script 2018-06-28 21:29:44 +02:00
Pierre Boutillier
7afc468082 Opam: fixup required opam_version 2018-06-28 16:33:42 +02:00
Grégoire Henry
99d0603a53 Opam: use pinned repo in docker image 2018-06-28 13:45:05 +02:00
Grégoire Henry
a7022b2ef0 Opam: use opam2, a local switch, and a fixed remote. 2018-06-28 13:45:05 +02:00