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
This method is an optional way for timing when the quorum even is emitted. The thinking is that we want to make the quorum as big as possible, so we don't want to emit the event as soon as quorum is reached and freeze it there. My first thought was maybe to call a method at the end of the block, although that's not a big delay.
But as explained in #205 it makes even more sense to keep accumulating signatures and let the relayers decide when they send it, because they can modify the list of signatures anyway, it's malleable. We can offer more rewards for relaying with more signatures.
The text was updated successfully, but these errors were encountered:
In consensus-shipyard/ipc-solidity-actors#202 the following is implemented: QuorumWeightUpdated event is emitted every time a new signature is added after reaching the threshold weight.
This method is an optional way for timing when the quorum even is emitted. The thinking is that we want to make the quorum as big as possible, so we don't want to emit the event as soon as quorum is reached and freeze it there. My first thought was maybe to call a method at the end of the block, although that's not a big delay.
But as explained in #205 it makes even more sense to keep accumulating signatures and let the relayers decide when they send it, because they can modify the list of signatures anyway, it's malleable. We can offer more rewards for relaying with more signatures.
The text was updated successfully, but these errors were encountered: