ligo/test
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
..
attic Shell: switch to Blake2b (closes #87 #89) 2016-11-25 19:46:50 +01:00
lib Switch to Base58. 2017-02-24 15:44:21 +01:00
scripts Michelson: get rid of tagged data notation. 2017-01-20 13:25:14 +01:00
.merlin Extract the js_of_ocaml compatible part of utils. 2016-12-01 18:27:53 +01:00
generate_hash.ml Switch to Base58. 2017-02-24 15:44:21 +01:00
launch_daemon.sh First public release 2016-09-08 19:29:33 -07:00
launch.sh Shell: Improve the CLI of tezos-node 2017-02-15 15:26:17 +01:00
Makefile Switch to Base58. 2017-02-24 15:44:21 +01:00
sandbox.json First public release 2016-09-08 19:29:33 -07:00
test_basic.ml Shell: Improve the CLI of tezos-node 2017-02-15 15:26:17 +01:00
test_context.ml Switch to Base58. 2017-02-24 15:44:21 +01:00
test_data_encoding.ml Shell: Use Error_monad in Data_encoding_ezjsonm 2017-01-23 21:31:30 +01:00
test_lwt_pipe.ml Shell: improve Lwt_pipe 2017-01-19 10:21:21 +01:00
test_p2p_connection_pool.ml Shell: limit known points table size 2017-02-16 13:23:01 +01:00
test_p2p_connection.ml Merge branch 'lwt_pipes_limit' into 'master' 2017-01-24 00:05:07 +01:00
test_p2p_io_scheduler.ml Merge branch 'lwt_pipes_limit' into 'master' 2017-01-24 00:05:07 +01:00
test_state.ml Switch to Base58. 2017-02-24 15:44:21 +01:00
test_store.ml Switch to Base58. 2017-02-24 15:44:21 +01:00
test-basic.sh Shell: Improve the CLI of tezos-node 2017-02-15 15:26:17 +01:00