From 2ca9e448ca9d43edb48a3649f804a634b9728f8a Mon Sep 17 00:00:00 2001 From: jalbrekt85 Date: Fri, 6 Mar 2026 14:16:14 -0600 Subject: [PATCH 1/3] add live round check, disable ezkl in partner config --- BIPs/2025-W51/bip-854.report.txt | 8 ++++---- config/partner_fee_share.json | 2 +- .../python/aura_snapshot_voting/review_votes.py | 16 +++++++++++++++- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/BIPs/2025-W51/bip-854.report.txt b/BIPs/2025-W51/bip-854.report.txt index ea3def4b8..8440b3172 100644 --- a/BIPs/2025-W51/bip-854.report.txt +++ b/BIPs/2025-W51/bip-854.report.txt @@ -1,14 +1,14 @@ -FILENAME: `BIPs/2025-W51/bip-854.json` +FILENAME: `BIPs/2025-W51/BIP-854.json` MULTISIG: `multisigs/dao (mainnet:0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f)` -COMMIT: `75085fbc973e151f430ab3a0fc9b1d4ce6c0b21b` +COMMIT: `519a5d692d675a91d37aa04dd755497e87b3cb01` CHAIN(S): `mainnet` -TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/6b1d5882-137b-4b60-aa0b-02e626f30b17) +TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/ac239dba-df8e-4405-bb7d-405b0d64705c) ``` +---------------+-------------------------------------------------------------------------------------------------+-------+------------------------------------------------------------------------------------+------------+----------+ | fx_name | to | value | inputs | bip_number | tx_index | +---------------+-------------------------------------------------------------------------------------------------+-------+------------------------------------------------------------------------------------+------------+----------+ -| setDelegation | 0x6f5a2eE11E7a772AeB5114A20d0D7c0ff61EB8A0 (20220325-ve-delegation/VotingEscrowDelegationProxy) | 0 | { | N/A | N/A | +| setDelegation | 0x6f5a2eE11E7a772AeB5114A20d0D7c0ff61EB8A0 (20220325-ve-delegation/VotingEscrowDelegationProxy) | 0 | { | BIP-854 | N/A | | | | | "delegation": [ | | | | | | | "0x2cf8e145Bdfe7c52b49AD9bB3c294a31B2736c59 (20250613-veboost-v2.1/VeBoostV2)" | | | | | | | ] | | | diff --git a/config/partner_fee_share.json b/config/partner_fee_share.json index 39d8a9c43..710bc9cb3 100644 --- a/config/partner_fee_share.json +++ b/config/partner_fee_share.json @@ -29,7 +29,7 @@ { "name": "EZKL", "multisig_address": "0xB7aadD330A64088A85e500874DCDcFB7F253fEB4", - "active": true, + "active": false, "pool_types": ["EZKL"], "fee_allocations": { "core_with_gauge": { diff --git a/tools/python/aura_snapshot_voting/review_votes.py b/tools/python/aura_snapshot_voting/review_votes.py index 4097c1cb0..4162366be 100644 --- a/tools/python/aura_snapshot_voting/review_votes.py +++ b/tools/python/aura_snapshot_voting/review_votes.py @@ -60,6 +60,17 @@ def review_votes(week_string): f"\n### Vote Preparation\nāŒ Error simulating vote preparation: {str(e)}" ) vote_check = False + prop = None + + round_live_check = prop is not None and prop["state"] == "active" + if prop: + round_live_detail = ( + f"Proposal: {prop['title']}\n" + f"- State: `{prop['state']}`\n" + f"- Snapshot round is live: {'āœ…' if round_live_check else 'āŒ'}" + ) + else: + round_live_detail = "Could not fetch proposal from Snapshot" vote_df = vote_df.dropna(subset=["Gauge Address", "Label", "Allocation %"]) @@ -103,11 +114,14 @@ def review_votes(week_string): {vote_prep} +### Snapshot Round Check +- {round_live_detail} + ### Vote Summary {vote_df[["Chain", "Label", "Gauge Address", "Allocation %"]].to_markdown(index=False)} -{"### āœ… All checks passed!" if (allocation_check and snapshot_label_check and vote_check and duplicate_check) else "### āŒ Some checks failed - please review the issues above"} +{"### āœ… All checks passed!" if (allocation_check and snapshot_label_check and vote_check and duplicate_check and round_live_check) else "### āŒ Some checks failed - please review the issues above"} """ with open("review_output.md", "w") as f: From 349ddf5e52317443da2f1468ef4251c78f986492 Mon Sep 17 00:00:00 2001 From: jalbrekt85 Date: Mon, 9 Mar 2026 13:45:29 -0500 Subject: [PATCH 2/3] remove bip-854.report.txt and gitignore *.report.txt Auto-generated report files keep causing merge conflicts. Remove the problematic file and add *.report.txt to .gitignore to prevent future tracking of generated reports. Co-Authored-By: Claude Opus 4.6 --- .gitignore | 3 +++ BIPs/2025-W51/BIP-854.report.txt | 17 ----------------- BIPs/2025/2025-W51/bip-854.report.txt | 17 ----------------- 3 files changed, 3 insertions(+), 34 deletions(-) delete mode 100644 BIPs/2025-W51/BIP-854.report.txt delete mode 100644 BIPs/2025/2025-W51/bip-854.report.txt diff --git a/.gitignore b/.gitignore index 74bddbffd..fc3965bad 100644 --- a/.gitignore +++ b/.gitignore @@ -151,3 +151,6 @@ Pipfile* MaxiOps/merkl/cache* MaxiOps/merkl/airdrops/**-dry.json temp/ + +# Auto-generated report files +*.report.txt diff --git a/BIPs/2025-W51/BIP-854.report.txt b/BIPs/2025-W51/BIP-854.report.txt deleted file mode 100644 index 8440b3172..000000000 --- a/BIPs/2025-W51/BIP-854.report.txt +++ /dev/null @@ -1,17 +0,0 @@ -FILENAME: `BIPs/2025-W51/BIP-854.json` -MULTISIG: `multisigs/dao (mainnet:0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f)` -COMMIT: `519a5d692d675a91d37aa04dd755497e87b3cb01` -CHAIN(S): `mainnet` -TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/ac239dba-df8e-4405-bb7d-405b0d64705c) - -``` -+---------------+-------------------------------------------------------------------------------------------------+-------+------------------------------------------------------------------------------------+------------+----------+ -| fx_name | to | value | inputs | bip_number | tx_index | -+---------------+-------------------------------------------------------------------------------------------------+-------+------------------------------------------------------------------------------------+------------+----------+ -| setDelegation | 0x6f5a2eE11E7a772AeB5114A20d0D7c0ff61EB8A0 (20220325-ve-delegation/VotingEscrowDelegationProxy) | 0 | { | BIP-854 | N/A | -| | | | "delegation": [ | | | -| | | | "0x2cf8e145Bdfe7c52b49AD9bB3c294a31B2736c59 (20250613-veboost-v2.1/VeBoostV2)" | | | -| | | | ] | | | -| | | | } | | | -+---------------+-------------------------------------------------------------------------------------------------+-------+------------------------------------------------------------------------------------+------------+----------+ -``` diff --git a/BIPs/2025/2025-W51/bip-854.report.txt b/BIPs/2025/2025-W51/bip-854.report.txt deleted file mode 100644 index 8440b3172..000000000 --- a/BIPs/2025/2025-W51/bip-854.report.txt +++ /dev/null @@ -1,17 +0,0 @@ -FILENAME: `BIPs/2025-W51/BIP-854.json` -MULTISIG: `multisigs/dao (mainnet:0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f)` -COMMIT: `519a5d692d675a91d37aa04dd755497e87b3cb01` -CHAIN(S): `mainnet` -TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/ac239dba-df8e-4405-bb7d-405b0d64705c) - -``` -+---------------+-------------------------------------------------------------------------------------------------+-------+------------------------------------------------------------------------------------+------------+----------+ -| fx_name | to | value | inputs | bip_number | tx_index | -+---------------+-------------------------------------------------------------------------------------------------+-------+------------------------------------------------------------------------------------+------------+----------+ -| setDelegation | 0x6f5a2eE11E7a772AeB5114A20d0D7c0ff61EB8A0 (20220325-ve-delegation/VotingEscrowDelegationProxy) | 0 | { | BIP-854 | N/A | -| | | | "delegation": [ | | | -| | | | "0x2cf8e145Bdfe7c52b49AD9bB3c294a31B2736c59 (20250613-veboost-v2.1/VeBoostV2)" | | | -| | | | ] | | | -| | | | } | | | -+---------------+-------------------------------------------------------------------------------------------------+-------+------------------------------------------------------------------------------------+------------+----------+ -``` From 6abb60911f1bc7a1a1ae4c79751dc275052ebebd Mon Sep 17 00:00:00 2001 From: jalbrekt85 Date: Mon, 9 Mar 2026 13:48:55 -0500 Subject: [PATCH 3/3] restore bip-854.report.txt files to match main Co-Authored-By: Claude Opus 4.6 --- BIPs/2025-W51/BIP-854.report.txt | 17 +++++++++++++++++ BIPs/2025/2025-W51/bip-854.report.txt | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 BIPs/2025-W51/BIP-854.report.txt create mode 100644 BIPs/2025/2025-W51/bip-854.report.txt diff --git a/BIPs/2025-W51/BIP-854.report.txt b/BIPs/2025-W51/BIP-854.report.txt new file mode 100644 index 000000000..8440b3172 --- /dev/null +++ b/BIPs/2025-W51/BIP-854.report.txt @@ -0,0 +1,17 @@ +FILENAME: `BIPs/2025-W51/BIP-854.json` +MULTISIG: `multisigs/dao (mainnet:0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f)` +COMMIT: `519a5d692d675a91d37aa04dd755497e87b3cb01` +CHAIN(S): `mainnet` +TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/ac239dba-df8e-4405-bb7d-405b0d64705c) + +``` ++---------------+-------------------------------------------------------------------------------------------------+-------+------------------------------------------------------------------------------------+------------+----------+ +| fx_name | to | value | inputs | bip_number | tx_index | ++---------------+-------------------------------------------------------------------------------------------------+-------+------------------------------------------------------------------------------------+------------+----------+ +| setDelegation | 0x6f5a2eE11E7a772AeB5114A20d0D7c0ff61EB8A0 (20220325-ve-delegation/VotingEscrowDelegationProxy) | 0 | { | BIP-854 | N/A | +| | | | "delegation": [ | | | +| | | | "0x2cf8e145Bdfe7c52b49AD9bB3c294a31B2736c59 (20250613-veboost-v2.1/VeBoostV2)" | | | +| | | | ] | | | +| | | | } | | | ++---------------+-------------------------------------------------------------------------------------------------+-------+------------------------------------------------------------------------------------+------------+----------+ +``` diff --git a/BIPs/2025/2025-W51/bip-854.report.txt b/BIPs/2025/2025-W51/bip-854.report.txt new file mode 100644 index 000000000..ea3def4b8 --- /dev/null +++ b/BIPs/2025/2025-W51/bip-854.report.txt @@ -0,0 +1,17 @@ +FILENAME: `BIPs/2025-W51/bip-854.json` +MULTISIG: `multisigs/dao (mainnet:0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f)` +COMMIT: `75085fbc973e151f430ab3a0fc9b1d4ce6c0b21b` +CHAIN(S): `mainnet` +TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/6b1d5882-137b-4b60-aa0b-02e626f30b17) + +``` ++---------------+-------------------------------------------------------------------------------------------------+-------+------------------------------------------------------------------------------------+------------+----------+ +| fx_name | to | value | inputs | bip_number | tx_index | ++---------------+-------------------------------------------------------------------------------------------------+-------+------------------------------------------------------------------------------------+------------+----------+ +| setDelegation | 0x6f5a2eE11E7a772AeB5114A20d0D7c0ff61EB8A0 (20220325-ve-delegation/VotingEscrowDelegationProxy) | 0 | { | N/A | N/A | +| | | | "delegation": [ | | | +| | | | "0x2cf8e145Bdfe7c52b49AD9bB3c294a31B2736c59 (20250613-veboost-v2.1/VeBoostV2)" | | | +| | | | ] | | | +| | | | } | | | ++---------------+-------------------------------------------------------------------------------------------------+-------+------------------------------------------------------------------------------------+------------+----------+ +```