From 7b327543717f1311b127c264d9405f1ca63e1cc0 Mon Sep 17 00:00:00 2001 From: Zen-Maxi <85650601+Zen-Maxi@users.noreply.github.com> Date: Wed, 11 Sep 2024 15:38:26 -0400 Subject: [PATCH 1/3] BIP-692-Enable-sDAI-aUSDC-ECLP-Gnosis Proposal: https://forum.balancer.fi/t/bip-xxx-enable-sdai-ausdc-e-e-clp-gauge-gnosis/5975 Rate Provider Reviews: sDAI: https://github.com/balancer/code-review/blob/main/rate-providers/SavingsDAIRateProviderGnosis.md aUSDC: https://github.com/balancer/code-review/pull/146 --- ...IP-692] Enable-sDAI-aUSDC-ECLP-Gnosis.json | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 BIPs/2024-W38/[BIP-692] Enable-sDAI-aUSDC-ECLP-Gnosis.json diff --git a/BIPs/2024-W38/[BIP-692] Enable-sDAI-aUSDC-ECLP-Gnosis.json b/BIPs/2024-W38/[BIP-692] Enable-sDAI-aUSDC-ECLP-Gnosis.json new file mode 100644 index 000000000..f17d26232 --- /dev/null +++ b/BIPs/2024-W38/[BIP-692] Enable-sDAI-aUSDC-ECLP-Gnosis.json @@ -0,0 +1,32 @@ +{ + "version": "1.0", + "chainId": "1", + "createdAt": 1726082972380, + "meta": { + "name": "Transactions Batch", + "description": "", + "txBuilderVersion": "1.17.0", + "createdFromSafeAddress": "0xc38c5f97B34E175FFd35407fc91a937300E33860", + "createdFromOwnerAddress": "", + "checksum": "0xc8f2600482cbbdd853f524da39d551e0d16937634b3a3c168f1f2bcb013a5567" + }, + "transactions": [ + { + "to": "0x5DbAd78818D4c8958EfF2d5b95b28385A22113Cd", + "value": "0", + "data": null, + "contractMethod": { + "inputs": [ + { "internalType": "address", "name": "gauge", "type": "address" }, + { "internalType": "string", "name": "gaugeType", "type": "string" } + ], + "name": "addGauge", + "payable": false + }, + "contractInputsValues": { + "gauge": "0xc0b75da8E6F6403804EFEFDE3101b02276C5f8EA", + "gaugeType": "Gnosis" + } + } + ] +} From c5126ebdc371594f1ba7246864e7e31f040a58b9 Mon Sep 17 00:00:00 2001 From: Zen-Maxi Date: Wed, 11 Sep 2024 19:41:44 +0000 Subject: [PATCH 2/3] Automated processing of Payload PR (validations, transformations, and reports) + reformat JSON --- ...] Enable-sDAI-aUSDC-ECLP-Gnosis.report.txt | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 BIPs/2024-W38/[BIP-692] Enable-sDAI-aUSDC-ECLP-Gnosis.report.txt diff --git a/BIPs/2024-W38/[BIP-692] Enable-sDAI-aUSDC-ECLP-Gnosis.report.txt b/BIPs/2024-W38/[BIP-692] Enable-sDAI-aUSDC-ECLP-Gnosis.report.txt new file mode 100644 index 000000000..91175a6c3 --- /dev/null +++ b/BIPs/2024-W38/[BIP-692] Enable-sDAI-aUSDC-ECLP-Gnosis.report.txt @@ -0,0 +1,21 @@ +FILENAME: `BIPs/2024-W38/[BIP-692] Enable-sDAI-aUSDC-ECLP-Gnosis.json` +MULTISIG: `multisigs/lm (mainnet:0xc38c5f97B34E175FFd35407fc91a937300E33860)` +COMMIT: `7b327543717f1311b127c264d9405f1ca63e1cc0` +CHAIN(S): `gnosis` +TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/1579bf55-da54-4bab-963c-70096b5513f8) + +| Gauge Validator | Result | +| :--------------------------------| :----: | +| `validate_preferential_gauge` | ❌ | +| `validate_rate_providers_safety` | ✅ ❌ | + +``` ++-----------------------+---------------------------------------------------------------------+----------------------+--------------------------------------------+-----------------------------------------------------------+--------------------------------------------+----------------+---------+----------+ +| function | pool_id_and_address | symbol_and_info | gauge_address_and_info | tokens | rate_providers | review_summary | bip | tx_index | ++-----------------------+---------------------------------------------------------------------+----------------------+--------------------------------------------+-----------------------------------------------------------+--------------------------------------------+----------------+---------+----------+ +| GaugeAdderV4/addGauge | 0xaa56989be5e6267fc579919576948db3e1f108070002000000000000000000ca | ECLP-sDAI-USDC.e-rh | 0xc0b75da8E6F6403804EFEFDE3101b02276C5f8EA | 0xaf204776c7245bF4147c2612BF6e5972Ee483701: sDAI | 0x89C80A4540A00b5270347E02e2E144c71da2EceD | safe | BIP-692 | 0 | +| | pool_address: 0xaa56989Be5E6267fC579919576948DB3e1F10807 | fee: 0.01 | style: L0 sidechain | 0xf0E7eC247b918311afa054E0AEdb99d74c31b809: stataGnoUSDCe | 0x5F62fd24941B585b91EB059E0ea1a7e729357511 | !!NO REVIEW!! | | | +| | | a-factor: N/A | cap: 100.0% | | | | | | +| | | | preferential: False | | | | | | ++-----------------------+---------------------------------------------------------------------+----------------------+--------------------------------------------+-----------------------------------------------------------+--------------------------------------------+----------------+---------+----------+ +``` From 480d82cb145d1fff0522f88cadb01f56dab75cfd Mon Sep 17 00:00:00 2001 From: gosuto-inzasheru Date: Mon, 16 Sep 2024 13:05:31 +0000 Subject: [PATCH 3/3] Automated processing of Payload PR (validations, transformations, and reports) + reformat JSON --- ...] Enable-sDAI-aUSDC-ECLP-Gnosis.report.txt | 25 ++--- .../2024/W39/output/payload.json | 102 +++++++++--------- 2 files changed, 64 insertions(+), 63 deletions(-) diff --git a/BIPs/2024-W38/[BIP-692] Enable-sDAI-aUSDC-ECLP-Gnosis.report.txt b/BIPs/2024-W38/[BIP-692] Enable-sDAI-aUSDC-ECLP-Gnosis.report.txt index 91175a6c3..0665b2ec9 100644 --- a/BIPs/2024-W38/[BIP-692] Enable-sDAI-aUSDC-ECLP-Gnosis.report.txt +++ b/BIPs/2024-W38/[BIP-692] Enable-sDAI-aUSDC-ECLP-Gnosis.report.txt @@ -1,21 +1,22 @@ FILENAME: `BIPs/2024-W38/[BIP-692] Enable-sDAI-aUSDC-ECLP-Gnosis.json` MULTISIG: `multisigs/lm (mainnet:0xc38c5f97B34E175FFd35407fc91a937300E33860)` -COMMIT: `7b327543717f1311b127c264d9405f1ca63e1cc0` +COMMIT: `9e2cb43006046dc6dbbd19bb653d879f118135c2` CHAIN(S): `gnosis` -TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/1579bf55-da54-4bab-963c-70096b5513f8) +TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/2b05ac2b-6072-46b8-8741-85024d170b22) | Gauge Validator | Result | | :--------------------------------| :----: | -| `validate_preferential_gauge` | ❌ | -| `validate_rate_providers_safety` | ✅ ❌ | +| `validate_preferential_gauge` | ✅ | +| `validate_rate_providers_safety` | ✅ ✅ | ``` -+-----------------------+---------------------------------------------------------------------+----------------------+--------------------------------------------+-----------------------------------------------------------+--------------------------------------------+----------------+---------+----------+ -| function | pool_id_and_address | symbol_and_info | gauge_address_and_info | tokens | rate_providers | review_summary | bip | tx_index | -+-----------------------+---------------------------------------------------------------------+----------------------+--------------------------------------------+-----------------------------------------------------------+--------------------------------------------+----------------+---------+----------+ -| GaugeAdderV4/addGauge | 0xaa56989be5e6267fc579919576948db3e1f108070002000000000000000000ca | ECLP-sDAI-USDC.e-rh | 0xc0b75da8E6F6403804EFEFDE3101b02276C5f8EA | 0xaf204776c7245bF4147c2612BF6e5972Ee483701: sDAI | 0x89C80A4540A00b5270347E02e2E144c71da2EceD | safe | BIP-692 | 0 | -| | pool_address: 0xaa56989Be5E6267fC579919576948DB3e1F10807 | fee: 0.01 | style: L0 sidechain | 0xf0E7eC247b918311afa054E0AEdb99d74c31b809: stataGnoUSDCe | 0x5F62fd24941B585b91EB059E0ea1a7e729357511 | !!NO REVIEW!! | | | -| | | a-factor: N/A | cap: 100.0% | | | | | | -| | | | preferential: False | | | | | | -+-----------------------+---------------------------------------------------------------------+----------------------+--------------------------------------------+-----------------------------------------------------------+--------------------------------------------+----------------+---------+----------+ ++-----------------------+---------------------------------------------------------------------+----------------------+--------------------------------------------------+-----------------------------------------------------------+--------------------------------------------+----------------+---------+----------+ +| function | pool_id_and_address | symbol_and_info | gauge_address_and_info | tokens | rate_providers | review_summary | bip | tx_index | ++-----------------------+---------------------------------------------------------------------+----------------------+--------------------------------------------------+-----------------------------------------------------------+--------------------------------------------+----------------+---------+----------+ +| GaugeAdderV4/addGauge | 0xaa56989be5e6267fc579919576948db3e1f108070002000000000000000000ca | ECLP-sDAI-USDC.e-rh | root: 0xc0b75da8E6F6403804EFEFDE3101b02276C5f8EA | 0xaf204776c7245bF4147c2612BF6e5972Ee483701: sDAI | 0x89C80A4540A00b5270347E02e2E144c71da2EceD | safe | BIP-692 | 0 | +| | pool_address: 0xaa56989Be5E6267fC579919576948DB3e1F10807 | fee: 0.01 | side: 0x9ED250d67c4E5F5B2b5F982a678eD1c0ba011207 | 0xf0E7eC247b918311afa054E0AEdb99d74c31b809: stataGnoUSDCe | 0x5F62fd24941B585b91EB059E0ea1a7e729357511 | safe | | | +| | | a-factor: N/A | style: L0 sidechain | | | | | | +| | | | cap: 100.0% | | | | | | +| | | | preferential: True | | | | | | ++-----------------------+---------------------------------------------------------------------+----------------------+--------------------------------------------------+-----------------------------------------------------------+--------------------------------------------+----------------+---------+----------+ ``` diff --git a/MaxiOps/vlaura_voting/2024/W39/output/payload.json b/MaxiOps/vlaura_voting/2024/W39/output/payload.json index 772d9ed5a..9066d1ed2 100644 --- a/MaxiOps/vlaura_voting/2024/W39/output/payload.json +++ b/MaxiOps/vlaura_voting/2024/W39/output/payload.json @@ -1,52 +1,52 @@ { - "domain": { - "name": "snapshot", - "version": "0.1.4" - }, - "types": { - "Vote": [ - { - "name": "from", - "type": "address" - }, - { - "name": "space", - "type": "string" - }, - { - "name": "timestamp", - "type": "uint64" - }, - { - "name": "proposal", - "type": "bytes32" - }, - { - "name": "choice", - "type": "string" - }, - { - "name": "reason", - "type": "string" - }, - { - "name": "app", - "type": "string" - }, - { - "name": "metadata", - "type": "string" - } - ] - }, - "message": { - "space": "gauges.aurafinance.eth", - "proposal": "0x143d297ea7b43ee93fb157dfffad5a7af9d100cf68cbf7cd70569ee3e4ca5aac", - "choice": "{\"94\":10.0,\"97\":10.0,\"177\":5.0,\"191\":5.0,\"198\":2.3,\"199\":2.3,\"200\":5.4,\"24\":3.24,\"115\":3.7,\"136\":5.47,\"83\":3.24,\"104\":6.29,\"101\":8.06,\"119\":15.0,\"207\":5.0,\"215\":5.0,\"188\":5.0}", - "app": "snapshot", - "reason": "", - "metadata": "{}", - "from": "0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e", - "timestamp": 1726245486 - } -} \ No newline at end of file + "domain": { + "name": "snapshot", + "version": "0.1.4" + }, + "types": { + "Vote": [ + { + "name": "from", + "type": "address" + }, + { + "name": "space", + "type": "string" + }, + { + "name": "timestamp", + "type": "uint64" + }, + { + "name": "proposal", + "type": "bytes32" + }, + { + "name": "choice", + "type": "string" + }, + { + "name": "reason", + "type": "string" + }, + { + "name": "app", + "type": "string" + }, + { + "name": "metadata", + "type": "string" + } + ] + }, + "message": { + "space": "gauges.aurafinance.eth", + "proposal": "0x143d297ea7b43ee93fb157dfffad5a7af9d100cf68cbf7cd70569ee3e4ca5aac", + "choice": "{\"94\":10.0,\"97\":10.0,\"177\":5.0,\"191\":5.0,\"198\":2.3,\"199\":2.3,\"200\":5.4,\"24\":3.24,\"115\":3.7,\"136\":5.47,\"83\":3.24,\"104\":6.29,\"101\":8.06,\"119\":15.0,\"207\":5.0,\"215\":5.0,\"188\":5.0}", + "app": "snapshot", + "reason": "", + "metadata": "{}", + "from": "0x9ff471F9f98F42E5151C7855fD1b5aa906b1AF7e", + "timestamp": 1726245486 + } +}