Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Add timestamp on the note field for the submit transaction #65

Merged
merged 2 commits into from
Oct 26, 2022

Conversation

seromenho
Copy link
Contributor

@seromenho seromenho commented Oct 25, 2022

Description

A transaction might get accepted on the transaction pool but not finalised.
Adding a special (timestamp) note on the submitted transaction will make a different transaction meaning that it will be accepted and we can try to re-submit the same VRF round.
From now on instead, when trying to submit the same VRF round, instead of errors saying that the transaction is already on the transaction pool we will have assertion failures because we are trying to submit a not valid VRF round that was previously submitted.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants