Grégoire Henry
|
a6307c40cf
|
Shell: add unit tests for Merkle tree
|
2017-03-31 01:19:33 +02:00 |
|
Guillem Rieu
|
83f2e0dcd3
|
Client: switch to JSON config file and remove config-file dependency.
|
2017-03-16 18:49:31 +01:00 |
|
Grégoire Henry
|
d5d5cc7c09
|
Proto: rename bootstrap into alpha
|
2017-02-25 18:14:05 +01:00 |
|
Grégoire Henry
|
fc53f3b233
|
Switch to Base58.
Base48 was fun but... hell yeah... let's stay standard.
Public encoding of hash:
```
Block: "B..." (len: 51)
Operation: "o..." (len: 51)
Protocol: "P..." (len: 51)
Ed25519: "tz1.." (len: 36)
Contract: "TZ1.." (len: 36)
NetworkdId: "id.." (len: 30)
```
Other internal prefixes (in the RPC):
```
Hash of Michelson's expression: "expr..." (len: 54)
Ed25519 public key: "edpk..." (len: 54)
Ed25519 secret key: "edsk..." (len: 98)
Ed25519 signature: "edsig.." (len: 99)
Hash of a random seed nonce: "nce...." (len: 53)
Random seed: "rng...." (len: 53)
```
|
2017-02-24 15:44:21 +01:00 |
|
Grégoire Henry
|
eee67406a5
|
CI: some unit tests for the p2p layer
|
2017-01-19 10:26:45 +01:00 |
|
Grégoire Henry
|
d9fc93a5c0
|
Shell: implement P2p_{maintenance,discovery} .
|
2017-01-19 10:26:45 +01:00 |
|
Grégoire Henry
|
b694a62810
|
Shell: implement P2p_{connection_pool,welcome}
|
2017-01-19 10:26:45 +01:00 |
|
Grégoire Henry
|
6d47cb2c8f
|
Shell: implement P2p_connection
|
2017-01-19 10:21:21 +01:00 |
|
Grégoire Henry
|
2ed8bf2cfa
|
Shell: implement P2p_io_scheduler
|
2017-01-19 10:21:21 +01:00 |
|
Grégoire Henry
|
7689021810
|
CI: less build artifacts
|
2017-01-02 14:49:56 +01:00 |
|
Benjamin Canou
|
dc64f9b6fb
|
Webclient: first draft.
|
2016-12-02 20:06:29 +01:00 |
|
Benjamin Canou
|
e7c39578b4
|
Extract the js_of_ocaml compatible part of utils.
|
2016-12-01 18:27:53 +01:00 |
|
Grégoire Henry
|
17475aa743
|
Shell: switch to Blake2b (closes #87 #89)
Also drop the dependencies on Cryptokit.
|
2016-11-25 19:46:50 +01:00 |
|
Vincent Bernardoff
|
215da8fa7e
|
P2p: add test
|
2016-11-16 17:21:56 +01:00 |
|
Çağdaş Bozman
|
9834aa9d6c
|
Testsuite/Coverage: initial commit for code coverage
|
2016-10-24 14:05:24 +02:00 |
|
Grégoire Henry
|
cdf7265693
|
Testsuite: testing Data_encoding module
|
2016-10-20 16:21:36 +02:00 |
|
Grégoire Henry
|
026007e7f1
|
Rename "block_header" into "block".
|
2016-10-19 20:47:04 +02:00 |
|
Grégoire Henry
|
cbee2ecfe7
|
Test: improve report
|
2016-10-12 15:33:32 +02:00 |
|
Çağdaş Bozman
|
03d37bfdeb
|
Update test framework
We now use Kaputt for our tests.
|
2016-10-10 11:30:06 +02:00 |
|
Tezos
|
f42e9d12ac
|
First public release
|
2016-09-08 19:29:33 -07:00 |
|