https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
93f4c9b Yo 3 29 May 2022, 14:31:27 UTC
d7afb84 Other commit 27 May 2022, 17:04:35 UTC
9d90c95 Yo 27 May 2022, 16:37:58 UTC
1a28a48 Merge branch 'typed-scorus' into 'master' SCORU: Originate sc rollups with types See merge request tezos/tezos!5342 26 May 2022, 12:30:23 UTC
12de1b8 Test: update regressions 26 May 2022, 08:01:30 UTC
f171ae4 Test: lookup type for originated rollup 26 May 2022, 08:01:27 UTC
055f2cb Test: add type parameter for sc origination in tezt tests 26 May 2022, 07:55:36 UTC
e7f57b6 Test: adjust tests for expanded sc origination type 26 May 2022, 07:55:33 UTC
09c72ec Test: make sc rollup test compile 26 May 2022, 07:55:30 UTC
a3e4c41 Proto: validate type on sc rollup origination 26 May 2022, 07:51:00 UTC
9a16b28 Proto: Add type parameter to scoru origination 26 May 2022, 07:51:00 UTC
81e80d8 Proto: API for sc rollup types 26 May 2022, 07:51:00 UTC
b70a49e Proto: storage module for scoru types 26 May 2022, 07:51:00 UTC
d8baacd Merge branch 'vch9@scoru@check-constants-bounds' into 'master' Scoru,Test: checks the challenge window period boundaries See merge request tezos/tezos!5360 26 May 2022, 01:51:39 UTC
42535a3 Proto,Scoru: use [fail_when] instead of [if ... then fail ... else ...] 26 May 2022, 00:51:03 UTC
2ed3148 Scoru,Test: correct use of [expect_failure] 26 May 2022, 00:51:03 UTC
a01470e Scoru,Test: use [Block.bake_n] instead of [bake_until] 26 May 2022, 00:51:03 UTC
ac0fcea Scoru,Test: bake_until [sc_rollup_challenge_windows_in_blocks] Before the tests arbitrarily baked 20 blocks. 26 May 2022, 00:51:03 UTC
5bc6b1c Scoru,Test: checks the challenge window period boundaries It already existed a test checking that we can not cement a commitment too early. This commit extends this test to check the actual boundaries, especially to expose that we need to wait a period strictly greater than the challenge window period. 26 May 2022, 00:51:03 UTC
e0bb499 Merge branch 'remy@workers-remove-tzresult' into 'master' Workers: remove tzresult from interface See merge request tezos/tezos!5135 26 May 2022, 00:49:35 UTC
7a4a482 peer_validator: associate TODO to follow-up issue 25 May 2022, 23:10:47 UTC
d3a5d9f Workers: include unit tests - check requests order - check various buffers - check behaviour in case of cancel/crash 25 May 2022, 23:10:47 UTC
16c5d91 lib_shell: finer-grained error handling - on chain_validator - on prevalidator 25 May 2022, 23:10:47 UTC
5edf411 lib_base: add an Empty module to handle the empty type 25 May 2022, 23:10:47 UTC
ff1e02c lib_worker: apply error generalization to rollups implementation 25 May 2022, 23:10:47 UTC
12cfc1a lib_worker: move Worker_logger from lib_shell to lib_worker - worker logger is independent of lib_shell and is required to ease lib_worker tests. 25 May 2022, 23:10:47 UTC
68f1fc5 lib_worker: Generalize the interface with arbitrary errors 25 May 2022, 23:10:47 UTC
2c2c093 Merge branch 'arvid@tezt-replace-test_codec.py' into 'master' Tezt: Replace test_codec.py with a encoding.ml test See merge request tezos/tezos!5394 25 May 2022, 22:03:34 UTC
b319b62 Tezt: Replace test_codec.py with a encoding.ml test 25 May 2022, 21:16:30 UTC
34247e1 Merge branch 'vch9@tezt@reduce-timeout' into 'master' CI/Tezt: reduce global timeout to 30mn See merge request tezos/tezos!5414 25 May 2022, 21:14:56 UTC
96ee870 CI/Tezt: reduce global timeout to 30mn 25 May 2022, 20:29:59 UTC
64ba528 Merge branch 'romain-tezt-rpc-fix' into 'master' Tezt: fix missing request body in RPC_core See merge request tezos/tezos!5415 25 May 2022, 20:29:09 UTC
0a0767b Tezt: fix missing request body in RPC_core 25 May 2022, 19:53:16 UTC
ff24bc8 Merge branch 'arvid@test-python-installation-instructions' into 'master' Docs/Python: Explicit installation instructions with automated tests See merge request tezos/tezos!4333 25 May 2022, 16:20:56 UTC
7a63346 CI/Docs: test python installation instructions in doc test scripts 25 May 2022, 15:31:28 UTC
7c84cca Docs: detailed instructions for python/pyenv/poetry installation 25 May 2022, 15:31:28 UTC
a7b27e8 Merge branch 'davdumas@unified_coverage' into 'master' CI: reduce dependencies for job unified_coverage (2) See merge request tezos/tezos!5361 25 May 2022, 14:01:45 UTC
8860ab0 CI: fix unified_coverage artifacts & dependencies 25 May 2022, 13:19:19 UTC
72bfe2e CI: specific job 'unified_coverage' in different files for MRs & default branch 25 May 2022, 13:19:19 UTC
b6281ef CI: allow duplicate job key 'unified_coverage' 25 May 2022, 13:19:19 UTC
807b0eb Merge branch 'julien.coolen@das-cryptobox' into 'master' [DAL] Integration of cryptographic primitives See merge request tezos/tezos!5357 25 May 2022, 13:17:38 UTC
f03e47e Crypto: DAL cryptobox Provides a Reed-Solomon erasure encoder/decoder and polynomial commitments. 25 May 2022, 11:37:25 UTC
ab60042 lib_polynomial: init 25 May 2022, 11:37:25 UTC
8890aee Merge branch 'hhugo-rm-scripts' into 'master' Misc: remove unused scripts See merge request tezos/tezos!5344 25 May 2022, 11:36:35 UTC
6946f18 Scripts: remove unused scripts 25 May 2022, 10:12:49 UTC
a86f942 Merge branch 'vch9@scoru@split-sc_rollup_storage' into 'master' Scoru: split [Sc_rollup_storage] See merge request tezos/tezos!5383 25 May 2022, 10:10:19 UTC
1949130 Scoru,Proto: introduce [Sc_rollup_commitment_repr] module 25 May 2022, 08:30:34 UTC
f84e432 Scoru,Proto: introduce [Sc_rollup_refutation_storage] module 25 May 2022, 08:30:34 UTC
98b43fb Scoru,Proto: introduce [Sc_rollup_stake_storage] module 25 May 2022, 08:30:34 UTC
5599a9b Scoru,Proto: introduce [Sc_rollup_inbox_storage] module 25 May 2022, 08:30:34 UTC
9b57a35 Scoru,Proto: introduce [Sc_rollup_commitment_storage] module 25 May 2022, 08:30:34 UTC
2f46e9e Scoru,Proto: introduce [Sc_rollup_errors] module 25 May 2022, 08:30:34 UTC
bccc356 Merge branch 'shrmtv@sync-toru-jakarta-docs' into 'master' Update TORU docs in Jakarta See merge request tezos/tezos!5304 25 May 2022, 08:29:47 UTC
d0d0652 doc: label changes in transaction_rollups,rst 25 May 2022, 07:54:57 UTC
630fc07 Update TORU docs in Jakarta Docs have been updated in Alpha folder but not in Jakarta. 25 May 2022, 07:54:57 UTC
62b04fb Merge branch 'yrg@refactor-michelson-interpreter-by-uncurry' into 'master' Uncurry some functions of the Michelson interpreter to exploit OCaml 4.14 more general tailcall optimization See merge request tezos/tezos!5406 25 May 2022, 07:54:11 UTC
c024f97 Proto: Uncurry ilsr_nat Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 25 May 2022, 06:25:53 UTC
85572eb Proto: Uncurry ilsl_nat Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 25 May 2022, 06:25:53 UTC
8cf511c Proto: Uncurry imul_nattez Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 25 May 2022, 06:25:53 UTC
51b7e09 Proto: Uncurry imul_teznat Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 25 May 2022, 06:25:53 UTC
51d0124 Proto: Uncurry imap_iter Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 25 May 2022, 06:25:53 UTC
d5bfc9b Proto: Uncurry imap_imap Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 25 May 2022, 06:25:53 UTC
bbf63a8 Proto: Uncurry iset_iter Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 25 May 2022, 06:25:53 UTC
149ddd9 Proto: Uncurry ilist_iter Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 25 May 2022, 06:25:53 UTC
38b1399 Proto: Uncurry kiter Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 25 May 2022, 06:25:53 UTC
ee5f64a Proto: Uncurry klist_enter Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 25 May 2022, 06:25:53 UTC
ccf5525 Proto: Uncurry klist_exit Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 25 May 2022, 06:25:52 UTC
3fd1883 Proto: Uncurry kmap_enter Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 25 May 2022, 06:25:52 UTC
d3a2dfb Proto: Uncurry kmap_exit Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 25 May 2022, 06:25:52 UTC
522f383 Merge branch 'hhugo-fix-tests' into 'master' Tests: fix proto/non-proto split See merge request tezos/tezos!5391 25 May 2022, 06:08:29 UTC
718b496 Tests: fix proto/non-proto split 25 May 2022, 05:33:21 UTC
be5793a Merge branch 'corneliu@scoru-refutation-ops-tests' into 'master' SCORU: Tests for the new refutation game See merge request tezos/tezos!5116 25 May 2022, 05:30:25 UTC
c10da92 SCORU: manifest issue 25 May 2022, 04:31:24 UTC
5e8fb5a SCORU: moved doc strings 25 May 2022, 04:31:24 UTC
98fe739 Proto,SCORU: Fix typos 25 May 2022, 04:31:24 UTC
d42dd02 SCORU: remove alice/bob from as much as possible 25 May 2022, 04:31:24 UTC
dc0d21a SCORU: removed the depndency on Alice being the refuter 25 May 2022, 04:31:24 UTC
157c0ec SCORU: unified the clients 25 May 2022, 04:31:23 UTC
6760893 SCORU: bounds on the length of input in arith + answering to comments 25 May 2022, 04:31:23 UTC
177b8b5 SCORU: removed checks from clients 25 May 2022, 04:31:23 UTC
4988a5c SCORU: removed check_dissection. 25 May 2022, 04:31:23 UTC
5002fb9 SCORU removed the signatures from tests 25 May 2022, 04:31:23 UTC
e4fb656 SCORU: tests for new sc_rollup_game_repr 25 May 2022, 04:31:23 UTC
3c0595d Merge branch 'hhugo-fix-opam-release' into 'master' Script: fix opam-release.sh See merge request tezos/tezos!5386 25 May 2022, 03:06:33 UTC
4657d56 Script: fix opam-release.sh 25 May 2022, 02:27:27 UTC
21184bb Merge branch 'mehdi@no-external-tx-transfer' into 'master' Proto: restrict external transfers to non-tx-rollups See merge request tezos/tezos!5326 24 May 2022, 23:04:51 UTC
94a9910 Tezt: update regression outputs 24 May 2022, 21:32:57 UTC
f4c203b Proto: remove dead error Tx_rollup_non_internal_transaction 24 May 2022, 21:32:57 UTC
26bf31f Proto: external transactions do not accept tx rollups 24 May 2022, 21:32:57 UTC
1423c44 Client: build_transaction_operation to contracts only 24 May 2022, 21:32:57 UTC
3d7e2ff Client: transfer_with_script to contracts only 24 May 2022, 21:32:56 UTC
dad9c65 Client: transfer to contracts only 24 May 2022, 21:32:56 UTC
363889e Proto: remove now unused manager_operation_of_internal_operation 24 May 2022, 21:32:56 UTC
1e83248 Merge branch 'hhugo-lint-ocamlformat-devtools' into 'master' Lint ocamlformat files inside devtools See merge request tezos/tezos!5403 24 May 2022, 17:50:45 UTC
e0b1ce6 Update .ocamlformat files 24 May 2022, 17:01:34 UTC
82d1d54 Misc: lint ocamlformat inside devtools 24 May 2022, 17:01:34 UTC
c1c3f56 Merge branch 'hhugo-build-deps-interative' into 'master' Build: make build-deps should not be interactive See merge request tezos/tezos!5393 24 May 2022, 15:26:41 UTC
0f0f400 Build: make build-deps should not be interactive 24 May 2022, 14:00:48 UTC
1d601e5 Merge branch 'hans@scoru-clarify-init-state' into 'master' Proto: SCORU: Clarify meaning of PVM.initial_state Closes #2661 See merge request tezos/tezos!5349 24 May 2022, 13:59:12 UTC
aba537f Proto: SCORU: Clarify meaning of PVM.initial_state 24 May 2022, 12:33:24 UTC
back to top