Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 779 Bytes

File metadata and controls

12 lines (11 loc) · 779 Bytes

Workshop 3 Assignment:

  1. How many sub-accounts does an Ethereum address have on the EVC? How are their addresses calculated?
  2. Does the sub-account system decrease the security of user accounts?
  3. Provide a couple of use cases for the operator functionality of the EVC.
  4. What is the main difference between the operator and the controller?
  5. What does it mean to defer the account and vault status checks? What is the purpose of this deferral?
  6. Why is it useful to allow re-entrancy for call and batch functions?
  7. How does the simulation feature of the EVC work?
  8. Provide a couple of use cases for the permit functionality of the EVC.
  9. What is the purpose of the nonce namespace?
  10. Why should the EVC neither be given any privileges nor hold any tokens?