Closed antiyro closed 10 months ago
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a 👍 Because this issue is marked as stale, it will be closed and locked in 7 days if no further activity occurs. Thank you for your contributions!
This call has been removed
Issue: Implement
starknet_pendingTransactions
RPC CallDescription:
The
starknet_pendingTransactions
RPC call has been implemented but requires further testing and verification against the entire state. This RPC call returns the transactions in the transaction pool, recognized by this sequencer.Parameters:
None.
Expected Result:
An array of pending transactions, each containing a transaction hash and other transaction details.
Testing:
Initial testings can be found here. However, these should not be considered complete and improvements are welcome.
Resources:
Comments:
Please comment below for coordination.