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

TokenStaking and Upgradeability contracts deployment #70

Open
16 tasks
cygnusv opened this issue Jan 25, 2022 · 0 comments
Open
16 tasks

TokenStaking and Upgradeability contracts deployment #70

cygnusv opened this issue Jan 25, 2022 · 0 comments
Assignees
Milestone

Comments

@cygnusv
Copy link
Member

cygnusv commented Jan 25, 2022

Team Address
Deployment address 0xTBD
ESDM contract 0xTBD

Prerequisites

Deployment Steps

  • Tag v1.1.0 in threshold-network/solidity-contracts
  • Sign v1.1.0 commit hash
  • Resolve existing contract deployments:
    • T token contract: 0xCdF7028ceAB81fA0C6971208e83fa7872994beE5
    • KeepStakingContract
    • NuCypherStakingEscrowContract
    • KeepVendingMachine
    • NuCypherVendingMachine
  • Deploy KeepStake adaptor contract
    • TX: TBD
  • Deploy TokenStaking implementation contract with the following parameters:
    • _token
    • _keepStakingContract
    • _nucypherStakingContract
    • _keepVendingMachine
    • _nucypherVendingMachine
    • _keepStake
    • TX: TBD
  • Deploy TransparentUpgradeableProxy contract targeting TokenStaking
    • TX: TBD
  • Deploy ProxyAdmin contract, admin of TransparentUpgradeableProxy
    • TX: TBD
  • Transfer ownership of ProxyAdmin contract to ESDM:
    • TX: TBD

Etherscan verification

  • Verify TokenStaking contract
  • Verify TransparentUpgradeableProxy contract
  • Verify ProxyAdmin contract

Package publication

  • Prepare deployment artifacts
  • Publish v1.1.0 package of threshold-network/solidity-contracts to NPM

Release notes

  • Publish solidity/v1.1.0 release notes in threshold-network/solidity-contracts
@cygnusv cygnusv added this to the v1.1.0 milestone Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants