Pierre Boutillier
a10b7dc5b5
ocplib-json-typed: Makefile update for dune
...
We don't care as we're not using the Makefile directly but:
dune: --dev is no longer accepted as it is now the default.
2019-01-22 23:17:53 +01:00
Pierre Boutillier
8012bdca65
ocplib-json-typed: follow upstream file organization
2019-01-22 23:17:53 +01:00
Pierre Boutillier
28da6ef03b
Deps: be compatible with Js_of_ocaml.3.3.0
...
It now uses dune and "wraps" its library.
2019-01-22 17:16:52 +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
Grégoire Henry
de171a63f0
OPAM: strict version constraints on dune are not required anymore
2019-01-21 17:54:18 +01:00
Pierre Chambart
56936c7a1e
Add sync test option
2018-11-22 19:06:19 +01:00
Vincent Botbol
3405231a1f
Resto: decode uri before converting the path
2018-10-17 15:06:34 +02:00
Pietro Abate
000b9af6f9
vendors,hacl: use more generic gcc options
...
Tentative fix for "Illegal instruction (core dumped)" on certain
architectures du to gcc over optimization. This can possibly
introduce a performance regression.
@chambart for his gbd-foo skills
2018-10-11 18:36:35 +02:00
Vincent Bernardoff
50f367e27b
Vendors/ledgerwallet: curve parsers and pretty-printers
2018-10-04 15:28:21 +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
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
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
b329b604a7
Improve display of Ledger apps names/versions
2018-09-24 20:15:25 +02:00
Vincent Botbol
04cd08f13f
Hotfix: print unhandled cases
2018-09-24 19:43:41 +02:00
Pierre Chambart
bde9ba771b
Irmin_lmdb: Add NoReadahead flag to lmdb open
2018-09-12 14:58:44 +02:00
Arthur B
7206ccd560
Indentation fixes
2018-08-31 15:46:56 +02:00
Vincent Bernardoff
b9eba66b4c
Vendors/BIP39: drop nocrypto
, use new pbkdf
2018-08-20 11:56:36 +02:00
Vincent Bernardoff
5294a144b1
Vendors/Pbkdf: drop nocrypto
2018-08-20 11:56:35 +02:00
Vincent Bernardoff
a224c80462
Hacl: refactoring
2018-08-20 11:56:35 +02:00
Vincent Bernardoff
928ee9d3a0
Hacl: add HMAC_SHA512
2018-08-20 11:56:34 +02:00
Vincent Bernardoff
a3cfcc091a
Hacl: expose hashing constants
2018-08-20 11:56:33 +02:00
Vincent Bernardoff
1a93df75ae
Hacl: refactoring
2018-08-20 11:56:30 +02:00
Pietro Abate
326f7d6f5e
Vendors: Fix compilation warning in LMDB ( close #329 )
2018-08-20 10:58:17 +02:00
Vincent Bernardoff
4a436c2f18
Vendors/lmdb: add CFLAGS
2018-08-09 21:09:11 +02:00
Vincent Bernardoff
ccc61dbbc4
Vendors/lmdb: fixes in OCaml stubs
2018-08-09 18:32:21 +00:00
Vincent Bernardoff
2a4c6762a7
Vendors/lmdb: upgrade to latest version
2018-08-09 18:32:21 +00:00
Grégoire Henry
87e0de9826
Dune: use the new syntax
2018-08-01 10:52:24 +02:00
Grégoire Henry
5362b321d9
Dune: rename s/jbuild/dune/
2018-08-01 10:32:12 +02:00
Pietro
c7cfdcb4d9
[Doc]: Fix minor warnings and errors in the doc
2018-07-25 15:58:38 +02:00
Pietro
b89682e441
Build: Jbuilder -> Dune 1.0.1
2018-07-24 19:15:04 +02:00
Benjamin Canou
a0b94cff2b
Resto: automatically retry a few times on 502 gateway errors
2018-07-06 23:28:33 +02:00
Pierre Boutillier
140bd6b1ca
Tezos is now Open Source
2018-06-30 17:41:32 +02:00
Vincent Botbol
85cac4282c
Irmin_lmdb: make sure we open the file with consistent rights
2018-06-29 17:50:17 +02:00
Vincent Bernardoff
aceee178e1
Vendors: upgrade ocaml-ledger-wallet
...
* Use result instead of exceptions
* Support newer versions of the companion Tezos/TezBake Ledger apps
2018-06-29 01:43:29 +00:00
Benjamin Canou
1f213b385b
Vendors/Resto: allow client to send host header
2018-06-27 22:57:02 +02:00
Marco Stronati
509a8a801a
hacl: quick fix to compile on aarch64
2018-06-25 13:22:09 +00:00
Benjamin Canou
daaaf75e67
Vendors/Resto: allow passing custom headers in requests
2018-06-21 18:03:14 +02:00
Benjamin Canou
a838f5d55c
Fix OPAM dependencies
2018-06-19 04:00:09 +02:00
Grégoire Henry
0a71db1652
Opam: upgrade to irmin-1.4.0
2018-06-18 11:39:37 +00:00
Vincent Bernardoff
3a2a11d888
Vendors: import ocaml-ledger-wallet
2018-06-16 16:26:19 +02:00
Vincent Bernardoff
68330036a1
Crypto: add test vectors for P256
2018-06-13 23:59:16 +00:00
Pierre Boutillier
0addf499c5
Remove assembly code from uECC
2018-06-13 23:59:16 +00:00
Vincent Bernardoff
9d18f7846d
Crypto: disable P256 signing
2018-06-13 23:59:16 +00:00
Vincent Bernardoff
7df49b62e1
Crypto: import uecc
2018-06-13 23:59:16 +00:00
vbotbol
e314ac635d
Storage: add readonly option
2018-06-13 01:00:47 +02: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
5fd5c1c5f7
Dune: upgrade to 1.0+beta20
2018-06-08 15:27:23 +00:00
Pierre Boutillier
330b670d59
Test a sequence of update in Hash.SHA256
2018-06-06 15:33:22 +02:00
Grégoire Henry
33c3d1fcbd
Alpha/RPC: add a low-level but typed RPC for context introspection
...
Example:
```
> tezos-client rpc get /chains/main/blocks/head/context/raw/json/\?depth\=1 | jq
{
"commitments": [],
"contracts": {
"global_counter": 0,
"index": []
},
"cycle": [
4,
3,
2,
1,
0
],
"delegates": [
"tz1gjaF81ZRRvdzjobyfVNsAeSC6PScjfQwN",
"tz1faswCTDciRzE4oJ9jn2Vm2dvjeyA9fUzU",
"tz1ddb9NMYHZi5UzPdzTZMYQQZoMub195zgv",
"tz1b7tUupMgCNw2cCLpKTkSD1NZzB5TkP2sv",
"tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx"
],
"last_block_priority": 0,
"rolls": {
"index": [],
"next": 2000,
"owner": {}
},
"votes": {
"ballots": [],
"current_period_kind": "proposal",
"current_quorum": 8000,
"listings": [],
"proposals": []
}
}
> tezos-client rpc get /chains/main/blocks/head/context/raw/json/cycle/4\?depth\=2 | jq
{
"last_roll": [
[
0,
2000
]
],
"nonces": [],
"random_seed": "97d50852c159ada8e9f107e98f693b059ba28336c723e6cd0f6353eb3c0cb415",
"roll_snapshot": 0
}
> tezos-client rpc get /chains/main/blocks/head/context/raw/json/cycle/5\?depth\=2 | jq
{
"last_roll": [
[
1,
2000
],
[
0,
2000
]
],
"nonces": [],
"roll_snapshot": 2
}
```
2018-06-06 10:54:33 +02:00
Grégoire Henry
f5e3fb17c0
Resto: lift the lwt monad into Resto.
2018-06-06 10:54:33 +02:00
Grégoire Henry
b6b30875e4
Resto: export RPC_arg.eq
to the protocol.
2018-06-06 10:54:33 +02:00
Grégoire Henry
89cbe0f8fa
Docs/RPC: fix doc generation
...
The current doc generator does not handles path were multiple method
are registred. The fix remove the intermediate (compilation) tree.
2018-06-06 10:54:33 +02:00
Grégoire Henry
6149909e83
Opam: fix the hacl
package
2018-06-06 10:49:48 +02:00
Pierre Boutillier
51ddb708d3
Fix ocaml-secp256k1 Scalar.const
...
It happened to work by chance on 64bits but it was clearly wrong
2018-06-06 10:00:37 +02:00
Marco Stronati
3ff99dfba3
hacl: build system for 32 bits architecture
2018-06-06 09:57:26 +02:00
Grégoire Henry
b2e6001007
Data_encoding: merge def
and describe
2018-05-30 14:38:05 +02:00
Grégoire Henry
2164782fe0
Json_typed: use inline record for mu
2018-05-30 14:38:05 +02:00
Grégoire Henry
49de4be9a1
Json_typed: inline Describe
in case fields.
2018-05-30 14:38:05 +02:00
Grégoire Henry
47f8bbbe68
Json_typed: use inline recode for case fields
2018-05-30 14:38:05 +02:00
Grégoire Henry
7aa753fea1
Json_typed: use inline record for Case
2018-05-30 14:38:05 +02:00
Grégoire Henry
4c170de9d3
Json_typed: use inline record for Describe
2018-05-30 14:38:05 +02:00
Grégoire Henry
1bc7b45fdb
Data_encoding: forbids nested options
2018-05-24 15:43:15 +00:00
Fabrice Le Fessant
8986640a98
P2p: make nonces unpredictable when connecting
...
Avoid replay-attacks by preventing a node from determining one of the
nonces used in the encryption of a channel between two nodes.
2018-05-24 12:11:42 +02:00
Benjamin Canou
376f9b36f9
Vendors/Hacl: fix buffer size glitch in binding
2018-05-21 17:33:09 +02:00
Marco Stronati
b619b29483
Vendors: removed ocaml-tweetnacl
2018-05-17 10:20:22 +02:00
Marco Stronati
07a97ab94a
Vendors: add ocaml-hacl binding for HACL* crypto library
2018-05-17 10:02:48 +02:00
Vincent Bernardoff
76bf25646c
Resto: fix CORS
...
CORS also requires to send the "Access-Control-Allow-Origin" header on
direct requests or requests following preflight requests.
2018-05-12 23:58:20 +02:00
Milo Davis
f0612a96ea
Client: improve printing of logged requests
2018-05-12 23:15:10 +02:00
Benjamin Canou
19b5ce4fba
Vendors: update ocplib-json-typed
2018-05-05 01:29:06 +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
Benjamin Canou
68f5c92c1e
Import ocplib-json-typed in vendors
2018-05-04 18:48:00 +02:00
Grégoire Henry
387d863f18
Secp256k1: fix indent
2018-05-03 15:36:02 +02:00
Grégoire Henry
7ceb401d44
Tweetnacl: fix indent
2018-05-03 15:35:54 +02:00
Vincent Bernardoff
47f9c2460b
Crypto: fixes for secp256k1
2018-04-26 21:24:21 +02:00
Vincent Bernardoff
3a0cdfd90a
Crypto: Secp256k1 -> Libsecp256k1
2018-04-26 21:24:21 +02:00
Grégoire Henry
49ad5d585a
Vendors: export Resto.Path.subst*
2018-04-22 13:41:26 +02:00
Vincent Bernardoff
7c546425d2
Vendors/tweetnacl: use bigstring
2018-04-19 10:31:56 +02:00
Vincent Bernardoff
230d495dc6
Vendors/blake2b: use bigstring
2018-04-19 10:21:01 +02:00
Grégoire Henry
aeaf2a240c
Client: temporary hack
...
reaggregate http chunks for streamed RPC... :(
2018-04-17 10:39:26 +02:00
Vincent Bernardoff
9adee55234
Import: ocaml-secp256k1 in vendors
2018-04-16 17:21:10 +02:00
Arthur B
21efb2dc9d
Jbuilder: update to beta.19.1
2018-04-06 11:47:22 +02:00
Vincent Bernardoff
5319752704
Vendors/tweetnacl: do not intermix tweetnacl with custom code
2018-03-22 14:39:55 +01:00
bruno
bdf6a5e564
General: update jbuilder to 1.0+beta19
2018-03-20 06:49:52 +01:00
Grégoire Henry
5ac629f335
More renaming registred
-> registered
2018-03-16 18:38:41 +01:00
Raphaël Proust
e27a9e6aaf
Minor code documentation fix in vendor crypto lib
2018-03-13 16:17:08 +00:00
Milo Davis
a405eb2d0e
Fixes for jbuilder.1.0.0-beta18
2018-03-08 14:38:57 +01:00
Grégoire Henry
76a59af376
Opam: use jbuilder.1.0.0-beta18
2018-03-08 14:38:57 +01:00
Grégoire Henry
ad330db7e1
Opam: require jbuilder = 1.0.0-beta17
2018-03-07 18:12:12 +01:00
Grégoire Henry
a1b30417e2
Fix indent
2018-02-20 18:29:56 +01:00
Vincent Bernardoff
77bb186611
Vendors: add ocaml-pbkdf
2018-02-16 18:30:32 +01:00
Vincent Bernardoff
6096592a22
Vendors: add ocaml-bip39
2018-02-16 11:08:45 +01:00
Grégoire Henry
66c2a60530
Client refactor: use the error_monad for all RPC services
2018-02-12 16:54:08 +01:00
Grégoire Henry
c9822abab7
Resto: minor simplification (remove RPC_service.map
)
2018-02-11 19:45:40 +01:00