CodeChain-io / CodeChain-io/foundry
Need another method to get pending transactions
Open
rpc
- Dominant language
- Rust
- Stars
- 36
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
It seems current `ready_transactions` cannot return all pending transactions. We need another method to get the maximum size and return all pending transactions.
- `mempool_getPendingTransactions` RPC is not returning whole pending transactions
- `mempool_getPendingTransactions` RPC is using `ready_transactions` method that is used to create a block.
- `ready_transactions` returns transactions that can be included in a block
Contributor guide
Assessment
This issue has not been assessed yet.