From 39240e0b31ba191300c8319ce74060f3a90885e7 Mon Sep 17 00:00:00 2001 From: Jack Chuma Date: Wed, 15 Jul 2026 13:21:07 -0400 Subject: [PATCH 1/2] add missing validation file to may task --- .../2026-07-10-replay-may-aggregate/README.md | 2 +- .../validations/nitro-base-signer.json | 65 +++++++++++++++++++ 2 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 zeronet/2026-07-10-replay-may-aggregate/validations/nitro-base-signer.json diff --git a/zeronet/2026-07-10-replay-may-aggregate/README.md b/zeronet/2026-07-10-replay-may-aggregate/README.md index 4f0a7043..40ea5396 100644 --- a/zeronet/2026-07-10-replay-may-aggregate/README.md +++ b/zeronet/2026-07-10-replay-may-aggregate/README.md @@ -1,6 +1,6 @@ # Replay May Aggregate -Status: [EXECUTED](https://hoodi.etherscan.io/tx/0xd9962f7985b37204cf51ae033b21dc572761beaf2f218965b270b45fb3f35846) +Status: READY TO SIGN ## Description diff --git a/zeronet/2026-07-10-replay-may-aggregate/validations/nitro-base-signer.json b/zeronet/2026-07-10-replay-may-aggregate/validations/nitro-base-signer.json new file mode 100644 index 00000000..665ab475 --- /dev/null +++ b/zeronet/2026-07-10-replay-may-aggregate/validations/nitro-base-signer.json @@ -0,0 +1,65 @@ +{ + "cmd": "mise exec -- forge script --rpc-url https://c3-chainproxy-eth-hoodi-full-dev.cbhq.net script/UpdateNitroVerifierId.s.sol:UpdateNitroVerifierId --sig sign(address[]) [] --sender 0x821Ff2A3fB66B008fA668B40Eca9d3535B246575", + "ledgerId": 1, + "rpcUrl": "https://c3-chainproxy-eth-hoodi-full-dev.cbhq.net", + "skipTaskOriginValidation": true, + "expectedDomainAndMessageHashes": { + "address": "0x856611eD7E07D83243b15E93f6321f2df6865852", + "domainHash": "0xc88eae2baaa4c8513a3d87913666de9463f106158aaf8be5cd31588215ccd5c4", + "messageHash": "0x7c820b997b00ef28657e75e91ef15c4bcd8f3aaa23e5fd86792574231ad992ac" + }, + "stateOverrides": [ + { + "name": "CB Signer Safe - Zeronet", + "address": "0x856611eD7E07D83243b15E93f6321f2df6865852", + "overrides": [ + { + "key": "0x0000000000000000000000000000000000000000000000000000000000000004", + "value": "0x0000000000000000000000000000000000000000000000000000000000000001", + "description": "Override the threshold to 1 so the transaction simulation can occur.", + "allowDifference": false + }, + { + "key": "0x3555b9fe675f9c37d47cdf5d509afa835b3a15227e5296f281542e1a3c8712db", + "value": "0x0000000000000000000000000000000000000000000000000000000000000001", + "description": "Simulates an approval from msg.sender in order for the task simulation to succeed.", + "allowDifference": false + } + ] + } + ], + "stateChanges": [ + { + "name": "CB Signer Safe - Zeronet", + "address": "0x856611eD7E07D83243b15E93f6321f2df6865852", + "changes": [ + { + "key": "0x0000000000000000000000000000000000000000000000000000000000000005", + "before": "0x0000000000000000000000000000000000000000000000000000000000000015", + "after": "0x0000000000000000000000000000000000000000000000000000000000000016", + "description": "Increments the nonce", + "allowDifference": false + } + ] + }, + { + "name": "NitroEnclaveVerifier - Zeronet", + "address": "0xDC06089B0224e59bAAa9B59c3C5aAF9Ff105997C", + "changes": [ + { + "key": "0xe90b7bceb6e7df5418fb78d8ee546e97c83a08bbccc01a0644d599ccd2a7c2e0", + "before": "0x15051db631d6ed382d957c795a558a0abdd00d0d22a1670455721bc2712d3d6e", + "after": "0x20141665fe40bce01fbcfa0a95c8a1bd750eadbe3f24e06a75571e6fd7a9dc11", + "description": "Updates the RISC Zero verifier ID used by NitroEnclaveVerifier.", + "allowDifference": false + } + ] + } + ], + "balanceChanges": [], + "taskOriginConfig": { + "taskCreator": { + "commonName": "jack.chuma@coinbase.com" + } + } +} From 6c2980fdbf9f9e3e47b0b15b7131cdef6e09ae9c Mon Sep 17 00:00:00 2001 From: Jack Chuma Date: Wed, 15 Jul 2026 18:13:04 -0400 Subject: [PATCH 2/2] execute task --- .../2026-07-10-replay-may-aggregate/README.md | 4 +- .../560048/run-1784153522256.json | 90 +++++++++++++++++++ 2 files changed, 93 insertions(+), 1 deletion(-) create mode 100644 zeronet/2026-07-10-replay-may-aggregate/records/UpdateNitroVerifierId.s.sol/560048/run-1784153522256.json diff --git a/zeronet/2026-07-10-replay-may-aggregate/README.md b/zeronet/2026-07-10-replay-may-aggregate/README.md index 40ea5396..81556f68 100644 --- a/zeronet/2026-07-10-replay-may-aggregate/README.md +++ b/zeronet/2026-07-10-replay-may-aggregate/README.md @@ -1,6 +1,8 @@ # Replay May Aggregate -Status: READY TO SIGN +Status: [EXECUTED](https://hoodi.etherscan.io/tx/0xd9962f7985b37204cf51ae033b21dc572761beaf2f218965b270b45fb3f35846) + +Nitro status: [EXECUTED](https://hoodi.etherscan.io/tx/0x61c5eceae86597714a77484ba68f795fe308c6cbace9b5f7bb4877c4f44b1e67) ## Description diff --git a/zeronet/2026-07-10-replay-may-aggregate/records/UpdateNitroVerifierId.s.sol/560048/run-1784153522256.json b/zeronet/2026-07-10-replay-may-aggregate/records/UpdateNitroVerifierId.s.sol/560048/run-1784153522256.json new file mode 100644 index 00000000..f23d0bca --- /dev/null +++ b/zeronet/2026-07-10-replay-may-aggregate/records/UpdateNitroVerifierId.s.sol/560048/run-1784153522256.json @@ -0,0 +1,90 @@ +{ + "transactions": [ + { + "hash": "0x61c5eceae86597714a77484ba68f795fe308c6cbace9b5f7bb4877c4f44b1e67", + "transactionType": "CALL", + "contractName": null, + "contractAddress": "0x856611ed7e07d83243b15e93f6321f2df6865852", + "function": "execTransaction(address,uint256,bytes,uint8,uint256,uint256,uint256,address,address,bytes)", + "arguments": [ + "0xDC06089B0224e59bAAa9B59c3C5aAF9Ff105997C", + "0", + "0xcc05c0b3000000000000000000000000000000000000000000000000000000000000000120141665fe40bce01fbcfa0a95c8a1bd750eadbe3f24e06a75571e6fd7a9dc110000000000000000000000000000000000000000000000000000000000000000", + "0", + "0", + "0", + "0", + "0x0000000000000000000000000000000000000000", + "0x0000000000000000000000000000000000000000", + "0x6022d54059a501108cacb722742ed255192f8fc60952decb1dbd597c612868f87c701a3d4fd00c93eac5e8acc2f8a1e68d12c6eaceb8c3859011780f6ce1f0ab1b8fe4e27eadd1f22e444465c32fe521090385932ad1374a78a182797295aabe5d1b6ddcc2f433a3dfbbd52d829bf7c6b34e877b210db0b5647fcc39840d34ca581c85e1d8835b1254630cbd4fa82acd8ce74de1331d64cc06356548e96b485186536dec2b972e98812ebaf3237df04018632e00da5c85e5880b9b1a68f31c569ab61b" + ], + "transaction": { + "from": "0x8c1a617bdb47342f9c17ac8750e0b070c372c721", + "to": "0x856611ed7e07d83243b15e93f6321f2df6865852", + "gas": "0x1c49a", + "value": "0x0", + "input": "0x6a761202000000000000000000000000dc06089b0224e59baaa9b59c3c5aaf9ff105997c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000014000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001e00000000000000000000000000000000000000000000000000000000000000064cc05c0b3000000000000000000000000000000000000000000000000000000000000000120141665fe40bce01fbcfa0a95c8a1bd750eadbe3f24e06a75571e6fd7a9dc1100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c36022d54059a501108cacb722742ed255192f8fc60952decb1dbd597c612868f87c701a3d4fd00c93eac5e8acc2f8a1e68d12c6eaceb8c3859011780f6ce1f0ab1b8fe4e27eadd1f22e444465c32fe521090385932ad1374a78a182797295aabe5d1b6ddcc2f433a3dfbbd52d829bf7c6b34e877b210db0b5647fcc39840d34ca581c85e1d8835b1254630cbd4fa82acd8ce74de1331d64cc06356548e96b485186536dec2b972e98812ebaf3237df04018632e00da5c85e5880b9b1a68f31c569ab61b0000000000000000000000000000000000000000000000000000000000", + "nonce": "0xad", + "chainId": "0x88bb0" + }, + "additionalContracts": [], + "isFixedGasLimit": false + } + ], + "receipts": [ + { + "status": "0x1", + "cumulativeGasUsed": "0xa7d6a", + "logs": [ + { + "address": "0xdc06089b0224e59baaa9b59c3c5aaf9ff105997c", + "topics": [ + "0x51084eb34dac0e8c796b2741ed1a6fed727311fc435b0af0dac30f0581dbce49", + "0x0000000000000000000000000000000000000000000000000000000000000001", + "0x20141665fe40bce01fbcfa0a95c8a1bd750eadbe3f24e06a75571e6fd7a9dc11" + ], + "data": "0x0000000000000000000000000000000000000000000000000000000000000000", + "blockHash": "0x7fb5e4a9da604027dbd17ca53ccacb6dc8838fe38ce202ca1a2058448c562470", + "blockNumber": "0x312b10", + "blockTimestamp": "0x6a5805b0", + "transactionHash": "0x61c5eceae86597714a77484ba68f795fe308c6cbace9b5f7bb4877c4f44b1e67", + "transactionIndex": "0x18", + "logIndex": "0x1", + "removed": false + }, + { + "address": "0x856611ed7e07d83243b15e93f6321f2df6865852", + "topics": [ + "0x442e715f626346e8c54381002da614f62bee8d27386535b2521ec8540898556e", + "0xee5484741b9b2845bc7d9780a25c6f7af488d9eec30b25d89f3fb74183545d0d" + ], + "data": "0x0000000000000000000000000000000000000000000000000000000000000000", + "blockHash": "0x7fb5e4a9da604027dbd17ca53ccacb6dc8838fe38ce202ca1a2058448c562470", + "blockNumber": "0x312b10", + "blockTimestamp": "0x6a5805b0", + "transactionHash": "0x61c5eceae86597714a77484ba68f795fe308c6cbace9b5f7bb4877c4f44b1e67", + "transactionIndex": "0x18", + "logIndex": "0x2", + "removed": false + } + ], + "logsBloom": "0x00000000420000000000000000000000000000000000000000000000040000001000000040000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000040000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000200000000000008000000004000000000000080000000000008001000000000000000004000000400000000000000000000000000000000000000000000c00000800000000000000000000000000000000000040000000000000000000000000000000000000000800000000000000000000000000", + "type": "0x2", + "transactionHash": "0x61c5eceae86597714a77484ba68f795fe308c6cbace9b5f7bb4877c4f44b1e67", + "transactionIndex": "0x18", + "blockHash": "0x7fb5e4a9da604027dbd17ca53ccacb6dc8838fe38ce202ca1a2058448c562470", + "blockNumber": "0x312b10", + "gasUsed": "0x13579", + "effectiveGasPrice": "0x40309840", + "from": "0x8c1a617bdb47342f9c17ac8750e0b070c372c721", + "to": "0x856611ed7e07d83243b15e93f6321f2df6865852", + "contractAddress": null + } + ], + "libraries": [], + "pending": [], + "returns": {}, + "timestamp": 1784153522256, + "chain": 560048, + "commit": "39240e0" +} \ No newline at end of file