Skip to content

prevent duplication of transactions - #6

Merged
ethan-xd merged 5 commits into
masterfrom
anti-duplication
Oct 4, 2021
Merged

prevent duplication of transactions#6
ethan-xd merged 5 commits into
masterfrom
anti-duplication

Conversation

@ethan-xd

@ethan-xd ethan-xd commented Oct 4, 2021

Copy link
Copy Markdown
Owner

this branch prevents duplication of transactions via:

  • invalidating a block if the same transaction signature is already in a block's transactions, or
  • invalidating a block if the same transaction signature is found in a previous block, although is very inefficient and in future needs a better method.

closes #2, closes #4, closes #5

however need new issue for more efficient method.

@ethan-xd
ethan-xd merged commit aa03441 into master Oct 4, 2021
@ethan-xd
ethan-xd deleted the anti-duplication branch October 4, 2021 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

stop transactions from being able to be duplicated and still being valid bad import (require) bad code

1 participant