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

eth_sendTransactionToNonNeighbors #80

Closed
aakilfernandes opened this issue Mar 17, 2016 · 3 comments
Closed

eth_sendTransactionToNonNeighbors #80

aakilfernandes opened this issue Mar 17, 2016 · 3 comments
Labels

Comments

@aakilfernandes
Copy link

Abstract

This proposal helps prevent correlating transactions to individual ip addresses. It does this by giving clients the ability to broadcast transactions only to their non-neighbor peers.

Motivation

A user may wish to broadcast a transaction that cannot be linked to their ip address. However, an attacker can sybil attack a node by generating a node id close to the target. Once an attacker has a similar node id, it becomes a "neighbor node". As a neighbor node, it is easier to perform traffic analysis to determine which transactions originated from the target node.

Design

Adds two rpc methods eth_sendTransactionToNonNeighbors and eth_sendRawTransactionToNonNeighbors. These methods mirror eth_sendTransaction and eth_sendRawTransaction, however they only broadcast to non-neighboring nodes only.

@wanderer wanderer added the ERC label Apr 14, 2016
@wanderer wanderer changed the title ERC: eth_sendTransactionToNonNeighbors eth_sendTransactionToNonNeighbors Apr 14, 2016
@aakilfernandes
Copy link
Author

Perhaps strangers is a better word for nonNeighbor

@github-actions
Copy link

There has been no activity on this issue for two months. It will be closed in a week if no further activity occurs. If you would like to move this EIP forward, please respond to any outstanding feedback or add a comment indicating that you have addressed all required feedback and are ready for a review.

@github-actions github-actions bot added the stale label Jan 16, 2022
@github-actions
Copy link

This issue was closed due to inactivity. If you are still pursuing it, feel free to reopen it and respond to any feedback or request a review in a comment.

bumblefudge added a commit to bumblefudge/EIPs that referenced this issue Feb 16, 2024
…ample

Update NFT example in solana caip-19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants