Skip to content

🛡️ feat(security): successfully implement double-spending test with s… #27

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

muratsnkl
Copy link

What Was Done?

A double-spending test for Ethereum was added.
It was verified that the network rejects the second transaction when two different transactions are sent with the same nonce.
The test was successfully run on the Sepolia testnet.
Test Result:

The first transaction was confirmed.
The second transaction was rejected.
Double-spending test result: Secure

@jasondev68
Copy link

Test case is valid and well-executed.
Confirmed behavior aligns with expected Ethereum security — ready to merge.

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

Successfully merging this pull request may close these issues.

3 participants