๐Ÿ“…

ROP-1 meetup #1

Date
Nov 14, 2022
Tags
ROP-1
  • Intro round!
  • Have we all used GitHub before?
    • Fork the repo
    • Clone the forked repo to your machine
    • Add upstream branch, tracking the CADLabs repo
    • Whenever you want to work on a new task, create a new branch, e.g., fix_slashing_parameter
    • When your work is done, stage, commit and push the branch to your repo
    • Visit your repo on GitHub.com, will ask if you want to do a Pull Request
      • If you are done with your work, send the PR!
    • References
Some things we may want to check:
  • Review pos_incentives.py
    • Reward weights?
    • MIN_SLASHING_QUOTIENT?
    • Best way to go about it: compare with consensus-specs
General approach
  • Get the core model right (updated for post-Merge, reviewed entirely)
  • Then work on individual extensions
    • Satyajit: Account abstraction
    • Aysajan: Interaction between L2 and mainnet
    • Eray: PBS
๐Ÿ“…

ROP-1 meetup #1

Date
Nov 14, 2022
Tags
ROP-1
  • Intro round!
  • Have we all used GitHub before?
    • Fork the repo
    • Clone the forked repo to your machine
    • Add upstream branch, tracking the CADLabs repo
    • Whenever you want to work on a new task, create a new branch, e.g., fix_slashing_parameter
    • When your work is done, stage, commit and push the branch to your repo
    • Visit your repo on GitHub.com, will ask if you want to do a Pull Request
      • If you are done with your work, send the PR!
    • References
Some things we may want to check:
  • Review pos_incentives.py
    • Reward weights?
    • MIN_SLASHING_QUOTIENT?
    • Best way to go about it: compare with consensus-specs
General approach
  • Get the core model right (updated for post-Merge, reviewed entirely)
  • Then work on individual extensions
    • Satyajit: Account abstraction
    • Aysajan: Interaction between L2 and mainnet
    • Eray: PBS