contracts icon indicating copy to clipboard operation
contracts copied to clipboard

fix: added missing parameters to deploy script and reduced runs to 50 for SubgraphService

Open Maikol opened this issue 1 year ago • 1 comments
trafficstars

Run gas profile for both options and saving for 200 runs was:

SubgraphService:
  acceptProvisionPendingParameters: 693 gas saved
  collect: 1,405 gas saved
  initialize: 991 gas saved
  startService: 914 gas saved
  stopService: 295 gas saved

DisputeManager:
  acceptDispute: 248 gas saved
  cancelDispute: 66 gas saved
  createIndexingDispute: 469 gas saved
  createQueryDispute: 481 gas saved
  initialize: 387 gas saved

Maikol avatar Oct 17 '24 16:10 Maikol