Grégoire Henry
|
f69d4a5186
|
Client: simplify Client_keys.SIGNER
We now use `Uri.t` to represent public and secret keys. The 'remote'
scheme is replaced by `https://`, `unix:///` and `tcp://`.
|
2018-05-26 15:34:16 +02:00 |
|
Grégoire Henry
|
0dbe24290f
|
Signer: explicit registration of signers
instead of toplevel side-effects and `-link-all`
|
2018-05-26 15:08:29 +02:00 |
|
Grégoire Henry
|
272066ab04
|
Client: Use MBytes.t for password
This prepares a future usage of `mlock`.
|
2018-05-26 15:06:39 +02:00 |
|
Pietro
|
8b9d02eec4
|
Client, wallet: Change type of location
|
2018-05-25 17:18:39 +02:00 |
|
Vincent Bernardoff
|
f0fc9ac37c
|
Alpha: use watermark for signing blocks and operations
|
2018-05-25 16:47:48 +02:00 |
|
Grégoire Henry
|
5023e1a261
|
Data_encoding: rename Binary.to_bytes into to_bytes_exn
|
2018-05-24 15:43:15 +00:00 |
|
Benjamin Canou
|
89d9d83b15
|
Alpha: remove unused error
|
2018-05-22 12:32:47 +02:00 |
|
Vincent Botbol
|
326226d5ed
|
Genesis: add mnemonics, passwords and emails to genesis info generation
|
2018-04-17 10:36:46 +02:00 |
|
Arthur B
|
eb1dfb7f20
|
Shell/Alpha: allow usage of secp256k1 for signature
|
2018-04-16 18:37:52 +02:00 |
|
Grégoire Henry
|
3d57055cca
|
Alpha: use protocol parameters instead of sandbox to tune constants
|
2018-04-16 09:28:26 +02:00 |
|
Grégoire Henry
|
98f30a3e85
|
Alpha: allow more constant parametrization
|
2018-04-16 09:28:26 +02:00 |
|
Vincent Botbol
|
91dfb730bf
|
Alpha: parametrize protocol activation with commitments and bootstrap accounts
|
2018-04-09 15:05:46 +02:00 |
|
Grégoire Henry
|
9ffead02d2
|
Shell: simplify hash signatures
|
2018-04-06 11:56:32 +02:00 |
|
Grégoire Henry
|
38c7453edf
|
Shell/RPC: allow /blocks/<hash>~n/...
This allows to query the `n`-th predecessor of block `<hash>`.
|
2018-03-30 00:45:22 +02:00 |
|
Mathias Bourgoin
|
fcdf36acd4
|
Shell/RPC: remove the fake block /blocks/prevalidation
Add a `/mempool/pending_operations`
|
2018-03-30 00:44:58 +02:00 |
|
Benjamin Canou
|
19eb1c2520
|
Error_monad: change error wrapping to flatten the JSON format
|
2018-03-26 01:04:07 +02:00 |
|
Grégoire Henry
|
2be83eafc1
|
Alpha: allow seed's nonce commitment only once every 'blocks_per_commitment'
|
2018-03-15 00:26:19 +01:00 |
|
Grégoire Henry
|
54efe8fcd7
|
Alpha: introduce Delegate_storage
|
2018-02-28 14:59:01 +01:00 |
|
Grégoire Henry
|
fc2cd7ce5c
|
Alpha: smaller endorsement operations
We don't include the delegate pkh in the operation anymore, and we
allow to group multiple endorsements in the same operations.
|
2018-02-28 14:48:47 +01:00 |
|
Grégoire Henry
|
c78dd51f3d
|
Alpha: rename "default contract" into "implicit contract"
|
2018-02-28 14:48:47 +01:00 |
|
Grégoire Henry
|
c125f822f5
|
Alpha: update storage fees policy.
Instead of having a minimal amount for contracts, we now burn
token when increasing the size of a contract storage.
|
2018-02-28 14:48:47 +01:00 |
|
Marco Stronati
|
54f0e21373
|
Proto_alpha: added test for raw_context rpc call
|
2018-02-23 15:09:45 +00:00 |
|
Benjamin Canou
|
bb0fa86d91
|
Client: rename client context classes for clarity
|
2018-02-16 18:12:29 +01:00 |
|
Benjamin Canou
|
67019246e9
|
Client: add method prompt to context and cleanup Unix context
|
2018-02-16 11:08:45 +01:00 |
|
Benjamin Canou
|
e2be3360a9
|
Client: split client-alpha into lib and commands and extract the baker
|
2018-02-15 22:54:39 +01:00 |
|