sort by:
Revision Author Date Message Commit Date
70360bc Apply 1 suggestion(s) to 1 file(s) 12 September 2021, 08:58:06 UTC
b77486b Apply 1 suggestion(s) to 1 file(s) 12 September 2021, 08:58:06 UTC
05012d3 doc: reword phrase introducing Octez 12 September 2021, 08:58:06 UTC
cf1ac29 Update README.md 12 September 2021, 08:58:06 UTC
0d50c51 Small suggested edits to README 12 September 2021, 08:58:06 UTC
331edf9 Merge branch 'vivien@stresstest-reliable' into 'master' alpha/client: add option for stresstest command to inject one op per pkh per block See merge request tezos/tezos!3002 11 September 2021, 15:01:37 UTC
1769467 alpha/client: add an option for stresstest cmd --single-op-per-pkh-per-block injects only one operation by pkh by block to ensure that the injected operation can be included in the blocks 11 September 2021, 09:21:50 UTC
3bb8c27 Merge branch 'yrg@add-cache-rpc-to-retrieve-cache-size' into 'master' Follow-up MR about the protocol cache See merge request tezos/tezos!3419 10 September 2021, 23:05:32 UTC
75ccd19 Env: Fix docstrings Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 10 September 2021, 22:29:23 UTC
4368f1f Proto: Add RPCs to get cache size and cache size limit Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 10 September 2021, 22:29:23 UTC
81f2ed1 Proto: Introduce a size model Co-Authored-By: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Co-Authored-By: Ilias Garnier <ilias.garnier@nomadic-labs.com> 10 September 2021, 22:29:23 UTC
f2fbaa7 Proto: Motivate Boxed_*_OPS light signatures Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 10 September 2021, 22:29:23 UTC
adc3732 Proto: Give a name the signature of boxed map/set ops Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 10 September 2021, 22:29:23 UTC
503f51a Proto: Reduce Boxed_*.OPS to functions actually used Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 10 September 2021, 22:29:22 UTC
b021177 Proto/Michelson: explicit the sharing of the continuation for IIf Before this commit, `IF { code1 } { code2 } ; code3` was represented the same way as `IF { code1 ; code3 } { code2 ; code3 }` in the internal representation. In the former case the code was shared in memory but it was not possible to account for this sharing when measuring the size of the instruction sequence. This commit adds a parameter to the IIf constructor corresponding to the IF Michelson instruction, to keep track of the shared part `code3` and only count it once when measuring instruction sequences. 10 September 2021, 22:29:22 UTC
4512e33 Env/Cache: Remove insert_entry redundant with update_cache_keys Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 10 September 2021, 22:29:22 UTC
aed4f99 Proto: Witness invalid cache index error in return type of list_keys Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 10 September 2021, 22:29:22 UTC
01a16c9 Proto: Fix partial compatible_layout Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 10 September 2021, 22:29:22 UTC
fc55281 Proto: Use rev_ prefix for a reversed list Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 10 September 2021, 22:29:22 UTC
d9d81b1 Env: Use List.compare_length_with Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 10 September 2021, 22:29:22 UTC
11d1323 Env: Introduce FunctionalArray.foldmap and use it in Env_cache Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 10 September 2021, 22:29:22 UTC
936bb4f Env: use Key.compare instead of polymorphic equality Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 10 September 2021, 22:29:22 UTC
2351721 Env: Minor optimization of record_entries_removal Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 10 September 2021, 22:29:22 UTC
f9f6649 Env: Optimize and simplify finalize_cache Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com> 10 September 2021, 22:29:22 UTC
239d5a7 Merge branch 'francois@mempool-classification-new-tests' into 'master' Mempool/test: Add two new property tests See merge request tezos/tezos!3483 10 September 2021, 15:07:32 UTC
5bdc78c prevalidator_classification: test relationship between to_map and create 10 September 2021, 14:32:49 UTC
9703e4f Mempool/Test: Use the new dependent generator 10 September 2021, 14:32:49 UTC
fb5d3ec Mempool/test: add a dependent generator for classification 10 September 2021, 14:32:49 UTC
7ba0d72 Mempool/test: do not use Obj My point is that we should not show bad practices in the code, even in tests. Newcomers may think it's fine. Not using Obj is easy in this case, so I rather do it. 10 September 2021, 14:32:49 UTC
eae5fd0 Mempool/test: Add two new property tests 10 September 2021, 14:32:49 UTC
bcd91c0 Merge branch 'killian@patch_covrage_output_readme' into 'master' doc: remove instrument_dune_bisect.sh from _coverage_output/README See merge request tezos/tezos!3497 10 September 2021, 14:31:39 UTC
bf7ba02 doc: remove instrument_dune_bisect.sh from _coverage_output/README 10 September 2021, 13:54:40 UTC
71783af Merge branch 'dh@normalize' into 'master' Proto: expand constants before typecheck and normalization See merge request tezos/tezos!3473 10 September 2021, 13:53:32 UTC
fa926b1 Docs: add MR to changelog 10 September 2021, 12:47:29 UTC
2f54348 Tezt: add tests for normalization and typechecking with global constants 10 September 2021, 12:47:29 UTC
a032d0c Proto: expand constants before typecheck and normalization 10 September 2021, 12:47:29 UTC
25f232b Merge branch 'typo-doc' into 'master' doc: the typo train See merge request tezos/tezos!3317 10 September 2021, 12:46:41 UTC
ae93226 Tezt: update regression output 10 September 2021, 12:10:28 UTC
114ff93 doc: 010 is not a "development protocol" 10 September 2021, 12:10:28 UTC
74665a0 doc: correct deposit values in the howtorun entry 10 September 2021, 12:10:28 UTC
2bebc3d doc: eliminate mentions of old florencenet 10 September 2021, 12:10:28 UTC
a5a0be7 doc: explain "no longer maintained" in test networks 10 September 2021, 12:10:28 UTC
b0f842c doc: fix display of sidebars in alpha/voting.rst 10 September 2021, 12:10:28 UTC
3867b00 doc: fix 5 sphinx warnings 10 September 2021, 12:10:28 UTC
6fdbb89 doc: refer public issue in smart contract 10 September 2021, 12:10:28 UTC
b0bce36 doc: correct 8 to 4 for de in emmy* 10 September 2021, 12:10:28 UTC
f5ec1e9 Proto plugin: fix typo in outdated endorsement error declaration Reported by @tzs1 on the doc typo train (tezos/tezos!3317). 10 September 2021, 12:10:28 UTC
f69d5ae doc: fix consensus() as consensus^+() 10 September 2021, 12:10:28 UTC
1fe7350 doc: fix consensus+() ad consensus^+() 10 September 2021, 12:10:28 UTC
df85aab doc: eliminate old mentions to Edo 10 September 2021, 12:10:28 UTC
26bf24c Merge branch 'nic@fix-linkcheck' into 'master' Fix linkcheck errors and warnings See merge request tezos/tezos!3489 10 September 2021, 12:09:19 UTC
30dd9dc doc: fix various links spotted by linkcheck 10 September 2021, 11:34:11 UTC
0affb99 doc: for :src: role, output /-/blob or /-/tree/ 10 September 2021, 11:34:11 UTC
ea3c51b doc: linkcheck: ignore local relative paths, not well handled 10 September 2021, 11:34:11 UTC
208af64 Merge branch 'lthms@ppx-optcomp' into 'master' Fix ppx_optcomp opam file See merge request tezos/tezos!3493 10 September 2021, 09:16:30 UTC
1ea9709 Chore: Fix ppx_optcomp opam file 10 September 2021, 08:43:52 UTC
b30fbd7 Merge branch 'smelc-adapt-proxy-heuristic-context-flattening-opam' into 'master' Adapt proxy heuristic to context flattening See merge request tezos/tezos!3460 10 September 2021, 07:09:47 UTC
26a60a9 tezt: test proxy client and proxy server heuristics 10 September 2021, 06:26:48 UTC
03f8a32 proto_alpha: adapt proxy heuristic to storage flattening 10 September 2021, 06:26:48 UTC
0489cba lib_client: distinguish get/mem requests in proxy_getter logging 10 September 2021, 06:26:48 UTC
3bb921e lib_proxy: keep key structure in log events 10 September 2021, 06:26:48 UTC
0c8e1e0 lib_client: test proxy mode split_key heuristic 10 September 2021, 06:26:48 UTC
fd5b98b tezt: proxy server: more events listening facilities 10 September 2021, 06:26:48 UTC
2090c83 lib_proxy: replace custom filter_map by one from 4.11 stdlib 10 September 2021, 06:26:48 UTC
ba2ee9d tezt: detail, update module name in error message 10 September 2021, 06:26:48 UTC
a74e8ad Merge branch 'francois@fix-openapi-mempool' into 'master' Fix the open API description for mempool RPC See merge request tezos/tezos!3487 09 September 2021, 16:09:17 UTC
b1ddf52 OpenAPI: Update script for Granada 09 September 2021, 12:35:07 UTC
ba8e1ef Openapi: Record correctly Mempool RPCs 09 September 2021, 12:35:07 UTC
ffb624c Merge branch 'abate@static-snop' into 'master' fix static binary generation See merge request tezos/tezos!3360 09 September 2021, 09:47:28 UTC
5920fa4 static libs: fix static linking for proto compiler and snoop 09 September 2021, 09:12:33 UTC
b388790 protocol_updater: better error message in case of dynlink problem 09 September 2021, 09:12:33 UTC
eba581f Merge branch 'mehdi@fu-gtoc' into 'master' Follow-up on GTOC See merge request tezos/tezos!3467 09 September 2021, 09:04:56 UTC
d8e8f1d Proto/GTOC: reject constants with annotations 09 September 2021, 08:33:56 UTC
42f8f49 Proto/docs: mention MR in changelog entry 09 September 2021, 08:33:56 UTC
c649393 Proto/GTOC: rename substitute into expand Co-Authored By: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> 09 September 2021, 08:33:56 UTC
e3db8f9 Proto/Tests: add Saturation.shift_left tests 09 September 2021, 08:33:56 UTC
a67eedb Proto/GTOC: add tailcall annotations 09 September 2021, 08:33:56 UTC
6dc8f00 Proto/GTOC: also charge gas for expansion of already seen constant 09 September 2021, 08:33:56 UTC
a136291 Proto/GTOC: improved error descriptions 09 September 2021, 08:33:56 UTC
7738482 Proto: minor simplifications 09 September 2021, 08:33:56 UTC
848bb1f Proto: improved comments 09 September 2021, 08:33:56 UTC
ec307cb Proto: fix typos in comments Co-Authored By: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> 09 September 2021, 08:33:56 UTC
1d0ae42 Merge branch 'vbot@plug-back-store-tests' into 'master' Plug the store's tests back in the CI See merge request tezos/tezos!3462 09 September 2021, 07:59:23 UTC
7575071 Store/Tests: plug back the store tests in the CI 09 September 2021, 07:21:21 UTC
3a779d1 Merge branch 'albin@test-mempool-rpcs' into 'master' Tezt: add mempool rpc regression test See merge request tezos/tezos!3471 08 September 2021, 13:53:26 UTC
2e5b831 Tezt: add describe mempool rpc to non-regressions test 08 September 2021, 13:12:01 UTC
f5e3e73 Tezt: be more explicit in doc of new mempool test 08 September 2021, 13:12:01 UTC
c897cad tezt: RPC_test: use Client functions instead of own cuisine 08 September 2021, 13:12:01 UTC
b6f93d8 tezt: client: export rpc_port and mode_to_endpoint 08 September 2021, 13:12:01 UTC
ca8cffb Tezt: add mempool rpc regression test 08 September 2021, 13:12:01 UTC
47e7357 Merge branch 'abate@docker_acl' into 'master' add --allow-rpc in the docker entrypoint script See merge request tezos/tezos!3482 08 September 2021, 13:10:55 UTC
d643532 docker: Allow rpcs from all interfaces in docker image 08 September 2021, 12:36:45 UTC
35f4501 scripts: shellcheck scripts/docker/entrypoint* 08 September 2021, 12:36:45 UTC
d630703 Merge branch 'abate@bytecode' into 'master' protocol_compiler: remove bytecode executable Closes #1715 See merge request tezos/tezos!3477 08 September 2021, 09:43:20 UTC
4bda4d1 protocol_compiler: remove bytecode executable 08 September 2021, 08:51:57 UTC
d62e613 Merge branch 'germanD@mempool-doc-fixmes' into 'master' Prevalidator: document untracked FIXMEs and TODOs Closes #1719 See merge request tezos/tezos!3479 08 September 2021, 08:35:14 UTC
698c2ce Prevalidator: document TODO in [on_request] Links to tezos/tezos#1727 08 September 2021, 08:00:45 UTC
df60fb3 Prevalidator: document TODO in [on_launch] Links the TODO to tezos/tezos#1725. filter config should be loaded from a file when launching the prevalidator. 08 September 2021, 08:00:45 UTC
1a035f2 Prevalidator: document TODO in [on_arrived] Links TODO to tezos/tezos#1723. Should we penalize the peer that send us operations for unknown (or too old) branches? 08 September 2021, 08:00:45 UTC
ae5593b Prevalidator: normalize TODO and FIXES in Prevalidator 08 September 2021, 08:00:45 UTC
back to top