Grégoire Henry
|
67bbf11a12
|
CI: use our own docker image of opam
|
2017-08-16 10:52:36 +02:00 |
|
Benjamin Canou
|
9ae9f3f4b7
|
Node: fix misplaced logging message
|
2017-08-11 15:24:38 +02:00 |
|
Milo Davis
|
762e36abab
|
Adds sandbox launching script
|
2017-08-11 13:01:46 +00:00 |
|
Milo Davis
|
299ebe3865
|
Testing: Tests multiple nodes
|
2017-08-11 13:01:46 +00:00 |
|
Grégoire Henry
|
bd7596005f
|
Add CHANGES.alphanet .
|
2017-08-11 14:49:24 +02:00 |
|
Grégoire Henry
|
af16d9d62c
|
Add scripts/README.alphanet .
|
2017-08-10 16:08:58 +00:00 |
|
Milo Davis
|
4c31d084e1
|
Improves error messages and defaults for transfer -arg
|
2017-08-10 09:03:28 +00:00 |
|
Grégoire Henry
|
58b53d79c5
|
CI: fix the 'deploy' rules of alphanet/zeronet
|
2017-08-09 21:55:59 +02:00 |
|
Milo Davis
|
866b316993
|
Michelson: adds tests for DEFAULT_ACCOUNT
|
2017-08-08 16:07:47 +00:00 |
|
Grégoire Henry
|
30b2cd3e0e
|
Update protocol version
|
2017-08-08 16:49:56 +02:00 |
|
Milo Davis
|
953a319022
|
Michelson-mode: async, cache, and refactorings
|
2017-08-08 14:06:24 +00:00 |
|
Milo Davis
|
3255fc8cd8
|
Alphanet: automatically copy files into container
|
2017-08-08 14:06:24 +00:00 |
|
OCamlPro-Iguernlala
|
fbacfff9e6
|
P2p: use incremental encoding/decoding
|
2017-08-08 11:22:05 +02:00 |
|
Grégoire Henry
|
32fa712e13
|
Prevalidation: minor bugfix.
|
2017-08-07 08:29:52 +02:00 |
|
Grégoire Henry
|
eed9e7581d
|
Update CI
|
2017-08-04 18:32:52 +02:00 |
|
Grégoire Henry
|
974d4ddd9e
|
Fix .dockerignore
|
2017-08-04 18:32:11 +02:00 |
|
Grégoire Henry
|
a30d1a615c
|
Update to ocaml.4.04.2
|
2017-08-04 18:31:31 +02:00 |
|
Benjamin Canou
|
31a2728909
|
Michelson: fix typo in runtime error message
|
2017-07-28 15:05:23 +02:00 |
|
Milo Davis
|
69736ec55b
|
Michelson: updates test suite to use int and nat
|
2017-07-27 18:24:08 +02:00 |
|
Milo Davis
|
98c96be749
|
Michelson: updates spec to use int and nat
|
2017-07-27 18:24:08 +02:00 |
|
Fabrice Le Fessant
|
ed04fc3d01
|
Michelson: add the .mli of the typechecker
|
2017-07-26 15:19:05 +02:00 |
|
Fabrice Le Fessant
|
4dd1ef9988
|
Michelson: replace all numbers with only int and nat
|
2017-07-26 15:19:05 +02:00 |
|
Milo Davis
|
efdf8c74eb
|
Michelson: better propagation and printing of errors to the client
|
2017-07-26 14:08:49 +02:00 |
|
Justin Carter
|
df2d6713b5
|
Alpha: fix spelling of substraction
|
2017-07-25 17:46:36 +02:00 |
|
Justin Carter
|
8ba1130ee3
|
Client: derive the public key from the secret key when adding to wallet
That way we do not need to require the public key be added before hand
making the workflow nicer.
|
2017-07-25 17:46:25 +02:00 |
|
Wyatt Sullivan
|
cca69e409d
|
Node: fix typo in config variable name
|
2017-07-25 17:46:05 +02:00 |
|
Wyatt Sullivan
|
9b2d0882b1
|
Node: fix typos in help pages
|
2017-07-25 17:46:05 +02:00 |
|
Milo Davis
|
7bfaf2fe9b
|
Michelson: removes amount from calling convention
|
2017-07-25 11:18:43 +02:00 |
|
Benjamin Canou
|
aa49d7bb31
|
CI: run the Michelson test suite
|
2017-07-24 20:29:12 +02:00 |
|
Milo Davis
|
a663e43f18
|
Michelson: Add a test suite
|
2017-07-24 20:29:12 +02:00 |
|
Milo Davis
|
110e0206e7
|
Michelson: allow CREATE_CONTRACT to set the spendable flag
|
2017-07-24 15:57:10 +02:00 |
|
Milo Davis
|
98424be5be
|
Michelson: TRANSFER_TOKENS no longer takes a burn
|
2017-07-24 15:57:10 +02:00 |
|
Milo Davis
|
74f23b238d
|
Alpha: fix error message for origination amount too low.
|
2017-07-24 15:57:10 +02:00 |
|
Benjamin Canou
|
26a5338b86
|
Alpha: adds a command to get the storage of a contract
|
2017-07-24 15:57:03 +02:00 |
|
Milo Davis
|
a8e984c1af
|
Alpha: adds an RPC to get the storage of a contract
|
2017-07-24 15:04:46 +02:00 |
|
Milo Davis
|
733be3fa17
|
Michelson: adds missing instructions from language BNF
|
2017-07-24 14:42:52 +02:00 |
|
Milo Davis
|
9e1ec0c159
|
Doc: fixes incorrect usage example
|
2017-07-24 14:42:16 +02:00 |
|
Benjamin Canou
|
2e3d664069
|
Michelson emacs-mode: auto resize type buffer.
|
2017-07-24 12:01:29 +02:00 |
|
Benjamin Canou
|
4a9fee3f11
|
Michelson: also display types inside lambdas.
|
2017-07-22 23:00:49 +02:00 |
|
Benjamin Canou
|
6e215b7d3b
|
Michelson: Quick and Dirty Emacs mode.
|
2017-07-22 22:54:36 +02:00 |
|
Benjamin Canou
|
d083add61f
|
Michelson: pretty print typechecking errors when using run program
|
2017-07-22 00:14:40 +02:00 |
|
Milo Davis
|
77433a5f15
|
Michelson: show type_map for programs with type errors
|
2017-07-22 00:14:40 +02:00 |
|
Benjamin Canou
|
4bd9a864cf
|
Shell: document internal distributed_db error,
|
2017-07-21 16:16:39 +02:00 |
|
Milo Davis
|
18765aa8ad
|
Michelson: adds DEFAULT_ACCOUNT test case
|
2017-07-21 10:46:07 +02:00 |
|
Milo Davis
|
23c814c783
|
Michelson: Adds DEFAULT_ACCOUNT instruction
|
2017-07-21 10:45:57 +02:00 |
|
Milo Davis
|
b320d43259
|
Michelson: removes NOP instruction from surface syntax
|
2017-07-21 10:34:22 +02:00 |
|
Milo Davis
|
b52d4a78d9
|
Michelson: adds -amount flag to run program
|
2017-07-19 18:13:03 +02:00 |
|
Benjamin Canou
|
800f4b555d
|
Alpha: fix contract deletion.
|
2017-07-19 15:39:59 +02:00 |
|
Grégoire Henry
|
09d959be04
|
CI: reboot alphanet-next
|
2017-07-19 15:39:59 +02:00 |
|
Grégoire Henry
|
5d33b2ce22
|
Revert "Alpha: add a faucet counter to prevent replay."
This reverts commit 512fde82e4 .
|
2017-06-12 11:08:41 +02:00 |
|