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
|
5e1eddf681
|
Shell: Use Error_monad in Data_encoding_ezjsonm
|
2017-01-23 21:31:30 +01:00 |
|
Grégoire Henry
|
b16a644e55
|
Proto: Completion of Base48-encoded public keys and contracts
This required some modifications in the Base48 module, in order not to
share the 'resolver' between distinct version of the economical protocol.
|
2016-11-16 00:53:40 +01:00 |
|
Grégoire Henry
|
1ce2643dc7
|
Shell: add Base48.decode_partial
|
2016-11-16 00:52:48 +01:00 |
|
Grégoire Henry
|
cdf7265693
|
Testsuite: testing Data_encoding module
|
2016-10-20 16:21:36 +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 |
|