Skip to content

Comments

wip: DVP and cancel function#369

Open
gzeoneth wants to merge 45 commits intomainfrom
dvp-and-cancel
Open

wip: DVP and cancel function#369
gzeoneth wants to merge 45 commits intomainfrom
dvp-and-cancel

Conversation

@gzeoneth
Copy link
Collaborator

@gzeoneth gzeoneth commented Jan 21, 2026

combining #364 and #365

Deployment

L2ArbitrumToken: https://arbiscan.io/address/0x6462989b105a80b5301a6f65a79e1e5dfee7c1b9
L2ArbitrumGovernor: https://arbiscan.io/address/0x44ff126fc78d58e44efa2d8f6e45d86bb5bb9c00
ActivateDvpQuorumAction: https://arbiscan.io/address/0x19C8Ea5F8288abF138D72a13344E699a7A71400c

Params

        ActivateDvpQuorumAction action = new ActivateDvpQuorumAction{salt: salt}({
            _l2AddressRegistry: 0x56C4E9Eb6c63aCDD19AeC2b1a00e4f0d7aBda9d3,
            _arbTokenProxy: 0x912CE59144191C1204E64559FE8253a0e49E6548,
            _govProxyAdmin: ProxyAdmin(0xdb216562328215E010F819B5aBe947bad4ca961e),
            _newGovernorImpl: governorAddr,
            _newTokenImpl: tokenAddr,
            _newCoreQuorumNumerator: 5000, // 50%
            _coreMinimumQuorum: 150_000_000 ether,
            _coreMaximumQuorum: 450_000_000 ether,
            _newTreasuryQuorumNumerator: 4000, // 40%
            _treasuryMinimumQuorum: 100_000_000 ether,
            _treasuryMaximumQuorum: 300_000_000 ether,
            _initialTotalDelegationEstimate: 5_500_500_000 ether // include EXCLUDED tokens
        });

Payload

yarn gen:proposalData \
  --govChainProviderRPC https://arb1.arbitrum.io/rpc \
  --actionChainIds \
    42161 \
  --actionAddresses \
    0x19C8Ea5F8288abF138D72a13344E699a7A71400c \
  --writeToJsonPath \
    ./scripts/proposals/ActivateDvpQuorum/data.json

godzillaba and others added 30 commits June 16, 2025 20:48
* use DVP in governor

* remove relic of dvp estimation in quorum calc

* Revert "remove relic of dvp estimation in quorum calc"

This reverts commit 3af8bce.

* keep old quorum behavior when checkpoint is old

* add quorum clamping

* document quorum jumping on admin function

* comment

* test governor dvp

* update sigs and storage

* fix test

* add comment

* snapshot
* use DVP in governor

* first action

* second action

* fmt

* comment

* single action

* remove relic of dvp estimation in quorum calc

* Revert "remove relic of dvp estimation in quorum calc"

This reverts commit 3af8bce.

* Revert "single action"

This reverts commit a132247.

* keep old quorum behavior when checkpoint is old

* add quorum clamping

* set min/max quorum in action

* document quorum jumping on admin function

* comment

* test governor dvp

* fix rename functions

* update sigs and storage

* update sigs and storage

* fix test

* add prop1 test, use relay

* remove second action

* format

* add comment

* snapshot

* fix test path

* snapshot

* update sigs and storage

* undo toml change

* Update src/gov-action-contracts/AIPs/TotalDvpQuorum/ActivateDvpQuorumAction.sol

Co-authored-by: José FP <105675159+TucksonDev@users.noreply.github.com>

---------

Co-authored-by: José FP <105675159+TucksonDev@users.noreply.github.com>
* Add V2 governor and basic testing, scripts for use later

* Store proposers and revert cancel if not proposer

* Add governor action contract, upgrade script, and tests

* Add `MultiProxyUpgradeAction` contract and upgrade through proxy

* Make fns virtual, mapping internal, and add natspec in GovernorV2

* Fix nits and separate test helper from deployConstants

* Fix nits

* Update naming in gov upgrade action contract

* Fix nits and update constants

* Update src/L2ArbitrumGovernorV2.sol

---------

Co-authored-by: Ed Mazurek <Edward.R.Mazurek@gmail.com>
* Add propose, queue, and execute tests

* Add `vm.assume`s in test
Co-authored-by: Ed Mazurek <Edward.R.Mazurek@gmail.com>
@gzeoneth gzeoneth requested a review from godzillaba January 21, 2026 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants