Prevent scheduled transaction to be sent in the same time by multiple nodes #420
Labels
feature
New feature request
oracle chain
Involve OracleChain
rewards
shared secrets
Involve SharedSecrets
Is your feature request related to a problem?
We are using some self-triggered transactions based on scheduling like cronjob.
Hence, we should avoid two nodes to send the same transaction with few milliseconds of interval.
This can happen if the transaction is validated too fastly, creating some race condition.
Describe the solution you'd like
The solution would be to either:
Additional context
The text was updated successfully, but these errors were encountered: