Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tributary Release Checklist #229

Closed
12 tasks done
yondonfu opened this issue Aug 13, 2018 · 0 comments
Closed
12 tasks done

Tributary Release Checklist #229

yondonfu opened this issue Aug 13, 2018 · 0 comments

Comments

@yondonfu
Copy link
Member

yondonfu commented Aug 13, 2018

Internal Code Audit

Mainnet Deployment

  • Deploy new contracts
    • LIP-3
      • Deploy the new LivepeerVerifier contract. Let the new contract address be livepeerVerifierAddr.
    • LIP-8 and LIP-11
      • Deploy the new BondingManager contract. Let the new contract address be bondingManagerAddr.
    • LIP-9
      • Deploy the new ServiceRegistry target contract. Let the new contract address be serviceRegistryTargetAddr.
      • Deploy the new ServiceRegistry proxy contract. Let the new contract address be serviceRegistryProxyAddr.
  • Pause Controller
    1. Submit a transaction to the governance multisig that executes the function call Controller.pause().
    2. Confirm the transaction from first step.
  • Register new contracts
    • LIP-3
      1. Submit a transction to the governance multisig that executes the function call
        Controller.setContract(contractId("Verifier"), livepeerVerifierAddr).
      2. Confirm the transacton from first step.
    • LIP-8 and LIP-11
      1. Submit a transaction to the governance multisig that executes the function call
        Controller.setContract(contractId("BondingManagerTarget"), bondingManagerAddr).
      2. Confirm the transaction from first step.
    • LIP-9
      1. Submit a transaction to the governance multisig that executes the function call
        Controller.setContract(contractId("ServiceRegistryTarget"), serviceRegistryTargetAddr).
      2. Confirm the transaction from step 1.
      3. Submit a transaction to the governance multisig that executes the function call Controller.setContract(contractId("ServiceRegistry"), serviceRegistryProxyAddr).
      4. Confirm the transaction from step 3.
  • Unpause Controller
    1. Submit a transaction to the governance multisig that executes the function call Controller.unpause().
    2. Confirm the transaction from first step.

Misc

  • Update protocol specification
  • Document breaking changes for third party client developers and for node operators
  • Update deployed contract addresses in the wiki
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

No branches or pull requests

1 participant