Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transaction submission de duplication / Idempotency #104

Open
Hellblazer opened this issue Jun 29, 2022 · 1 comment
Open

Transaction submission de duplication / Idempotency #104

Hellblazer opened this issue Jun 29, 2022 · 1 comment

Comments

@Hellblazer
Copy link
Collaborator

Implement a windowed transaction deduplication. Transactions that have successfully been embedded on a block will be tracked for a given window. Upon block creation, any duplicated transactions are filtered from the block, new transaction digests are added to the dedup window.

Add mechanism to resubmit txns after timeout without regeneration, as the nonce in the transaction makes each txn generation unique.

@Hellblazer Hellblazer changed the title Transaction submission de duplication Transaction submission de duplication / Idempotency Jun 29, 2022
@Hellblazer
Copy link
Collaborator Author

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

No branches or pull requests

1 participant