swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e

sort by:
Revision Author Date Message Commit Date
eed6912 try with cache 06 June 2023, 15:07:00 UTC
221e8a9 TMP: mini-pipeline 06 June 2023, 13:36:09 UTC
4a1c68c CI: Do not compile old protocols in [documentation:build_all] 06 June 2023, 13:33:57 UTC
2b13280 Merge tezos/tezos!8957: Proto/AI: unstaked frozen deposits Co-authored-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> Approved-by: Benjamin Canou <benjamin@canou.fr> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8957 06 June 2023, 13:28:07 UTC
405c82a Proto/Token: add container Unstaked_frozen_deposits 06 June 2023, 12:54:58 UTC
ae829ed Proto/Unstaked_frozen_deposits: add credit and spend 06 June 2023, 12:54:58 UTC
9afbdc2 Proto: squash all unslashable unstaked frozen deposits at cycle end 06 June 2023, 12:54:58 UTC
d040b9c Proto: add module Unstaked_frozen_deposits_storage 06 June 2023, 12:54:58 UTC
7259421 Proto/Storage: add Unstaked_frozen_deposits 06 June 2023, 12:54:58 UTC
de26799 Proto/Deposits_repr: +? and ++? 06 June 2023, 12:54:58 UTC
2e07db9 Proto/Deposits_repr.zero 06 June 2023, 12:54:58 UTC
28e3088 Proto: move Storage.deposits to own module 06 June 2023, 12:54:58 UTC
2832b56 Proto/Receipt: add balance kind Unstaked_deposits 06 June 2023, 12:54:57 UTC
41f9e8c Merge tezos/tezos!8883: DAC: new endpoint to get binary certificate in DAC CLI Co-authored-by: Gauthier SEBILLE <gauthier@marigold.dev> Approved-by: Andrea Cerone <andrea.cerone@trili.tech> Approved-by: Martin Tomazic <martin.tomazic97@gmail.com> Approved-by: Ryan Tan <ryan.tan@trili.tech> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8883 06 June 2023, 12:54:10 UTC
0c4e5a4 DAC: suggestions from code review 06 June 2023, 12:19:43 UTC
4aba642 DAC: return binary certif in wait_for_certificate + cleanup DAC: add docstring DAC: docstring + hide type DAC: rework types of API and encoding DAC: rework following review DAC: add unit test on new endpoint DAC: following review DAC: fix typoe 06 June 2023, 12:19:43 UTC
10602da DAC: new endpoint to get binary certificate in DAC CLI 06 June 2023, 12:19:43 UTC
36fdce1 Merge tezos/tezos!8942: CI: move [publish_documentation] to the start [master_branch] pipeline Co-authored-by: Arvid Jakobsson <arvid.jakobsson@nomadic-labs.com> Approved-by: Pierre Boutillier <pierre.boutillier@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: pietro <pietro.abate@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8942 06 June 2023, 12:18:16 UTC
875f098 CI: refactor [scripts/ci/doc_publish.sh] Build the documentation unconditionally. This makes the job easier to test in artificial [master_branch] pipelines. Move the last conditional checking whether there is any changes to commit inside the conditional that checks whether we are running on master. Indeed, there is no point of pushing unless we've checked out the documentation repository. 06 June 2023, 10:48:02 UTC
559a3e0 CI: move [publish_documentation] to the start [master_branch] pipeline This helps to ensure that this job is not interrupted by subsequent merges to the master branch. We do this by setting [needs: []] instead of re-ordering the stages. Re-ordering stages would affect other pipelines as well. 06 June 2023, 10:48:02 UTC
44678e4 Merge tezos/tezos!8977: Backport !6299 to Mumbai and Nairobi Co-authored-by: Victor Dumitrescu <v.dumitrescu@outlook.com> Approved-by: Killian Delarue <killian.delarue@nomadic-labs.com> Approved-by: Mathias Bourgoin <mathias.bourgoin@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8977 06 June 2023, 10:27:37 UTC
2cb1890 Nairobi: backport !6299 06 June 2023, 09:50:24 UTC
3a5409e Mumbai: backport !6299 06 June 2023, 09:50:24 UTC
faae368 Merge tezos/tezos!8960: Allow pending_operations to output operations with attestation kind through RPC versioning Co-authored-by: Albin Coquereau <albin.coquereau@nomadic-labs.com> Approved-by: Vivien Pelletier <vivien.pelletier@nomadic-labs.com> Approved-by: Victor Allombert <victor.allombert@nomadic-labs.com> Approved-by: Albin Coquereau <pro.acoquer@protonmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8960 06 June 2023, 09:49:38 UTC
3258d53 changes: add entry for new version parameter of mempool/pending_operations RPC 06 June 2023, 09:13:11 UTC
d56f229 tezt/tests: add pending_operations tests for double consensus evidence operation 06 June 2023, 09:13:11 UTC
92fc95b tezt/tests: add pending_operations tests for consensus operations 06 June 2023, 09:13:11 UTC
6ec2054 lib_shell_services: allow pending_operations to output attestation kind 06 June 2023, 09:13:11 UTC
70e94c9 lib_shell: improve rpc versioning for pending_operations rpc 06 June 2023, 09:13:11 UTC
3043c3c Merge tezos/tezos!8984: doc: de-duplicate AI section, fix #5784 Co-authored-by: Philippe Wang <philippe.wang@nomadic-labs.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> Approved-by: Boubacar Sall <boubacar@nomadic-labs.com> Approved-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8984 06 June 2023, 09:12:06 UTC
52348a2 doc: de-duplicate AI section, fix #5784 06 June 2023, 08:03:20 UTC
132ddd8 Merge tezos/tezos!8813: EVM/Kernel: fix nonce check in the block production process Co-authored-by: Rodi-Can Bozman <rodi.bozman@functori.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8813 06 June 2023, 08:02:19 UTC
21c66d8 EVM/Kernel: ignore transaction if it is invalid regarding the nonce check 06 June 2023, 07:28:41 UTC
5a1730a Merge tezos/tezos!8941: EVM: rlp encode/decode receipts Co-authored-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> Approved-by: Pierrick Couderc <pierrick.couderc@nomadic-labs.com> Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev> Approved-by: Valentin Chaboche <valentin.chaboche@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8941 06 June 2023, 07:27:28 UTC
f4377a2 EVM/Kernel: remove double store 06 June 2023, 06:53:03 UTC
76d37da EVM/Proxy: properly return optional receipt 06 June 2023, 06:53:03 UTC
1a23660 EVM/Proxy: rlp decode transaction receipt 06 June 2023, 06:53:02 UTC
e189b4e EVM/Proxy: add missing rope dependency 06 June 2023, 06:53:02 UTC
64d601b EVM/Kernel: rlp encode transaction receipt 06 June 2023, 06:53:02 UTC
0baa4b9 Merge tezos/tezos!8795: DAL/Node: handle prune in GS/P2P interconnection Co-authored-by: iguerNL@Functori <iguer@functori.com> Approved-by: Lin Oshitani <linoshitani@gmail.com> Approved-by: François Thiré <francois.thire@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8795 06 June 2023, 06:44:46 UTC
2249588 Tezt/DAL: extend the test with IHave and IWant messsages/events 06 June 2023, 04:55:04 UTC
9d7a1d0 Tezt/DAL: test that triggers a Prune due to negative score 06 June 2023, 04:55:03 UTC
7301509 Tezt/DAL: move make_invalid_dal_node to top-level to reuse it 06 June 2023, 04:55:03 UTC
cb0ee66 Tezt/DAL: add check_events_with_message_id to monitor IHave and IWant 06 June 2023, 04:55:03 UTC
34ec0a8 Tezt/DAL: extend events_with_topic with Prune 06 June 2023, 04:55:03 UTC
04bad83 DAL/GS: add comments for p2p_output's worker type 06 June 2023, 04:55:03 UTC
cd8c5af DAL/GS: use Forget case in the GS worker 06 June 2023, 04:55:03 UTC
54572e5 DAL/GS: implement Prune in wrap_p2p_message 06 June 2023, 04:55:03 UTC
5437df4 DAL/GS: implement a fine-grained cache for advertised PX 06 June 2023, 04:55:03 UTC
9c4b4a5 DAL/GS: add Forget case for advertised PXs we don't want to connect to 06 June 2023, 04:55:03 UTC
35e5a7d DAL/GS: indicate PX's origin in Connect 06 June 2023, 04:55:03 UTC
e4f45f1 DAL/GS: adapt Transport layer's Prune to include the peer id 06 June 2023, 04:55:03 UTC
f7d8721 DAL/GS: fix pp function. replace topic with peer in output 06 June 2023, 04:55:03 UTC
09ed0ca Merge tezos/tezos!8540: Benchmark: adds mli files Co-authored-by: Jun Furuse <jun.furuse@dailambda.jp> Approved-by: Pavlo Khrystenko <p.khrystenko@gmail.com> Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com> Approved-by: satos <sota.sato@dailambda.jp> Approved-by: Jun Furuse <jun.furuse@gmail.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8540 06 June 2023, 02:43:47 UTC
1dc1e85 Benchmark: adds mli files 06 June 2023, 02:43:47 UTC
342194e Merge tezos/tezos!8599: Plompiler: add SHA2 hashes Co-authored-by: Marco Stronati <marco@stronati.org> Co-authored-by: Raphael Toledo <contact@raphael-toledo.com> Approved-by: Antonio Locascio <antonio.locascio1@gmail.com> Approved-by: Anne-Laure <anne.laure@nomadic-labs.com> Approved-by: Marco Stronati <marco@stronati.org> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8599 05 June 2023, 20:48:18 UTC
7e33e7c Plompiler: slow regressions 05 June 2023, 19:54:26 UTC
f95d754 Plompiler: add SHA256 Co-authored-by: Raphael Toledo <contact@raphael-toledo.com> 05 June 2023, 19:54:26 UTC
3742317 Plompiler/Optimizer: fix stack overflow 05 June 2023, 19:54:26 UTC
5901607 Plompiler: add debug 05 June 2023, 19:54:26 UTC
f5937cd Plompiler/Utils: add of_bitlist, hex_of_bytes 05 June 2023, 19:54:26 UTC
a64a88b Plompiler: add labels to Bytes.add 05 June 2023, 19:54:26 UTC
64cbdc8 Plompiler: add Bytes.concat 05 June 2023, 19:54:25 UTC
d6a381c Plompiler: add Bytes.rotate_left 05 June 2023, 19:54:25 UTC
c29e9a8 Plompiler: add Bytes.shift_left/right 05 June 2023, 19:54:25 UTC
ef82685 Plompiler: add Bytes.band 05 June 2023, 19:54:25 UTC
cbaf196 Plompiler: add Bytes.not 05 June 2023, 19:54:25 UTC
68c088b Plompiler: check args length 05 June 2023, 19:54:25 UTC
87d3afb Plompiler: add Bytes.length 05 June 2023, 19:54:25 UTC
77d0d49 Plompiler: Bool.add ignore carry by default 05 June 2023, 19:54:25 UTC
dfec2f8 Plompiler: move bytes constant inside Bytes, add test 05 June 2023, 19:54:25 UTC
2e8a75f Plompiler: rename constant_scalar to Num.constant, add zero one 05 June 2023, 19:54:25 UTC
458ac0e Plompiler: remove a couple of Num open 05 June 2023, 19:54:25 UTC
55ae3fa Plompiler: remove a couple of Num include 05 June 2023, 19:54:25 UTC
0ed4bfa Plompiler: rename Bool.constant_bool Bool.constant 05 June 2023, 19:54:25 UTC
1144e5f Plompiler: slightly better error handling 05 June 2023, 19:54:25 UTC
c3f8b63 Epoxy-tx: slow regressions 05 June 2023, 19:54:25 UTC
19ce43f Merge tezos/tezos!8882: doc: update Alpha changelog Co-authored-by: Nic Volanschi <nic.volanschi@nomadic-labs.com> Approved-by: Tezos Merbocop <merbocop@cryptium.ch> Approved-by: Boubacar Sall <boubacar@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8882 05 June 2023, 19:07:55 UTC
1bea98e doc: update changelog for Alpha for 15-26 May 2023 05 June 2023, 18:33:59 UTC
c70a0ef Merge tezos/tezos!8940: Proto/AI: stop freezing less than current frozen deposits unless there is a frozen deposits limit set Co-authored-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Benjamin Canou <benjamin@canou.fr> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8940 05 June 2023, 17:16:17 UTC
409a259 Proto/Tests/Frozen_deposits: fix test_deposits_after_stake_removal 05 June 2023, 16:46:29 UTC
fb01d90 Proto/Delegate_sampler: stop freezing less 05 June 2023, 16:46:29 UTC
ab1a9e0 Merge tezos/tezos!8087: Proto: stop automatic frozen deposits Co-authored-by: Mehdi Bouaziz <mehdi.bouaziz@nomadic-labs.com> Approved-by: Benjamin Canou <benjamin@canou.fr> Approved-by: Lucas Randazzo <lucas.randazzo@nomadic-labs.com> See merge request https://gitlab.com/tezos/tezos/-/merge_requests/8087 05 June 2023, 16:45:47 UTC
8957145 Proto/Tests/Frozen_deposits: fix test_set_limit_with_overdelegation 05 June 2023, 16:15:35 UTC
b6ef883 Proto/Tests/Frozen_deposits: fix test_may_bake_again_after_full_deposit_slash 05 June 2023, 16:15:35 UTC
a662670 Proto/Tests/Frozen_deposits: fix test_unset_limit 05 June 2023, 16:15:35 UTC
5ff0b77 Proto/Tests/Frozen_deposits: fix test_frozen_deposits_with_delegation 05 June 2023, 16:15:35 UTC
3de2827 Proto/Tests/Frozen_deposits: fix test_deposits_after_stake_removal 05 June 2023, 16:15:35 UTC
c98bf0e Proto/Tests/Frozen_deposits: fix test_invariants 05 June 2023, 16:15:35 UTC
c73d9ad Tezt/Consensus_key: update regression output 05 June 2023, 16:15:35 UTC
62a6a33 Tezt/Consensus_key: fix test `Test revert to unique consensus key` 05 June 2023, 16:15:35 UTC
4d8ab51 Tezt/Consensus_key: fix test `Test register with consensus key` 05 June 2023, 16:15:35 UTC
9c0fe8e Tezt/Consensus_key: add manual_staking parameter to register 05 June 2023, 16:15:35 UTC
c3ababb Tezt/Consensus_key: fix test `update consensus key` 05 June 2023, 16:15:35 UTC
14378ec Tezt/Consensus_key: use bake_n_cycles more 05 June 2023, 16:15:35 UTC
c937e50 Tezt/Consensus_key: add ?keys to Helpers.bake_n_cycles 05 June 2023, 16:15:35 UTC
6766330 Tezt/Consensus_key: move bake_n_cycles to Helpers 05 June 2023, 16:15:35 UTC
a6a9ed1 Docs: add changelog entry 05 June 2023, 16:15:35 UTC
6a308ff Proto/Bootstrap: automatically freeze tokens of bootstrap delegates 05 June 2023, 16:15:34 UTC
ac25b1a Proto/Delegate_cycles: compute maxima on frozen stake only 05 June 2023, 16:15:34 UTC
back to top