Aragon #177 annotated

The vote has three main action sections: 1) Replace Rated Labs with MatrixedLink in Lido on Ethereum Oracle set (items 1-4); 2) Rename & update the reward address of Node Operator #23 "CryptoManufaktur" (items 5-7); 3) Enabling onchain delegation for Lido DAO (items 8-10).

For all contracts getting called in the vote, addresses are listed on docs.

1. Oracle member rotation

The item has 4 actions: 1&2 to remove Rated, 3&4 to add MatrixedLink. The quorum remains unchanged: 5

Proofs

  1. Rated Labs note
  2. Rated Labs address verification
  3. MatrixedLink address verification
  4. DAO Snapshot vote
  5. Current number of thq quorum on HashConsensusAccountingOracle & HashConsensusValidatorsExitBusOracle i5 5. To check, call getQuorum methods: https://etherscan.io/address/0xD624B08C83bAECF0807Dd2c6880C3154a5F0B288#readContract#F17 https://etherscan.io/address/0x7FaDB6358950c5fAA66Cb5EB8eE5147De3df355a#readContract#F17

Actions "translation"

  1. Agent.forward([HashConsensusAccountingOracle.removeMember(Rated 0xEC4BfbAF681eb505B94E4a7849877DC6c600Ca3A, Quorum 5)])
  2. Agent.forward([HashConsensusValidatorsExitBusOracle.removeMember(Rated 0xEC4BfbAF681eb505B94E4a7849877DC6c600Ca3A, Quorum 5)])
  3. Agent.forward([HashConsensusAccountingOracle.addMember(MatrixedLink 0xe57B3792aDCc5da47EF4fF588883F0ee0c9835C9, Quorum 5)])
  4. Agent.forward([HashConsensusValidatorsExitBusOracle.addMember(MatrixedLink 0xe57B3792aDCc5da47EF4fF588883F0ee0c9835C9, Quorum 5)])

2. Node Operator name&reward address update

Proofs

  1. Request and approve from NOM team
  2. Note there's an ongoing discussion on the acquisition and “continuance” possible vote in the other forum thread
  3. MANAGE_NODE_OPERATOR_ROLE on CuratedNodeOperatorsStakingModule — required for the Aragon Voting contract to be able to make changes to NO record.

NOTE: the role required is granted to the Voting contract and isn't revoked, as the action seem to be repeating one (DAO has called it previously, for instance, on the onchain vote #160)

  1. Call getNodeOperator with 23, and true on CuratedNodeOperatorsStakingModule to see that NO #23 is CryptoManufaktur

Actions "translation"

  1. AragonACL.grantPermission(Voting 0x2e59A20f205bB85a89C53f1936454680651E618e, CuratedNodeOperatorsStakingModule 0x55032650b14df07b85bF18A3a3eC8E0Af2e028d5, role 0x78523850fdd761612f46e844cf5a16bda6b3151d6ae961fd7e8e7b92bfbca7f8)
  2. CuratedNodeOperatorsStakingModule.setNodeOperatorName(23, 'Galaxy')
  3. CuratedNodeOperatorsStakingModule.setNodeOperatorRewardAddress(23, 0x3C3F243263d3106Fdb31eCf2248f9bC82F723c4B)

3. On-Chain Delegation

Proofs

  1. Proposed new Voting implementation 0xf165148978Fa3cE74d76043f833463c340CFB704
  2. Discussion forum post
  3. StateMind audit report with deployed address verification
  4. Ackee audit (same commit, no deployment verification)
  5. To check the current Aragon App version for voting:
    1. Call getLatest on the VotingRepo 0x4ee3118e3858e8d7164a634825bfe0f73d99c792
    2. Version should be 3.0.0, contentUri should match the one in the vote (no Aragon UI update) — 0x697066733a516d506f7478377a484743674265394445684d6f4238336572564a75764d74335971436e6454657a575652706441
  6. LidoDAO Voting App data
    1. LidoDAOKernel.APP_BASES_NAMESPACE 0xf1f3eb40f5bc1ad1344716ced8b8a0431d840b5783aea1fd01786bc26f35ac0f
    2. Voting.AppId 0x0abcd104777321a82b010357f20887d61247493d89d2e987ff57bcecbde00e1e
  7. Proposed TRP Voting Adapter 0x4b2AB543FA389Ca8528656282bF0011257071BED
  8. TRP contract MixBytes review note
  9. TRP adapter deployment; to check the code is 1-1 with the one reviewed by MixBytes, paste the linked one from the commit in the note on the forum & the code from Etherscan to the online diffchecker

Actions "translation"

  1. VotingRepo.newVersion('4.0.0', ProposedImplementation 0xf165148978Fa3cE74d76043f833463c340CFB704, contentUri0x697066733a516d506f7478377a484743674265394445684d6f4238336572564a75764d74335971436e6454657a575652706441)
  2. LidoDAO.setApp(LidoDAOKernel.APP_BASES_NAMESPACE 0xf1f3eb40f5bc1ad1344716ced8b8a0431d840b5783aea1fd01786bc26f35ac0f, Voting.AppId 0x0abcd104777321a82b010357f20887d61247493d89d2e987ff57bcecbde00e1e, ProposedImplementation 0xf165148978Fa3cE74d76043f833463c340CFB704)
  3. AragonAgent.forward(TRPVestingEscrowFactory 0xda1df6442afd2ec36abea91029794b9b2156add0, update_voting_adapter(ProposedTRPVotingAdapter 0x4b2AB543FA389Ca8528656282bF0011257071BED))
Select a repo