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
|
17475aa743
|
Shell: switch to Blake2b (closes #87 #89)
Also drop the dependencies on Cryptokit.
|
2016-11-25 19:46:50 +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
|
07ba685b8d
|
Base48: encode the "data" before its "hash"
|
2016-11-16 00:52:48 +01: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 |
|