From f3d96b9810d554595d46632a620157cf9bf5ed36 Mon Sep 17 00:00:00 2001 From: Xeonus Date: Wed, 11 Dec 2024 16:21:51 +0100 Subject: [PATCH 1/2] chore: add payload file --- BIPs/2024-W51/BIP-744.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 BIPs/2024-W51/BIP-744.json diff --git a/BIPs/2024-W51/BIP-744.json b/BIPs/2024-W51/BIP-744.json new file mode 100644 index 000000000..730761954 --- /dev/null +++ b/BIPs/2024-W51/BIP-744.json @@ -0,0 +1 @@ +{"version":"1.0","chainId":"1","createdAt":1733930438455,"meta":{"name":"Transactions Batch","description":"Kill obsolete gauges","txBuilderVersion":"1.16.3","createdFromSafeAddress":"0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f","createdFromOwnerAddress":"","checksum":""},"transactions":[{"to":"0xf5dECDB1f3d1ee384908Fbe16D2F0348AE43a9eA","value":"0","data":null,"contractMethod":{"inputs":[{"name":"target","type":"address","internalType":"address"},{"name":"data","type":"bytes","internalType":"bytes"}],"name":"performAction","payable":true},"contractInputsValues":{"target":"0x6EE63656BbF5BE3fdF9Be4982BF9466F6a921b83","data":"0xab8f0945"}}]} \ No newline at end of file From 6d3671e76f8450b57d1b9d9089dc45b7456d466b Mon Sep 17 00:00:00 2001 From: Xeonus Date: Wed, 11 Dec 2024 15:24:37 +0000 Subject: [PATCH 2/2] Automated processing of Payload PR (validations, transformations, and reports) + reformat JSON --- BIPs/2024-W51/BIP-744.json | 33 +++++++++++++++++++++++++++++++- BIPs/2024-W51/BIP-744.report.txt | 13 +++++++++++++ 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 BIPs/2024-W51/BIP-744.report.txt diff --git a/BIPs/2024-W51/BIP-744.json b/BIPs/2024-W51/BIP-744.json index 730761954..d518c2e02 100644 --- a/BIPs/2024-W51/BIP-744.json +++ b/BIPs/2024-W51/BIP-744.json @@ -1 +1,32 @@ -{"version":"1.0","chainId":"1","createdAt":1733930438455,"meta":{"name":"Transactions Batch","description":"Kill obsolete gauges","txBuilderVersion":"1.16.3","createdFromSafeAddress":"0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f","createdFromOwnerAddress":"","checksum":""},"transactions":[{"to":"0xf5dECDB1f3d1ee384908Fbe16D2F0348AE43a9eA","value":"0","data":null,"contractMethod":{"inputs":[{"name":"target","type":"address","internalType":"address"},{"name":"data","type":"bytes","internalType":"bytes"}],"name":"performAction","payable":true},"contractInputsValues":{"target":"0x6EE63656BbF5BE3fdF9Be4982BF9466F6a921b83","data":"0xab8f0945"}}]} \ No newline at end of file +{ + "version": "1.0", + "chainId": "1", + "createdAt": 1733930438455, + "meta": { + "name": "Transactions Batch", + "description": "Kill obsolete gauges", + "txBuilderVersion": "1.16.3", + "createdFromSafeAddress": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f", + "createdFromOwnerAddress": "", + "checksum": "" + }, + "transactions": [ + { + "to": "0xf5dECDB1f3d1ee384908Fbe16D2F0348AE43a9eA", + "value": "0", + "data": null, + "contractMethod": { + "inputs": [ + { "name": "target", "type": "address", "internalType": "address" }, + { "name": "data", "type": "bytes", "internalType": "bytes" } + ], + "name": "performAction", + "payable": true + }, + "contractInputsValues": { + "target": "0x6EE63656BbF5BE3fdF9Be4982BF9466F6a921b83", + "data": "0xab8f0945" + } + } + ] +} diff --git a/BIPs/2024-W51/BIP-744.report.txt b/BIPs/2024-W51/BIP-744.report.txt new file mode 100644 index 000000000..8b5734fba --- /dev/null +++ b/BIPs/2024-W51/BIP-744.report.txt @@ -0,0 +1,13 @@ +FILENAME: `BIPs/2024-W51/BIP-744.json` +MULTISIG: `multisigs/dao (mainnet:0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f)` +COMMIT: `f3d96b9810d554595d46632a620157cf9bf5ed36` +CHAIN(S): `mainnet` +TENDERLY: [`🟩 SUCCESS`](https://www.tdly.co/shared/simulation/8e629b86-a2c1-46c9-abdc-af97abd639ce) + +``` ++---------------+-----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------+---------------+---------+----------+ +| function | entrypoint | target | selector | parsed_inputs | bip | tx_index | ++---------------+-----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------+---------------+---------+----------+ +| performAction | 0xf5dECDB1f3d1ee384908Fbe16D2F0348AE43a9eA (20221124-authorizer-adaptor-entrypoint/AuthorizerAdaptorEntrypoint) | 0x6EE63656BbF5BE3fdF9Be4982BF9466F6a921b83 (gauges/80wstETH/20GHO-gauge-6ee6) | killGauge() | | BIP-744 | 0 | ++---------------+-----------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------+---------------+---------+----------+ +```