Raphaël Proust
e02ba41a65
Tooling: do not enter _opam when fixing indent
2018-10-10 18:49:09 +02:00
Vincent Botbol
8d2e302f1a
Alpha/Baker: add a context's consistency check before starting the baker
2018-10-10 17:01:12 +02:00
Benjamin Canou
a475ef701a
Alpha: refactor Tez_repr tests a bit to integrate them with others
2018-10-10 16:08:16 +02:00
lykimquyen
a250198cfb
Alpha: move the test of Tez_repr in test_michelson_parser into a new separate test
2018-10-10 16:08:12 +02:00
Raphael Cauderlier
bf75c86e0a
Docs: fix minor errors in Michelson documentation
2018-10-08 12:36:38 +02:00
Philippe Bidinger
66e78f4811
fix typos in the doc
2018-10-08 12:28:56 +02:00
Vincent Botbol
d93d2a9b65
Alpha/Baker: dissociate overflowing ops from the set of wished operations
2018-10-08 12:26:46 +02:00
Alex Stokes
8490e01b07
Fix typo in compiler.ml
2018-10-06 06:15:55 +00:00
Benjamin Canou
0feb5bd07a
Signer: fix animals test
2018-10-04 17:13:29 +02:00
Benjamin Canou
3eeea7c1af
Client: cleanup some output
2018-10-04 15:28:23 +02:00
Vincent Bernardoff
4fa4ab0b8f
Ledger: add support for animal names in URI
2018-10-04 15:28:22 +02:00
Vincent Bernardoff
50f367e27b
Vendors/ledgerwallet: curve parsers and pretty-printers
2018-10-04 15:28:21 +02:00
Arthur B
0b7155ca91
Cuteness: method for naming hashes, produces 137e9 possibilities
2018-10-04 15:28:20 +02:00
Vincent Bernardoff
9ce0018506
Ledger: match error codes with V1.4.0
2018-10-03 14:08:39 +02:00
Vincent Bernardoff
4bb28cd285
Ledger: implement authorized-path APDU
2018-10-03 14:08:39 +02:00
Vincent Bernardoff
92715a005b
Ledger: implement git-commit APDU
2018-10-03 14:08:37 +02:00
Vincent Botbol
31d207f52e
Baker: improve logging
2018-10-02 15:27:12 +02:00
Grégoire Henry
34b1ef3720
Add a LICENSE file
2018-10-02 11:23:31 +02:00
Vincent Botbol
a68124dfc0
Encoding: handle invalid utf8 sequences
2018-10-01 15:31:41 +02:00
Pierre Chambart
43bf1b4cc4
Storage: better use of LMDB transactions for better perf and to force sync at commit
...
Review and edit by @klalplok, @vbot, @samoht.
2018-09-28 15:12:01 +02:00
Marco Stronati
7d681f66e3
Doc: small fixes
2018-09-28 11:02:45 +02:00
Victor Allombert
c1ea259dd9
Doc: add bake for
in sandbox and small fixes
2018-09-28 11:02:44 +02:00
Victor Allombert
0f9353c7d7
Doc: remove dead link
2018-09-28 11:02:42 +02:00
lykimquyen
b2dda6e000
Michelson, docs: fix ASSERT_SOME macro
2018-09-27 12:51:18 +02:00
Vincent Botbol
d5e0c1c51f
Clic: fix indentation
2018-09-26 11:14:37 +02:00
Benjamin Canou
5167f7b298
Clic: minor internal types cleanup
2018-09-25 10:45:20 +02:00
Pierre Chambart
09bf4e4819
Store and Context: open the database with the nometasync flag
...
This mode maintains the coherency of the database in case of crash,
but can drop the last commits. This is not a problem for us since
every data is recoverable.
2018-09-24 20:29:58 +02:00
Pierre Chambart
bfeff69794
Vendors/lmdb: Change the default sync flags
...
The default was unsafe but fast, we change that to the safe version.
2018-09-24 18:19:22 +00:00
Sebastien Mondet
39e8c4f6b5
Fix typo in Baking app name
2018-09-24 20:15:25 +02:00
Sebastien Mondet
6d5afcf10e
Clarify "Unexpected sequence number" warning
2018-09-24 20:15:25 +02:00
Sebastien Mondet
b329b604a7
Improve display of Ledger apps names/versions
2018-09-24 20:15:25 +02:00
utdrmac
18bbfd126b
Update install_build_deps.sh
2018-09-24 20:08:19 +02:00
Vincent Botbol
04cd08f13f
Hotfix: print unhandled cases
2018-09-24 19:43:41 +02:00
Vincent Bernardoff
8d817d62c8
Signer: initialize logging
...
This adds the ability to govern the logging behaviour of the signer
with environment variables.
2018-09-19 12:33:32 +02:00
Benjamin Canou
f2961db740
Docs: rename betanet into mainnet
2018-09-17 15:53:10 +02:00
Benjamin Canou
2491502322
Scripts: add mainnet.sh
2018-09-17 15:53:10 +02:00
Benjamin Canou
128ed65687
CI: rename betanet flags to mainnet
2018-09-17 15:53:10 +02:00
Benjamin Canou
968afcf682
Client: remove Betanet disclaimer
2018-09-17 15:53:10 +02:00
Benjamin Canou
7051325ba4
P2p, client: fix network protocol version negociation
2018-09-17 13:03:28 +02:00
Pierre Chambart
bde9ba771b
Irmin_lmdb: Add NoReadahead flag to lmdb open
2018-09-12 14:58:44 +02:00
Arthur B
7a8fadb2f6
Crypto: add PVSS support
2018-08-31 15:46:57 +02:00
Arthur B
7206ccd560
Indentation fixes
2018-08-31 15:46:56 +02:00
Fabrice Le Fessant
a10932b577
Add a -counter argument to 'transfer AMOUNT from SRC to DST'
...
Useful when you have issued a transaction on a node, and the node
seems to be disconnected. You can use this option to issue the same
transaction on another node with the same counter.
2018-08-31 14:05:55 +02:00
Pietro Abate
c87b6c533d
Prevalidator: Add doc string to prevalidator/ion.
2018-08-30 16:24:17 +02:00
Thomas Blanc
952dacac82
Adding Block.Header module to State, letting Chain_traversal.live_blocks use that module
2018-08-29 18:26:40 +00:00
Thomas Blanc
c723869f65
Getting the block_header out of contents in Store (no change in State interface)
2018-08-29 18:26:40 +00:00
Vincent Botbol
ebaa3e49f6
Alpha/Baker: more refactoring
2018-08-29 11:20:27 +02:00
Vincent Botbol
dfdfdaf079
Alpha/Baker: add a max_waiting_time parameter in the command
2018-08-29 11:20:26 +02:00
Vincent Botbol
3a49a0e7c4
Alpha/Daemons: add documentation and refactor parts
2018-08-29 11:20:25 +02:00
Vincent Botbol
bfe625e27b
Alpha/Daemons: improve logging
2018-08-29 11:20:23 +02:00