Executing large quantity of upgrade contracts

The main limit at the moment is the time skew, see Semantics of min_ledger_time - #2 by gerolf. It obviously heavily depends on your specific app but usually I’d recommend to stay well below 1000 events within a single transaction. Here you have 2 events per contract so a batch size of 100 would get you to 200 events which seems reasonable.

1 Like