Open Muhammad-Altabba opened 11 months ago
Hello, I am working on https://www.npmjs.com/package/@conx3/web3-plugin-aurora and I noticed that the Rpc methods: txpool_content, txpool_inspect and txpool_status return error Unsupported method. However, they are marked as supported at https://doc.aurora.dev/evm/rpc/. Should they be marked as ❌ = not supported? Thanks,
txpool_content
txpool_inspect
txpool_status
Unsupported method
Hi, I see the txpool methods are marked as unsupported at: https://github.com/aurora-is-near/relayer2-public?tab=readme-ov-file#json-rpc-methods
Hello, I am working on https://www.npmjs.com/package/@conx3/web3-plugin-aurora and I noticed that the Rpc methods:
txpool_content
,txpool_inspect
andtxpool_status
return errorUnsupported method
. However, they are marked as supported at https://doc.aurora.dev/evm/rpc/. Should they be marked as ❌ = not supported? Thanks,