Grégoire Henry
|
3f5bd7ea5b
|
Client: allow the baker te re-read keys .
Is a new key is added, the baker will start baking for this key.
No need to relauch the baker anymore.
|
2017-03-02 16:18:16 +01:00 |
|
Grégoire Henry
|
22e3aee362
|
Alphanet: remove the secret bootstrap keys
|
2017-03-02 16:18:09 +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 |
|
Benjamin Canou
|
a098d25a55
|
Client: add a context to command evaluation.
|
2016-12-03 13:05:02 +01:00 |
|
Guillem Rieu
|
5b1244648c
|
Client: remove compilation warnings due to Cli_entries.log returning 'unit Lwt.t'
|
2016-12-01 15:52:31 +01:00 |
|
Grégoire Henry
|
1805a1d816
|
Shell: inline Ed25519 into Environment
This interface is not used in the shell, only in the protocol. It is
just a (documented) wrapper over a fragment of sodium.
|
2016-11-16 00:53:40 +01:00 |
|
Tezos
|
f42e9d12ac
|
First public release
|
2016-09-08 19:29:33 -07:00 |
|