ChainSecurity / deployment_validation

Deployment Validation Files aim to simplify Deployment Validation of Smart Contracts
GNU Affero General Public License v3.0
21 stars 1 forks source link

Limit event collection during DVF generation #41

Open stiefn opened 3 weeks ago

stiefn commented 3 weeks ago

Currently we are collecting all events. That could be many.

Better:

  1. Go by event type
  2. Try to collect 10
  3. If there are more, just say "many"
  4. Otherwise fill it in