Milo Davis
|
673f70c5d0
|
Client Keys: Vanity keys
|
2017-11-09 12:57:18 +00:00 |
|
Grégoire Henry
|
ef3180c561
|
Shell: Smaller Net_id.
|
2017-04-02 15:40:04 +02:00 |
|
Grégoire Henry
|
ffc8fa0383
|
RPC: rebind 'complete' for blocks and operations.
|
2017-04-02 15:33:32 +02:00 |
|
Grégoire Henry
|
9097809589
|
Shell: Merkle tree of operations
|
2017-03-31 01:19:33 +02:00 |
|
Grégoire Henry
|
300dd5ea6d
|
Makefile: praise the return of utop .
The Makefile is really hackish...
|
2017-02-25 18:14:05 +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 |
|