ROP-1 meetup #1
Date
Nov 14, 2022
Tags
- 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
- Unwritten guide to PRs
- Check out section โCreating a Pull Requestโ here
Some things we may want to check:
- Merge date must be fixed, correct date and time (can we fix block time?)
- 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