You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: purpose -1 to return all unconfirmed transactions in UnconfirmedTxs RPC (#1675)
## Description
Instead of creating a new RPC method that returns all the unconfirmed
mempool transactions, I used -1 as a special flag to do that. I think
it's fine to do so. If it's not, can always define a new endpoint.
#### PR checklist
- [ ] Tests written/updated
- [ ] Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)
- [ ] Updated relevant documentation (`docs/` or `spec/`) and code
comments
0 commit comments