Grégoire Henry
|
f02972bb8a
|
Alpha: use Apply_operation_result as operation metadata
|
2018-06-06 10:54:33 +02:00 |
|
Grégoire Henry
|
b6207bb14d
|
Alpha: allow binary serialization of Apply_operation_result
|
2018-06-06 10:54:33 +02:00 |
|
Grégoire Henry
|
0ded5c8024
|
Alpha: export some blocks metadata (baker, ...)
|
2018-06-06 10:54:33 +02:00 |
|
Grégoire Henry
|
6b12ab9473
|
Opam: add missing test dependencies for tezos-protocol-alpha
|
2018-06-05 14:17:24 +02:00 |
|
Marco Stronati
|
7b8f764524
|
Tests: add tests for baking
|
2018-06-05 12:55:59 +02:00 |
|
Marco Stronati
|
ff237c79cc
|
Tests: add tests for seed nonce revelation operation
|
2018-06-05 12:55:59 +02:00 |
|
Galfour
|
6e65a12206
|
Tests: add tests for double endorsement and double baking
|
2018-06-05 12:23:40 +02:00 |
|
Vincent Botbol
|
7505a66904
|
Tests: add tests for endorsement and activation operations
|
2018-06-05 12:23:40 +02:00 |
|
Quyen
|
d9a11caeb8
|
Tests: add tests for transfer and origination operations
|
2018-06-05 12:23:40 +02:00 |
|
Grégoire Henry
|
e8e66a83c7
|
Tests/helpers: replace old test framework
|
2018-06-05 12:23:40 +02:00 |
|
Grégoire Henry
|
4105467603
|
Alpha: changes needed for test framework
|
2018-06-05 11:56:40 +02:00 |
|
Grégoire Henry
|
367cc4e916
|
Faucet: rename secret into activation_code
|
2018-06-04 14:40:10 +02:00 |
|
Vincent Botbol
|
92bb69e744
|
Protocol: remove half pkh in commitments
|
2018-06-04 14:12:01 +02:00 |
|
Raphaël Proust
|
f647404739
|
Proto_alpha/levels: added documentation
|
2018-06-04 08:41:46 +08:00 |
|
Grégoire Henry
|
fc26022cd2
|
Proto: associate metadata to valid block headers and operations
|
2018-06-01 16:20:10 +02:00 |
|
Grégoire Henry
|
c85e27605b
|
Proto: export Data_encoding.t for block headers and operationss
Previously we were only exporting parsing function. This will allow
to move out of the protocol some `helpers` RPCs.
|
2018-06-01 16:20:10 +02:00 |
|
James Deikun
|
afa335ff48
|
move module-specific logging to the modules that use it
|
2018-05-31 17:05:00 -04:00 |
|
Grégoire Henry
|
b2e6001007
|
Data_encoding: merge def and describe
|
2018-05-30 14:38:05 +02:00 |
|
Milo Davis
|
f644d8f332
|
Client: adds check signature command
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
1b91d0929a
|
Michelson: read some constants in base58 but store them in binary
|
2018-05-28 17:09:03 +02:00 |
|
Milo Davis
|
ff4a5fadda
|
Client: get timestamp in seconds
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
439435bd11
|
Michelson: forbid internal operation replay
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
f1fc7ab582
|
Michelson: forbid internal operations in parameter and storage
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
702896f420
|
Michelson: switch string tez constants to int mutez constants
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
ffec060a6f
|
Client, Michelson: minor fixes in error reporting
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
a425b3dc27
|
Michelson: cleanup iterator opcodes
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
c57458ea01
|
Michelson: fix inconsistency when reading and printing strings
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
bb37e04340
|
Michelson: add estimated memory cost of an expression
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
ce668e6afb
|
Alpha: lazily deserialize scripts
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
530427c813
|
Michelson: unpair input of CHECK_SIGNATURE
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
8e28c790ea
|
Client/Alpha: detect script failure before injection
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
23f9949e70
|
Alpha: add storage limits
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
dd9cd8a1c3
|
Alpha: keep the storage space in bytes instead of the premultiplied fees
|
2018-05-28 17:09:03 +02:00 |
|
Grégoire Henry
|
7d73605f5c
|
Alpha: fix endorsement rewards
It should be computed with the priority of the endorsed blocks,
not with the priority of the block where it is included.
|
2018-05-28 17:09:03 +02:00 |
|
Grégoire Henry
|
c167d0eaae
|
Alpha: remove unused parameters
|
2018-05-28 17:09:03 +02:00 |
|
Grégoire Henry
|
25ecd68b90
|
Alpha: use singular for Sourced_operation
|
2018-05-28 17:09:03 +02:00 |
|
Grégoire Henry
|
ee5373d960
|
Client: add global option --wait
|
2018-05-28 17:09:03 +02:00 |
|
Grégoire Henry
|
72e31287d1
|
Client/Alpha: split module Client_proto_context
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
a11e0000e7
|
Michelson: add SET_DELEGATE opcode
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
b669632075
|
Alpha: check delegatable flag before removing the delegate
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
af5a8939cf
|
Alpha: originations from contracts are now internal operations
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
97208fd532
|
Alpha: add a type for operation results
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
18c77318fb
|
Alpha: thread origination_nonce in the context
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
f05b02f74f
|
Michelson: some new contracts/tests
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
303c43b742
|
Michelson: add AND of int and nat
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
60136c13b2
|
Michelson: add ISNAT instruction
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
86c18bcd9d
|
Michelson: SOURCE now returns an address
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
5579d3cc97
|
Michelson: add untyped address type, and instructions ADDRESS and CONTRACT
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
595685cf42
|
Michelson: replace direct transfers with an internal operation queue
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
59cccd53aa
|
Michelson: cleaner naming in interpreter
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
24deb10c8f
|
Michelson: cleanup big map initialization and account for its fees
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
42899ccb09
|
Alpha: add result record type for apply operation and include storage fees
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
25a1930c32
|
Alpha: storage fees accounting
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
676a64b81f
|
Michelson: rename DEFAULT_ACCOUNT to IMPLICIT_ACCOUNT
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
bceb91289a
|
Alpha: better errors for corrupted context accesses
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
6f3be375e8
|
Alpha: IO gas accounting
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
4a0b30d968
|
Alpha: add variants of storage functors with size accounting
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
ba09cdf883
|
Alpha: fix Storage_functors.Indexed_data_storage.fold
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
27486e500a
|
Micheline: use zarith instead of strings for integers
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
c3cf4dfbfb
|
Alpha, Michelson: add gas limits for block and operations
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
eef5885265
|
Alpha, Michelson: no need to thread the gas in parsing linear structures
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
4fd2b03832
|
Alpha, Michelson: thread the gas directly in the context
|
2018-05-28 17:09:03 +02:00 |
|
Benjamin Canou
|
04415ff6a8
|
Alpha, Michelson: separate gas operations from costs
|
2018-05-28 17:09:03 +02:00 |
|
Milo Davis
|
8a49bf5509
|
Alpha, Michelson: gas in typechecking
|
2018-05-28 17:09:03 +02:00 |
|
Grégoire Henry
|
0d8990887c
|
Jbuilder: fix the target @runtest_indent
|
2018-05-26 20:08:03 +02:00 |
|
bruno
|
f000eb70f2
|
Alpha: forbid transaction of 0ꜩ towards contracts without code
|
2018-05-26 19:54:06 +02:00 |
|
James Deikun
|
2c57e4cce6
|
RPC: expose RPC base address in client context
|
2018-05-26 19:12:15 +02:00 |
|
Grégoire Henry
|
fd72b47263
|
Opam: fix dependencies
|
2018-05-26 18:36:32 +02:00 |
|
Arthur B
|
f43710694b
|
Alpha: fix typo in services path
|
2018-05-26 18:25:48 +02:00 |
|
Arthur B
|
07a631316a
|
Alpha: allow to deactivate rewards for a few initial cycles
|
2018-05-26 18:25:40 +02:00 |
|
Arthur B
|
126ee13ba7
|
Alpha: allow to ramp up endorsement and baking security deposits
|
2018-05-26 17:24:04 +02:00 |
|
Grégoire Henry
|
370114eb8b
|
Client: preload encrypted keys when running a daemon
|
2018-05-26 15:36:36 +02:00 |
|
Grégoire Henry
|
da921a8f56
|
Client: allow tz1... as the source of a transfer
This is only useful when a 'remote signer' is available.
|
2018-05-26 15:36:36 +02:00 |
|
Grégoire Henry
|
fb85568d98
|
Client: add an option --remote-signer
When the option is provided, all keys with the scheme `remote` are now
implicitly handled by the provided remote signer.
|
2018-05-26 15:35:11 +02:00 |
|
Grégoire Henry
|
57663a95e9
|
Client: add an option to encrypt faucet accounts and imported keys
|
2018-05-26 15:34:16 +02:00 |
|
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
|
80dd9ebf24
|
Client: rename sk_locator into sk_uri
To prepare upcoming patch where `sk_locator = Uri.t`.
|
2018-05-26 15:10:07 +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
|
502017c863
|
Signer: create packages tezos-signer-services and tezos-signed-backends
|
2018-05-26 15:08:13 +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
|
cfe82ab7cf
|
Baking: preload signers for delegate keys (daemon)
|
2018-05-25 17:02:56 +02:00 |
|
Vincent Bernardoff
|
f0fc9ac37c
|
Alpha: use watermark for signing blocks and operations
|
2018-05-25 16:47:48 +02:00 |
|
bruno
|
c13b7dd39a
|
Alpha: typos
|
2018-05-25 10:36:08 +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
|
dcf27f48d9
|
Alpha: do not produce multiple revelations
|
2018-05-22 12:32:47 +02:00 |
|
Benjamin Canou
|
89d9d83b15
|
Alpha: remove unused error
|
2018-05-22 12:32:47 +02:00 |
|
Grégoire Henry
|
d0a9fb678c
|
Alpha: better error for invalid key revelation
|
2018-05-22 12:32:47 +02:00 |
|
Vincent Bernardoff
|
b48ba96106
|
Stdlib: use bigstring to implement MBytes
|
2018-05-12 23:11:35 +02:00 |
|
Benjamin Canou
|
3ca03f6da7
|
Alpha: remove dead code for deposit forfeiting
|
2018-05-11 16:49:16 +02:00 |
|
Grégoire Henry
|
3e6633bacc
|
Alpha: burn only rewards and fees when baker do not reveal seeds
We only forfeit the bond in case of double-baking.
|
2018-05-11 15:50:03 +02:00 |
|
Raphaël Proust
|
a3474ae496
|
Typo in error message
|
2018-05-09 17:46:54 +02:00 |
|
Grégoire Henry
|
74ec514fd2
|
Alpha: fail on early revelations
We now fail when a nonce is revealed before
the the expected revelation cycle.
|
2018-05-09 17:46:54 +02:00 |
|
Grégoire Henry
|
3cb1c3c5e2
|
Alpha: error messages for invalid nonce revelations
|
2018-05-09 17:46:48 +02:00 |
|
Grégoire Henry
|
43fe4dbdc3
|
Alpha: minor cosmetic changes
|
2018-05-09 17:45:37 +02:00 |
|
Benjamin Canou
|
a873930a09
|
Alpha: minor change to the PoW check
|
2018-05-09 15:56:09 +02:00 |
|
Grégoire Henry
|
e3bfe0d651
|
Alpha: exclude signature from the minimal stamp of PoW.
We don't want the stamp to be cheaper for people with faster
signing devices...
|
2018-05-09 15:56:09 +02:00 |
|
bruno
|
6966240a54
|
Alpha: export missing errors
|
2018-05-08 12:50:04 +02:00 |
|
Milo Davis
|
ebfdeea8d5
|
Data_encoding: add descriptions to encodings
|
2018-04-26 22:52:21 +02:00 |
|
Vincent Bernardoff
|
de006f4be3
|
Crypto: fix hardcoded signatures in tests
|
2018-04-26 21:24:21 +02:00 |
|
Grégoire Henry
|
0fe8975817
|
Test: faster testsuite
No need to wait 1 second between blocks!
|
2018-04-22 13:48:20 +02:00 |
|
Grégoire Henry
|
7adc0c90e7
|
Compiler: preserve Protocol_hash
|
2018-04-22 13:41:26 +02:00 |
|
Grégoire Henry
|
11ad8fa8ea
|
Fix rebase conflict.
oups...
|
2018-04-17 15:24:23 +02:00 |
|
Marco Stronati
|
a491083586
|
Alpha: added rpc 'proto/delegate/<id>/frozen_balances'
|
2018-04-17 14:54:51 +02:00 |
|
Grégoire Henry
|
020ef19460
|
Client: add a claim operation that activate a commitment account
|
2018-04-17 10:50:23 +02:00 |
|
Grégoire Henry
|
ec25690166
|
Client: minor refactoring
|
2018-04-17 10:39:24 +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 |
|
Milo Davis
|
19843b96b0
|
Client: use source_param instead of alias_param
|
2018-04-16 12:38:31 +00:00 |
|
Grégoire Henry
|
3765c39477
|
Client: fix for issue #161.
Use proper parsing for `--delegate` argument.
|
2018-04-16 12:38:31 +00: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 |
|
Marco Stronati
|
0940442148
|
Alpha: fixed type of Tez for constants
|
2018-04-12 16:40:42 +02:00 |
|
Grégoire Henry
|
c6ffe4a5d9
|
Alpha: better threading of fees and rewards
|
2018-04-10 16:23:53 +00:00 |
|
Marco Stronati
|
a8beaec40a
|
Alpha: added a rpc to retrieve all constants at once.
|
2018-04-09 15:05:46 +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
|
5f69ae87d2
|
Sandbox: deactivate the minimal stamp of proof of work for bakers
|
2018-04-06 13:45:13 +02:00 |
|
Grégoire Henry
|
4f2b2f8ece
|
Alpha: use Base58 for displaying commitment
|
2018-04-06 11:56:32 +02:00 |
|
Grégoire Henry
|
9ffead02d2
|
Shell: simplify hash signatures
|
2018-04-06 11:56:32 +02:00 |
|
Arthur B
|
21efb2dc9d
|
Jbuilder: update to beta.19.1
|
2018-04-06 11:47:22 +02:00 |
|
Grégoire Henry
|
bf32659a6b
|
Proto/Env: Replace configure_sandbox by proper init
|
2018-04-06 11:40:34 +02:00 |
|
Grégoire Henry
|
6f0cc397ae
|
Shell: move back hash encoders from lib_base to lib_crypto
|
2018-04-03 15:21:38 +02:00 |
|
Grégoire Henry
|
08a3cff5a6
|
Base: rename Cli_entries into Clic
|
2018-04-03 15:21:38 +02:00 |
|
Milo Davis
|
4ad127c398
|
Client: wait for operation inclusion command and RPC
|
2018-03-30 00:45:22 +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 |
|
bruno
|
c332343cee
|
Alpha: add one mutez in interface
|
2018-03-28 09:30:33 +00:00 |
|
Vincent Botbol
|
c2990b4f14
|
Alpha: replace the faucet by preallocated-contract activation.
|
2018-03-28 10:36:37 +02:00 |
|
Grégoire Henry
|
afb1e0f260
|
Proto/Env: remove {Set,Map}.find
Also replace all the function raising `Not_found` by their `_opt` version.
|
2018-03-27 09:59:59 +00:00 |
|
Grégoire Henry
|
48cc2e9928
|
Proto/Env: rename Set.S and Map.S into S.SET and S.MAP .
|
2018-03-27 09:59:59 +00:00 |
|
Vincent Botbol
|
385a600e98
|
Docs: add error documentation generation
|
2018-03-26 01:04:07 +02:00 |
|
Benjamin Canou
|
19eb1c2520
|
Error_monad: change error wrapping to flatten the JSON format
|
2018-03-26 01:04:07 +02:00 |
|
Benjamin Canou
|
e0a4147b8d
|
Alpha: add missing error registrations
|
2018-03-24 16:45:29 +01:00 |
|
Benjamin Canou
|
583563ede0
|
Remove dead file
|
2018-03-24 16:45:29 +01:00 |
|
Grégoire Henry
|
72b7789162
|
Alpha: reduce tips for inclusion of seed revelations
|
2018-03-22 17:37:54 +01:00 |
|
Grégoire Henry
|
7fabac6714
|
Alpha/RPC: fix typo in the RPC for parsing and forging.
|
2018-03-22 14:13:53 +01:00 |
|
Grégoire Henry
|
9035bb94ab
|
Baker: do not generate random when not required
|
2018-03-22 13:41:57 +01:00 |
|
Grégoire Henry
|
c2f74f9f9b
|
Alphanet: use vanity key for the bootstrap accounts
|
2018-03-20 07:07:56 +01:00 |
|
bruno
|
55ad294595
|
Alpha: fix typo s/token_per_rolls/tokens_per_roll
|
2018-03-20 06:49:52 +01:00 |
|
bruno
|
bdf6a5e564
|
General: update jbuilder to 1.0+beta19
|
2018-03-20 06:49:52 +01:00 |
|
Grégoire Henry
|
edb40c7923
|
Alpha/test: allow to deactivate seed renewal
|
2018-03-19 16:06:27 +01:00 |
|
Benjamin Canou
|
19d9ce1f64
|
Alpha: fix tests
|
2018-03-18 18:11:04 +01:00 |
|
Benjamin Canou
|
0b31daeadc
|
Alpha: rename Double_endorsement/baking into Double_endorsement/baking_evidence
|
2018-03-16 18:38:41 +01:00 |
|
Grégoire Henry
|
5ac629f335
|
More renaming registred -> registered
|
2018-03-16 18:38:41 +01:00 |
|
Grégoire Henry
|
71ee3114a7
|
Alpha: rename bond into deposit
|
2018-03-16 18:38:41 +01:00 |
|
Grégoire Henry
|
987e4a5314
|
Alpha: introduce constant max_revelations_per_block
|
2018-03-16 18:38:41 +01:00 |
|
Grégoire Henry
|
8e77382a61
|
Alpha: remove constant max_number_of_operations
|
2018-03-16 18:38:41 +01:00 |
|
Grégoire Henry
|
c1ddec37ab
|
Alpha: rename voting_period_length into block_per_voting_period
|
2018-03-16 18:38:41 +01:00 |
|
Grégoire Henry
|
7ef2803199
|
Alpha: rename max_signing_slot into endorsers_per_block
|
2018-03-16 18:38:41 +01:00 |
|
Grégoire Henry
|
43609e2e63
|
Alpha: rename baking_reward into block_reward
|
2018-03-16 18:38:41 +01:00 |
|