https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
b9cdc61 Generate OpenAPI for alpha 05 January 2022, 14:22:10 UTC
0cf3432 Test generating OpenAPI 04 January 2022, 15:35:14 UTC
e165922 Merge branch 'functori@batch-inconsistent-counters' into 'master' Proto: Refuse operations with inconsistent counters Closes #2244 See merge request tezos/tezos!4024 04 January 2022, 15:14:19 UTC
1d48ec9 Test/unit: Check that the error Inconsistent_counters is raised 04 January 2022, 14:38:37 UTC
0a58e51 Tests/unit: fix combined test The test constructed a batch with both inconsistent counters and inconsistent sources. 04 January 2022, 14:38:37 UTC
f8014b7 Doc: Changelog 04 January 2022, 14:38:37 UTC
ba80d06 Tests/tezt: test that operations with inconsistent counters are refused 04 January 2022, 14:38:37 UTC
037bcfb Proto: reject permanently batched operations with inconsistent counters 04 January 2022, 14:38:37 UTC
408bee2 Merge branch 'romain-manifest-step-14-opam' into 'master' Manifest (14): update for recent changes See merge request tezos/tezos!4124 04 January 2022, 11:30:50 UTC
ed0fa21 Build: manifest catch-up 04 January 2022, 10:53:41 UTC
e5e924e Merge branch 'vch9@no-coverage-benchmarks' into 'master' CI/Benchmark: remove bisect_ppx instrumentation Closes #2287 See merge request tezos/tezos!4125 04 January 2022, 10:17:14 UTC
8f5f62f Benchmark: remove bisect_ppx instrumentation 04 January 2022, 09:42:05 UTC
bde67d6 Merge branch 'mehdi@register_global_constant_milligas' into 'master' Add consumed_milligas for register_global_constant apply result encoding Closes #2199 See merge request tezos/tezos!3981 03 January 2022, 17:16:20 UTC
87b208b Doc: add changelog entry 03 January 2022, 16:34:25 UTC
51b261e Proto: add consumed_milligas to encoding of register_global_constant apply result 03 January 2022, 16:33:44 UTC
fbd4082 Proto: balance_updates default to [] generally 03 January 2022, 16:33:43 UTC
1bce58a Proto: make register_global_constant fields optional ...in the apply result encoding 03 January 2022, 16:33:42 UTC
3a09822 Merge branch 'smelc@fix-prevalidator-classification-operations-flaky-test-alt' into 'master' mempool: Fix test specification, hereby fixing flakyness of test handle_operations Closes #2281 See merge request tezos/tezos!4116 03 January 2022, 16:14:57 UTC
6f77df2 lib_shell: test: fix a test specification, hereby fixing a flakyness 03 January 2022, 15:34:55 UTC
6c5472d lib_shell: détail: fix a doc string 03 January 2022, 15:34:55 UTC
2f00485 Merge branch 'abate@push_master' into 'master' Set MASTER_OR_RELEASE and push on docker.io Closes #2285 See merge request tezos/tezos!4120 03 January 2022, 15:00:46 UTC
41814ac Set MASTER_OR_RELEASE and push on docker.io 03 January 2022, 14:29:30 UTC
0401467 Merge branch 'raphael-p@setup-list-length-linting' into 'master' Setup linting for list length comparison See merge request tezos/tezos!3893 03 January 2022, 14:27:46 UTC
9072944 Alpha: small code improvement based on linter recommendation 03 January 2022, 13:50:54 UTC
26df42f Shell/test: minor code quality change based on linter recommendation 03 January 2022, 13:50:54 UTC
9bedac5 Linting: setup linting with list-length-comparison rule 03 January 2022, 13:50:54 UTC
5ed3b78 Merge branch 'julien@yes-wallet-print-proto-name' into 'master' Yes-wallet: Printing name of detected protocol See merge request tezos/tezos!4065 03 January 2022, 13:49:43 UTC
dbb30fe Yes-wallet: Printing name of detected protocol 03 January 2022, 12:38:46 UTC
e989344 Merge branch 'functori@precheck-tests-for-transfers' into 'master' Tezt/test: Test simple transfer operations See merge request tezos/tezos!3902 30 December 2021, 12:24:28 UTC
173f7a2 Tests/tezt: Test classification and propagation of Transfer operations This tests only simple transfers, no contract calls. Co-authored-by: iguerNL@Functori <iguer@functori.com> Co-authored-by: Alain Mebsout <alain.mebsout@functori.com> 30 December 2021, 11:34:08 UTC
7ff0598 Merge branch 'pirbo-minimal-prometheus' into 'master' Tezos node exposes an endpoint for prometheus to query metrics See merge request tezos/tezos!4042 24 December 2021, 14:14:50 UTC
a55d9fc Node: export metrics to prometheus on demand 24 December 2021, 13:23:59 UTC
1a27b35 Merge branch 'raphael-p@convert-p2p-to-let-syntax' into 'master' Convert lib_p2p to let-syntax See merge request tezos/tezos!3795 23 December 2021, 14:33:27 UTC
0dd28aa P2p: Cosmetics and minor code quality improvements - Do not use `Lwt.` before `return` when in scope of `Lwt_syntax` - Prefer `Error_monad.catch_s` to `Lwt.catch` with the equivalent wrapper - Use `Result.iter_error` rather than branching with rebind and return - Etc. 23 December 2021, 13:54:26 UTC
cb39a58 Base: use more `and` to improve concurrency and code quality 23 December 2021, 13:54:26 UTC
a12168a Base: use Compare.or_else instead of redefining it 23 December 2021, 13:54:26 UTC
96ab7af Base: convert from infix operator to new binding operators 23 December 2021, 13:54:26 UTC
d162bf8 P2p: convert to let-syntax This includes minor, localised improvements to the error management code. 23 December 2021, 13:54:26 UTC
7fe4918 Merge branch 'raphael-p@convert-src-bin-sandbox-to-newer-error-monad-syntax' into 'master' Convert src/bin_sandbox to newer error monad syntax See merge request tezos/tezos!4092 23 December 2021, 08:40:52 UTC
dfa1a6a Sandbox: convert code from infix bind into let binding operators 23 December 2021, 07:14:22 UTC
4b2b95a Merge branch 'mehdi@clean_script_typed_ir_size_signature' into 'master' Proto: clean Script_typed_ir_size.mli See merge request tezos/tezos!4088 22 December 2021, 15:14:53 UTC
e98d415 Proto: clean Script_typed_ir_size.mli 22 December 2021, 14:44:32 UTC
dcba645 Merge branch 'scoru@add-rollup-creation' into 'master' SCORU: Add smart-contract rollup creation Closes #2093, #2091, and #2090 See merge request tezos/tezos!3941 22 December 2021, 14:22:42 UTC
f4f4e84 Proto,SCORU: Fix Tezt regression tests outputs Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 22 December 2021, 12:38:21 UTC
a3b7132 Proto,SCORU: Add a test for Sc_rollups Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 22 December 2021, 12:38:21 UTC
c3d1174 Proto,SCORU: Add a constant to sc origination fees to avoid spam Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 22 December 2021, 12:38:21 UTC
809110f Proto,SCORU: Add feature flag for SCORU Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 22 December 2021, 12:38:21 UTC
2f3c90d Tezt,SCORU: Make smart contract rollup creation test pass Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 22 December 2021, 12:38:21 UTC
9a540eb Proto,SCORU: Add a temporary a toy arithmetic rollup PVM Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 22 December 2021, 12:38:21 UTC
b43c194 Proto,SCORU: Expose sc rollup origination in CLI Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 22 December 2021, 12:38:21 UTC
8b32ba3 Proto,SCORU: Expose smart contract rollup origination as L1 operation Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 22 December 2021, 12:38:21 UTC
5f73c16 Proto,SCORU: Expose smart contract rollups in Alpha_context Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 22 December 2021, 12:38:21 UTC
fd65050 Proto,SCORU: Store smart contract rollups Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 22 December 2021, 12:38:21 UTC
3496ac3 Proto,SCORU: Represent smart contract rollups Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 22 December 2021, 12:38:21 UTC
95a88a0 Tezt,SCORU: Add a failing test for rollup origination Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 22 December 2021, 12:38:20 UTC
3444922 SCORU: Initiate development of smart contract rollups Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 22 December 2021, 12:38:20 UTC
9bfef7c Merge branch 'arvid@investigate-coverage-issues-p2p' into 'master' Test/Coverage: Handle coverage files better in p2p tests See merge request tezos/tezos!3792 22 December 2021, 12:05:48 UTC
b291e1e Revert "P2p/test: deactivate test_p2p_node" This reverts commit 14fe7e17dffcec56f3331841cd6d95b018d4d74a. 22 December 2021, 11:14:00 UTC
2acb49f P2p/Test: terminate child processes with TERM and wait on them 22 December 2021, 11:14:00 UTC
c22c12b P2p/Test: add --sigterm to bisect_ppx 22 December 2021, 11:13:59 UTC
061648f Tooling: Update bisect_ppx dependency to 2.7.0 22 December 2021, 11:13:59 UTC
2b543af Merge branch 'raphael-p@convert-src-bin-signer-to-newer-error-monad-syntax' into 'master' Convert src/bin_signer to newer error monad syntax See merge request tezos/tezos!4103 22 December 2021, 11:12:48 UTC
10d6992 Signer: minor code cosmetics and improvements 22 December 2021, 10:27:36 UTC
ab8c481 Signer: convert code from infix bind into let binding operators 22 December 2021, 10:27:36 UTC
d1de468 Merge branch 'arvid@ci-activate-venv-in-publish-documentation' into 'master' CI: Activate venv in job publish:documentation See merge request tezos/tezos!4081 22 December 2021, 09:36:33 UTC
f96ee2f CI: Activate venv in job publish:documentation 22 December 2021, 08:59:09 UTC
8e55e16 Merge branch 'arvid@makefile-add-coverage_options-to-build_test' into 'master' Makefile: add COVERAGE_OPTIONS to build test See merge request tezos/tezos!4082 21 December 2021, 15:27:56 UTC
1dc4e1a Makefile: Add COVERAGE_OPTIONS to build-test/sandbox targets 21 December 2021, 14:52:14 UTC
18c387c Merge branch 'hhugo@clean-more-hacl' into 'master' Cleanup hacl-star js stubs in preparation for switching to ctypes See merge request tezos/tezos!3947 21 December 2021, 14:18:02 UTC
6c8f878 Hacl-js: fix implem of System_randombytes 21 December 2021, 13:43:05 UTC
edbd2cb Hacl-js: simplify stubs helper 21 December 2021, 13:43:05 UTC
714444e Hacl-js: rename bret into ret 21 December 2021, 13:43:05 UTC
08933f4 Hacl-js: fix scalarmult stubs 21 December 2021, 13:43:05 UTC
61067b5 Hacl-js: refactor result handling 21 December 2021, 13:43:04 UTC
5fd87b0 Hacl-js: remove eslint comments 21 December 2021, 13:43:04 UTC
2a8e2b7 Hacl-js: rename blit_buf_onto_MlBytes into hacl_blit_buf_to_bytes 21 December 2021, 13:43:04 UTC
dc596be Hacl-js: rename MlBytes2buf to hacl_create_buffer 21 December 2021, 13:43:04 UTC
8632b0c Hacl-js: rename _HACL into H 21 December 2021, 13:43:04 UTC
85511b7 Hacl-js: remove deadcode 21 December 2021, 13:43:04 UTC
24a0d4e Hacl-js: move unimplemented together at the end 21 December 2021, 13:43:04 UTC
048d08f Merge branch 'raphael-p@convert-src-bin-snoop-to-newer-error-monad-syntax' into 'master' Convert src/bin_snoop to newer error monad syntax See merge request tezos/tezos!4091 21 December 2021, 13:07:37 UTC
7c9e068 Snoop: convert code from infix bind into let binding operators 21 December 2021, 12:24:40 UTC
cc4f24d Merge branch 'romain-v12-doc' into 'master' Documentation for v12.0~rc1 See merge request tezos/tezos!4083 20 December 2021, 18:04:26 UTC
f267977 Doc: add v12.0~rc1 20 December 2021, 17:29:48 UTC
fe46a34 Version: set to 12.0+dev 20 December 2021, 17:29:48 UTC
6ea3805 Changelog: add version 12.0~rc1 20 December 2021, 17:29:48 UTC
310c051 Merge branch 'vicall@force_reload_cache' into 'master' Shell/Validation: Retry validation on inconsistent block hash See merge request tezos/tezos!4068 20 December 2021, 17:20:29 UTC
041efc2 CHANGES.rst 20 December 2021, 16:06:03 UTC
f622af4 Validation: Retry validation on inconsistent block hash 20 December 2021, 16:06:03 UTC
9b4c720 Validation: Check the context hash after the commit 20 December 2021, 16:06:03 UTC
3628994 Environment/Context: Add a `Force mode 20 December 2021, 16:06:02 UTC
26370f5 Tezt: Cache cache test 20 December 2021, 16:06:02 UTC
22b1e13 Merge branch 'pirbo-no-granada-tests' into 'master' Remove Granada tests (and replace some by Ithaca one) See merge request tezos/tezos!4087 20 December 2021, 15:48:21 UTC
de9fcef Delegates: Remove Granada binaries and library 20 December 2021, 14:58:59 UTC
5125ade Tests/Tezt: Replace Granada by Ithaca 20 December 2021, 14:58:58 UTC
dc2e488 Tests/Unit: Remove Granada tests 20 December 2021, 14:58:58 UTC
164f4a7 Tests/Flextesa: migrate to Ithaca 20 December 2021, 14:58:58 UTC
ec5d78a Tests/Python: Remove PtGRANAD 20 December 2021, 14:58:57 UTC
6a62350 Tests: adapt proto_test_injection to env V3 20 December 2021, 14:58:56 UTC
7f7c531 Merge branch 'functori@replace-by-fees-in-client' into 'master' Proto/Client: Replace operations by fees with tezos-client Closes #2182 See merge request tezos/tezos!4025 20 December 2021, 11:10:29 UTC
back to top