@gzeoneth/gov-tracker 0.4.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +95 -11
- package/dist/abis-json.d.ts +2315 -0
- package/dist/abis-json.d.ts.map +1 -0
- package/dist/abis-json.js +3207 -0
- package/dist/abis-json.js.map +1 -0
- package/dist/abis.d.ts +12 -7
- package/dist/abis.d.ts.map +1 -1
- package/dist/abis.js +32 -1
- package/dist/abis.js.map +1 -1
- package/dist/calldata/decoder.d.ts.map +1 -1
- package/dist/calldata/decoder.js +33 -28
- package/dist/calldata/decoder.js.map +1 -1
- package/dist/calldata/parameter-decoder.d.ts.map +1 -1
- package/dist/calldata/parameter-decoder.js +19 -25
- package/dist/calldata/parameter-decoder.js.map +1 -1
- package/dist/calldata/retryable-ticket.d.ts +2 -2
- package/dist/calldata/retryable-ticket.d.ts.map +1 -1
- package/dist/calldata/retryable-ticket.js +17 -12
- package/dist/calldata/retryable-ticket.js.map +1 -1
- package/dist/calldata/signature-lookup.js +5 -4
- package/dist/calldata/signature-lookup.js.map +1 -1
- package/dist/cli/cli.js +112 -20
- package/dist/cli/cli.js.map +1 -1
- package/dist/cli/lib/cli.d.ts +4 -2
- package/dist/cli/lib/cli.d.ts.map +1 -1
- package/dist/cli/lib/cli.js +34 -18
- package/dist/cli/lib/cli.js.map +1 -1
- package/dist/cli/lib/election-check.d.ts.map +1 -1
- package/dist/cli/lib/election-check.js +2 -1
- package/dist/cli/lib/election-check.js.map +1 -1
- package/dist/cli/lib/json-state.js +1 -1
- package/dist/cli/lib/json-state.js.map +1 -1
- package/dist/cli/tui/components/StageProgress.js +1 -1
- package/dist/cli/tui/components/StageProgress.js.map +1 -1
- package/dist/cli/tui/components/StageRow.d.ts.map +1 -1
- package/dist/cli/tui/components/StageRow.js +15 -20
- package/dist/cli/tui/components/StageRow.js.map +1 -1
- package/dist/cli/tui/components/VotingStats.d.ts.map +1 -1
- package/dist/cli/tui/components/VotingStats.js +2 -1
- package/dist/cli/tui/components/VotingStats.js.map +1 -1
- package/dist/cli/tui/hooks/useCache.d.ts.map +1 -1
- package/dist/cli/tui/hooks/useCache.js +2 -1
- package/dist/cli/tui/hooks/useCache.js.map +1 -1
- package/dist/cli/tui/hooks/useElectionData.d.ts.map +1 -1
- package/dist/cli/tui/hooks/useElectionData.js +3 -2
- package/dist/cli/tui/hooks/useElectionData.js.map +1 -1
- package/dist/cli/tui/hooks/useNavigation.d.ts.map +1 -1
- package/dist/cli/tui/hooks/useNavigation.js +2 -3
- package/dist/cli/tui/hooks/useNavigation.js.map +1 -1
- package/dist/cli/tui/hooks/useProposals.d.ts.map +1 -1
- package/dist/cli/tui/hooks/useProposals.js +26 -36
- package/dist/cli/tui/hooks/useProposals.js.map +1 -1
- package/dist/cli/tui/hooks/useStageCalldata.d.ts.map +1 -1
- package/dist/cli/tui/hooks/useStageCalldata.js +2 -1
- package/dist/cli/tui/hooks/useStageCalldata.js.map +1 -1
- package/dist/cli/tui/utils/index.d.ts +7 -7
- package/dist/cli/tui/utils/index.d.ts.map +1 -1
- package/dist/cli/tui/utils/index.js +18 -13
- package/dist/cli/tui/utils/index.js.map +1 -1
- package/dist/cli/tui/utils/markdown-parser.d.ts +5 -0
- package/dist/cli/tui/utils/markdown-parser.d.ts.map +1 -1
- package/dist/cli/tui/utils/markdown-parser.js +16 -0
- package/dist/cli/tui/utils/markdown-parser.js.map +1 -1
- package/dist/cli/tui/utils/navigation.d.ts +1 -0
- package/dist/cli/tui/utils/navigation.d.ts.map +1 -1
- package/dist/cli/tui/utils/navigation.js +9 -5
- package/dist/cli/tui/utils/navigation.js.map +1 -1
- package/dist/cli/tui/utils/proposal-detail-helpers.js +6 -6
- package/dist/cli/tui/utils/proposal-detail-helpers.js.map +1 -1
- package/dist/cli/tui/utils/stage-status.d.ts +4 -0
- package/dist/cli/tui/utils/stage-status.d.ts.map +1 -1
- package/dist/cli/tui/utils/stage-status.js +47 -1
- package/dist/cli/tui/utils/stage-status.js.map +1 -1
- package/dist/cli/tui/utils/time.d.ts +4 -4
- package/dist/cli/tui/utils/time.d.ts.map +1 -1
- package/dist/cli/tui/utils/time.js +13 -11
- package/dist/cli/tui/utils/time.js.map +1 -1
- package/dist/cli/tui/views/CalldataView.d.ts.map +1 -1
- package/dist/cli/tui/views/CalldataView.js +3 -2
- package/dist/cli/tui/views/CalldataView.js.map +1 -1
- package/dist/cli/tui/views/DescriptionView.d.ts.map +1 -1
- package/dist/cli/tui/views/DescriptionView.js +4 -2
- package/dist/cli/tui/views/DescriptionView.js.map +1 -1
- package/dist/cli/tui/views/ElectionView.d.ts.map +1 -1
- package/dist/cli/tui/views/ElectionView.js +4 -9
- package/dist/cli/tui/views/ElectionView.js.map +1 -1
- package/dist/constants.d.ts +54 -23
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +78 -21
- package/dist/constants.js.map +1 -1
- package/dist/data/bundled-cache.json +393 -20
- package/dist/data/delegate-cache.json +118014 -0
- package/dist/deduplication.d.ts.map +1 -1
- package/dist/deduplication.js +34 -54
- package/dist/deduplication.js.map +1 -1
- package/dist/delegates/cache.d.ts +44 -0
- package/dist/delegates/cache.d.ts.map +1 -0
- package/dist/delegates/cache.js +202 -0
- package/dist/delegates/cache.js.map +1 -0
- package/dist/delegates/index.d.ts +13 -0
- package/dist/delegates/index.d.ts.map +1 -0
- package/dist/delegates/index.js +32 -0
- package/dist/delegates/index.js.map +1 -0
- package/dist/delegates/indexer.d.ts +32 -0
- package/dist/delegates/indexer.d.ts.map +1 -0
- package/dist/delegates/indexer.js +191 -0
- package/dist/delegates/indexer.js.map +1 -0
- package/dist/delegates/queries.d.ts +30 -0
- package/dist/delegates/queries.d.ts.map +1 -0
- package/dist/delegates/queries.js +79 -0
- package/dist/delegates/queries.js.map +1 -0
- package/dist/discovery/governor-discovery.d.ts +21 -1
- package/dist/discovery/governor-discovery.d.ts.map +1 -1
- package/dist/discovery/governor-discovery.js +47 -13
- package/dist/discovery/governor-discovery.js.map +1 -1
- package/dist/discovery/timelock-discovery.d.ts.map +1 -1
- package/dist/discovery/timelock-discovery.js +27 -30
- package/dist/discovery/timelock-discovery.js.map +1 -1
- package/dist/election/contracts.d.ts.map +1 -1
- package/dist/election/contracts.js +4 -1
- package/dist/election/contracts.js.map +1 -1
- package/dist/election/details.d.ts.map +1 -1
- package/dist/election/details.js +7 -3
- package/dist/election/details.js.map +1 -1
- package/dist/election/index.d.ts +3 -1
- package/dist/election/index.d.ts.map +1 -1
- package/dist/election/index.js +12 -1
- package/dist/election/index.js.map +1 -1
- package/dist/election/params.d.ts.map +1 -1
- package/dist/election/params.js +14 -28
- package/dist/election/params.js.map +1 -1
- package/dist/election/participants.d.ts.map +1 -1
- package/dist/election/participants.js +21 -26
- package/dist/election/participants.js.map +1 -1
- package/dist/election/proposal-ids.js +19 -22
- package/dist/election/proposal-ids.js.map +1 -1
- package/dist/election/status.d.ts +28 -1
- package/dist/election/status.d.ts.map +1 -1
- package/dist/election/status.js +116 -3
- package/dist/election/status.js.map +1 -1
- package/dist/election/write.d.ts +132 -0
- package/dist/election/write.d.ts.map +1 -0
- package/dist/election/write.js +184 -0
- package/dist/election/write.js.map +1 -0
- package/dist/governance/index.d.ts +5 -0
- package/dist/governance/index.d.ts.map +1 -0
- package/dist/governance/index.js +28 -0
- package/dist/governance/index.js.map +1 -0
- package/dist/governance/read.d.ts +50 -0
- package/dist/governance/read.d.ts.map +1 -0
- package/dist/governance/read.js +194 -0
- package/dist/governance/read.js.map +1 -0
- package/dist/governance/write.d.ts +54 -0
- package/dist/governance/write.d.ts.map +1 -0
- package/dist/governance/write.js +132 -0
- package/dist/governance/write.js.map +1 -0
- package/dist/index.d.ts +40 -21
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +149 -15
- package/dist/index.js.map +1 -1
- package/dist/simulation/index.d.ts +4 -1
- package/dist/simulation/index.d.ts.map +1 -1
- package/dist/simulation/index.js +5 -1
- package/dist/simulation/index.js.map +1 -1
- package/dist/simulation/simulation-data.d.ts +33 -2
- package/dist/simulation/simulation-data.d.ts.map +1 -1
- package/dist/simulation/simulation-data.js +68 -24
- package/dist/simulation/simulation-data.js.map +1 -1
- package/dist/simulation/tenderly-payloads.d.ts +107 -0
- package/dist/simulation/tenderly-payloads.d.ts.map +1 -0
- package/dist/simulation/tenderly-payloads.js +103 -0
- package/dist/simulation/tenderly-payloads.js.map +1 -0
- package/dist/stages/l2-to-l1-message.d.ts.map +1 -1
- package/dist/stages/l2-to-l1-message.js +43 -63
- package/dist/stages/l2-to-l1-message.js.map +1 -1
- package/dist/stages/proposal-queued.js.map +1 -1
- package/dist/stages/retryables.d.ts.map +1 -1
- package/dist/stages/retryables.js +10 -9
- package/dist/stages/retryables.js.map +1 -1
- package/dist/stages/timelock.d.ts +43 -3
- package/dist/stages/timelock.d.ts.map +1 -1
- package/dist/stages/timelock.js +170 -53
- package/dist/stages/timelock.js.map +1 -1
- package/dist/stages/utils.d.ts +56 -1
- package/dist/stages/utils.d.ts.map +1 -1
- package/dist/stages/utils.js +146 -30
- package/dist/stages/utils.js.map +1 -1
- package/dist/tracker/bundled-cache.d.ts +136 -0
- package/dist/tracker/bundled-cache.d.ts.map +1 -0
- package/dist/tracker/bundled-cache.js +207 -0
- package/dist/tracker/bundled-cache.js.map +1 -0
- package/dist/tracker/checkpoint-helpers.d.ts +20 -1
- package/dist/tracker/checkpoint-helpers.d.ts.map +1 -1
- package/dist/tracker/checkpoint-helpers.js +41 -7
- package/dist/tracker/checkpoint-helpers.js.map +1 -1
- package/dist/tracker/discovery.d.ts +3 -0
- package/dist/tracker/discovery.d.ts.map +1 -1
- package/dist/tracker/discovery.js +59 -34
- package/dist/tracker/discovery.js.map +1 -1
- package/dist/tracker/pipeline.d.ts +3 -10
- package/dist/tracker/pipeline.d.ts.map +1 -1
- package/dist/tracker/pipeline.js +18 -32
- package/dist/tracker/pipeline.js.map +1 -1
- package/dist/tracker/query.d.ts +1 -0
- package/dist/tracker/query.d.ts.map +1 -1
- package/dist/tracker/query.js +28 -36
- package/dist/tracker/query.js.map +1 -1
- package/dist/tracker/state.d.ts +3 -2
- package/dist/tracker/state.d.ts.map +1 -1
- package/dist/tracker/state.js +5 -4
- package/dist/tracker/state.js.map +1 -1
- package/dist/tracker.d.ts +33 -11
- package/dist/tracker.d.ts.map +1 -1
- package/dist/tracker.js +76 -43
- package/dist/tracker.js.map +1 -1
- package/dist/types/config.d.ts +39 -3
- package/dist/types/config.d.ts.map +1 -1
- package/dist/types/delegates.d.ts +55 -0
- package/dist/types/delegates.d.ts.map +1 -0
- package/dist/types/delegates.js +9 -0
- package/dist/types/delegates.js.map +1 -0
- package/dist/types/election.d.ts +23 -0
- package/dist/types/election.d.ts.map +1 -1
- package/dist/types/index.d.ts +3 -2
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js.map +1 -1
- package/dist/types/simulation.d.ts +2 -2
- package/dist/types/simulation.d.ts.map +1 -1
- package/dist/types/tracking.d.ts +2 -2
- package/dist/types/tracking.d.ts.map +1 -1
- package/dist/utils/chain.d.ts +5 -1
- package/dist/utils/chain.d.ts.map +1 -1
- package/dist/utils/chain.js +7 -0
- package/dist/utils/chain.js.map +1 -1
- package/dist/utils/formatters.d.ts +2 -6
- package/dist/utils/formatters.d.ts.map +1 -1
- package/dist/utils/formatters.js +9 -12
- package/dist/utils/formatters.js.map +1 -1
- package/dist/utils/log-filters.js +1 -1
- package/dist/utils/log-filters.js.map +1 -1
- package/dist/utils/logger.d.ts +2 -0
- package/dist/utils/logger.d.ts.map +1 -1
- package/dist/utils/logger.js +2 -0
- package/dist/utils/logger.js.map +1 -1
- package/dist/utils/multicall.d.ts +0 -1
- package/dist/utils/multicall.d.ts.map +1 -1
- package/dist/utils/rpc-utils.d.ts +5 -0
- package/dist/utils/rpc-utils.d.ts.map +1 -1
- package/dist/utils/rpc-utils.js +9 -1
- package/dist/utils/rpc-utils.js.map +1 -1
- package/dist/utils/stage-metadata.d.ts +19 -0
- package/dist/utils/stage-metadata.d.ts.map +1 -1
- package/dist/utils/stage-metadata.js +44 -0
- package/dist/utils/stage-metadata.js.map +1 -1
- package/dist/utils/timing.d.ts +3 -10
- package/dist/utils/timing.d.ts.map +1 -1
- package/dist/utils/timing.js +9 -22
- package/dist/utils/timing.js.map +1 -1
- package/package.json +7 -3
- package/dist/cli/tui/utils/calldata-formatter.d.ts +0 -7
- package/dist/cli/tui/utils/calldata-formatter.d.ts.map +0 -1
- package/dist/cli/tui/utils/calldata-formatter.js +0 -14
- package/dist/cli/tui/utils/calldata-formatter.js.map +0 -1
- package/dist/cli/tui/utils/stage-formatter.d.ts +0 -7
- package/dist/cli/tui/utils/stage-formatter.d.ts.map +0 -1
- package/dist/cli/tui/utils/stage-formatter.js +0 -13
- package/dist/cli/tui/utils/stage-formatter.js.map +0 -1
- package/dist/cli/tui/utils/text.d.ts +0 -7
- package/dist/cli/tui/utils/text.d.ts.map +0 -1
- package/dist/cli/tui/utils/text.js +0 -12
- package/dist/cli/tui/utils/text.js.map +0 -1
|
@@ -11001,7 +11001,7 @@
|
|
|
11001
11001
|
},
|
|
11002
11002
|
"discovery:watermarks": {
|
|
11003
11003
|
"version": 1,
|
|
11004
|
-
"createdAt":
|
|
11004
|
+
"createdAt": 1776080385165,
|
|
11005
11005
|
"input": {
|
|
11006
11006
|
"type": "discovery",
|
|
11007
11007
|
"id": "watermarks"
|
|
@@ -11009,29 +11009,29 @@
|
|
|
11009
11009
|
"lastProcessedStage": null,
|
|
11010
11010
|
"lastProcessedBlock": {
|
|
11011
11011
|
"l1": 0,
|
|
11012
|
-
"l2":
|
|
11012
|
+
"l2": 452049101
|
|
11013
11013
|
},
|
|
11014
11014
|
"cachedData": {
|
|
11015
11015
|
"discoveryWatermarks": {
|
|
11016
|
-
"constitutionalGovernor":
|
|
11017
|
-
"nonConstitutionalGovernor":
|
|
11018
|
-
"electionNomineeGovernor":
|
|
11019
|
-
"electionMemberGovernor":
|
|
11020
|
-
"l2ConstitutionalTimelock":
|
|
11021
|
-
"l2NonConstitutionalTimelock":
|
|
11016
|
+
"constitutionalGovernor": 452049101,
|
|
11017
|
+
"nonConstitutionalGovernor": 452049101,
|
|
11018
|
+
"electionNomineeGovernor": 452049101,
|
|
11019
|
+
"electionMemberGovernor": 452049101,
|
|
11020
|
+
"l2ConstitutionalTimelock": 452049101,
|
|
11021
|
+
"l2NonConstitutionalTimelock": 452049101
|
|
11022
11022
|
},
|
|
11023
11023
|
"watermarkHashes": {
|
|
11024
|
-
"electionNomineeGovernor": "
|
|
11025
|
-
"l2ConstitutionalTimelock": "
|
|
11026
|
-
"l2NonConstitutionalTimelock": "
|
|
11027
|
-
"constitutionalGovernor": "
|
|
11028
|
-
"electionMemberGovernor": "
|
|
11029
|
-
"nonConstitutionalGovernor": "
|
|
11024
|
+
"electionNomineeGovernor": "0xc4a67530007a83d3bad6f14dd7be15bf11d629cf6c126603a23eee409f050391",
|
|
11025
|
+
"l2ConstitutionalTimelock": "0xc4a67530007a83d3bad6f14dd7be15bf11d629cf6c126603a23eee409f050391",
|
|
11026
|
+
"l2NonConstitutionalTimelock": "0xc4a67530007a83d3bad6f14dd7be15bf11d629cf6c126603a23eee409f050391",
|
|
11027
|
+
"constitutionalGovernor": "0xc4a67530007a83d3bad6f14dd7be15bf11d629cf6c126603a23eee409f050391",
|
|
11028
|
+
"electionMemberGovernor": "0xc4a67530007a83d3bad6f14dd7be15bf11d629cf6c126603a23eee409f050391",
|
|
11029
|
+
"nonConstitutionalGovernor": "0xc4a67530007a83d3bad6f14dd7be15bf11d629cf6c126603a23eee409f050391"
|
|
11030
11030
|
}
|
|
11031
11031
|
},
|
|
11032
11032
|
"metadata": {
|
|
11033
11033
|
"errorCount": 0,
|
|
11034
|
-
"lastTrackedAt":
|
|
11034
|
+
"lastTrackedAt": 1776080385165
|
|
11035
11035
|
}
|
|
11036
11036
|
},
|
|
11037
11037
|
"tx:0x38d5327a65a7d8f6b88d6907d3a4f547e400bbe96e2b7d46825dc66111eec521:op:0x200d9087a25543aa4626755531511b3b70d8e271754ea39a4a6d0b11769b6455": {
|
|
@@ -32612,7 +32612,7 @@
|
|
|
32612
32612
|
},
|
|
32613
32613
|
"election:5": {
|
|
32614
32614
|
"version": 1,
|
|
32615
|
-
"createdAt":
|
|
32615
|
+
"createdAt": 1776080396318,
|
|
32616
32616
|
"input": {
|
|
32617
32617
|
"type": "election",
|
|
32618
32618
|
"electionIndex": 5
|
|
@@ -32625,8 +32625,358 @@
|
|
|
32625
32625
|
"cachedData": {
|
|
32626
32626
|
"electionStatus": {
|
|
32627
32627
|
"electionIndex": 5,
|
|
32628
|
-
"phase": "
|
|
32628
|
+
"phase": "MEMBER_ELECTION",
|
|
32629
32629
|
"cohort": 1,
|
|
32630
|
+
"nomineeProposalId": "76823177191117641227374269617453449569686658579636857569082048420555574753600",
|
|
32631
|
+
"memberProposalId": "76823177191117641227374269617453449569686658579636857569082048420555574753600",
|
|
32632
|
+
"nomineeProposalState": "Executed",
|
|
32633
|
+
"memberProposalState": "Active",
|
|
32634
|
+
"compliantNomineeCount": 11,
|
|
32635
|
+
"targetNomineeCount": 6,
|
|
32636
|
+
"vettingDeadline": 24864349,
|
|
32637
|
+
"isInVettingPeriod": false,
|
|
32638
|
+
"canProceedToMemberPhase": false,
|
|
32639
|
+
"canExecuteMember": false,
|
|
32640
|
+
"stages": [
|
|
32641
|
+
{
|
|
32642
|
+
"type": "CREATE_ELECTION",
|
|
32643
|
+
"status": "COMPLETED",
|
|
32644
|
+
"chain": "arb1",
|
|
32645
|
+
"chainId": 42161,
|
|
32646
|
+
"transactions": [
|
|
32647
|
+
{
|
|
32648
|
+
"hash": "0xf9da8f849edeb9ffc59a58c8179fa2e54b16baaf05ae829361185ae2a26ec45f",
|
|
32649
|
+
"blockNumber": 442040361,
|
|
32650
|
+
"chain": "arb1",
|
|
32651
|
+
"chainId": 42161
|
|
32652
|
+
}
|
|
32653
|
+
],
|
|
32654
|
+
"data": {
|
|
32655
|
+
"electionIndex": 5,
|
|
32656
|
+
"cohort": 1,
|
|
32657
|
+
"startTimestamp": 0,
|
|
32658
|
+
"nomineeProposalId": "76823177191117641227374269617453449569686658579636857569082048420555574753600"
|
|
32659
|
+
},
|
|
32660
|
+
"executable": false
|
|
32661
|
+
},
|
|
32662
|
+
{
|
|
32663
|
+
"type": "NOMINEE_ELECTION",
|
|
32664
|
+
"status": "COMPLETED",
|
|
32665
|
+
"chain": "arb1",
|
|
32666
|
+
"chainId": 42161,
|
|
32667
|
+
"transactions": [],
|
|
32668
|
+
"data": {
|
|
32669
|
+
"nomineeProposalId": "76823177191117641227374269617453449569686658579636857569082048420555574753600",
|
|
32670
|
+
"proposalState": "Executed",
|
|
32671
|
+
"contenderCount": 0,
|
|
32672
|
+
"compliantNomineeCount": 11,
|
|
32673
|
+
"targetNomineeCount": 6
|
|
32674
|
+
},
|
|
32675
|
+
"executable": false
|
|
32676
|
+
},
|
|
32677
|
+
{
|
|
32678
|
+
"type": "NOMINEE_VETTING",
|
|
32679
|
+
"status": "COMPLETED",
|
|
32680
|
+
"chain": "arb1",
|
|
32681
|
+
"chainId": 42161,
|
|
32682
|
+
"transactions": [
|
|
32683
|
+
{
|
|
32684
|
+
"hash": "0x5f25667d76699169908cf4b1ca6e3a33052b1e24fa215b51443f7c922a6c48d8",
|
|
32685
|
+
"blockNumber": 451749532,
|
|
32686
|
+
"chain": "arb1",
|
|
32687
|
+
"chainId": 42161
|
|
32688
|
+
}
|
|
32689
|
+
],
|
|
32690
|
+
"data": {
|
|
32691
|
+
"nomineeProposalId": "76823177191117641227374269617453449569686658579636857569082048420555574753600",
|
|
32692
|
+
"vettingDeadline": 24864349,
|
|
32693
|
+
"currentL1Block": 24870609,
|
|
32694
|
+
"compliantNomineeCount": 11,
|
|
32695
|
+
"memberProposalId": "76823177191117641227374269617453449569686658579636857569082048420555574753600"
|
|
32696
|
+
},
|
|
32697
|
+
"executable": false
|
|
32698
|
+
},
|
|
32699
|
+
{
|
|
32700
|
+
"type": "MEMBER_ELECTION",
|
|
32701
|
+
"status": "PENDING",
|
|
32702
|
+
"chain": "arb1",
|
|
32703
|
+
"chainId": 42161,
|
|
32704
|
+
"transactions": [],
|
|
32705
|
+
"data": {
|
|
32706
|
+
"memberProposalId": "76823177191117641227374269617453449569686658579636857569082048420555574753600",
|
|
32707
|
+
"proposalState": "Active",
|
|
32708
|
+
"winnersCount": 0
|
|
32709
|
+
},
|
|
32710
|
+
"executable": false
|
|
32711
|
+
},
|
|
32712
|
+
{
|
|
32713
|
+
"type": "L2_TIMELOCK",
|
|
32714
|
+
"status": "NOT_STARTED",
|
|
32715
|
+
"chain": "arb1",
|
|
32716
|
+
"chainId": 42161,
|
|
32717
|
+
"transactions": [],
|
|
32718
|
+
"data": {},
|
|
32719
|
+
"executable": false
|
|
32720
|
+
},
|
|
32721
|
+
{
|
|
32722
|
+
"type": "L2_TO_L1_MESSAGE",
|
|
32723
|
+
"status": "NOT_STARTED",
|
|
32724
|
+
"chain": "arb1",
|
|
32725
|
+
"chainId": 42161,
|
|
32726
|
+
"transactions": [],
|
|
32727
|
+
"data": {},
|
|
32728
|
+
"executable": false
|
|
32729
|
+
},
|
|
32730
|
+
{
|
|
32731
|
+
"type": "L1_TIMELOCK",
|
|
32732
|
+
"status": "NOT_STARTED",
|
|
32733
|
+
"chain": "ethereum",
|
|
32734
|
+
"chainId": 1,
|
|
32735
|
+
"transactions": [],
|
|
32736
|
+
"data": {},
|
|
32737
|
+
"executable": false
|
|
32738
|
+
},
|
|
32739
|
+
{
|
|
32740
|
+
"type": "RETRYABLE_EXECUTED",
|
|
32741
|
+
"status": "NOT_STARTED",
|
|
32742
|
+
"chain": "ethereum",
|
|
32743
|
+
"chainId": 1,
|
|
32744
|
+
"transactions": [],
|
|
32745
|
+
"data": {},
|
|
32746
|
+
"executable": false
|
|
32747
|
+
}
|
|
32748
|
+
],
|
|
32749
|
+
"creationTxHash": "0xf9da8f849edeb9ffc59a58c8179fa2e54b16baaf05ae829361185ae2a26ec45f",
|
|
32750
|
+
"nomineeExecuteTxHash": "0x5f25667d76699169908cf4b1ca6e3a33052b1e24fa215b51443f7c922a6c48d8"
|
|
32751
|
+
}
|
|
32752
|
+
},
|
|
32753
|
+
"metadata": {
|
|
32754
|
+
"errorCount": 0,
|
|
32755
|
+
"lastTrackedAt": 1776080396318
|
|
32756
|
+
}
|
|
32757
|
+
},
|
|
32758
|
+
"tx:0x0e065032993b9a99a1a34bd4ac08ab5945b7058f26973c90c86c37bf4ef2295a": {
|
|
32759
|
+
"version": 1,
|
|
32760
|
+
"createdAt": 1773751092953,
|
|
32761
|
+
"input": {
|
|
32762
|
+
"type": "governor",
|
|
32763
|
+
"governorAddress": "0xf07DeD9dC292157749B6Fd268E37DF6EA38395B9",
|
|
32764
|
+
"proposalId": "112177996398925212273579485756315626637025938627124330171390356044681347897430",
|
|
32765
|
+
"creationTxHash": "0x0e065032993b9a99a1a34bd4ac08ab5945b7058f26973c90c86c37bf4ef2295a"
|
|
32766
|
+
},
|
|
32767
|
+
"lastProcessedStage": "PROPOSAL_QUEUED",
|
|
32768
|
+
"lastProcessedBlock": {
|
|
32769
|
+
"l1": 0,
|
|
32770
|
+
"l2": 0,
|
|
32771
|
+
"nova": 0
|
|
32772
|
+
},
|
|
32773
|
+
"cachedData": {
|
|
32774
|
+
"completedStages": [
|
|
32775
|
+
{
|
|
32776
|
+
"type": "PROPOSAL_CREATED",
|
|
32777
|
+
"status": "COMPLETED",
|
|
32778
|
+
"chain": "arb1",
|
|
32779
|
+
"chainId": 42161,
|
|
32780
|
+
"transactions": [
|
|
32781
|
+
{
|
|
32782
|
+
"hash": "0x0e065032993b9a99a1a34bd4ac08ab5945b7058f26973c90c86c37bf4ef2295a",
|
|
32783
|
+
"blockNumber": 435258091,
|
|
32784
|
+
"chain": "arb1",
|
|
32785
|
+
"chainId": 42161,
|
|
32786
|
+
"timestamp": 1771882585
|
|
32787
|
+
}
|
|
32788
|
+
],
|
|
32789
|
+
"data": {
|
|
32790
|
+
"proposalType": "CONSTITUTIONAL",
|
|
32791
|
+
"proposalId": "112177996398925212273579485756315626637025938627124330171390356044681347897430",
|
|
32792
|
+
"proposer": "0xb5B069370Ef24BC67F114e185D185063CE3479f8",
|
|
32793
|
+
"description": "# [Constitutional] DVP Quorum & Proposal Cancellation\n# 1. Abstract\n\nThe ArbitrumDAO recently [expressed strong interest](https://snapshot.box/#/s:arbitrumfoundation.eth/proposal/0xc5f06144fa92aaff99e0e44482ab6f7a3f6486dfb6c854d16271399ffcf895e6) in moving towards a delegated voting power(DVP)-based quorum model with the parameters now finalized in an [offchain vote](https://snapshot.box/#/s:arbitrumfoundation.eth/proposal/0x3ac48360cb2cf6f921e391a97416a53c8ca442e3a621a9f7bb406719a8f8034d). Consequently, this upgrade, if implemented, will define quorum as:\n\n`Quorum = min{max quorum, max{ɑ*DVP, baseline quorum}}`\nwhere **ɑ**, **baseline quorum**, and **max quorum** are constants.\n\nUpdates to the quorum computation model will also be reflected in the ArbitrumDAO Constitution - executing this proposal will update the onchain constitution hash given the adjusted text.\n\nLastly, this proposal payload also includes an upgrade to enable onchain proposal cancellation in the Arbitrum Core Governor and Arbitrum Treasury Governor contracts.\n\nAll changes have been audited by Trail of Bits and the audit report (also covering the combined proposal payload) can be found [here](https://docs.arbitrum.io/assets/files/2026.02-offchain-arbitrum-quorum-changes-with-feb-extension-security-review-b3121ca12b4ea645f83ea8357c242d64.pdf).\n\n# [](#2-Motivation-amp-Context \"2-Motivation-amp-Context\")2. Motivation & Context\n\nAs it stands, the ArbitrumDAO quorum is computed based on the total voteable supply, which has no relationship to the tokens registered to vote. This proposal introduces a better approach by basing quorum on delegated voting power (DVP) - a metric that more directly represents the amount of ARB participating in governance and available for voting.\n\nAll of the relevant context and motivation around this change may be found in previously published posts on this topic. The [first report](https://forum.arbitrum.foundation/t/dvp-quorum-for-arbitrumdao/29996) focuses on the rationale for the change, the historical performance of quorum, and the security implications of this upgrade. The [second report](https://forum.arbitrum.foundation/t/dvp-quorum-for-arbitrumdao/29996/27?u=amanwithwings) is a comparative analysis of quorum across other large DAOs, as well as shareholder voting in public companies, aimed at presenting insights into ArbitrumDAO’s position relative to comparable systems. The motivation around this update is captured in the [initial temperature check](https://forum.arbitrum.foundation/t/constitutional-aip-dvp-quorum/30053).\n\nSecondly, in order to improve the proposal process, ArbitrumDAO previously [funded](https://www.tally.xyz/gov/arbitrum/proposal/105661716969503353468484651547476341487744471176330694566006767279895911370354?govId=eip155:42161:0x789fC99093B09aD01C34DC7251D0C89ce743e5a4) Tally to implement onchain proposal cancellation in Arbitrum Core Governor and Arbitrum Treasury Governor contracts. This upgrade allows the proposer to cancel their proposal during the 3-day *pending period* before voting commences. Onchain proposal cancellation reduces friction in the governance process by allowing proposers to withdraw proposals that contain errors, outdated parameters, or that need revision based on delegate feedback received after submission - without requiring the DAO to spend time and attention voting down a proposal that the proposer themselves no longer supports.\n\n# [](#Specification \"Specification\")3. Specification\n\n## [](#311-Definition---DVP \"311-Definition---DVP\")3.1.1 Definition - DVP\n\nThis AIP proposes upgrading to the following quorum computation logic:\n\n`Quorum = min{max quorum, max{ɑ*DVP, baseline quorum}}`\nwhere ɑ, baseline quorum, and max quorum are constants.\n\n## [](#312-How-the-Formula-Works---DVP \"312-How-the-Formula-Works---DVP\")3.1.2 How the Formula Works - DVP\n\nThe proposed formula works as follows:\n\n* When ɑ\\*DVP is lower than baseline quorum, baseline quorum applies.\n* When ɑ\\* DVP is higher than baseline quorum and lower than max quorum, ɑ\\* DVP applies.\n* When ɑ\\*DVP is higher than max quorum, max quorum applies.\n\nIn short, baseline quorum and max quorum form fixed lower and upper bounds for quorum.\n\n## [](#313-Proposed-Parameters---DVP \"313-Proposed-Parameters---DVP\")3.1.3 Proposed Parameters - DVP\n\nWe suggest the following parameters:\n\n**For constitutional proposals**:\n\n* {ɑ = 0.5; baseline quorum = 150m ARB; max quorum = 450m ARB}\n\n**For non-constitutional proposals**:\n\n* {ɑ = 0.4; baseline quorum = 100m ARB; max quorum = 300m ARB}\n\n## [](#314-Implementation---DVP \"314-Implementation---DVP\")3.1.4 Implementation - DVP\n\nThis upgrade will introduce the following changes to the ARB token contract and the governor contracts:\n\n**ARB Token contract upgrade**\n\nThe ARB token contract will be upgraded to keep a running total of DVP, updated upon each delegation change and token transfer.\n\n1. What is tracked:\n Total DVP = sum of balances of all accounts with a non-zero delegation at a given block.\n2. Initialization process:\n To initialize the running total, an estimate of the total DVP must be provided as part of the upgrade proposal. A followup proposal can correct any error in the initial DVP estimate if needed. This doesn’t change user balances or individual delegate voting power, only the aggregate DVP.\n3. Query interface:\n getTotalDelegation() to obtain the latest value.\n getTotalDelegationAt(uint256 blockNumber) to obtain historical value at a snapshot block.\n\n**Governor contract update**\n\n1. The DAO governor contracts (Core Governor and Treasury Governor) will be upgraded to use the new total DVP metric. This replaces current percentage calculations with DVP-based thresholds.\n2. Use getTotalDelegation() from the token contract for quorum calculation.\n\n## [](#321-Implementation---Proposal-Cancellation \"321-Implementation---Proposal-Cancellation\")3.2.1 Implementation - Proposal Cancellation\n\nThis proposal will upgrade the Core Governor and Treasury Governor contracts to implement a cancel() function. The function may only be invoked by the proposal creator during the *pending period* - the three day window after a proposal is posted onchain and before voting begins.\n\n# [](#4-Rationale \"4-Rationale\")4. Rationale\n\n## [](#i-Participation-threshold-ɑ \"i-Participation-threshold-ɑ\")(i) Participation threshold (ɑ)\n\nFor non-constitutional proposals, our recommendation of ɑ = 0.4 ensures continuity with the current non-constitutional quorum. At the current DVP of 348.61m ARB, non-constitutional quorum will equate to 139.4m ARB, which is very close to its current value of 145.56m ARB.\n\nFor constitutional proposals, our recommendation for an ɑ value of 0.5 aims at creating a safer buffer between voter turnout and quorum while retaining a high voter turnout. Most large DAOs operate with quorum thresholds well below fifty percent of delegated voting power, and corporate and legislative systems rarely employ supermajority quorum requirements. As concluded by [research report #2](https://forum.arbitrum.foundation/t/dvp-quorum-for-arbitrumdao/29996/27?u=amanwithwings), when quorum is expressed as a percentage of DVP, its value at ArbitrumDAO (~62% of DVP) is roughly double that of the next highest DAO benchmarked. Even after the proposed upgrade, ArbitrumDAO’s quorum would remain higher than all comparable DAOs reviewed by the report.\n\n## [](#ii-Baseline-Quorum \"ii-Baseline-Quorum\")(ii) Baseline Quorum\n\nHistorical participation data of ArbitrumDAO [provides strong support](https://forum.arbitrum.foundation/t/dvp-quorum-for-arbitrumdao/29996#p-73888-changing-quorum-threshold-computation-6) for the baseline quorum values proposed. Over the last two years, the average quorum for non-constitutional proposals amounted to ~104m ARB, which motivates our recommendation of a 100m ARB baseline for non-constitutional proposals. For constitutional proposals, the average quorum, excluding periods in which quorum was structurally difficult to reach, falls around 156m ARB, motivating our recommendation of a 150m ARB baseline. These values preserve continuity with observed voting behavior while creating a sufficiently large lower bound for quorum.\n\nNote that baseline quorum values will not apply until DVP drops below a certain threshold. For the constitutional baseline quorum to apply, DVP would need to drop below 300m ARB. At all values of delegation below this threshold, a constitutional proposal will require a quorum of 150m ARB. For the non-constitutional baseline quorum to apply, DVP would need to drop below 250m ARB.\n\n## [](#iii-Maximum-Quorum \"iii-Maximum-Quorum\")(iii) Maximum Quorum\n\nThe implementation also includes an explicit smart contract setting to configure a maximum value of constitutional and non-constitutional quorum. This is a static parameter that can be updated through a DAO vote if needed. A maximum quorum of 450m ARB for constitutional proposals and 300m ARB for non-constitutional proposals are proposed. These values are fully consistent with the current maximum quorum values (where they are defined as 3% and 4.5% of the maximum voteable token supply) and as such aim to retain the status quo on the upper bound. For additional context, DVP would need to go over 750m ARB for the non-constitutional max quorum to be triggered and to over 900m ARB for the constitutional max quorum to be triggered.\n\nGoing forward, these thresholds may further act as checkpoints for the DAO to reconsider the DVP-quorum model’s performance in a high-DVP scenario.\n\n# [](#5-ArbitrumDAO-Constitution-Adjustments \"5-ArbitrumDAO-Constitution-Adjustments\")5. ArbitrumDAO Constitution Adjustments\n\nDue to the upgrade’s nature, the following updates will be made to the Definitions and DAO Proposals and Voting Procedures sections of the ArbitrumDAO Constitution, in order to reflect the new way quorum is calculated. The constitution hash will be updated as a part of this proposal payload.\n\n## Change 1: Definitions\n\n### [](#Old-Text \"Old-Text\")Old Text\n\nDefinitions:\n\n* AIP: An Arbitrum Improvement Proposal\n* ArbitrumDAO-governed chains: The Arbitrum One and Arbitrum Nova chains and any additional chains authorized by the ArbitrumDAO\n* DAO Treasury: All $ARB tokens held in a governance smart contract governed directly by the ArbitrumDAO and/or the Security Council of The Arbitrum Foundation via on-chain voting mechanisms.\n* Governed Chains: Any ArbitrumDAO-approved chains that are governed by the $ARB token\n* Non-Governed Chains: Any ArbitrumDAO-approved chains that are not governed by the $ARB token\n* Votable Tokens: All $ARB tokens in existence, excluding any tokens held by The Arbitrum Foundation and any unclaimed airdrops\n\n### New Text\n\nDefinitions:\n\n* AIP: An Arbitrum Improvement Proposal\n* ArbitrumDAO-governed chains: The Arbitrum One and Arbitrum Nova chains and any additional chains authorized by the ArbitrumDAO\n* DAO Treasury: All $ARB tokens held in a governance smart contract governed directly by the ArbitrumDAO and/or the Security Council of The Arbitrum Foundation via on-chain voting mechanisms\n* Delegated Votable Tokens: The number of all Votable Tokens that have been delegated and eligible to vote on AIPs\n* Governed Chains: Any ArbitrumDAO-approved chains that are governed by the $ARB token\n* Non-Governed Chains: Any ArbitrumDAO-approved chains that are not governed by the $ARB token\n* Votable Tokens: All $ARB tokens in existence, excluding any tokens held by The Arbitrum Foundation and any unclaimed airdrops\n\n## Change 2: DAO Proposals and Voting Procedures\n\n### Old Text\n\nPhase 3: DAO votes on AIP, on Arbitrum One (14-16 days): During this Phase 3, the ArbitrumDAO will be able to vote directly on-chain on a submitted AIP.\n\nAn AIP passes if the following 2 conditions are met:\n\na. More Votable Tokens have casted votes \"in favor\" than have casted votes \"against\" (\"Threshold 1\"); and\n\nb. In the case of a:\n\n* Constitutional AIP, at least 4.5% of all Votable Tokens have casted votes either \"in favor\" or \"abstain\"; or\n* Non-Constitutional AIP, at least 3% of all Votable Tokens have casted votes either \"in favor\" or \"abstain\" (collectively, \"Threshold 2\").\n\n### New Text\n\nPhase 3: DAO votes on AIP, on Arbitrum One (14-16 days): During this Phase 3, the ArbitrumDAO will be able to vote directly on-chain on a submitted AIP.\n\nAn AIP passes if the following 2 conditions are met:\n\na. More Votable Tokens have cast votes \"in favor\" than have cast votes \"against\" (\"Threshold 1\"); and\n\nb. (\"Threshold 2\") In the case of a:\n\n* Constitutional AIP, at least a number of all Delegated Votable Tokens have cast votes either \"in favor\" or \"abstain\", determined in accordance with the below formula:\n\n1. If the product of 0.5 and the Delegated Votable Tokens (\"Preliminary Constitutional Quorum Value\") is less than 150,000,000, then 150,000,000 applies; or\n2. If the Preliminary Constitutional Quorum Value is greater than 150,000,000, but less than 450,000,000, then the Preliminary Constitutional Quorum Value applies; or\n3. If the Preliminary Constitutional Quorum Value is greater than 450,000,000, then 450,000,000 applies.\n\n* Non-Constitutional AIP, at least a number of all Delegated Votable Tokens have cast votes either \"in favor\" or \"abstain\", determined in accordance with the below formula:\n\n1. If the product of 0.4 and the Delegated Votable Tokens (\"Preliminary Non-Constitutional Quorum Value\") is less than 100,000,000, then 100,000,000 applies; or\n2. If the Preliminary Non-Constitutional Quorum Value is greater than 100,000,000, but less than 300,000,000, then the Preliminary Non-Constitutional Quorum Value applies; or\n3. If the Preliminary Non-Constitutional Quorum Value is greater than 300,000,000, then 300,000,000 applies.\n\n## Change 3: Fixing Minor Typos\n\n### Old Text\n\nA Non-Constitutional AIP is one that is not considered a \"Constitutional AIP\" including:\n\n* Funding: Requests funds/grants or otherwise propose how to spend or allocate funds from the DAO Treasury and, so long as The Arbitrum Foundation exists, the Administrative Budget Wallet as defined in the The Arbitrum Foundation’s Amended & Restated Bylaws\n\n### New Text\n\nA Non-Constitutional AIP is one that is not considered a \"Constitutional AIP\" including:\n\n* Funding: Requests funds/grants or otherwise propose how to spend or allocate funds from the DAO Treasury and, so long as The Arbitrum Foundation exists, the Administrative Budget Wallet as defined in The Arbitrum Foundation’s Amended & Restated Bylaws\n\n### Old Text\n\nSecurity Council members may only be removed prior to the end of their terms under two conditions:\n\n* At least 10% of all Votable Tokens have casted votes either \"in favor\" of removal or \"abstain\", and at least 5/6 (83.33%) of all casted votes are \"in favor\" of removal; or\n\n### New Text\n\nSecurity Council members may only be removed prior to the end of their terms under two conditions:\n\n* At least 10% of all Votable Tokens have cast votes either \"in favor\" of removal or \"abstain\", and at least 5/6 (83.33%) of all cast votes are \"in favor\" of removal; or",
|
|
32794
|
+
"startBlock": "24543913",
|
|
32795
|
+
"endBlock": "24644713",
|
|
32796
|
+
"targetCount": 1,
|
|
32797
|
+
"targets": [
|
|
32798
|
+
"0x0000000000000000000000000000000000000064"
|
|
32799
|
+
],
|
|
32800
|
+
"values": [
|
|
32801
|
+
"0"
|
|
32802
|
+
],
|
|
32803
|
+
"signatures": [
|
|
32804
|
+
""
|
|
32805
|
+
],
|
|
32806
|
+
"calldatas": [
|
|
32807
|
+
"0x928c169a000000000000000000000000e6841d92b0c345144506576ec13ecf5103ac7f49000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000005448f2a0bb000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000000005575a1202bdeb87fb924e3fd1901a3212c7fd42a35c39915ed94cec7697d6716000000000000000000000000000000000000000000000000000000000003f4800000000000000000000000000000000000000000000000000000000000000002000000000000000000000000a723c008e76e379c55599d2e4d93879beafda79c000000000000000000000000a723c008e76e379c55599d2e4d93879beafda79c0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000001e000000000000000000000000000000000000000000000000000000000000001800000000000000000000000004dbd4fc535ac27206064b68ffcf827b0a60bab3f000000000000000000000000cf57572261c7c2bcf21ffd220ea7d1a27d40a82700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000841cff79cd000000000000000000000000bea14c43ee8324b764d699b4e1b5dd9d1f1825c900000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000004b147f40c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001a00000000000000000000000004dbd4fc535ac27206064b68ffcf827b0a60bab3f000000000000000000000000cf57572261c7c2bcf21ffd220ea7d1a27d40a82700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000a4bca8c7b50000000000000000000000001d62ffeb72e4c360ccbbacf7c965153b002604170000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000002437f66aa7263080bed3962d0476fa84fbb32ab81dfff1244e2b145f9864da24353b2f3b05000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
|
|
32808
|
+
]
|
|
32809
|
+
},
|
|
32810
|
+
"executable": false,
|
|
32811
|
+
"timing": {
|
|
32812
|
+
"startedAt": 1771882585
|
|
32813
|
+
}
|
|
32814
|
+
},
|
|
32815
|
+
{
|
|
32816
|
+
"type": "VOTING_ACTIVE",
|
|
32817
|
+
"status": "COMPLETED",
|
|
32818
|
+
"chain": "arb1",
|
|
32819
|
+
"chainId": 42161,
|
|
32820
|
+
"transactions": [],
|
|
32821
|
+
"data": {
|
|
32822
|
+
"forVotes": "247894293.890469564044508341 ARB",
|
|
32823
|
+
"forVotesRaw": "247894293890469564044508341",
|
|
32824
|
+
"againstVotes": "362596.8639146394075596 ARB",
|
|
32825
|
+
"againstVotesRaw": "362596863914639407559600",
|
|
32826
|
+
"abstainVotes": "8652.850962443319447736 ARB",
|
|
32827
|
+
"abstainVotesRaw": "8652850962443319447736",
|
|
32828
|
+
"quorum": "218847660.430855376404666453 ARB",
|
|
32829
|
+
"quorumRaw": "218847660430855376404666453",
|
|
32830
|
+
"quorumReached": true,
|
|
32831
|
+
"deadline": "24644713",
|
|
32832
|
+
"wasExtended": false,
|
|
32833
|
+
"extensionPossible": false,
|
|
32834
|
+
"hasVettingPeriod": false,
|
|
32835
|
+
"isVettingActive": false,
|
|
32836
|
+
"proposalState": "Queued"
|
|
32837
|
+
},
|
|
32838
|
+
"executable": false
|
|
32839
|
+
},
|
|
32840
|
+
{
|
|
32841
|
+
"type": "PROPOSAL_QUEUED",
|
|
32842
|
+
"status": "COMPLETED",
|
|
32843
|
+
"chain": "arb1",
|
|
32844
|
+
"chainId": 42161,
|
|
32845
|
+
"transactions": [
|
|
32846
|
+
{
|
|
32847
|
+
"hash": "0x9c3cd6a7c50c4e5fb04f90e94725debb9d145e552a7e0e0ed691beac8be19209",
|
|
32848
|
+
"blockNumber": 441173481,
|
|
32849
|
+
"chain": "arb1",
|
|
32850
|
+
"chainId": 42161,
|
|
32851
|
+
"timestamp": 1773359037,
|
|
32852
|
+
"description": "queued"
|
|
32853
|
+
}
|
|
32854
|
+
],
|
|
32855
|
+
"data": {
|
|
32856
|
+
"proposalState": "Queued",
|
|
32857
|
+
"timelockAddress": "0x34d45e99f7D8c45ed05B5cA72D54bbD1fb3F98f0",
|
|
32858
|
+
"operationId": "0x5c474dae43fe17cba718831183694ba22bfeda0c15b308cad4492e09214e8822",
|
|
32859
|
+
"eta": 1774050237,
|
|
32860
|
+
"callCount": 1,
|
|
32861
|
+
"callScheduledData": [
|
|
32862
|
+
{
|
|
32863
|
+
"operationId": "0x5c474dae43fe17cba718831183694ba22bfeda0c15b308cad4492e09214e8822",
|
|
32864
|
+
"index": "0",
|
|
32865
|
+
"target": "0x0000000000000000000000000000000000000064",
|
|
32866
|
+
"value": "0",
|
|
32867
|
+
"data": "0x928c169a000000000000000000000000e6841d92b0c345144506576ec13ecf5103ac7f49000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000005448f2a0bb000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000000005575a1202bdeb87fb924e3fd1901a3212c7fd42a35c39915ed94cec7697d6716000000000000000000000000000000000000000000000000000000000003f4800000000000000000000000000000000000000000000000000000000000000002000000000000000000000000a723c008e76e379c55599d2e4d93879beafda79c000000000000000000000000a723c008e76e379c55599d2e4d93879beafda79c0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000001e000000000000000000000000000000000000000000000000000000000000001800000000000000000000000004dbd4fc535ac27206064b68ffcf827b0a60bab3f000000000000000000000000cf57572261c7c2bcf21ffd220ea7d1a27d40a82700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000841cff79cd000000000000000000000000bea14c43ee8324b764d699b4e1b5dd9d1f1825c900000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000004b147f40c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001a00000000000000000000000004dbd4fc535ac27206064b68ffcf827b0a60bab3f000000000000000000000000cf57572261c7c2bcf21ffd220ea7d1a27d40a82700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000a4bca8c7b50000000000000000000000001d62ffeb72e4c360ccbbacf7c965153b002604170000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000002437f66aa7263080bed3962d0476fa84fbb32ab81dfff1244e2b145f9864da24353b2f3b05000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
32868
|
+
"predecessor": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
32869
|
+
"delay": "691200",
|
|
32870
|
+
"blockNumber": 441173481,
|
|
32871
|
+
"txHash": "0x9c3cd6a7c50c4e5fb04f90e94725debb9d145e552a7e0e0ed691beac8be19209",
|
|
32872
|
+
"logIndex": 0,
|
|
32873
|
+
"timelockAddress": "0x34d45e99f7D8c45ed05B5cA72D54bbD1fb3F98f0"
|
|
32874
|
+
}
|
|
32875
|
+
]
|
|
32876
|
+
},
|
|
32877
|
+
"executable": false,
|
|
32878
|
+
"timing": {
|
|
32879
|
+
"startedAt": 1773359037,
|
|
32880
|
+
"eta": 1774050237
|
|
32881
|
+
}
|
|
32882
|
+
}
|
|
32883
|
+
]
|
|
32884
|
+
},
|
|
32885
|
+
"metadata": {
|
|
32886
|
+
"errorCount": 0,
|
|
32887
|
+
"lastTrackedAt": 1773751092953,
|
|
32888
|
+
"timelockOpKey": "tx:0x9c3cd6a7c50c4e5fb04f90e94725debb9d145e552a7e0e0ed691beac8be19209:op:0x5c474dae43fe17cba718831183694ba22bfeda0c15b308cad4492e09214e8822"
|
|
32889
|
+
}
|
|
32890
|
+
},
|
|
32891
|
+
"tx:0x9c3cd6a7c50c4e5fb04f90e94725debb9d145e552a7e0e0ed691beac8be19209:op:0x5c474dae43fe17cba718831183694ba22bfeda0c15b308cad4492e09214e8822": {
|
|
32892
|
+
"version": 1,
|
|
32893
|
+
"createdAt": 1773751092953,
|
|
32894
|
+
"input": {
|
|
32895
|
+
"type": "timelock",
|
|
32896
|
+
"timelockAddress": "0x34d45e99f7D8c45ed05B5cA72D54bbD1fb3F98f0",
|
|
32897
|
+
"operationId": "0x5c474dae43fe17cba718831183694ba22bfeda0c15b308cad4492e09214e8822",
|
|
32898
|
+
"scheduledTxHash": "0x9c3cd6a7c50c4e5fb04f90e94725debb9d145e552a7e0e0ed691beac8be19209"
|
|
32899
|
+
},
|
|
32900
|
+
"lastProcessedStage": "L2_TIMELOCK",
|
|
32901
|
+
"lastProcessedBlock": {
|
|
32902
|
+
"l1": 0,
|
|
32903
|
+
"l2": 0,
|
|
32904
|
+
"nova": 0
|
|
32905
|
+
},
|
|
32906
|
+
"cachedData": {
|
|
32907
|
+
"completedStages": [
|
|
32908
|
+
{
|
|
32909
|
+
"type": "L2_TIMELOCK",
|
|
32910
|
+
"status": "PENDING",
|
|
32911
|
+
"chain": "arb1",
|
|
32912
|
+
"chainId": 42161,
|
|
32913
|
+
"transactions": [
|
|
32914
|
+
{
|
|
32915
|
+
"hash": "0x9c3cd6a7c50c4e5fb04f90e94725debb9d145e552a7e0e0ed691beac8be19209",
|
|
32916
|
+
"blockNumber": 441173481,
|
|
32917
|
+
"chain": "arb1",
|
|
32918
|
+
"chainId": 42161,
|
|
32919
|
+
"timestamp": 1773359037,
|
|
32920
|
+
"description": "queued"
|
|
32921
|
+
}
|
|
32922
|
+
],
|
|
32923
|
+
"data": {
|
|
32924
|
+
"operationId": "0x5c474dae43fe17cba718831183694ba22bfeda0c15b308cad4492e09214e8822",
|
|
32925
|
+
"timelockAddress": "0x34d45e99f7D8c45ed05B5cA72D54bbD1fb3F98f0",
|
|
32926
|
+
"state": "PENDING",
|
|
32927
|
+
"eta": 1774050237,
|
|
32928
|
+
"callScheduledData": [
|
|
32929
|
+
{
|
|
32930
|
+
"operationId": "0x5c474dae43fe17cba718831183694ba22bfeda0c15b308cad4492e09214e8822",
|
|
32931
|
+
"index": "0",
|
|
32932
|
+
"target": "0x0000000000000000000000000000000000000064",
|
|
32933
|
+
"value": "0",
|
|
32934
|
+
"data": "0x928c169a000000000000000000000000e6841d92b0c345144506576ec13ecf5103ac7f49000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000005448f2a0bb000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000000005575a1202bdeb87fb924e3fd1901a3212c7fd42a35c39915ed94cec7697d6716000000000000000000000000000000000000000000000000000000000003f4800000000000000000000000000000000000000000000000000000000000000002000000000000000000000000a723c008e76e379c55599d2e4d93879beafda79c000000000000000000000000a723c008e76e379c55599d2e4d93879beafda79c0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000001e000000000000000000000000000000000000000000000000000000000000001800000000000000000000000004dbd4fc535ac27206064b68ffcf827b0a60bab3f000000000000000000000000cf57572261c7c2bcf21ffd220ea7d1a27d40a82700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000841cff79cd000000000000000000000000bea14c43ee8324b764d699b4e1b5dd9d1f1825c900000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000004b147f40c000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001a00000000000000000000000004dbd4fc535ac27206064b68ffcf827b0a60bab3f000000000000000000000000cf57572261c7c2bcf21ffd220ea7d1a27d40a82700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000000a4bca8c7b50000000000000000000000001d62ffeb72e4c360ccbbacf7c965153b002604170000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000002437f66aa7263080bed3962d0476fa84fbb32ab81dfff1244e2b145f9864da24353b2f3b05000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
32935
|
+
"predecessor": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
32936
|
+
"delay": "691200",
|
|
32937
|
+
"blockNumber": 441173481,
|
|
32938
|
+
"txHash": "0x9c3cd6a7c50c4e5fb04f90e94725debb9d145e552a7e0e0ed691beac8be19209",
|
|
32939
|
+
"logIndex": 0,
|
|
32940
|
+
"timelockAddress": "0x34d45e99f7D8c45ed05B5cA72D54bbD1fb3F98f0"
|
|
32941
|
+
}
|
|
32942
|
+
],
|
|
32943
|
+
"salt": "0x91358c50193c96dfca27651b5f09476dbc4090f4240c18e37bc91f84eaf14c89",
|
|
32944
|
+
"predecessor": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
32945
|
+
"isBatchOperation": true,
|
|
32946
|
+
"waitingForDelay": true
|
|
32947
|
+
},
|
|
32948
|
+
"executable": false,
|
|
32949
|
+
"timing": {
|
|
32950
|
+
"startedAt": 1773359037,
|
|
32951
|
+
"eta": 1774050237,
|
|
32952
|
+
"delaySeconds": 299148
|
|
32953
|
+
}
|
|
32954
|
+
}
|
|
32955
|
+
]
|
|
32956
|
+
},
|
|
32957
|
+
"metadata": {
|
|
32958
|
+
"errorCount": 0,
|
|
32959
|
+
"lastTrackedAt": 1773751092953,
|
|
32960
|
+
"sourceCheckpoint": "tx:0x0e065032993b9a99a1a34bd4ac08ab5945b7058f26973c90c86c37bf4ef2295a"
|
|
32961
|
+
}
|
|
32962
|
+
},
|
|
32963
|
+
"election:6": {
|
|
32964
|
+
"version": 1,
|
|
32965
|
+
"createdAt": 1776080397356,
|
|
32966
|
+
"input": {
|
|
32967
|
+
"type": "election",
|
|
32968
|
+
"electionIndex": 6
|
|
32969
|
+
},
|
|
32970
|
+
"lastProcessedStage": null,
|
|
32971
|
+
"lastProcessedBlock": {
|
|
32972
|
+
"l1": 0,
|
|
32973
|
+
"l2": 0
|
|
32974
|
+
},
|
|
32975
|
+
"cachedData": {
|
|
32976
|
+
"electionStatus": {
|
|
32977
|
+
"electionIndex": 6,
|
|
32978
|
+
"phase": "NOT_STARTED",
|
|
32979
|
+
"cohort": 0,
|
|
32630
32980
|
"nomineeProposalId": null,
|
|
32631
32981
|
"memberProposalId": null,
|
|
32632
32982
|
"nomineeProposalState": null,
|
|
@@ -32645,8 +32995,8 @@
|
|
|
32645
32995
|
"chainId": 42161,
|
|
32646
32996
|
"transactions": [],
|
|
32647
32997
|
"data": {
|
|
32648
|
-
"electionIndex":
|
|
32649
|
-
"cohort":
|
|
32998
|
+
"electionIndex": 6,
|
|
32999
|
+
"cohort": 0,
|
|
32650
33000
|
"startTimestamp": 0,
|
|
32651
33001
|
"reason": "Election not yet created"
|
|
32652
33002
|
},
|
|
@@ -32720,7 +33070,30 @@
|
|
|
32720
33070
|
},
|
|
32721
33071
|
"metadata": {
|
|
32722
33072
|
"errorCount": 0,
|
|
32723
|
-
"lastTrackedAt":
|
|
33073
|
+
"lastTrackedAt": 1776080397356
|
|
33074
|
+
}
|
|
33075
|
+
},
|
|
33076
|
+
"tx:0x9c3cd6a7c50c4e5fb04f90e94725debb9d145e552a7e0e0ed691beac8be19209": {
|
|
33077
|
+
"version": 1,
|
|
33078
|
+
"createdAt": 1776080391435,
|
|
33079
|
+
"input": {
|
|
33080
|
+
"type": "governor",
|
|
33081
|
+
"governorAddress": "",
|
|
33082
|
+
"proposalId": "",
|
|
33083
|
+
"creationTxHash": "0x9c3cd6a7c50c4e5fb04f90e94725debb9d145e552a7e0e0ed691beac8be19209"
|
|
33084
|
+
},
|
|
33085
|
+
"lastProcessedStage": null,
|
|
33086
|
+
"lastProcessedBlock": {
|
|
33087
|
+
"l1": 0,
|
|
33088
|
+
"l2": 0,
|
|
33089
|
+
"nova": 0
|
|
33090
|
+
},
|
|
33091
|
+
"cachedData": {
|
|
33092
|
+
"completedStages": []
|
|
33093
|
+
},
|
|
33094
|
+
"metadata": {
|
|
33095
|
+
"errorCount": 0,
|
|
33096
|
+
"lastTrackedAt": 1776080391435
|
|
32724
33097
|
}
|
|
32725
33098
|
}
|
|
32726
33099
|
}
|