Victor Allombert
|
9ecc2e517c
|
Shell/validator: allow standalone block validation
Co-authored with `Grégoire Henry <gregoire.henry@tezos.com>`
|
2018-11-16 11:40:58 +01:00 |
|
Victor Allombert
|
ee640c8653
|
Shell: Extract the block-application function into a separate module
|
2018-10-24 10:51:33 +02:00 |
|
Thomas Blanc
|
c723869f65
|
Getting the block_header out of contents in Store (no change in State interface)
|
2018-08-29 18:26:40 +00:00 |
|
Grégoire Henry
|
87e0de9826
|
Dune: use the new syntax
|
2018-08-01 10:52:24 +02:00 |
|
Grégoire Henry
|
5362b321d9
|
Dune: rename s/jbuild/dune/
|
2018-08-01 10:32:12 +02:00 |
|
Pietro
|
b89682e441
|
Build: Jbuilder -> Dune 1.0.1
|
2018-07-24 19:15:04 +02:00 |
|
Pierre Boutillier
|
140bd6b1ca
|
Tezos is now Open Source
|
2018-06-30 17:41:32 +02:00 |
|
Benjamin Canou
|
44ca820944
|
Genesis/Alpha: include chain id in signature for blocks and endorsements
|
2018-06-27 21:38:52 +02:00 |
|
Raphaël Proust
|
103d5355f2
|
Everywhere: return_unit
|
2018-06-27 10:57:21 +02:00 |
|
Pierre Chambart
|
47039ba9d1
|
Shell: fix merge problem in test
|
2018-06-19 12:15:27 +00:00 |
|
Grégoire Henry
|
d02892b810
|
Shell: store the last allowed fork level
|
2018-06-19 12:15:27 +00:00 |
|
Vincent Bernardoff
|
a6bc6333da
|
Shell: use lmdb for disk storage
|
2018-06-13 00:55:37 +02:00 |
|
Grégoire Henry
|
a5cec8fca0
|
Proto: move back max_operation_data_length as a constants
|
2018-06-12 21:27:55 +02:00 |
|
Grégoire Henry
|
d7e5ca81e4
|
Shell: store metadata for block header and operations
|
2018-06-01 16:20:10 +02: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 |
|
Grégoire Henry
|
0d8990887c
|
Jbuilder: fix the target @runtest_indent
|
2018-05-26 20:08:03 +02:00 |
|
Grégoire Henry
|
5023e1a261
|
Data_encoding: rename Binary.to_bytes into to_bytes_exn
|
2018-05-24 15:43:15 +00:00 |
|
Grégoire Henry
|
bc9179094f
|
Shell: store mainchain and testchain in State
|
2018-04-22 13:41:26 +02:00 |
|
Pietro
|
80cdf6d0b3
|
Shell: A bit of randomization for gap in block locators.
The random seed is computed from the sender and receiver `peer_id`.
|
2018-04-07 18:29:02 +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 |
|
Grégoire Henry
|
5ac629f335
|
More renaming registred -> registered
|
2018-03-16 18:38:41 +01:00 |
|
Grégoire Henry
|
4e9fd509b3
|
Proto: export the 'last_allowed_fork_level'.
The should ignore all branch forking at a block whose level
is lower than the 'last_allowed_fork_level' of the current head.
|
2018-03-15 21:48:16 +01:00 |
|
bruno
|
1171340a9f
|
Shell: move shell errors into shell services
Allows the client to display shell errors properly.
Also adds some missing registrations, documentation and comments.
|
2018-02-26 15:52:36 +01:00 |
|
Grégoire Henry
|
697b291782
|
Merge `tezos-protocol-environment-{sigs,client}
|
2018-02-18 17:11:16 +00:00 |
|
Grégoire Henry
|
0e79a65158
|
Shell: rename Block_header.proto/data into protocol_data
|
2018-02-18 17:11:13 +00:00 |
|
Grégoire Henry
|
6fa1283240
|
Shell: Rename net_id into chain_id
|
2018-02-16 02:57:25 +01:00 |
|
Grégoire Henry
|
515765926f
|
Shell/test: minor fix in Test_locator
|
2018-02-13 13:25:49 +01:00 |
|
Grégoire Henry
|
a70a0788d3
|
Test: quick and dirty port to alcotest
|
2018-02-12 02:09:00 +01:00 |
|
Marco Stronati
|
3ca9a081f9
|
Locator: added extended test with benchmark
|
2018-02-08 15:18:11 +00:00 |
|
Marco Stronati
|
f8e69ac8f5
|
Locator: added test for size 0 and size larger than chain
|
2018-02-08 15:18:09 +00:00 |
|
Grégoire Henry
|
acffadafae
|
Jbuilder: fix warning
|
2018-02-07 11:16:39 +01:00 |
|
Grégoire Henry
|
575e367026
|
Update copyright notice (2018)
|
2018-02-05 23:34:05 +01:00 |
|
Grégoire Henry
|
971c3c4b21
|
Refactor: move Registred_protocol from State to Tezos_updater
|
2018-02-05 23:34:05 +01:00 |
|
Grégoire Henry
|
4d5e55595b
|
Test: split test/shell into src/lib_{storage,shell}
|
2018-02-05 23:34:05 +01:00 |
|