From e53534340b935140db4aa65ccf038c50fc741cba Mon Sep 17 00:00:00 2001 From: Adam Allombert-Goget Date: Wed, 9 Apr 2025 09:03:13 +0200 Subject: [PATCH] weeklynet: turn on tz4 delegates and attestations aggregation --- tezt/tests/weeklynet_configs/alpha.json | 4 ++-- tezt/tests/weeklynet_configs/last_snapshotted_protocol.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tezt/tests/weeklynet_configs/alpha.json b/tezt/tests/weeklynet_configs/alpha.json index 540f8008866d..cb3dc432970a 100644 --- a/tezt/tests/weeklynet_configs/alpha.json +++ b/tezt/tests/weeklynet_configs/alpha.json @@ -157,7 +157,7 @@ } }, "direct_ticket_spending_enable": false, - "aggregate_attestation": false, - "allow_tz4_delegate_enable": false, + "aggregate_attestation": true, + "allow_tz4_delegate_enable": true, "all_bakers_attest_activation_level": null } diff --git a/tezt/tests/weeklynet_configs/last_snapshotted_protocol.json b/tezt/tests/weeklynet_configs/last_snapshotted_protocol.json index a979f1f91576..af7247fded80 100644 --- a/tezt/tests/weeklynet_configs/last_snapshotted_protocol.json +++ b/tezt/tests/weeklynet_configs/last_snapshotted_protocol.json @@ -157,7 +157,7 @@ } }, "direct_ticket_spending_enable": false, - "aggregate_attestation": false, - "allow_tz4_delegate_enable": false, + "aggregate_attestation": true, + "allow_tz4_delegate_enable": true, "all_bakers_attest_activation_level": null } -- GitLab