Skip to content

Commit 59dc5b2

Browse files
authored
Fix link to EIP-7966 in transaction inclusion EIP
Updated the link for EIP-7966 to point to the correct repository.
1 parent 4b69480 commit 59dc5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EIPS/eip-transaction_inclusion_subscription.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This EIP extends the existing `eth_subscribe` JSON-RPC method with a new subscri
1515

1616
## Motivation
1717

18-
Current transaction submission workflows require separate calls to `eth_sendRawTransaction` followed by repeated polling of `eth_getTransactionReceipt`, creating unnecessary latency and network overhead. While [EIP-7966](https://github.com/SmoothBot/EIPs/blob/master/EIPS/eip-7966.md) proposes `eth_sendRawTransactionSync` to address this through a synchronous blocking approach, blocking HTTP connections presents significant drawbacks:
18+
Current transaction submission workflows require separate calls to `eth_sendRawTransaction` followed by repeated polling of `eth_getTransactionReceipt`, creating unnecessary latency and network overhead. While [EIP-7966](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-7966.md) proposes `eth_sendRawTransactionSync` to address this through a synchronous blocking approach, blocking HTTP connections presents significant drawbacks:
1919

2020
- **Connection hogging**: Each transaction blocks one HTTP connection until confirmation or timeout
2121
- **Limited scalability**: Cannot efficiently monitor multiple transactions over a single connection

0 commit comments

Comments
 (0)