You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #4427, but broadcast all functions in the same method, so it doesn't require supplying merkle membership proofs for each.
Consider whether it's worth the effort. We can always just broadcast all functions individually on the same tx (at the cost of a few merkle paths) and be done with it. If we remove this, remove it from the yellow paper as well.
The text was updated successfully, but these errors were encountered:
We were running into too-large unencrypted logs when trying to broadcast
all functions, and it's easier to just replace this with multiple
invocations to individual broadcasts.
Closes#4462
Similar to #4427, but broadcast all functions in the same method, so it doesn't require supplying merkle membership proofs for each.
Consider whether it's worth the effort. We can always just broadcast all functions individually on the same tx (at the cost of a few merkle paths) and be done with it. If we remove this, remove it from the yellow paper as well.
The text was updated successfully, but these errors were encountered: