From f21d98730caa0c80625e4edcb0f5220850b68ab5 Mon Sep 17 00:00:00 2001 From: sam bacha Date: Tue, 31 Oct 2023 04:50:00 -0700 Subject: [PATCH] docs(readme): redraft to reflect multiple EIP RPC's --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a253d63..2bc87c7 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# `eth_getTransactionBySenderAndNonce` +# Draft RPC Proposals -> RPC Method for verifying Onnichain transaction confirmations and recoverying faster for local chain state sync use cases. +> RPC Methods for various proposed/draft EIPs ## Abstract -A specification for the new Ethereum JSON-RPC Method `eth_getTransactionBySenderAndNonce`: +A specification for the new Ethereum JSON-RPC Methods ## Overview @@ -17,14 +17,17 @@ Returns the transaction object for a given sender's address and nonce, if any. T If a user accidentally uses the same account outside of your system you want to detect it, and without this method it is exceeding difficult. -## Specification +## List of RPC Specifications [eth_getTransactionBySenderAndNonce](./eth_getTransactionBySenderAndNonce.md) +[eth_getLogs+timestamp](./eth_getLogs+timestamp.md) +- https://ethereum-magicians.org/t/proposal-for-adding-blocktimestamp-to-logs-object-returned-by-eth-getlogs-and-related-requests/11183 ## Contributors Patricio Palladino Sam Bacha +Wighawag ## License