https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
2baed33 p2p: add changelog entry for maintenance fix 04 August 2022, 15:54:44 UTC
f8055d6 p2p/tests: add maintenance tests 04 August 2022, 15:54:44 UTC
3f9033e p2p: add two events to the connect_handler trigger_maintenance_too_many_connections and trigger_maintenance_too_few_connections to log the fact that the maintenance was triggered by the connect_handler 04 August 2022, 15:54:44 UTC
fcebf9b p2p: add two new p2p events and move two others Add Maintenance_started, Maintenance_ended Move Too_few_connections, Too_many_connections from connect_handle to maintenace 04 August 2022, 15:54:44 UTC
2f18cd0 p2p: Fix the maintenance triggers In the connect handler, the Too_few and Too_many connections triggers were swapped. Author: Vivien Pelletier <vivien.pelletier@nomadic-labs.com> 04 August 2022, 15:54:44 UTC
46e514f Merge tezos/tezos!5978: Evaluation config encoding 'scoru-wasm@config-encoding' into 'master' Co-authored-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> Approved-by: Hans Hoglund <hans.hoglund@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/5978 04 August 2022, 15:53:32 UTC
16370cd SCORU: WASM: Implement encoder/decoder for eval config 04 August 2022, 15:21:46 UTC
13e0334 Merge tezos/tezos!6032: long_tezt: Fix block validation initialization by upgrading storage 'nray@fix_block_validation_bench' into 'master' Co-authored-by: nraymond <nicolas.raymond@nomadic-labs.com> Approved-by: Victor Allombert <victor.allombert@tezcore.com> Approved-by: Romain <romain@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6032 04 August 2022, 11:54:58 UTC
b834e18 long_tezt: Fix block validation initialization by upgrading storage 04 August 2022, 11:29:43 UTC
a87bfc8 Merge tezos/tezos!6021: Doc: Update Alpha changelog 'shrmtv@update-changelog' into 'master' Co-authored-by: Fedor Sheremetyev <sheremetyev@gmail.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6021 03 August 2022, 16:14:28 UTC
25446b2 Doc: Update Alpha changelog Describe new changes that have been merged to master. 03 August 2022, 15:49:26 UTC
f270535 Merge tezos/tezos!5866: Doc: polish Kathmandu changelog 'shrmtv@polish-kathmandu-changelog' into 'master' Co-authored-by: Fedor Sheremetyev <sheremetyev@gmail.com> Approved-by: Victor Dumitrescu <victor.dumitrescu@nomadic-labs.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/5866 03 August 2022, 15:48:48 UTC
819181b Doc: explicitly list all new operations 03 August 2022, 15:23:26 UTC
9b54117 Doc: note about invoice 03 August 2022, 15:23:26 UTC
3954738 Doc: more details on VDF 03 August 2022, 15:23:26 UTC
ab219cc Merge tezos/tezos!5985: Proto: preserve SCORU constants in migration 'shrmtv@preserve-scoru-constants' into 'master' Co-authored-by: Fedor Sheremetyev <sheremetyev@gmail.com> Approved-by: Nicolas Ochem <nicolas.ochem@gmail.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/5985 03 August 2022, 15:22:45 UTC
1371a3d Proto: preserve SCORU constants in migration 03 August 2022, 14:55:15 UTC
8ad69ec Merge tezos/tezos!6020: Tree_encoding: Reorganize the dependencie tree of 'lib_scoru_wasm' 'scoru@lib-tree-encoding' into 'master' Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> Approved-by: Hans Hoglund <hans.hoglund@trili.tech> Approved-by: Benjamin Canou <benjamin@canou.fr> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6020 03 August 2022, 14:23:41 UTC
858fa7c Tree_encoding: Reorganize the dependencie tree of 'lib_scoru_wasm' Before to this patch, the dependency tree of lib_scoru_wasm is straightforward. lib_webassembly <- lib_scoru_wasm (provide lazy containers) (provide tree encoding) The caveat is that the encoding of the types introduced in lib_webassembly are defined in lib_scoru_wasm… and therefore cannot be easily tested in the official WASM test-suite (in a decode, eval, encode loop). This patch is the first step towards being able to test the tree encoders developed for the PVM in the WASM test-suite. We introduce two libraries, - 'lazy-containers' introduces laz maps, lazy vectors, and chunked byte vectors - 'tree-encoding' introduces the tree encoders (including for the lazy containers) The rest of the code base is unchanged, in particular the tree encoding are still defined in 'lib_scoru_wasm'. 03 August 2022, 12:29:38 UTC
6ec6769 Merge tezos/tezos!5851: Scoru,Test: PBT the check dissection 'vch9@scoru@pbt-dissection' into 'master' Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Mohamed IGUERNLALA <iguer@functori.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/5851 03 August 2022, 12:04:49 UTC
eb54d4d Scoru,Test: pbt test the dissections 03 August 2022, 11:36:12 UTC
1cc190c Scoru,Proto: various fixes to [Game.invalid_move] 03 August 2022, 11:36:12 UTC
87ed934 Lib_test: add [qcheck_make_lwt] 03 August 2022, 11:36:12 UTC
a64fa3b Scoru,Test: Move existing tests to legacy module 03 August 2022, 11:36:12 UTC
868c5f3 Scoru,Proto: expose some pretty printers 03 August 2022, 11:36:12 UTC
ed11fac Scoru,Proto: move [dissection_chunk] to v1 03 August 2022, 11:36:12 UTC
2079aa1 scoru/lib: ad game_helpers lib with new_dissection 03 August 2022, 11:36:12 UTC
abbc536 Merge tezos/tezos!6012: [DAL] Simplify the handling of the SRS 'francois@loading-full-srs' into 'master' Co-authored-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Rémy El Sibaïe <remy.el-sibaie@nomadic-labs.com> Approved-by: Julien Coolen <julien.coolen@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6012 03 August 2022, 11:18:20 UTC
62f6f6a DAL: Refactor the way SRS is handled 03 August 2022, 10:55:23 UTC
18a0b3b Merge tezos/tezos!6028: Proto: remove obsolete comment 'jobjo@remove-comment' into 'master' Co-authored-by: Joel Bjornson <joel.bjornson@trili.tech> Approved-by: Ilias Garnier <ilias.garnier@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6028 03 August 2022, 09:59:23 UTC
6b54d84 Proto: remove obsolete comment 03 August 2022, 09:30:11 UTC
645d5e1 Merge tezos/tezos!5849: Proto: implement the validation of anonymous operations 'pipelining@validate-anonym-operation' into 'master' Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Approved-by: Raphael Toledo <raphael.r.toledo@gmail.com> Approved-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/5849 03 August 2022, 09:29:30 UTC
0a9b354 changes: add newly introduced errors in minor changes section and add an entry for the validation of anonymous operation and the splitting of `check_vdf_and_update_seed` function in the internal section 03 August 2022, 09:02:29 UTC
9558f07 proto: add validate vdf revelation 03 August 2022, 09:02:29 UTC
e19592f proto: add validate seed nonce revelation Co-authored-by: Diane Gallois-Wong <diane.gallois-wong@nomadic-labs.com> 03 August 2022, 09:02:29 UTC
b3c7095 proto: add validate double baking evidence Co-authored-by: Diane Gallois-Wong <diane.gallois-wong@nomadic-labs.com> 03 August 2022, 09:02:29 UTC
63acf2e proto: add unrequired double baking in block test 03 August 2022, 09:02:29 UTC
2feba56 proto: add validate double consensus Co-authored-by: Diane Gallois-Wong <diane.gallois-wong@nomadic-labs.com> 03 August 2022, 09:02:29 UTC
b6f8642 proto: add unrequired endorsement and preendorsement tests 03 August 2022, 09:02:29 UTC
e0c8455 proto: add validate activate account Co-authored-by: Diane Gallois-Wong <diane.gallois-wong@nomadic-labs.com> 03 August 2022, 09:02:29 UTC
d4fbc7b proto: add anonymous validation signature Co-authored-by: Diane Gallois-Wong <diane.gallois-wong@nomadic-labs.com> 03 August 2022, 09:02:29 UTC
ab349f3 proto: add anonymous validity information and state Co-authored-by: Diane Gallois-Wong <diane.gallois-wong@nomadic-labs.com> 03 August 2022, 09:02:29 UTC
36ba84a proto: create validate_errors file 03 August 2022, 09:02:29 UTC
33b0994 Merge tezos/tezos!5959: DAL/crypto: code cleanup 'julien.coolen@dal-crypto-fft-domains' into 'master' Co-authored-by: Julien Coolen <julien.coolen@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Marc Beunardeau <marc.beunardeau@nomadic-labs.com> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/5959 03 August 2022, 08:52:07 UTC
e500ba4 DAL/crypto: rename `Slot_segment_index_out_of_range to `Segment_index_out_of_range 03 August 2022, 08:08:44 UTC
20c70b1 DAL/crypto: replace match by if-then-else 03 August 2022, 07:37:16 UTC
5e72b17 Environment: fix verify_segment signature 03 August 2022, 07:35:58 UTC
bfe5c31 DAL/crypto: fix typos 03 August 2022, 07:35:58 UTC
cf12c4f DAL/crypto: open Result_syntax module at the top of polynomial_from_shards 03 August 2022, 07:35:57 UTC
1dca323 DAL/crypto: 1.3x faster decoding 03 August 2022, 07:35:57 UTC
9497b8c DAL/crypto: simplify verify_commitment 03 August 2022, 07:35:57 UTC
f396fbb DAL/crypto: simplify kate amortized 03 August 2022, 07:35:57 UTC
ec30ac1 DAL/crypto: use inplace FFTs 03 August 2022, 07:35:57 UTC
48398b4 DAL/crypto: fix srs length 03 August 2022, 07:35:57 UTC
507fa61 DAL/crypto: simplify multi reveal preprocessing 03 August 2022, 07:35:57 UTC
5d40d9f DAL/crypto: simplify multi-multi reveal 03 August 2022, 07:35:56 UTC
36af3b2 DAL/crypto: delete kate amortized module 03 August 2022, 07:35:56 UTC
25d60fe DAL/crypto: fix assert 03 August 2022, 07:35:56 UTC
5646d14 DAL/crypto: rename variables 03 August 2022, 07:35:56 UTC
69263e7 DAL/crypto: delete extra function 03 August 2022, 07:35:56 UTC
c734920 DAL/crypto: delete signatures 03 August 2022, 07:35:56 UTC
3619198 DAL/crypto: delete dead code 03 August 2022, 07:35:55 UTC
3535e91 DAL/crypto: simplify commit 03 August 2022, 07:35:55 UTC
603f282 DAL/crypto: simplify interpolation_h_poly 03 August 2022, 07:35:55 UTC
f3cd80b DAL/crypto: delete dead code 03 August 2022, 07:35:55 UTC
e1f24f0 DAL/crypto: simplify slot segment proof 03 August 2022, 07:35:43 UTC
b2f6f7a Merge tezos/tezos!5997: Lib_openapi: fix handling of `null` option within Combine constructor 'nbacquey@fix-property_test_rpc_server_null_option' into 'master' Co-authored-by: Nicolas BACQUEY <nicolas.bacquey@tweag.io> Approved-by: Swann Moreau <evertedsphere@gmail.com> Approved-by: Clément Hurlin <clement.hurlin@tweag.io> Approved-by: Romain <romain@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/5997 02 August 2022, 16:18:56 UTC
0e3e640 Lib_openapi: fix null handling with Combine constructor This commit fixes a bug where Null elements in Json schemas would not be processed correctly when being translated to OpenAPI schemas. The version of OpenAPI we use does not handle null elements in disjunctions, so instead we use a `nullable` property on said disjunctions, and don't convert null elements from Json schemas to OpenAPI. The problem was that null elements in disjunctions (i.e. the `Combine` element kind) can be represented either by an element with the `Null` kind, or by the following object: ``` { /* None */ "none": null } ``` This commit adds the correct processing of the latter representation to the `convert_element` function. 02 August 2022, 15:53:18 UTC
968d60c Merge tezos/tezos!5865: Scoru/WASM: extend rollup node tezts to use the WASM PVM 'andrea@instantiate-wasm-pvm-in-rollup-node' into 'master' Co-authored-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Hans Hoglund <hans.hoglund@trili.tech> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/5865 02 August 2022, 15:52:36 UTC
0a57db7 Scoru/Tezt: reset regressions 02 August 2022, 15:28:52 UTC
6f9b021 Scoru/Tezt: extend tezts to use WASM PVM 02 August 2022, 15:28:52 UTC
96d7c0d Merge tezos/tezos!5999: Long_tests/qcheck_rpc: prevent stack overflows when parsing schemas 'nbacquey@fix-property_test_rpc_server_stackoverflow' into 'master' Co-authored-by: Nicolas BACQUEY <nicolas.bacquey@tweag.io> Approved-by: Swann Moreau <evertedsphere@gmail.com> Approved-by: Clément Hurlin <clement.hurlin@tweag.io> Approved-by: Romain <romain@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/5999 02 August 2022, 15:28:12 UTC
b2d07b1 Long_tests/qcheck_rpc: prevent stack overflows when parsing schemas When parsing json schemas in `qcheck_rpc.ml` to generate random RPC inputs, we had two references that were ultimately circular: "tree_encoding" and "inode_tree". Parsing those references would cause stack overflows in `parse_input` and crash the test suite. This commit adds two special cases to `parse_input`, similar to those which are already there for references to "bignum" and "micheline.alpha.michelson_v1.expression". However, note that the two new generators are trivial: they always produce a `Null` json value. Those generators will need to be correctly implmented in a future commit. 02 August 2022, 15:02:01 UTC
6873eb3 Merge tezos/tezos!6027: Node/Version: add missing version encoding case 'vbot@fix-version-encoding' into 'master' Co-authored-by: vbot <vincent.botbol@nomadic-labs.com> Approved-by: Romain <romain@nomadic-labs.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6027 02 August 2022, 14:54:16 UTC
5a8aa38 Node/Version: add missing version encoding case 02 August 2022, 13:52:58 UTC
bf8e9db Merge tezos/tezos!5991: SCORU: WASM: Make module references explicit 'scoru-wasm@explicit-module-refs' into 'master' Co-authored-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Benjamin Canou <benjamin@canou.fr> Approved-by: Joel Bjornson <joel.bjornson@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/5991 02 August 2022, 11:11:13 UTC
98a2fdd SCORU: WASM: Make module references explicit 02 August 2022, 10:45:46 UTC
7b0d74d Merge tezos/tezos!6024: DAL: rename shards_amount -> number_of_shards 'remy@rename-dal-constant' into 'master' Co-authored-by: Rémy El Sibaïe <remy.el-sibaie@nomadic-labs.com> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Julien Coolen <julien.coolen@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6024 02 August 2022, 10:45:05 UTC
e3c5824 DAL: rename shards_amount -> number_of_shards 02 August 2022, 10:22:21 UTC
1747b61 Merge tezos/tezos!6019: scoru: Snake_case instead of CamlCase 'scoru@use_snake_case' into 'master' Co-authored-by: Sylvain Ribstein <sylvain.ribstein@gmail.com> Approved-by: Hans Hoglund <hans.hoglund@trili.tech> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6019 02 August 2022, 10:21:06 UTC
ad872dd proto/scoru: use snake case for module name 02 August 2022, 09:55:25 UTC
33adaac proto/scoru: use snake case for constructors 02 August 2022, 09:55:24 UTC
3834154 Merge tezos/tezos!6006: Tezt: fix --junit with -j 'romain-tezt-junit-j' into 'master' Co-authored-by: Romain Bardou <romain@nomadic-labs.com> Approved-by: Killian Delarue <killian@nomadic-labs.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> Approved-by: Romain <romain@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6006 02 August 2022, 09:52:45 UTC
ef08c21 Tezt: fix --junit with -j 02 August 2022, 09:24:55 UTC
0b8fc86 Merge tezos/tezos!6016: SCORU,Node: Print more informative status for the WASM PVM 'scoru@informative-pvm-status' into 'master' Co-authored-by: Thomas Letan <lthms@nomadic-labs.com> Approved-by: Sylvain R. <sylvain.ribstein@nomadic-labs.com> Approved-by: Hans Hoglund <hans.hoglund@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6016 02 August 2022, 09:23:43 UTC
e406147 SCORU,Node: Print more informative status for the WASM PVM Close #3093 02 August 2022, 08:56:36 UTC
6cc5e7e Merge tezos/tezos!5897: Proto: no more rolls 'eugenz@no-more-rolls' into 'master' Co-authored-by: Eugen Zalinescu <eugen.zalinescu@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: vbot <vincent.botbol@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/5897 01 August 2022, 12:53:47 UTC
68e09fe docs: mention renaming in changes 01 August 2022, 12:30:54 UTC
e2fc789 docs: do not use rolls anymore 01 August 2022, 12:30:54 UTC
c010ee9 tezt: replace tokens_per_roll by minimal_stake 01 August 2022, 12:30:54 UTC
229b03e Proto: rephrase doc-strings to refer to minimal stake instead of rolls 01 August 2022, 12:30:54 UTC
b2abd05 Proto: rename constant tokens_per_roll to minimal_stake 01 August 2022, 12:30:54 UTC
061eb9c Proto: rename Active_delegate_with_one_roll 01 August 2022, 12:30:54 UTC
f00b424 Proto: rename may_snapshot_rolls to may_snapshot_stake_distribution 01 August 2022, 12:30:54 UTC
e3743de Merge tezos/tezos!6008: documentation for v14.0 'romain-v14-doc' into 'master' Co-authored-by: Romain Bardou <romain@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Romain <romain@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6008 01 August 2022, 12:30:07 UTC
b2169b5 Doc: add 14.0 OpenAPI specs 01 August 2022, 12:03:46 UTC
744b896 Changelog: add version 14.0 01 August 2022, 12:03:45 UTC
f71a1f2 Doc: update v14 release page 01 August 2022, 12:03:45 UTC
950f1e6 Merge tezos/tezos!6017: Scoru: Halt PVM if initial PVM state hash is wrong 'andrea@scoru-halt-node-if-initial-state-hash-is-wrong' into 'master' Co-authored-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Ole Krüger <ole.kruger@trili.tech> Approved-by: Thomas Letan <lthms@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/6017 01 August 2022, 11:31:49 UTC
9ebcd2a Scoru/Rollup node: halt node at startup if initial PVM hash is wrong 01 August 2022, 10:59:56 UTC
back to top