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

Feature request - supporting fetching mempool messages to/from address #5141

Open
Schwartz10 opened this issue Dec 7, 2020 · 2 comments · Fixed by #5169
Open

Feature request - supporting fetching mempool messages to/from address #5141

Schwartz10 opened this issue Dec 7, 2020 · 2 comments · Fixed by #5169
Labels
kind/feature Kind: Feature

Comments

@Schwartz10
Copy link
Contributor

Schwartz10 commented Dec 7, 2020

A query param to MpoolPending so that I can (ideally, in a somewhat performant way from a web app pov) get a list of all messages in the mempool being sent to/from a particular address.

Could use the same MessageMatch type that's used in StateListMessages, defined here maybe?

Alongside #4184, this would allow the Glif wallet to show a list of a user's pending transactions, and allow the user to replace any stuck messages at a higher fee.

@Schwartz10 Schwartz10 changed the title Feature request - fetch only mempool messages to/from address Feature request - supporting fetching mempool messages to/from address Dec 7, 2020
@magik6k
Copy link
Contributor

magik6k commented Dec 10, 2020

Hmm, this doesn't seem to be addressed by #5169

@magik6k magik6k reopened this Dec 10, 2020
@f8-ptrk
Copy link
Contributor

f8-ptrk commented Jan 12, 2021

if we can expand this to a command to fetch all messages from/to a certain address from connected peers - would be great

@rjan90 rjan90 added the kind/feature Kind: Feature label Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Kind: Feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants