Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eth/filters, ethclient/gethclient: add fullTx option to pending tx filter #1626

Merged
merged 3 commits into from
Jun 27, 2023

Commits on Jun 16, 2023

  1. Merge pull request bnb-chain#1696 from bnb-chain/develop

    release: draft release v1.2.6
    brilliant-lx committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    cf64a04 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Merge pull request bnb-chain#1723 from bnb-chain/develop

    release: draft release v1.2.7
    brilliant-lx committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    9ed95d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. eth/filters, ethclient/gethclient: add fullTx option to pending tx fi…

    …lter (#25186)
    
    This PR adds a way to subscribe to the _full_ pending transactions, as opposed to just being notified about hashes.
    
    In use cases where client subscribes to newPendingTransactions and gets txhashes only to then request the actual transaction, the caller can now shortcut that flow and obtain the transactions directly.
    
    Co-authored-by: Felix Lange <fjl@twurst.com>
    lmittmann and fjl committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    a969f31 View commit details
    Browse the repository at this point in the history