From eaa450ac7ee59af60e9ede10772bd27d8dd49e81 Mon Sep 17 00:00:00 2001 From: phonktown Date: Tue, 4 Aug 2026 17:38:22 +0300 Subject: [PATCH] feat(Vote): update IPFS --- scripts/upgrade_2026_08_05.py | 2 +- tests/test_2026_08_05.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade_2026_08_05.py b/scripts/upgrade_2026_08_05.py index dcfb1f4f..23c1e1fb 100644 --- a/scripts/upgrade_2026_08_05.py +++ b/scripts/upgrade_2026_08_05.py @@ -89,7 +89,7 @@ # ipfs description IPFS_DESCRIPTION = """ # NEST Activation, LOL stablecoins ET Payment Factories Activation, CSM Update Share Limits ET Factory Replacement -1. **Launch NEST (Automated LDO Buyback and Liquidity Provisioning)** in [treasury-only mode](https://research.lido.fi/t/liquid-buybacks-nest-execution-with-ldo-wsteth-liquidity/10894/109#p-25979-h-3-launch-mode-treasury-only-5), with all purchased LDO sent directly to the DAO Treasury. Under the [DAO-approved](https://snapshot.box/#/s:lido-snapshot.eth/proposal/0x022e901a6368573d18b150eecda563dd2ee17ad2aa6a0ef9772151cc7ba55187) cumulative surplus model described in [LIP-36](https://github.com/lidofinance/lido-improvement-proposals/blob/develop/LIPS/lip-36.md#surplus-mechanics), NEST converts a fixed portion of staking revenue above the operating baseline into LDO via CoW Swap. Audit & deployment verification: [Ack3](https://github.com/lidofinance/audits/blob/main/Ack3%20Lido%20NEST%20Audit%20Report%2007-2026.pdf). Items 1.1 - 1.4, 2 - 9. +1. **Launch NEST (Automated LDO Buyback and Liquidity Provisioning)** in [treasury-only mode](https://research.lido.fi/t/liquid-buybacks-nest-execution-with-ldo-wsteth-liquidity/10894/109#p-25979-h-3-launch-mode-treasury-only-5), with all purchased LDO sent directly to the DAO Treasury. Under the [DAO-approved](https://snapshot.box/#/s:lido-snapshot.eth/proposal/0x022e901a6368573d18b150eecda563dd2ee17ad2aa6a0ef9772151cc7ba55187) cumulative surplus model described in [LIP-36](https://github.com/lidofinance/lido-improvement-proposals/blob/develop/LIPS/lip-36.md#surplus-mechanics), NEST converts a fixed portion of staking revenue above the operating baseline into LDO via CoW Swap. Ack3 audits & deployment verification: [NEST](https://github.com/lidofinance/audits/blob/main/Ack3%20Lido%20NEST%20Audit%20Report%2007-2026.pdf), [Stonks 2](https://github.com/lidofinance/audits/blob/main/Ackee%20Blockchain%20Stonks%202%20Audit%20Report%2012-25.pdf). Items 1.1 - 1.4, 2 - 9. 2. **Add LOL stablecoins Easy Track factories for payments and adding/removing allowed recipients**, with a limit of $8M per 6 months, [as per Snapshot decision](https://snapshot.box/#/s:lido-snapshot.eth/proposal/0x863859d857c7429a0dcb85a4b324de803e2f66ddd8f50e4c2f04a31c35c6ae6f). Items 1.5, 1.6, 12 - 14. 3. **Replace CSM Update Share Limits Easy Track factory** to correct the per-motion change cap to 0.5%, [as proposed on the forum](https://research.lido.fi/t/community-staking-module/5917/231). Audit & deployment verification: [MixBytes](https://github.com/lidofinance/audits/blob/main/MixBytes%20Lido%20Easy%20Track%20Factories%20(SRv3%20CSMv3%20CMv2)%20Security%20Audit%20Report%2007-2026.pdf). Items 10, 11. """ diff --git a/tests/test_2026_08_05.py b/tests/test_2026_08_05.py index 1bbaf588..cc3b8a6f 100644 --- a/tests/test_2026_08_05.py +++ b/tests/test_2026_08_05.py @@ -182,7 +182,7 @@ EXPECTED_DG_EVENTS_FROM_AGENT = 6 EXPECTED_DG_EVENTS_COUNT = 1 -IPFS_DESCRIPTION_HASH = "bafkreiefjrubwk5hhikhc3s7wkivju3xpwzfanr5enljzimvxgrrmp6m7a" +IPFS_DESCRIPTION_HASH = "bafkreicltgxsuj5y7g5jv3iuknqsdpudc4vrnr2w3lqudr3fywvj6hrog4" # ============================================================================