ligo/src/client
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
..
embedded Switch to Base58. 2017-02-24 15:44:21 +01:00
.merlin First public release 2016-09-08 19:29:33 -07:00
client_aliases.ml Shell: Use Error_monad in Data_encoding_ezjsonm 2017-01-23 21:31:30 +01:00
client_aliases.mli Client: add a context to command evaluation. 2016-12-03 13:05:02 +01:00
client_commands.ml Client: add a context to command evaluation. 2016-12-03 13:05:02 +01:00
client_commands.mli Client: add a context to command evaluation. 2016-12-03 13:05:02 +01:00
client_config.ml RPC: Add TLS on the client 2016-12-13 00:47:23 +01:00
client_generic_rpcs.ml Client: add rpc call ... with '{json}' 2017-02-15 15:26:39 +01:00
client_generic_rpcs.mli Client: add a context to command evaluation. 2016-12-03 13:05:02 +01:00
client_helpers.ml Switch to Base58. 2017-02-24 15:44:21 +01:00
client_helpers.mli Client: add a context to command evaluation. 2016-12-03 13:05:02 +01:00
client_keys.ml Switch to Base58. 2017-02-24 15:44:21 +01:00
client_keys.mli Client: add a context to command evaluation. 2016-12-03 13:05:02 +01:00
client_node_rpcs.ml RPC: Add TLS on the client 2016-12-13 00:47:23 +01:00
client_node_rpcs.mli Client: add a context to command evaluation. 2016-12-03 13:05:02 +01:00
client_protocols.ml Switch to Base58. 2017-02-24 15:44:21 +01:00
client_protocols.mli Client: add a context to command evaluation. 2016-12-03 13:05:02 +01:00
webclient_version.ml Webclient: first draft. 2016-12-02 20:06:29 +01:00