Skip to content

feat/txpool-contentFrom-pr#2262

Merged
gtebrean merged 4 commits into
LFDT-web3j:mainfrom
Dev10-sys:feat/txpool-contentFrom-pr
Jul 16, 2026
Merged

feat/txpool-contentFrom-pr#2262
gtebrean merged 4 commits into
LFDT-web3j:mainfrom
Dev10-sys:feat/txpool-contentFrom-pr

Conversation

@Dev10-sys

Copy link
Copy Markdown
Contributor

This PR adds support for the txpool_contentFrom JSON-RPC method,
which allows querying transaction pool contents filtered by a specific address.

The implementation follows existing txpool method patterns in Web3j.
A new response model is introduced and the method is exposed through the API.

Tests are included to verify request construction and response parsing.

Fixes #2240

Dev10-sys added a commit to Dev10-sys/web3j that referenced this pull request Apr 22, 2026
…2262)

Signed-off-by: Dev10-sys <kalpanagola9897@gmail.com>

@NickSneo NickSneo left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, have you done any E2E test? If you can add a screenshot here of the result and compare with Viem's result

Dev10-sys added 2 commits July 3, 2026 15:41
Signed-off-by: Dev10-sys <kalpanagola9897@gmail.com>
…2262)

Signed-off-by: Dev10-sys <kalpanagola9897@gmail.com>
@Dev10-sys
Dev10-sys force-pushed the feat/txpool-contentFrom-pr branch from 306ca25 to 8d20e0c Compare July 3, 2026 10:36
…tests

Signed-off-by: Dev10-sys <kalpanagola9897@gmail.com>
@Dev10-sys
Dev10-sys force-pushed the feat/txpool-contentFrom-pr branch 3 times, most recently from 3168c82 to 37ea61b Compare July 3, 2026 13:56
Signed-off-by: Dev10-sys <kalpanagola9897@gmail.com>
@Dev10-sys
Dev10-sys force-pushed the feat/txpool-contentFrom-pr branch from 37ea61b to ded744a Compare July 3, 2026 13:57
@Dev10-sys

Copy link
Copy Markdown
Contributor Author

Hey @NickSneo, previously, support for txpool_inspect was missing. after your feedback, I have updated the PR to add support for the txpool_inspect method.

@gtebrean
gtebrean merged commit 2d2102c into LFDT-web3j:main Jul 16, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

not jsonrpc support for txpool_contentFrom

3 participants