https://gitlab.com/tezos/tezos

sort by:
Revision Author Date Message Commit Date
08c31ad git-gas-diff: update README. 21 June 2022, 12:07:23 UTC
6dcbbf3 git-gas-diff: support for expected and real measured sizes. 21 June 2022, 12:07:11 UTC
f7e71e9 git-gas-diff: don't show report for categories that haven't changed. 21 June 2022, 09:25:17 UTC
ffa15f1 Merge branch 'fix_snapshot_alpha' into 'master' CI: fix usage of find in snapshot_alpha.sh See merge request tezos/tezos!5627 21 June 2022, 08:34:43 UTC
d489a9b CI: fix usage of find in snapshot_alpha.sh On some CI runners, the script `snapshot_alpha.sh` timeouts. See for instance: https://gitlab.com/g.b.fefe/tezos/-/jobs/2612767802 After some instrumentation (a.k.a. `set -x`), it appears to be stuck on a call to: ``` find . -type f -exec sed -i.old ... ``` And after some investigation on the runner it appears to be in a infinite loop where the file created by `sed` are provided back to find... While I do not understand why, this patch fix the CI on my own runners... 21 June 2022, 08:04:34 UTC
1d7ccf4 Merge branch 'naih@separate-internal-results' into 'master' Separate internal operation results See merge request tezos/tezos!5149 20 June 2022, 22:02:08 UTC
00f9d03 Proto: changelog for internal operation result encoding names. 20 June 2022, 21:30:00 UTC
7029175 Proto/Client: use Apply_internal_results. 20 June 2022, 21:30:00 UTC
198b7eb Proto: move things to Apply_internal_results. Note that successful_transaction_result and successful_origination_result are now differentiated between external ones (in Apply_results) and internal ones (in Apply_internal_results). Does not compile (Apply_internal_results needs to be explicitly used in some places.) 20 June 2022, 21:30:00 UTC
2e5c5af Proto: add the Apply_internal_results module. 20 June 2022, 21:30:00 UTC
4db6ff8 Proto: copy and use transaction encodings for internal results. Copied from Apply_results.Manager_result.transaction_contract_variant_cases. 20 June 2022, 21:30:00 UTC
493ef93 Proto: unique names for internal operation result encodings. 20 June 2022, 21:30:00 UTC
822cc41 Proto: move trace_encoding to Apply_operation_result. It will also be shared between modules (external and internal operation results). 20 June 2022, 21:30:00 UTC
a4db9b3 Proto/Client: use Apply_operation_result. 20 June 2022, 21:30:00 UTC
33c0105 Proto: move operation_result to Apply_operation_result. To share it between modules, with one that will be created later. Does not compile (Apply_operation_result needs to be explicitly used in some places). 20 June 2022, 21:29:59 UTC
044443a Proto: add the Apply_operation_result module. 20 June 2022, 21:29:59 UTC
dd45ef6 Merge branch 'arvid@CODEOWNERS-update-2022-06-20' into 'master' CODEOWNERS: add new members See merge request tezos/tezos!5624 20 June 2022, 18:08:34 UTC
d645bff CODEOWNERS: add new members Add new members @andrea.cerone, @bsall, @hans.hoglund, @iguerNL, @julien.t, @mebsout, @ole.kruger and @picdc 20 June 2022, 17:30:20 UTC
c4b4b6f Merge branch 'functori@run-view-backport' into 'master' Backport MR 4810 to Jakarta: `run view` RPC in plugin and client See merge request tezos/tezos!5578 20 June 2022, 16:00:57 UTC
71bf4ef Tezt/tests: adapt "run view" tests to use Protocol.register_test 20 June 2022, 15:27:05 UTC
a3a7974 Tezt/tests: Also run tests of "run view" for Jakarta 20 June 2022, 15:27:05 UTC
961d770 Proto/Plugin: Backport MR 4810 (run on-chain view) to Jakarta 20 June 2022, 15:27:05 UTC
27ae668 Merge branch 'vdum@zkru_proto_env' into 'master' Expose Plonk package in protocol environment V6 See merge request tezos/tezos!5596 20 June 2022, 13:40:46 UTC
4e92877 Environment/ZKRU: expose PlonK 20 June 2022, 13:01:41 UTC
2e848e0 Opam: bump 20 June 2022, 13:01:41 UTC
9047dd2 Merge branch 'arvid@remove_protocol_compiler_warnings' into 'master' Protocol_compiler: Make build runtest_compile_protocol return no warning + fix error message hash order See merge request tezos/tezos!5448 20 June 2022, 12:37:40 UTC
7904fbb Protocol-compiler: Add warning args to proto compiler and use those of manifest 20 June 2022, 12:09:32 UTC
df965f8 protocol_compiler: fix order of hashes in error message 20 June 2022, 12:09:32 UTC
4f12e97 Merge branch 'hhugo-man' into 'master' Manifest: small cleanup in the manifest now that we use OCaml.4.14 See merge request tezos/tezos!5621 20 June 2022, 11:27:59 UTC
5b01cab Manifest: remove has_prefix 20 June 2022, 11:00:43 UTC
881167c Manifest: remove string_for_all 20 June 2022, 11:00:43 UTC
f661ab3 Manifest: use doc-comments 20 June 2022, 11:00:43 UTC
559bb2d Merge branch 'raphael-p@remove-unneeded-type-equality-constraint-from-each-environment' into 'master' Proto-env: remove redundant type equality from signatures See merge request tezos/tezos!5620 20 June 2022, 10:31:17 UTC
12b7722 Proto-env: remove redundant type equality from signatures The equality appears twice: in the module type definition and in the functor output declaration. 20 June 2022, 10:01:49 UTC
84f940f Merge branch 'arvid@port-test_rpc.py' into 'master' Port test_rpc.py to Tezt: the rest See merge request tezos/tezos!5376 20 June 2022, 10:00:35 UTC
11a9ec4 Tezt: Use existing RPC definitions where possible 20 June 2022, 09:31:58 UTC
be5f91b Tests/python: remove chain RPCs from test_rpc.py 20 June 2022, 09:31:58 UTC
90dde61 Tezt: test chain-related RPCs 20 June 2022, 09:31:58 UTC
20979e4 Tezt: add chain-related RPCs 20 June 2022, 09:31:58 UTC
511b308 Tests/python: Remove call get_config in test_rpc.py 20 June 2022, 09:31:58 UTC
e178dd5 Tezt: test get_config RPC 20 June 2022, 09:31:58 UTC
9c9bad7 Tezt: add config RPCs 20 June 2022, 09:31:58 UTC
7d89969 Tests/python: remove misc shell RPCs from test_rpc.py 20 June 2022, 09:31:58 UTC
48d89bf Tezt: test misc shell RPCs 20 June 2022, 09:31:57 UTC
cdacd95 Tezt: add misc shell RPCs 20 June 2022, 09:31:57 UTC
f773747 Tests/python: Remove workers RPC tests 20 June 2022, 09:31:57 UTC
00b44e5 Tezt: test worker RPCs 20 June 2022, 09:31:57 UTC
c9506c2 Tezt: add worker RPCs 20 June 2022, 09:31:57 UTC
6d76191 Merge branch 'arvid@mr-workflow-review' into 'master' Docs/MR process: precise the role of the Draft state See merge request tezos/tezos!5171 20 June 2022, 09:31:13 UTC
6bde5a4 Docs/MR process: precise the role of the Draft state 20 June 2022, 09:03:42 UTC
b415c44 Merge branch 'mehdi@sc_rollup_TRANSFER_TOKENS' into 'master' Proto/Michelson: implement TRANSFER_TOKENS for SCORU addresses Closes #2801 See merge request tezos/tezos!5549 20 June 2022, 07:59:08 UTC
cdb6a7b Proto/Michelson: implement TRANSFER_TOKENS to sc rollups Fix #2801 20 June 2022, 07:31:59 UTC
7a057ae Proto/Michelson: generalize Tx_rollup_invalid_transaction_amount to use it for sc rollups too 20 June 2022, 07:31:59 UTC
c35e874 Merge branch 'arvid@ci-build-experiments' into 'master' Various CI build improvements (and optimizations to make target build-unreleased) See merge request tezos/tezos!5590 17 June 2022, 17:05:03 UTC
03761f2 Makefile: Batch build-unreleased 17 June 2022, 16:34:11 UTC
ca7012f CI/build: Do not cache binaries 17 June 2022, 16:34:11 UTC
0edf18f Merge branch 'swann@resto-integration' into 'master' proxy_server: forward unsupported requests to main node Closes #2436 See merge request tezos/tezos!5180 17 June 2022, 16:33:05 UTC
60ac829 lib_rpc_http, bin_proxy_server: forward unsupported requests 17 June 2022, 16:02:48 UTC
c8409ab Merge branch 'rafoo@remove_stack_types_from_kinfos' into 'master' Proto Alpha: remove stack types from kinfo See merge request tezos/tezos!4731 17 June 2022, 15:25:43 UTC
eb7e263 Proto/Michelson: Add missing docstrings. 17 June 2022, 14:51:58 UTC
0f14b66 Test/Python: Update stored regression outputs. 17 June 2022, 14:51:58 UTC
6e368dd Tezt: update regression outputs. 17 June 2022, 14:51:58 UTC
26ffb09 Proto/Michelson: update logging regression tests' output. 17 June 2022, 14:51:58 UTC
2d3eeaf Proto/Michelson: Improve comment on Script_interpreter.log function. 17 June 2022, 14:51:58 UTC
285b093 Proto/Michelson: Improve computing stack_preservation_witness' size. Traverse the types stored inside to take their sizes into account. 17 June 2022, 14:51:58 UTC
d45f74f Proto/Michelson: Move kstep function to interpreter's internals. 17 June 2022, 14:51:58 UTC
a389de8 Proto/Michelson: Turn the logging_event into as simple ADT. 17 June 2022, 14:51:58 UTC
d0e9441 Proto/Michelson: make sure to obtain final stack type after branch. In many scripts some branches end with FAILWITH (hence their final stack type is None). If that happens, we need to also check the other branch to get its final stack type correct. 17 June 2022, 14:51:58 UTC
d5ef065 Proto/Michelson: Instrument next continuation in klog only. 17 June 2022, 14:51:58 UTC
89c87b0 Proto/Michelson: force passing necessary types in continuations. 17 June 2022, 14:51:58 UTC
be3605d Proto/Michelson: Restore most of the lost logs. 17 June 2022, 14:51:58 UTC
839a851 Proto/Michelson: Extract an iview function. Move the implementation of the IView instruction to a separate function in order to enable code sharing between step and log functions. 17 June 2022, 14:51:58 UTC
888cf4c Proto/Michelson: instrument more continuations with logging. 17 June 2022, 14:51:58 UTC
fd76778 Proto/Michelson: Instrument continuation of IIf_left for logging. 17 June 2022, 14:51:58 UTC
1372234 Proto/Michelson: Instrument KMap_head for logging. 17 June 2022, 14:51:58 UTC
da2e273 Proto/Michelson: Instrument continuation of IIf_none with logging. 17 June 2022, 14:51:58 UTC
15a3f1c Proto/Michelson: Instrument continuations of IList_map and IList_iter. 17 June 2022, 14:51:58 UTC
4d89f64 Proto/Michelson: introduce means of further instrumentation. For continuations in order to restore their logging to the previous shape. 17 June 2022, 14:51:58 UTC
3ad14ef Proto/Michelson: Instrument continuations to recover lost logs. 17 June 2022, 14:51:58 UTC
ea52657 Proto/Michelson: restore instrumentation of continuations. Removal of this code cause an unacceptable regression in logging. 17 June 2022, 14:51:58 UTC
a1c9435 Proto/Michelson: remove _extra_size functions. Without kinfo, regular size functions should approximate kinstr sizes well enough. 17 June 2022, 14:51:58 UTC
5efd8ac Proto/Michelson: expand record patterns in kinstr_size function. So that we won't forget to update this function if new fields are added to those records. 17 June 2022, 14:51:58 UTC
63b88aa Proto/Michelson: add doc strings to interpreter's logging interface. 17 June 2022, 14:51:58 UTC
8a2569c Proto/Michelson: Fix erroneous locations in IR. 17 June 2022, 14:51:58 UTC
930a784 Proto/Michelson: standardise naming of location variables. 17 June 2022, 14:51:58 UTC
52ff91b Proto/Michelson: Do not open Script_interpreter_logging. 17 June 2022, 14:51:58 UTC
b17987b Proto/Michelson: Restore deleted get_log function. 17 June 2022, 14:51:58 UTC
8cfe85f Proto Alpha: Update expected lambda sizes in tests. 17 June 2022, 14:51:58 UTC
1e529f6 Proto/Michelson: remove kinfo type entirely. Kinfo at this point is just a container for Script.location with two phantom type variables. So remove the container and have just locations everywhere. 17 June 2022, 14:51:58 UTC
b495986 Proto/Michelson/Translator: remove kinfo argument from cinstr. 17 June 2022, 14:51:58 UTC
1b3cd65 Proto/Michelson/IR GADT: unbox kinfo and failed_kinstr_cast. 17 June 2022, 14:51:58 UTC
e04cea7 Proto/Michelson: Update modified instruction sizes. 17 June 2022, 14:51:58 UTC
3a26655 Proto/Michelson: Update kinfo size. 17 June 2022, 14:51:58 UTC
803f9b9 Proto/Michelson/Translator: Simplify logic checking stack shapes. 17 June 2022, 14:51:58 UTC
e78e0a4 Proto/Michelson: simplify arguments to IMap_iter instruction. 17 June 2022, 14:51:58 UTC
012848d Proto/Interpreter: Extract logging module for the interpreter. 17 June 2022, 14:51:58 UTC
e2e1874 Proto/Michelson: Refactor ex_split_kinstr for better readability. 17 June 2022, 14:51:58 UTC
509fdf8 Proto/Michelson: Remove stack types from kinfos 17 June 2022, 14:51:58 UTC
32cf772 Proto/Michelson/IR GADT: keep some more types from the elaboration 17 June 2022, 14:51:58 UTC
94a48cb Proto/Michelson/IR GADT: Restrict some instructions to operate on non-empty stacks Without this, we have for example that `SOME` is allowed on the empty stack (of type (empty_cell, empty_cell) stack_ty) to produce an (empty_cell option, empty_cell) stack_ty. This is currently prevented by the stack_type argument of the kinfo but we want to remove it soon. 17 June 2022, 14:51:58 UTC
back to top