frequency
frequency copied to clipboard
rpc: expose missing nonces in future pool
Goal
The goal of this PR is to expose missing nonces in future pool which causes problems when submitting a lot of transactions from the same account.
Closes #1974
Discussions
- I had to remove node RPC test for events, since the setup fundamentally didn't work with the Pool and I added the removed test into e2e side.
Checklist
- [X] Chain spec updated
- [X] Custom RPC OR Runtime API added/changed? Updated js/api-augment.
- [X] Tests added