Your Name
00ff4bc322
Revert "Threaded 'a parameter everywhere"
...
This reverts commit 40377a80df
.
2019-03-05 21:00:48 +01:00
Your Name
b5f7779a68
Revert "Renamed the extensibility type parameter to 'x so that it can easily be grepped for."
...
This reverts commit fb85ea1f18
.
2019-03-05 21:00:48 +01:00
Your Name
78629b6652
Revert "WIP…"
...
This reverts commit 9b9760f052
.
2019-03-05 21:00:47 +01:00
Your Name
a6585b6e91
Revert "Does not work"
...
This reverts commit cbf565d4c0
.
2019-03-05 21:00:44 +01:00
Your Name
cbf565d4c0
Does not work
2019-03-05 20:41:58 +01:00
Your Name
9b9760f052
WIP…
2019-03-05 20:37:48 +01:00
Your Name
fb85ea1f18
Renamed the extensibility type parameter to 'x so that it can easily be grepped for.
...
Review this commit with:
git diff --color-words=.
2019-03-05 18:19:20 +01:00
Your Name
40377a80df
Threaded 'a parameter everywhere
2019-03-05 18:17:57 +01:00
Grégoire Henry
b7c2546e5b
Daemon: await_bootstrapped_node
now retries on Connection_failed
...
This allows the baker/endorser/accuser to wait a litlle bit for the
node to initialize itself and to open its RPC port.
By default, the deamon retries 6 times with a total waiting time
around 20 seconds, before to fail.
2019-03-05 17:33:02 +01:00
Your Name
ec6cefb1ff
Forgot a file in the previous commit…
2019-03-05 15:23:34 +01:00
Your Name
32c024cf4f
Made the Verwion.ml more resistant.
...
Now in most conditions it should produce the correct commit number or
an error in the rare case where a dune clean is needed.
2019-03-05 15:18:38 +01:00
Your Name
9b1cdab3d2
Put back the full hash and -dirty in Verson.ml
2019-03-05 15:00:34 +01:00
Christian Rinderknecht
ee8ff6ce41
Small refactoring.
2019-03-07 12:24:57 +01:00
Christian Rinderknecht
c0f541a803
Escaped invalid characters before printing lexical error message.
2019-03-06 17:26:28 +01:00
Your Name
61575e13ea
Merge commit '45d18f7'
2019-03-05 11:15:02 +01:00
Your Name
629bb48b8f
Used records everywhere instead of objects.
2019-03-05 09:53:58 +01:00
Your Name
26eafdf87e
tmp, compiles
2019-03-04 13:18:55 +01:00
Your Name
0cb43cff8b
Transformation of the printer into a visitor: first part (this compiles)
2019-03-01 19:58:04 +01:00
Your Name
30cf888734
Started work on the typechecker.
2019-03-01 18:54:41 +01:00
Your Name
bbd590bc49
Propper dependency on .git/HEAD and .git/refs/heads/the_current_branch to regenerate Version.ml. Will not update correctly if a git worktree or its main .git are moved, in these cases use dune clean.
2019-03-01 18:49:25 +01:00
Your Name
15d5f2485d
Hack to get propper dune dependencies for Version.ml
2019-03-01 17:59:58 +01:00
Your Name
0909650814
tmp
2019-03-01 17:53:52 +01:00
Christian Rinderknecht
45d18f7b12
Added instruction 'fail'. I changed the grammar and AST for local functions and removed global mutable variables.
2019-02-28 15:46:34 +01:00
Marco Stronati
32a1d2647c
Opam: remove unused dependencies from alpha-{baker,endorser,accuser}
2019-02-28 13:05:19 +01:00
Grégoire Henry
9abcd0e55f
P2p: change configuration of P2p_maintenance
...
It feels more coherent not to configure `P2p_pool` with parameters
only for `P2p_maintenance`.
2019-02-28 13:45:11 +08:00
Sebastien Mondet
10c37f153d
Make 2-min sleep configurable (P2p_maintenance
)
2019-02-28 13:45:05 +08:00
Grégoire Henry
35727d4ac3
Clic: stop being colorless.
...
Writing keyword in `white` was a bad idea for people using a
black-on-white terminal...
This patch replace `white` by the default color for keywords (it
preserves the underline). This does not change the color for
white-on-block terminal (where `white` is the default color), but fix
the issue for all terminals with a clear background
2019-02-28 13:44:46 +08:00
Lý Kim Quyên
e4a5d3c45c
test for check point
2019-02-28 05:32:07 +00:00
Pierre Boutillier
d7ba8bb07d
Resto: Fix #480 : Keep the host:
set by the user with TEZOS_SIGNER_HTTP_HEADERS
...
This is a fixup of 21bb9436371741a8cf643cfc6218ace9ebfecc19
2019-02-27 15:42:37 +00:00
Pierre Boutillier
b4b97dada3
Fix identity.json preservation in docker images after a reset
2019-02-27 11:02:26 +01:00
Grégoire Henry
c80ab66397
Shell: improve termination
...
Kill the `DistributedDB` before anything else.
2019-02-26 12:11:09 +01:00
Grégoire Henry
359f2d6932
P2p: improve cancelation in maintenance
2019-02-26 12:11:08 +01:00
Grégoire Henry
07595c9e1f
P2p: improve cancelation
...
Pending connections were not easily interuptible.
2019-02-26 12:11:07 +01:00
Grégoire Henry
4adf696c65
P2p: improve logging level
2019-02-26 12:11:04 +01:00
Raphaël Proust
d29f426b8e
Fix some typos in Michelson specifications
2019-02-26 12:07:03 +01:00
Ivan Gromakovskii
d649975494
Fix some typos in the Michelson specification
...
1. `MEM` operates on a value and a set, so `v` is there by mistake.
2. Description of `SET_CDR` was copy-pasted from description of `SET_CAR`.
3. It's not clear where that `p` comes from, seems to be copy-pasted
by mistake.
2019-02-26 12:07:00 +01:00
Grégoire Henry
33a7ca51c3
Client: Use Host
in HTTP requests
...
and add proper error message when the node refuses connection for
unallowed origin (CORS).
2019-02-26 12:00:37 +01:00
Grégoire Henry
24686ae8f2
Shell/RPC: enforce Host
when using CORS.
2019-02-26 12:00:32 +01:00
Sebastien Mondet
e9eac31e9a
Add /monitor/commit_hash
RPC
2019-02-25 17:05:23 -05:00
Galfour
4893fe8826
added a comment to the dune file
2019-02-25 21:34:32 +00:00
Galfour
9df0f6ad3a
initial commit
2019-02-25 21:29:29 +00:00
Grégoire Henry
b4e6018dd1
P2p: do not use ipv4 discovery in sandboxed scripts (closes 477)
...
This partially revert f51b8ad998
.
We should way until a proper configuration-less discovery mechanism
based on ipv6_multicast is re-enabled before to use it by default in
the tests.
2019-02-25 15:18:06 +00:00
Sebastien Mondet
32348c092c
Fix use of ledger in main_signer
2019-02-25 15:44:18 +01:00
Sebastien Mondet
3690566b0b
Fix client display for “unspecified” chain-id
2019-02-25 15:44:18 +01:00
Sebastien Mondet
f2dd2c5776
Improve UX of ledger commands
2019-02-25 15:44:18 +01:00
Sebastien Mondet
da4a99ac27
Add support for test-chain-related APDUs
2019-02-25 15:44:18 +01:00
Raphaël Proust
575aafc554
vendors: add synopsis to each opam file
2019-02-25 02:03:12 +00:00
Grégoire Henry
4cbc5282b8
P2p: fix typo
2019-02-21 15:32:42 +01:00
Raphaël Proust
568057ed8f
P2p: minor style issues
2019-02-21 15:02:15 +01:00
Julien Tesson
9250e3891d
P2p: add P2p_point.Id.pp_list
2019-02-21 14:45:37 +01:00